llvm-6502/lib/Transforms
Chandler Carruth a22773cd45 [LV] Replace some dead code with an assert. When I first ported this
pass from a loop pass to a function pass I did so in the naive,
recursive way. It doesn't actually work, we need a worklist instead.
When I switched to the worklist I didn't delete the naive recursion.
That recursion was also buggy because it was dead and never really
exercised.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204184 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-18 21:51:46 +00:00
..
Hello [C++11] Add 'override' keyword to virtual methods that override their base class. 2014-03-05 09:10:37 +00:00
InstCombine Fix a bug in InstCombine where we would incorrectly attempt to construct a 2014-03-13 22:51:43 +00:00
Instrumentation [msan] Origin tracking with history. 2014-03-18 13:30:56 +00:00
IPO [C++11] Change DebugInfoFinder to use range-based loops 2014-03-18 09:41:07 +00:00
ObjCARC [C++11] Add range based accessors for the Use-Def chain of a Value. 2014-03-09 03:16:01 +00:00
Scalar Tolerate unmangled names in sample profiles. 2014-03-18 12:03:12 +00:00
Utils [C++11] Change DebugInfoFinder to use range-based loops 2014-03-18 09:41:07 +00:00
Vectorize [LV] Replace some dead code with an assert. When I first ported this 2014-03-18 21:51:46 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile