| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the PromoteMemoryToRegister pass to be run _after_ the raise pointer | Chris Lattner | 2002-04-01 | 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 constructor function for mem2reg pass. | Cameron Buschardt | 2002-03-27 | 1 | -0/+2 |
* | * Add support for DataStructure analysis | Chris Lattner | 2002-03-26 | 2 | -29/+57 |
* | Rename pass to DecomposeMultiDimRefs. | Vikram S. Adve | 2002-03-24 | 2 | -4/+13 |
* | Add a debugging option to gccas to cause it to not do level raise or anything | Chris Lattner | 2002-03-21 | 1 | -4/+8 |
* | Expose dead instruction elimination pass | Chris Lattner | 2002-03-14 | 1 | -1/+3 |
* | Echo the right tool name on error | Chris Lattner | 2002-03-12 | 1 | -1/+1 |
* | Remove runtime library in favor of users linking against real libraries. | Chris Lattner | 2002-03-11 | 2 | -284/+0 |
* | * Implement linking to libraries | Chris Lattner | 2002-03-11 | 1 | -3/+14 |
* | Pull interprocedural analyses out of Analysis library into their own lib | Chris Lattner | 2002-03-06 | 3 | -3/+3 |
* | Don't forget to build gccld! | Chris Lattner | 2002-03-06 | 1 | -1/+1 |
* | Since verifier and SlotCalculator are now in VMCore library, libanalysis is | Chris Lattner | 2002-03-06 | 6 | -6/+6 |
* | Pull callgraph out of Cfg namespace | Chris Lattner | 2002-03-06 | 1 | -1/+1 |
* | Change to use new pass accessor functions | Chris Lattner | 2002-02-26 | 1 | -9/+9 |
* | Change over to use new style pass mechanism, now passes only expose small | Chris Lattner | 2002-02-26 | 1 | -44/+22 |
* | * Make all command line arguments static | Chris Lattner | 2002-02-26 | 1 | -14/+24 |
* | 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 |
* | 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 |