| Commit message (Expand) | Author | Age | Files | Lines |
* | Link in the PathProfiles library | Anand Shukla | 2002-02-26 | 1 | -1/+1 |
* | Remove hack. This is better fixed in Makefile.common | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | Cleanup to build with GCC 3.0.4 | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | Build with newer compiler, with same bug | Chris Lattner | 2002-02-24 | 1 | -1/+1 |
* | GCC3.0.4 crashes when compiling this. Comment it out for now | Chris Lattner | 2002-02-24 | 3 | -3/+9 |
* | Genericize the ReversePostOrderIterator. | Chris Lattner | 2002-02-24 | 3 | -3/+3 |
* | * Expose the verifier pass as one that can be ran | Chris Lattner | 2002-02-20 | 1 | -1/+11 |
* | Method.h no longer includes BasicBlock.h | Chris Lattner | 2002-02-12 | 4 | -4/+6 |
* | Enable register promotion pass | Chris Lattner | 2002-02-12 | 1 | -1/+5 |
* | Trim down makefile, again. | Chris Lattner | 2002-02-04 | 1 | -1/+1 |
* | Cut down number of times libraries are included to link a little bit faster | Chris Lattner | 2002-02-04 | 1 | -1/+1 |
* | * Remove -noasm option. If we're not compiling, what's the point? | Chris Lattner | 2002-02-03 | 1 | -109/+27 |
* | Switch over to a model where we compile each method, emit assembly, then free | Chris Lattner | 2002-02-03 | 1 | -7/+35 |
* | Catch the parse exception if bad input is provided. Much better than an abort | Chris Lattner | 2002-02-01 | 1 | -3/+8 |
* | Add mergereturn pass | Chris Lattner | 2002-02-01 | 1 | -5/+10 |
* | Add dependency | Chris Lattner | 2002-01-31 | 1 | -1/+2 |
* | Fix dependency problem | Chris Lattner | 2002-01-31 | 1 | -1/+1 |
* | Resolve deps | Chris Lattner | 2002-01-31 | 1 | -1/+1 |
* | Resolve dependencies | Chris Lattner | 2002-01-31 | 1 | -2/+2 |
* | Convert to use new Pass framework... | Chris Lattner | 2002-01-31 | 1 | -45/+83 |
* | PassManager is now in its own header file | Chris Lattner | 2002-01-31 | 1 | -2/+2 |
* | PassManager is now in it's own header file | Chris Lattner | 2002-01-31 | 1 | -0/+1 |
* | Convert analyze over to use new pass framework for its analyses | Chris Lattner | 2002-01-31 | 1 | -148/+192 |
* | Accept, but ignore -lfoo options. | Chris Lattner | 2002-01-25 | 2 | -0/+8 |
* | Initial Checkin of gccld | Chris Lattner | 2002-01-24 | 2 | -0/+137 |
* | In an amazing fit of stupidity, I flipped the conditional and didn't test | Chris Lattner | 2002-01-22 | 10 | -18/+18 |
* | Only run DeadInst elimination early, because it is quick and painless and | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Misc cleanups. Allocate ofstream statically, and use a pass to write out the... | Chris Lattner | 2002-01-22 | 1 | -11/+7 |
* | Try again, now it works right | Chris Lattner | 2002-01-22 | 1 | -1/+2 |
* | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner | 2002-01-22 | 3 | -3/+3 |
* | Fix ordering dependency problem | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in | Chris Lattner | 2002-01-22 | 2 | -1/+6 |
* | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 2 | -12/+18 |
* | Chuck fixed the GCC problems so this hack is now unneccesary | Chris Lattner | 2002-01-21 | 2 | -2/+0 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 5 | -6/+7 |
* | Rename SwapStructureContents -> IPO/SimpleStructMutation | Chris Lattner | 2002-01-21 | 1 | -1/+1 |
* | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner | 2002-01-21 | 3 | -44/+36 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 12 | -134/+242 |
* | Add instruction combining pass | Chris Lattner | 2001-12-14 | 1 | -31/+34 |
* | Add more passes to run after raising | Chris Lattner | 2001-12-14 | 1 | -2/+5 |
* | Build runtime library with local GCCAS | Chris Lattner | 2001-12-13 | 1 | -4/+4 |
* | Implement strlen strdup strcmp | Chris Lattner | 2001-12-13 | 1 | -0/+35 |
* | Tell the user if a file is corrupt or not... not that the file cannot be | Chris Lattner | 2001-12-08 | 2 | -2/+44 |
* | Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ... | Chris Lattner | 2001-12-07 | 1 | -4/+4 |
* | Remove unnecesary namespace impot | Chris Lattner | 2001-12-05 | 1 | -2/+0 |
* | Simplify induction variables before 'raising' the representation | Chris Lattner | 2001-12-05 | 2 | -1/+3 |
* | Use new induction variable simplification code with -indvars option | Chris Lattner | 2001-12-04 | 2 | -2/+3 |
* | Induction variables must be phi nodes | Chris Lattner | 2001-12-03 | 1 | -5/+7 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 13 | -37/+30 |
* | -raise includes constprop and dce | Chris Lattner | 2001-11-26 | 1 | -3/+0 |