llvm-6502/lib/Transforms
Chandler Carruth 361ac0df65 [unroll] Replace a boolean, for loop, condition, and break with
std::all_of and a lambda. Much cleaner, no functionality
changed.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229058 91177308-0d34-0410-b5e6-96231b3b80d8
2015-02-13 04:18:14 +00:00
..
Hello
InstCombine [IC] Fix a bug with the instcombine canonicalizing of loads and 2015-02-13 02:30:01 +00:00
Instrumentation tsan: do not instrument not captured values 2015-02-12 09:55:28 +00:00
IPO DeadArgElim: aggregate Return assessment properly. 2015-02-11 23:13:11 +00:00
ObjCARC Use ADDITIONAL_HEADER_DIRS in all LLVM CMake projects. 2015-02-11 03:28:02 +00:00
Scalar [unroll] Replace a boolean, for loop, condition, and break with 2015-02-13 04:18:14 +00:00
Utils [SimplifyCFG] Swap to using TargetTransformInfo for cost 2015-02-11 12:15:41 +00:00
Vectorize [slp] Fix a nasty bug in the SLP vectorizer that Joerg pointed out. 2015-02-12 02:30:56 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile