llvm-6502/lib/Transforms/IPO
Chris Lattner 30474bb929 Implement DCE of global values
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1360 91177308-0d34-0410-b5e6-96231b3b80d8
2001-11-26 18:42:17 +00:00
..
ConstantMerge.cpp Initial checkin 2001-10-18 20:05:37 +00:00
DeadTypeElimination.cpp -cleangcc pass now remove type names that are never referenced and type names for pointers to primitive types. 2001-11-15 04:34:46 +00:00
GlobalDCE.cpp Implement DCE of global values 2001-11-26 18:42:17 +00:00
InlineSimple.cpp Fix bug when inlining a method that refers to a global variable 2001-10-31 02:27:26 +00:00
Makefile Implement DCE of global values 2001-11-26 18:42:17 +00:00
MutateStructTypes.cpp Support mutation of array indexing 2001-11-26 16:58:33 +00:00
SimpleStructMutation.cpp Support selectable structure transformations 2001-11-26 16:59:10 +00:00