| Commit message (Expand) | Author | Age | Files | Lines |
* | - Converted CWriter to be an LLVM pass. | Chris Lattner | 2002-08-31 | 3 | -30/+42 |
* | Get FindUsedTypes pass | Chris Lattner | 2002-08-31 | 2 | -2/+2 |
* | - Reformat comments | Chris Lattner | 2002-08-30 | 1 | -18/+19 |
* | - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. | Chris Lattner | 2002-08-30 | 3 | -0/+21 |
* | - 'analyze' and 'as' now explicitly verify input because AsmParser doesn't. | Chris Lattner | 2002-08-30 | 1 | -0/+4 |
* | - Eliminate the last traces of the 'analysis' namespace | Chris Lattner | 2002-08-30 | 2 | -8/+8 |
* | Link to analysis.o not analysis.a | Chris Lattner | 2002-08-30 | 1 | -1/+1 |
* | - GCCAS now uses load value #ing for GCSE | Chris Lattner | 2002-08-30 | 1 | -0/+2 |
* | New datastructure analysis correctly uses TargetData | Chris Lattner | 2002-08-29 | 1 | -1/+1 |
* | Added mapping lib in llc makefile | Anand Shukla | 2002-08-27 | 1 | -1/+1 |
* | Fixed linking problems that wanted me to link to analyze.o instead of analyze.a | Chris Lattner | 2002-08-21 | 1 | -1/+1 |
* | Link in all analyses so that we get pointer analysis support built in | Chris Lattner | 2002-08-21 | 1 | -1/+1 |
* | Do not leak memory for passes when using -stopAfterNPasses or -stopraise | Chris Lattner | 2002-08-17 | 1 | -0/+2 |
* | Run GlobalDCE before deadtypeelim so that we do not retain types for global | Chris Lattner | 2002-08-17 | 1 | -0/+1 |
* | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 3 | -8/+8 |
* | Only include the sparc.o file once! | Chris Lattner | 2002-08-07 | 1 | -1/+1 |
* | Reorder tool building sequence to more closely match the reality of what | Chris Lattner | 2002-08-01 | 1 | -1/+1 |
* | Changes to be GCC3.1 friendly | Chris Lattner | 2002-07-31 | 1 | -2/+2 |
* | Change command line option message on -q to make it more accurate | Chris Lattner | 2002-07-31 | 1 | -1/+1 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 7 | -29/+38 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 5 | -12/+17 |
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 3 | -18/+18 |
* | Remove extraneous #includes | Chris Lattner | 2002-07-30 | 2 | -4/+0 |
* | Use a module analysis | Chris Lattner | 2002-07-29 | 1 | -4/+9 |
* | Seperate analysis wrapper stuff to AnalysisWrappers.cpp | Chris Lattner | 2002-07-29 | 3 | -120/+202 |
* | Make analyze use the Pass repository to populate it's command line argument list | Chris Lattner | 2002-07-27 | 1 | -151/+70 |
* | Factor PassNamePArser out into llvm/Support/PassNameParser.h | Chris Lattner | 2002-07-26 | 1 | -63/+3 |
* | *** empty log message *** | Chris Lattner | 2002-07-26 | 1 | -8/+4 |
* | Namespace correctness is good | Chris Lattner | 2002-07-25 | 1 | -2/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 8 | -17/+17 |
* | Be more namespace correct | Chris Lattner | 2002-07-25 | 1 | -2/+1 |
* | REmove extra blank lines | Chris Lattner | 2002-07-25 | 1 | -2/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 3 | -0/+3 |
* | *** empty log message *** | Chris Lattner | 2002-07-24 | 3 | -4/+0 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 5 | -13/+9 |
* | Minor changes due to code juggled around | Chris Lattner | 2002-07-23 | 2 | -10/+10 |
* | Use the pass registration mechanism to populate command line options for | Chris Lattner | 2002-07-23 | 1 | -142/+77 |
* | Raise pass requires an explicit TargetData member now. | Chris Lattner | 2002-07-23 | 1 | -1/+5 |
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 12 | -15/+18 |
* | Convert over to new style of Makefile, where there is a difference between .o... | Chris Lattner | 2002-07-23 | 1 | -1/+3 |
* | Fix synopsis | Chris Lattner | 2002-07-22 | 2 | -2/+2 |
* | Add description to Enum options. | Chris Lattner | 2002-07-22 | 1 | -1/+2 |
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 15 | -107/+258 |
* | Convert command line option processing code over to use the syntax supported | Chris Lattner | 2002-07-22 | 1 | -31/+28 |
* | Add support for bottom up closure of ds analysis | Chris Lattner | 2002-07-18 | 1 | -1/+8 |
* | Removed emitfuncs: now its part of instrument library | Anand Shukla | 2002-07-16 | 1 | -1/+1 |
* | added emitfuncs pass, and disabled reassociate pass (needs fixing) | Anand Shukla | 2002-07-12 | 1 | -2/+5 |
* | Added emitfuncs pass | Anand Shukla | 2002-07-12 | 1 | -1/+1 |
* | Rename DataStructure to LocalDataStructures | Chris Lattner | 2002-07-10 | 1 | -3/+3 |
* | Disabling reassociate pass until it is fixed. | Vikram S. Adve | 2002-07-09 | 1 | -1/+2 |