Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Re-introduce the -q option and make opt always return 0, even if the | Reid Spencer | 2004-05-27 | 1 | -3/+7 | |
| | | | | | | | optimization pasess fail. This is necessary to avoid breaking feature tests in the tests suite that depend on this behavior. *sigh* llvm-svn: 13832 | |||||
* | Removed the -q option and the default message written to stderr. The | Reid Spencer | 2004-05-27 | 1 | -6/+3 | |
| | | | | | | output produces confusing results in TestRunner.sh llvm-svn: 13828 | |||||
* | Header file moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 | |
| | | | | llvm-svn: 13813 | |||||
* | Fix wonky header | Chris Lattner | 2004-04-02 | 1 | -2/+14 | |
| | | | | | | Address PR305: LLVM tools will happily spew bytecode onto your terminal llvm-svn: 12602 | |||||
* | Make sure to print a stack trace whenever an error signal is delivered to the | Chris Lattner | 2004-02-19 | 1 | -0/+1 | |
| | | | | | | tool. llvm-svn: 11632 | |||||
* | Make 'opt -o -' work correctly instead of creating a file named './-' | Chris Lattner | 2003-12-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 10359 | |||||
* | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+1 | |
| | | | | llvm-svn: 9903 | |||||
* | Added LLVM copyright to Makefiles. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | llvm-svn: 9314 | |||||
* | Removed extraneous comment line. | John Criswell | 2003-10-20 | 1 | -1/+0 | |
| | | | | llvm-svn: 9308 | |||||
* | Added copyright header to all C++ source files. | John Criswell | 2003-10-20 | 1 | -0/+8 | |
| | | | | llvm-svn: 9291 | |||||
* | Fix grammar. | Misha Brukman | 2003-10-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 9026 | |||||
* | Remove instloops library | Chris Lattner | 2003-07-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 7210 | |||||
* | Added pass to instrument backedges for lightweight tracing | Anand Shukla | 2003-07-18 | 1 | -2/+1 | |
| | | | | llvm-svn: 7202 | |||||
* | Converted tabs to spaces. | Misha Brukman | 2003-07-10 | 1 | -1/+1 | |
| | | | | llvm-svn: 7139 | |||||
* | Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms where | Brian Gaeke | 2003-06-17 | 1 | -1/+1 | |
| | | | | | | it is needed. llvm-svn: 6753 | |||||
* | Kill using declarations | Chris Lattner | 2003-05-22 | 1 | -15/+13 | |
| | | | | llvm-svn: 6292 | |||||
* | Make sure to create a target data that matches the Module's target properties. | Chris Lattner | 2003-04-24 | 1 | -0/+3 | |
| | | | | llvm-svn: 5904 | |||||
* | Remove support for "target data" pass ctors | Chris Lattner | 2003-04-24 | 1 | -5/+0 | |
| | | | | llvm-svn: 5900 | |||||
* | Don't support codegen passes in opt | Chris Lattner | 2003-04-16 | 1 | -0/+2 | |
| | | | | llvm-svn: 5797 | |||||
* | Remove codegen libraries to speed up linking opt | Chris Lattner | 2003-04-16 | 1 | -3/+2 | |
| | | | | llvm-svn: 5796 | |||||
* | Give verbose error messages if bytecode file cannot be parsed | Chris Lattner | 2003-04-16 | 1 | -2/+7 | |
| | | | | llvm-svn: 5789 | |||||
* | Rename -no-* to -disable-* | Chris Lattner | 2003-02-26 | 1 | -2/+3 | |
| | | | | llvm-svn: 5642 | |||||
* | Add new -no-verify option | Chris Lattner | 2003-02-12 | 1 | -1/+5 | |
| | | | | llvm-svn: 5542 | |||||
* | Add a new -no-output option, useful for -aa-eval tests. | Chris Lattner | 2003-02-12 | 1 | -1/+5 | |
| | | | | llvm-svn: 5541 | |||||
* | ipa.a only needs to be mentioned once, and spaces should be used instead of | Misha Brukman | 2002-12-12 | 1 | -6/+3 | |
| | | | | | | tabs for readability. llvm-svn: 4970 | |||||
* | Repeat ipa.a. Since IPModRef is currently only used in analysis.o, | Vikram S. Adve | 2002-12-09 | 1 | -1/+1 | |
| | | | | | | it was causing linking errors. llvm-svn: 4959 | |||||
* | Remove extra target.a entry | Chris Lattner | 2002-11-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 4756 | |||||
* | No need to explicitly inclue ExportSymbols now | Chris Lattner | 2002-11-04 | 1 | -1/+1 | |
| | | | | llvm-svn: 4543 | |||||
* | Rename Sparc.h TargetMachineImpls.h | Chris Lattner | 2002-10-29 | 1 | -1/+1 | |
| | | | | llvm-svn: 4409 | |||||
* | Add codegen library | Chris Lattner | 2002-10-28 | 1 | -1/+2 | |
| | | | | llvm-svn: 4305 | |||||
* | Temporary change to make datastructure stuff link in right | Chris Lattner | 2002-10-01 | 1 | -1/+1 | |
| | | | | llvm-svn: 4005 | |||||
* | Renamed library preselect to preopts. | Vikram S. Adve | 2002-09-20 | 1 | -1/+1 | |
| | | | | llvm-svn: 3841 | |||||
* | KEEP_SYMBOLS by default. | Vikram S. Adve | 2002-09-18 | 1 | -0/+2 | |
| | | | | llvm-svn: 3813 | |||||
* | Enable correct support for dynamic loading on Linux | Chris Lattner | 2002-09-17 | 1 | -1/+1 | |
| | | | | llvm-svn: 3780 | |||||
* | Remove duplicate sparc entry. | Vikram S. Adve | 2002-09-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 3762 | |||||
* | Use .o files instead of .a files for several cases (that don't actually | Vikram S. Adve | 2002-09-16 | 1 | -2/+2 | |
| | | | | | | need them) until other Makefiles can be updated to build archives. llvm-svn: 3761 | |||||
* | Add support for optimization passes that use a TargetMachine object. | Vikram S. Adve | 2002-09-16 | 2 | -7/+20 | |
| | | | | llvm-svn: 3752 | |||||
* | Link to analysis.o not analysis.a | Chris Lattner | 2002-08-30 | 1 | -1/+1 | |
| | | | | llvm-svn: 3537 | |||||
* | Fixed linking problems that wanted me to link to analyze.o instead of analyze.a | Chris Lattner | 2002-08-21 | 1 | -1/+1 | |
| | | | | | | so now we can link to analyze.a again. llvm-svn: 3433 | |||||
* | Link in all analyses so that we get pointer analysis support built in | Chris Lattner | 2002-08-21 | 1 | -1/+1 | |
| | | | | llvm-svn: 3427 | |||||
* | Change command line option message on -q to make it more accurate | Chris Lattner | 2002-07-31 | 1 | -1/+1 | |
| | | | | llvm-svn: 3177 | |||||
* | Print the tool name when an error comes from so that I can tell which | Chris Lattner | 2002-07-30 | 1 | -5/+6 | |
| | | | | | | tool of a pipeline is having issues. llvm-svn: 3168 | |||||
* | Factor PassNamePArser out into llvm/Support/PassNameParser.h | Chris Lattner | 2002-07-26 | 1 | -63/+3 | |
| | | | | llvm-svn: 3109 | |||||
* | *** empty log message *** | Chris Lattner | 2002-07-25 | 1 | -1/+1 | |
| | | | | llvm-svn: 3087 | |||||
* | Use the pass registration mechanism to populate command line options for | Chris Lattner | 2002-07-23 | 1 | -142/+77 | |
| | | | | | | opt, not huge explicit gross tables. llvm-svn: 3021 | |||||
* | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -1/+3 | |
| | | | | llvm-svn: 3002 | |||||
* | *** empty log message *** | Chris Lattner | 2002-07-22 | 1 | -8/+22 | |
| | | | | llvm-svn: 2985 | |||||
* | Removed emitfuncs: now its part of instrument library | Anand Shukla | 2002-07-16 | 1 | -1/+1 | |
| | | | | llvm-svn: 2929 | |||||
* | added emitfuncs pass, and disabled reassociate pass (needs fixing) | Anand Shukla | 2002-07-12 | 1 | -2/+5 | |
| | | | | llvm-svn: 2885 | |||||
* | Added emitfuncs pass | Anand Shukla | 2002-07-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 2884 |