llvm-project/llvm/lib/Transforms
David Majnemer e09d035dad [LoopStrengthReduce] Don't hoist into a catchswitch
We try to hoist the insertion point as high as possible to encourage
sharing.  However, we must be careful not to hoist into a catchswitch as
it is both an EHPad and a terminator.

llvm-svn: 264344
2016-03-24 21:40:22 +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 Minor code cleanup. NFC. 2016-03-23 01:38:35 +00:00
Instrumentation [sancov] code readability improvement. 2016-03-23 23:15:03 +00:00
ObjCARC ADT: Remove == and != comparisons between ilist iterators and pointers 2016-02-21 20:39:50 +00:00
Scalar [LoopStrengthReduce] Don't hoist into a catchswitch 2016-03-24 21:40:22 +00:00
Utils Fix bugs in the MemorySSA walker. 2016-03-23 18:31:55 +00:00
Vectorize [SLP] Remove unnecessary member variables by using container APIs. 2016-03-21 19:47:44 +00:00
CMakeLists.txt
LLVMBuild.txt