llvm-project/llvm/lib/Transforms
David Majnemer cdf2873e36 [InstCombine] Don't insert instructions before a catch switch
CatchSwitches are not splittable, we cannot insert casts, etc. before
them.

This fixes PR26992.

llvm-svn: 263874
2016-03-19 04:39:52 +00:00
..
Hello Remove autoconf support 2016-01-26 21:29:08 +00:00
IPO Rework linkInModule(), making it oblivious to ThinLTO 2016-03-19 00:40:31 +00:00
InstCombine [InstCombine] Don't insert instructions before a catch switch 2016-03-19 04:39:52 +00:00
Instrumentation [sancov] clang-formatting SanitizerCoverage.cpp and fully pleasing clang-tidy. 2016-03-18 23:29:29 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [LoopDataPrefetch] Add TTI to limit the number of iterations to prefetch ahead 2016-03-18 00:27:43 +00:00
Utils Rework linkInModule(), making it oblivious to ThinLTO 2016-03-19 00:40:31 +00:00
Vectorize [LoopVectorize] Annotate versioned loop with noalias metadata 2016-03-17 20:32:37 +00:00
CMakeLists.txt
LLVMBuild.txt