| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run expression reassociation as part of gccas | Chris Lattner | 2002-05-08 | 1 | -0/+1 |
| | | | | | llvm-svn: 2556 | ||||
| * | Merge all include/llvm/Transforms/Scalar/* into a single Scalar.h | Chris Lattner | 2002-05-07 | 1 | -6/+1 |
| | | | | | llvm-svn: 2538 | ||||
| * | GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first. | Chris Lattner | 2002-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 2503 | ||||
| * | Instruction Combination can create a ton of trivially dead instructions. Remove | Chris Lattner | 2002-05-06 | 1 | -0/+1 |
| | | | | | | | them with an DIE pass before more expensive optimizations are run. llvm-svn: 2491 | ||||
| * | Run DCE AFTER SCCP and GCSE! | Chris Lattner | 2002-05-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 2476 | ||||
| * | Move constant merging pass earlier | Chris Lattner | 2002-04-29 | 1 | -1/+3 |
| | | | | | | | Include the SCCP pass in gccas llvm-svn: 2410 | ||||
| * | Eliminate duplicate or unneccesary #include's | Chris Lattner | 2002-04-29 | 1 | -1/+0 |
| | | | | | llvm-svn: 2397 | ||||
| * | Run GCSE as part of gccas. | Chris Lattner | 2002-04-28 | 1 | -0/+2 |
| | | | | | llvm-svn: 2340 | ||||
| * | Make sure that there is no case where a signal can occur leaving a partially | Chris Lattner | 2002-04-18 | 1 | -0/+4 |
| | | | | | | | | | written output file. This is important because crashing testcases often write part of a file out, and the testing harness decides the file is up-to-date next time the test is run. llvm-svn: 2303 | ||||
| * | The cleangcc pass is brokeninto two pieces, execute both of them. | Chris Lattner | 2002-04-10 | 1 | -0/+1 |
| | | | | | llvm-svn: 2225 | ||||
| * | Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer | Chris Lattner | 2002-04-01 | 1 | -1/+1 |
| | | | | | | | references pass, so it is given the chance to do some good! llvm-svn: 2089 | ||||
| * | Rename constructor function for mem2reg pass. | Cameron Buschardt | 2002-03-27 | 1 | -0/+2 |
| | | | | | llvm-svn: 2008 | ||||
| * | Add a debugging option to gccas to cause it to not do level raise or anything | Chris Lattner | 2002-03-21 | 1 | -4/+8 |
| | | | | | | | after it. llvm-svn: 1934 | ||||
| * | Change to use new pass accessor functions | Chris Lattner | 2002-02-26 | 1 | -9/+9 |
| | | | | | llvm-svn: 1817 | ||||
| * | PassManager is now in it's own header file | Chris Lattner | 2002-01-31 | 1 | -0/+1 |
| | | | | | llvm-svn: 1608 | ||||
| * | Only run DeadInst elimination early, because it is quick and painless and | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
| | | | | | | | pipelines well llvm-svn: 1549 | ||||
| * | Misc cleanups. Allocate ofstream statically, and use a pass to write out ↵ | Chris Lattner | 2002-01-22 | 1 | -11/+7 |
| | | | | | | | the bytecode llvm-svn: 1529 | ||||
| * | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
| | | | | | | | RaiseAllocations pass as well. llvm-svn: 1525 | ||||
| * | Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in | Chris Lattner | 2002-01-22 | 1 | -0/+2 |
| | | | | | | | the ChangeAllocations.h header file. llvm-svn: 1522 | ||||
| * | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 1 | -3/+3 |
| | | | | | | | directories. Eliminate the opt namespace. llvm-svn: 1520 | ||||
| * | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 1 | -9/+9 |
| | | | | | | | | | | out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507 | ||||
| * | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -4/+4 |
| | | | | | llvm-svn: 1503 | ||||
| * | Add more passes to run after raising | Chris Lattner | 2001-12-14 | 1 | -2/+5 |
| | | | | | llvm-svn: 1476 | ||||
| * | Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ↵ | Chris Lattner | 2001-12-07 | 1 | -4/+4 |
| | | | | | | | to be removed llvm-svn: 1429 | ||||
| * | Simplify induction variables before 'raising' the representation | Chris Lattner | 2001-12-05 | 1 | -0/+2 |
| | | | | | llvm-svn: 1418 | ||||
| * | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
| | | | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 | ||||
| * | -raise includes constprop and dce | Chris Lattner | 2001-11-26 | 1 | -3/+0 |
| | | | | | llvm-svn: 1397 | ||||
| * | Run constprop before -raise | Chris Lattner | 2001-11-26 | 1 | -0/+1 |
| | | | | | llvm-svn: 1354 | ||||
| * | Move the Raise xform from opt to transforms | Chris Lattner | 2001-11-01 | 1 | -2/+2 |
| | | | | | llvm-svn: 1072 | ||||
| * | crunch the output of GCC a bit to make it nicer | Chris Lattner | 2001-10-31 | 1 | -2/+8 |
| | | | | | llvm-svn: 1068 | ||||
| * | Fix dumb copy and paste typos | Chris Lattner | 2001-10-31 | 1 | -1/+1 |
| | | | | | llvm-svn: 1063 | ||||
| * | Initial checkin of GCCAS | Chris Lattner | 2001-10-31 | 1 | -0/+74 |
| llvm-svn: 1058 | |||||

