llvm-6502/lib/Transforms
Chris Lattner 13b2f764c0 Implement SimplifyCFG/DeadSetCC.ll
SimplifyCFG is one of those passes that we use for final cleanup: it should
not rely on other passes to clean up its garbage.  This fixes the "why are
trivially dead setcc's in the output of gccas" problem.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19212 91177308-0d34-0410-b5e6-96231b3b80d8
2005-01-01 16:02:12 +00:00
..
Hello Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
Instrumentation Fix link error in PPC optimized build of 'opt'. 2004-12-13 21:28:39 +00:00
IPO Properly implement copying of a global, fixing the 255.vortex & povray 2004-12-12 19:34:41 +00:00
Scalar Fix PR491 and testcase Transforms/DeadStoreElimination/2004-12-28-PartialStore.ll 2004-12-29 04:36:02 +00:00
Utils Implement SimplifyCFG/DeadSetCC.ll 2005-01-01 16:02:12 +00:00
ExprTypeConvert.cpp Add includes and use std:: for standard library calls to make code 2004-09-28 14:42:44 +00:00
LevelRaise.cpp Prototype more accurately 2004-09-20 04:43:57 +00:00
Makefile Change Library Names Not To Conflict With Others When Installed 2004-10-27 23:18:45 +00:00
TransformInternals.cpp Merge i*.h headers into Instructions.h as part of bug403. 2004-07-29 12:17:34 +00:00
TransformInternals.h Convert 'struct' to 'class' in various places to adhere to the coding standards 2004-10-27 16:14:51 +00:00