llvm-project/llvm/lib/Transforms
Davide Italiano e27cb87754 [LoopUnswitch] Make DEBUG output more readable.
While debugging a miscompile I realized loopunswitch doesn't
put newlines when printing the instruction being replacement.
Ending up with a single line with many instruction replaced isn't
the best for readability and/or mental sanity.

llvm-svn: 301692
2017-04-28 21:30:50 +00:00
..
Coroutines [IR] Redesign the case iterator in SwitchInst to actually be an iterator 2017-04-12 07:27:28 +00:00
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
IPO [IPO/MergeFunctions] This function is used only under DEBUG(). 2017-04-28 19:39:45 +00:00
InstCombine [APInt] Add clearSignBit method. Use it and setSignBit in a few places. NFCI 2017-04-28 16:58:05 +00:00
Instrumentation Make getParamAlignment use argument numbers 2017-04-28 20:34:27 +00:00
ObjCARC [ObjCARC] Do not sink an objc_retain past a clang.arc.use. 2017-04-25 04:06:35 +00:00
Scalar [LoopUnswitch] Make DEBUG output more readable. 2017-04-28 21:30:50 +00:00
Utils Make getParamAlignment use argument numbers 2017-04-28 20:34:27 +00:00
Vectorize [ValueTracking] Introduce a KnownBits struct to wrap the two APInts for computeKnownBits 2017-04-26 16:39:58 +00:00
CMakeLists.txt [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes 2016-07-28 21:04:31 +00:00
LLVMBuild.txt [coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes 2016-07-28 21:04:31 +00:00