llvm-6502/lib/Transforms
Chris Lattner 623369ac56 Implement Transforms/SimplifyCFG/switch_thread.ll
This does a simple form of "jump threading", which eliminates CFG edges that
are provably dead.  This triggers 90 times in the external tests, and
eliminating CFG edges is always always a good thing! :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20300 91177308-0d34-0410-b5e6-96231b3b80d8
2005-02-24 06:17:52 +00:00
..
Hello
Instrumentation Add a dependency to the trace library so that it gets pulled in 2005-01-25 16:23:57 +00:00
IPO make this more efficient. Scan up to 16 nodes, not the whole list. 2005-02-23 16:53:04 +00:00
Scalar Remove use of bind_obj 2005-02-22 23:22:58 +00:00
Utils Implement Transforms/SimplifyCFG/switch_thread.ll 2005-02-24 06:17:52 +00:00
ExprTypeConvert.cpp Fix crash on MallocInsts of unsized types. 2005-02-02 04:43:37 +00:00
LevelRaise.cpp
Makefile
TransformInternals.cpp
TransformInternals.h Adjust Valuehandle to hold its operand directly in it. 2005-01-29 00:37:36 +00:00