aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Re-enable the newly simplified ADCE. This fixes a regression onOwen Anderson2008-05-291-1/+1
* Remove ADCE from the optimization pipeline.Owen Anderson2008-05-271-1/+1
* Re-enable tail duplication pass (now with default threshold down to 1 instruc...Evan Cheng2008-05-161-0/+1
* Remove tail duplication pass.Evan Cheng2008-05-151-1/+0
* Recover nestedloop regression reported by nightly tester.Devang Patel2008-05-141-0/+2
* Do not run instruction combiner in middle of loop optimization passes.Devang Patel2008-05-141-1/+0
* Re-enable loop deletion by default.Owen Anderson2008-05-101-0/+1
* Disable loop deletion until the release branch.Owen Anderson2008-05-061-1/+0
* Enable dead loop elimination.Owen Anderson2008-05-051-0/+1
* move libcalls to the same place llvm-gcc has it.Chris Lattner2008-05-021-1/+1
* enable jump threading pass by default. This causes no miscompilations Chris Lattner2008-04-211-0/+1
* Run SimplifyLibCalls near the beginning, not atDuncan Sands2008-04-171-1/+2
* Move memcpy / memset optimization pass after GVN.Evan Cheng2008-04-101-1/+1
* Factor a bunch of functionality related to memcpy and memset transforms out of Owen Anderson2008-04-091-0/+1
* remove attributions from tools.Chris Lattner2007-12-294-8/+8
* remove attributions from tools/utils makefiles.Chris Lattner2007-12-291-2/+2
* Move the space in overview output for commands out of each of theDan Gohman2007-10-081-1/+1
* Turn GVN on by default.Owen Anderson2007-09-081-2/+1
* Enable loop index split pass.Devang Patel2007-09-041-0/+1
* Rename FastDSE to just DSE.Owen Anderson2007-08-011-1/+1
* Remove a FIXME comment that wasn't removed when the code it accompaniedDan Gohman2007-07-301-1/+0
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-185-0/+739