| Commit message (Expand) | Author | Age | Files | Lines |
* | s/PrintMethodPass/PrintFunctionPass | Chris Lattner | 2002-04-08 | 1 | -1/+1 |
* | Remove asmwriter library from link line, because the useful contents of it | Chris Lattner | 2002-04-07 | 1 | -1/+1 |
* | Makefile change for IPO's that use the Datastructure analysis stuff | Chris Lattner | 2002-03-28 | 1 | -1/+1 |
* | Add hook for pool allocation pass | Chris Lattner | 2002-03-28 | 1 | -2/+5 |
* | Checking for Cameron | Chris Lattner | 2002-03-28 | 1 | -1/+1 |
* | Rename pass to DecomposeMultiDimRefs. | Vikram S. Adve | 2002-03-24 | 1 | -1/+4 |
* | Expose dead instruction elimination pass | Chris Lattner | 2002-03-14 | 1 | -1/+3 |
* | Pull interprocedural analyses out of Analysis library into their own lib | Chris Lattner | 2002-03-06 | 1 | -1/+1 |
* | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 1 | -44/+22 |
* | Move ProfilePaths class into ProfilePaths library, only expose a creation fun... | Chris Lattner | 2002-02-26 | 1 | -1/+3 |
* | Includes -paths option to trace paths in the program | Anand Shukla | 2002-02-26 | 1 | -2/+7 |
* | Link in the PathProfiles library | Anand Shukla | 2002-02-26 | 1 | -1/+1 |
* | * Expose the verifier pass as one that can be ran | Chris Lattner | 2002-02-20 | 1 | -1/+11 |
* | Enable register promotion pass | Chris Lattner | 2002-02-12 | 1 | -1/+5 |
* | Add mergereturn pass | Chris Lattner | 2002-02-01 | 1 | -5/+10 |
* | Resolve dependencies | Chris Lattner | 2002-01-31 | 1 | -2/+2 |
* | Convert to use new Pass framework... | Chris Lattner | 2002-01-31 | 1 | -45/+83 |
* | In an amazing fit of stupidity, I flipped the conditional and didn't test | Chris Lattner | 2002-01-22 | 1 | -1/+1 |
* | Rename LowerAllocations.h to ChangeAllocations.h since it now contains the | 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 | 1 | -1/+4 |
* | Move stuff out of the Optimizations directories into the appropriate Transforms | Chris Lattner | 2002-01-21 | 1 | -9/+15 |
* | Eliminate opt library | Chris Lattner | 2002-01-21 | 1 | -1/+2 |
* | 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 | 1 | -15/+9 |
* | Changes to build successfully with GCC 3.02 | Chris Lattner | 2002-01-20 | 1 | -3/+9 |
* | Add instruction combining pass | Chris Lattner | 2001-12-14 | 1 | -31/+34 |
* | Remove unnecesary namespace impot | Chris Lattner | 2001-12-05 | 1 | -2/+0 |
* | Use new induction variable simplification code with -indvars option | Chris Lattner | 2001-12-04 | 2 | -2/+3 |
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -1/+1 |
* | * Add hooks to globaldce | Chris Lattner | 2001-11-26 | 1 | -28/+37 |
* | Link to ipo library | Chris Lattner | 2001-11-26 | 1 | -1/+1 |
* | Change swapstructs itf | Chris Lattner | 2001-11-26 | 1 | -8/+12 |
* | 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 |
* | Move the Raise xform from opt to transforms | Chris Lattner | 2001-11-01 | 2 | -2/+3 |
* | Add hook for GCC cleanup pass | Chris Lattner | 2001-10-31 | 1 | -1/+4 |
* | Fix to reference the right header | Chris Lattner | 2001-10-19 | 1 | -1/+1 |
* | Expose more xforms to the opt utility | Chris Lattner | 2001-10-18 | 2 | -2/+5 |
* | Use the standard header not the old one | Chris Lattner | 2001-10-18 | 1 | -2/+1 |
* | Add support to insert trace code as an "optimization" | Chris Lattner | 2001-10-18 | 2 | -16/+14 |
* | * Passes return true if they change something, not if they fail | Chris Lattner | 2001-10-18 | 1 | -11/+11 |
* | Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common | Chris Lattner | 2001-09-07 | 1 | -7/+3 |
* | Remove support for const pool merging, which is obsolete now. | Chris Lattner | 2001-09-07 | 1 | -3/+1 |
* | Change option name slightly | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
* | Use the new Alias command line option | Chris Lattner | 2001-07-23 | 1 | -3/+4 |
* | CommandLine library cleanup. No longer use getValue/setValue, instead, just ... | Chris Lattner | 2001-07-23 | 1 | -5/+5 |
* | Moved inline/llvm/Tools/* to include/llvm/Support/* | Chris Lattner | 2001-07-23 | 1 | -1/+1 |
* | Large scale changes to implement new command line argument facility | Chris Lattner | 2001-07-23 | 5 | -52/+53 |
* | Add support to call LevelRaise | Chris Lattner | 2001-07-20 | 2 | -1/+2 |
* | Reordered link line for correct static linking. | Vikram S. Adve | 2001-07-15 | 1 | -2/+2 |