| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * Add hooks to globaldce | Chris Lattner | 2001-11-26 | 1 | -28/+37 |
* | Link to ipo library | Chris Lattner | 2001-11-26 | 1 | -1/+1 |
* | Fix problem where lli < foo.bc would have argc = 0 | Chris Lattner | 2001-11-26 | 1 | -0/+7 |
* | Add support to enable -lfoo to be processed correctly | Chris Lattner | 2001-11-26 | 2 | -2/+6 |
* | Add hooks to print natural loop information and induction variables | Chris Lattner | 2001-11-26 | 1 | -1/+21 |
* | Change swapstructs itf | Chris Lattner | 2001-11-26 | 1 | -8/+12 |
* | Run constprop before -raise | Chris Lattner | 2001-11-26 | 1 | -0/+1 |
* | Fix link prob | Chris Lattner | 2001-11-14 | 1 | -1/+1 |
* | Add hooks to call the new swap structcontents pass | Chris Lattner | 2001-11-10 | 1 | -1/+5 |
* | add Yet Another Instance of a Static Library | Chris Lattner | 2001-11-10 | 1 | -1/+1 |
* | Add hooks for the FindUsedTypes pass | Chris Lattner | 2001-11-09 | 1 | -2/+13 |