llvm-6502/lib
Chris Lattner 0bfb6ba3e3 - Made GlobalDCE worklist driven, making it more successful. Now can handle
cases like: test/Regression/Transforms/GlobalDCE/2002-08-17-WorkListTest.ll


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3381 91177308-0d34-0410-b5e6-96231b3b80d8
2002-08-18 01:28:30 +00:00
..
Analysis
AsmParser - Remove unused STRING token from lexer & parser 2002-08-16 21:14:40 +00:00
Bytecode Turn off a debugging optimization that just slows bytecode reading down 2002-08-18 00:38:32 +00:00
CodeGen Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
ExecutionEngine Remove support for NOT instruction 2002-08-14 17:45:39 +00:00
Linker Remove support for Not ConstantExpr. This simplifies the unary case to only 2002-08-14 18:24:09 +00:00
Support
Target Unary Not (boolean and bitwise) is no longer a separate LLVM instruction 2002-08-15 14:19:22 +00:00
Transforms - Made GlobalDCE worklist driven, making it more successful. Now can handle 2002-08-18 01:28:30 +00:00
VMCore - ConstantPointerRefs are now automatically removed from the module table 2002-08-18 00:40:04 +00:00
Makefile