Age | Commit message (Expand) | Author |
2002-02-04 | Trim down makefile, again. | Chris Lattner |
2002-02-04 | Cut down number of times libraries are included to link a little bit faster | Chris Lattner |
2002-02-03 | * Remove -noasm option. If we're not compiling, what's the point? | Chris Lattner |
2002-02-03 | Switch over to a model where we compile each method, emit assembly, then free | Chris Lattner |
2002-02-01 | Catch the parse exception if bad input is provided. Much better than an abort | Chris Lattner |
2002-02-01 | Add mergereturn pass | Chris Lattner |
2002-01-31 | Add dependency | Chris Lattner |
2002-01-31 | Fix dependency problem | Chris Lattner |
2002-01-31 | Resolve deps | Chris Lattner |
2002-01-31 | Resolve dependencies | Chris Lattner |
2002-01-31 | Convert to use new Pass framework... | Chris Lattner |
2002-01-31 | PassManager is now in its own header file | Chris Lattner |
2002-01-31 | PassManager is now in it's own header file | Chris Lattner |
2002-01-31 | Convert analyze over to use new pass framework for its analyses | Chris Lattner |
2002-01-25 | Accept, but ignore -lfoo options. | Chris Lattner |
2002-01-24 | Initial Checkin of gccld | Chris Lattner |
2002-01-22 | In an amazing fit of stupidity, I flipped the conditional and didn't test | Chris Lattner |
2002-01-22 | Only run DeadInst elimination early, because it is quick and painless and | Chris Lattner |
2002-01-22 | Misc cleanups. Allocate ofstream statically, and use a pass to write out the... | Chris Lattner |
2002-01-22 | Try again, now it works right | Chris Lattner |
2002-01-22 | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | Chris Lattner |
2002-01-22 | Fix ordering dependency problem | Chris Lattner |
2002-01-22 | Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass in | Chris Lattner |
2002-01-21 | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner |
2002-01-21 | Chuck fixed the GCC problems so this hack is now unneccesary | Chris Lattner |
2002-01-21 | Eliminate opt library | Chris Lattner |
2002-01-21 | Rename SwapStructureContents -> IPO/SimpleStructMutation | Chris Lattner |
2002-01-21 | Implement a more powerful, simpler, pass system. This pass system can figure | Chris Lattner |
2002-01-20 | Changes to build successfully with GCC 3.02 | Chris Lattner |
2001-12-14 | Add instruction combining pass | Chris Lattner |
2001-12-14 | Add more passes to run after raising | Chris Lattner |
2001-12-13 | Build runtime library with local GCCAS | Chris Lattner |
2001-12-13 | Implement strlen strdup strcmp | Chris Lattner |
2001-12-08 | Tell the user if a file is corrupt or not... not that the file cannot be | Chris Lattner |
2001-12-07 | Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ... | Chris Lattner |
2001-12-05 | Remove unnecesary namespace impot | Chris Lattner |
2001-12-05 | Simplify induction variables before 'raising' the representation | Chris Lattner |
2001-12-04 | Use new induction variable simplification code with -indvars option | Chris Lattner |
2001-12-03 | Induction variables must be phi nodes | Chris Lattner |
2001-11-27 | Create a new #include "Support/..." directory structure to move things | Chris Lattner |
2001-11-26 | -raise includes constprop and dce | Chris Lattner |
2001-11-26 | * Add hooks to globaldce | Chris Lattner |
2001-11-26 | Link to ipo library | Chris Lattner |
2001-11-26 | Fix problem where lli < foo.bc would have argc = 0 | Chris Lattner |
2001-11-26 | Add support to enable -lfoo to be processed correctly | Chris Lattner |
2001-11-26 | Add hooks to print natural loop information and induction variables | Chris Lattner |
2001-11-26 | Change swapstructs itf | Chris Lattner |
2001-11-26 | Run constprop before -raise | Chris Lattner |
2001-11-14 | Fix link prob | Chris Lattner |
2001-11-10 | Add hooks to call the new swap structcontents pass | Chris Lattner |