llvm-6502/tools
Chris Lattner 4dd7d3e34d * No longer need to run die after instcombine
* Run new correlated expressions pass
* Simplify the CFG (removing dead blocks, merging blocks, eliminating branches
  on constant booleans, etc) after correlated exprs pass.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3598 91177308-0d34-0410-b5e6-96231b3b80d8
2002-09-06 18:41:33 +00:00
..
analyze - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. 2002-08-30 22:54:37 +00:00
as - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. 2002-08-30 22:54:41 +00:00
dis - Converted CWriter to be an LLVM pass. 2002-08-31 00:30:15 +00:00
extract
gccas * No longer need to run die after instcombine 2002-09-06 18:41:33 +00:00
gccld
link
llc Added mapping lib in llc makefile 2002-08-27 16:46:11 +00:00
lli
llvm-as - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. 2002-08-30 22:54:41 +00:00
llvm-dis - Converted CWriter to be an LLVM pass. 2002-08-31 00:30:15 +00:00
llvm-extract
llvm-link
opt - Eliminate the last traces of the 'analysis' namespace 2002-08-30 22:53:53 +00:00
Makefile Reorder tool building sequence to more closely match the reality of what 2002-08-01 00:01:33 +00:00