2002-05-14 |
Chris Lattner | Run another local value numbering phase after redundanc... |
tree | commitdiff |
2002-05-10 |
Chris Lattner | expose LICM pass |
tree | commitdiff |
2002-05-10 |
Chris Lattner | Add LICM pass to compiler |
tree | commitdiff |
2002-05-10 |
Chris Lattner | Expose the lowerallocs pass |
tree | commitdiff |
2002-05-10 |
Chris Lattner | Expose the pi node insertion pass. |
tree | commitdiff |
2002-05-09 |
Chris Lattner | Clean up dis so that it does not print out code in... |
tree | commitdiff |
2002-05-08 |
Chris Lattner | Expose expression reassociation |
tree | commitdiff |
2002-05-08 |
Chris Lattner | Run expression reassociation as part of gccas |
tree | commitdiff |
2002-05-08 |
Sumant Kowshik | *** empty log message *** |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Spell aggressive correctly |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Merge all include/llvm/Transforms/Scalar/* into a singl... |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Fix makefiles after shuffling passes around the libraries |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Move UnifyFunctionExitNodes to Utils library: final... |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Oops, somehow lost a slash. Fixed |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Updates to move some header files out of include/llvm... |
tree | commitdiff |
2002-05-07 |
Chris Lattner | Straighten out makefiles after moving code to new Trans... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | GCSE is faster than SCCP, and it makes SCCP's job easie... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Instruction Combination can create a ton of trivially... |
tree | commitdiff |
2002-05-06 |
Chris Lattner | Run DCE AFTER SCCP and GCSE! |
tree | commitdiff |
2002-04-30 |
Chris Lattner | Remove unneccesary pass. |
tree | commitdiff |
2002-04-29 |
Chris Lattner | These aren't tools |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Move constant merging pass earlier |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Remove InstForest from analysis namespace |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Eliminate duplicate or unneccesary #include's |
tree | commitdiff |
2002-04-29 |
Chris Lattner | Add new optional getPassName() virtual function that... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Rename functions to be more consistend with other pass... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Tighten up the AnalysisUsage of lots of passes, primari... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Eliminate the cfg namespace |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Expose the internalize pass. |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Run the internalize pass to mark all functions except... |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Use operator << to print modules |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Run GCSE as part of gccas. |
tree | commitdiff |
2002-04-28 |
Chris Lattner | Expose new GCSE pass |
tree | commitdiff |
2002-04-27 |
Chris Lattner | s/Method/Function |
tree | commitdiff |
2002-04-27 |
Chris Lattner | * Rename MethodPass class to FunctionPass |
tree | commitdiff |
2002-04-18 |
Chris Lattner | Make sure that there is no case where a signal can... |
tree | commitdiff |
2002-04-13 |
Chris Lattner | * Add the printm pass to allow dumping the entire modul... |
tree | commitdiff |
2002-04-12 |
Chris Lattner | Expose funcresolve pass through opt |
tree | commitdiff |
2002-04-10 |
Chris Lattner | * The cleangcc pass is broken into two parts, we only... |
tree | commitdiff |
2002-04-10 |
Chris Lattner | The cleangcc pass is brokeninto two pieces, execute... |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Remove extranous #include |
tree | commitdiff |
2002-04-08 |
Chris Lattner | s/PrintMethodPass/PrintFunctionPass |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Add #includes |
tree | commitdiff |
2002-04-08 |
Chris Lattner | Add support for the gnu ld -s (strip) option |
tree | commitdiff |
2002-04-08 |
Chris Lattner | GCCLD actually does transformations to simplify the... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Remove asmwriter library from link line, because the... |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Perform debug outputs with ->dump() instead of << |
tree | commitdiff |
2002-04-07 |
Chris Lattner | use dump method instead of Asm/Writer to do debug printing |
tree | commitdiff |
2002-04-07 |
Chris Lattner | Change references to the Method class to be references... |
tree | commitdiff |
2002-04-01 |
Chris Lattner | Move the PromoteMemoryToRegister pass to be run _after_... |
tree | commitdiff |
2002-03-28 |
Chris Lattner | Makefile change for IPO's that use the Datastructure... |
tree | commitdiff |
2002-03-28 |
Chris Lattner | Add hook for pool allocation pass |
tree | commitdiff |
2002-03-28 |
Chris Lattner | Checking for Cameron |
tree | commitdiff |
2002-03-27 |
Cameron Buschardt | Rename constructor function for mem2reg pass. |
tree | commitdiff |
2002-03-26 |
Chris Lattner | * Add support for DataStructure analysis |
tree | commitdiff |
2002-03-24 |
Vikram S. Adve | Rename pass to DecomposeMultiDimRefs. |
tree | commitdiff |
2002-03-21 |
Chris Lattner | Add a debugging option to gccas to cause it to not... |
tree | commitdiff |
2002-03-14 |
Chris Lattner | Expose dead instruction elimination pass |
tree | commitdiff |
2002-03-12 |
Chris Lattner | Echo the right tool name on error |
tree | commitdiff |
2002-03-11 |
Chris Lattner | Remove runtime library in favor of users linking agains... |
tree | commitdiff |
2002-03-11 |
Chris Lattner | * Implement linking to libraries |
tree | commitdiff |
2002-03-06 |
Chris Lattner | Pull interprocedural analyses out of Analysis library... |
tree | commitdiff |
2002-03-06 |
Chris Lattner | Don't forget to build gccld! |
tree | commitdiff |
2002-03-06 |
Chris Lattner | Since verifier and SlotCalculator are now in VMCore... |
tree | commitdiff |
2002-03-06 |
Chris Lattner | Pull callgraph out of Cfg namespace |
tree | commitdiff |
2002-02-26 |
Chris Lattner | Change to use new pass accessor functions |
tree | commitdiff |
2002-02-26 |
Chris Lattner | Change over to use new style pass mechanism, now passes... |
tree | commitdiff |
2002-02-26 |
Chris Lattner | * Make all command line arguments static |
tree | commitdiff |
2002-02-26 |
Chris Lattner | Move ProfilePaths class into ProfilePaths library,... |
tree | commitdiff |
2002-02-26 |
Anand Shukla | Includes -paths option to trace paths in the program |
tree | commitdiff |
2002-02-26 |
Anand Shukla | Link in the PathProfiles library |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Remove hack. This is better fixed in Makefile.common |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Cleanup to build with GCC 3.0.4 |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Build with newer compiler, with same bug |
tree | commitdiff |
2002-02-24 |
Chris Lattner | GCC3.0.4 crashes when compiling this. Comment it out... |
tree | commitdiff |
2002-02-24 |
Chris Lattner | Genericize the ReversePostOrderIterator. |
tree | commitdiff |
2002-02-20 |
Chris Lattner | * Expose the verifier pass as one that can be ran |
tree | commitdiff |
2002-02-12 |
Chris Lattner | Method.h no longer includes BasicBlock.h |
tree | commitdiff |
2002-02-12 |
Chris Lattner | Enable register promotion pass |
tree | commitdiff |
2002-02-04 |
Chris Lattner | Trim down makefile, again. |
tree | commitdiff |
2002-02-04 |
Chris Lattner | Cut down number of times libraries are included to... |
tree | commitdiff |
2002-02-03 |
Chris Lattner | * Remove -noasm option. If we're not compiling, what... |
tree | commitdiff |
2002-02-03 |
Chris Lattner | Switch over to a model where we compile each method... |
tree | commitdiff |
2002-02-01 |
Chris Lattner | Catch the parse exception if bad input is provided... |
tree | commitdiff |
2002-02-01 |
Chris Lattner | Add mergereturn pass |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Add dependency |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Fix dependency problem |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Resolve deps |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Resolve dependencies |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Convert to use new Pass framework... |
tree | commitdiff |
2002-01-31 |
Chris Lattner | PassManager is now in its own header file |
tree | commitdiff |
2002-01-31 |
Chris Lattner | PassManager is now in it's own header file |
tree | commitdiff |
2002-01-31 |
Chris Lattner | Convert analyze over to use new pass framework for... |
tree | commitdiff |
2002-01-25 |
Chris Lattner | Accept, but ignore -lfoo options. |
tree | commitdiff |
2002-01-24 |
Chris Lattner | Initial Checkin of gccld |
tree | commitdiff |
2002-01-22 |
Chris Lattner | In an amazing fit of stupidity, I flipped the condition... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Only run DeadInst elimination early, because it is... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Misc cleanups. Allocate ofstream statically, and use... |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Try again, now it works right |
tree | commitdiff |
2002-01-22 |
Chris Lattner | Rename LowerAllocations.h to ChangeAllocations.h since... |
tree | commitdiff |
next |