llvm-6502/lib
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
..
Analysis Add stride normalization to SCEV Normalize/Denormalize transformation. 2014-03-18 17:34:03 +00:00
AsmParser
Bitcode Support: Make error_category's constructor public 2014-03-15 04:05:59 +00:00
CodeGen More header and forward declaration cleanup. 2014-03-18 21:44:12 +00:00
DebugInfo Make some assertions on constant expressions static. 2014-03-15 18:47:07 +00:00
ExecutionEngine
IR [C++11] Change DebugInfoFinder to use range-based loops 2014-03-18 09:41:07 +00:00
IRReader
LineEditor
Linker
LTO
MC Add back r203962, r204028 and r204059. 2014-03-18 20:40:38 +00:00
Object [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it work with range-based for loops. 2014-03-18 06:53:02 +00:00
Option
Support
TableGen
Target Add back r203962, r204028 and r204059. 2014-03-18 20:40:38 +00:00
Transforms [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