summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-299-37/+16
* * Eliminate the Provided set. All Passes now finally just automaticallyChris Lattner2002-07-296-14/+3
* * PassInfo is allowed to be missing now (ie, not all passes need be registered)Chris Lattner2002-07-291-6/+9
* * Fix comment descriptionsChris Lattner2002-07-291-5/+11
* * Fix assertion failure caused by command line argument getting removed afterChris Lattner2002-07-292-30/+70
* New testcaseChris Lattner2002-07-291-0/+84
* Fix testcase to not print pointer valueChris Lattner2002-07-291-1/+1
* New testcaseChris Lattner2002-07-291-0/+9
* Remove needless #includeChris Lattner2002-07-272-2/+0
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-2717-255/+245
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-2717-101/+52
* Make analyze use the Pass repository to populate it's command line argument listChris Lattner2002-07-271-151/+70
* * Add support for different "PassType's"Chris Lattner2002-07-2623-28/+34
* * Add support for different "PassType's"Chris Lattner2002-07-2619-20/+71
* *** empty log message ***Chris Lattner2002-07-2610-70/+5
* * Add support for different "PassType's"Chris Lattner2002-07-261-10/+77
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-261-63/+3
* Factor PassNameParser out of opt.cpp so that analyze and eventually llc can u...Chris Lattner2002-07-261-0/+106
* *** empty log message ***Chris Lattner2002-07-2610-35/+12
* Analysis contructors now no longer take AnalysisID's as their argument,Chris Lattner2002-07-261-4/+4
* *** empty log message ***Chris Lattner2002-07-267-237/+188
* Simplify analyses so that there is only one analysis per classChris Lattner2002-07-263-138/+251
* Fix typeo that caused bug:Chris Lattner2002-07-251-1/+1
* New testcase for bugChris Lattner2002-07-251-0/+13
* Add check to fix bug:Chris Lattner2002-07-251-0/+5
* New testcaseChris Lattner2002-07-251-0/+13
* Fix bug: test/Regression/Assembler/2002-07-25-QuoteInString.llxChris Lattner2002-07-251-1/+1
* Add testcase for disassembler problem.Chris Lattner2002-07-251-0/+6
* *** empty log message ***Chris Lattner2002-07-251-12/+0
* Remove dead optionsChris Lattner2002-07-251-9/+1
* Update the CommandLine manual for the newest revision, include outline of ref...Chris Lattner2002-07-251-133/+377
* Refix stuff for GCC 2.95, 3.0.4 & 3.1Chris Lattner2002-07-252-12/+12
* Fix previous checkinChris Lattner2002-07-251-1/+3
* Add typenamesChris Lattner2002-07-251-3/+3
* Fix gcc 3.1 complaintChris Lattner2002-07-251-1/+1
* now removes deleted nops from MachineCodeForInstructionMehwish Nagda2002-07-252-16/+40
* changed implementation of LLVM BYTECODE LengthMehwish Nagda2002-07-251-18/+16
* Namespace correctness is goodChris Lattner2002-07-251-2/+2
* *** empty log message ***Chris Lattner2002-07-258-17/+17
* Be more namespace correctChris Lattner2002-07-251-2/+1
* Avoid warning messageChris Lattner2002-07-252-0/+2
* REmove extra blank linesChris Lattner2002-07-251-2/+0
* Break line to fit 80 columnsChris Lattner2002-07-251-1/+2
* *** empty log message ***Chris Lattner2002-07-251-3/+2
* Avoid warning: control reaches end of non-void functionChris Lattner2002-07-252-1/+5
* Add support for GCC 3.0.4Chris Lattner2002-07-252-0/+26
* Don't doxygenize the boost librariesChris Lattner2002-07-252-2/+2
* Changes to allow building lib/Target/Sparc the FIRST time.Chris Lattner2002-07-252-8/+8
* *** empty log message ***Chris Lattner2002-07-259-8/+23
* GCC 3.1 changesChris Lattner2002-07-253-2/+9