Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For PR1074: | Reid Spencer | 2007-01-17 | 3 | -276/+0 |
| | | | | | | | Remove the projects/Stacker directory. LLVM is now free of dependency on llvm-gcc. llvm-svn: 33278 | ||||
* | Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are | Bill Wendling | 2006-12-07 | 1 | -4/+4 |
| | | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298 | ||||
* | Replacing std::iostreams with llvm iostreams. Some of these changes involve | Bill Wendling | 2006-11-29 | 1 | -5/+6 |
| | | | | | | | adding a temporary wrapper around the ostream to make it friendly to functions expecting an LLVM stream. This should be fixed in the future. llvm-svn: 31990 | ||||
* | For PR797: | Reid Spencer | 2006-08-18 | 1 | -1/+1 |
| | | | | | | Update to reflect ParseException becoming ParseError (from Parser.h) llvm-svn: 29766 | ||||
* | Drop the -s2048 option, it is specified incorrectly and the correct | Reid Spencer | 2006-08-18 | 1 | -2/+2 |
| | | | | | | specification can't be handled by llvmc (= confuses it) llvm-svn: 29764 | ||||
* | Stacker uses EH. | Chris Lattner | 2006-07-07 | 1 | -0/+1 |
| | | | | llvm-svn: 29032 | ||||
* | Use archive libraries instead of object files for VMCore, BCReader, | Reid Spencer | 2006-06-01 | 1 | -3/+3 |
| | | | | | | | BCWriter, and bzip2 libraries. Adjust the various makefiles to accommodate these changes. This was done to speed up link times. llvm-svn: 28610 | ||||
* | unbreak the build again | Chris Lattner | 2005-10-27 | 1 | -1/+1 |
| | | | | llvm-svn: 24041 | ||||
* | Make sure to build things in the right order, build with the .o file, not the | Chris Lattner | 2005-10-27 | 1 | -2/+2 |
| | | | | | | .a file to unbreak the build after john's change llvm-svn: 24024 | ||||
* | use archives when possible | Chris Lattner | 2005-10-24 | 1 | -2/+2 |
| | | | | llvm-svn: 23932 | ||||
* | Make the value to -s not be interpreted as a file name | Reid Spencer | 2005-05-19 | 1 | -2/+2 |
| | | | | llvm-svn: 22134 | ||||
* | Add an llvmc specification file for the "st" suffix. This allows Stacker | Reid Spencer | 2005-05-19 | 2 | -1/+65 |
| | | | | | | programs to benefit from the optimization capabilities of the llvmc. llvm-svn: 22133 | ||||
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 1 | -2/+2 |
| | | | | llvm-svn: 21479 | ||||
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 1 | -17/+17 |
| | | | | llvm-svn: 21427 | ||||
* | Add LLVMbzip2 library, now required. | Reid Spencer | 2004-11-25 | 1 | -1/+1 |
| | | | | llvm-svn: 18255 | ||||
* | Fix usage of changed function prototype | Reid Spencer | 2004-11-14 | 1 | -1/+1 |
| | | | | llvm-svn: 17798 | ||||
* | Change Library Names Not To Conflict With Others When Installed | Reid Spencer | 2004-10-27 | 1 | -4/+5 |
| | | | | llvm-svn: 17286 | ||||
* | Make Stacker into a complete project with its own configuration. | Reid Spencer | 2004-09-04 | 1 | -3/+4 |
| | | | | llvm-svn: 16167 | ||||
* | Make the Stacker compiler handle -O1 .. -O5 options so it is compliant with | Reid Spencer | 2004-09-04 | 2 | -72/+99 |
| | | | | | | | the compiler driver interface as an optimizing translator. Also clean up error message handling. llvm-svn: 16165 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -1/+1 |
| | | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137 | ||||
* | Must link against new LLVMsystem library | Nate Begeman | 2004-08-29 | 1 | -1/+1 |
| | | | | llvm-svn: 16104 | ||||
* | RemoveFileOnSignal is now in sys:: namespace | Nate Begeman | 2004-08-29 | 1 | -1/+1 |
| | | | | llvm-svn: 16103 | ||||
* | Group the hidden command line arguments. | Reid Spencer | 2004-07-10 | 1 | -7/+6 |
| | | | | | | Make the -s option actually work and default to the right value. llvm-svn: 14735 | ||||
* | Add #include <iostream> since Value.h doesn't include it any more. | Reid Spencer | 2004-07-04 | 1 | -0/+1 |
| | | | | llvm-svn: 14624 | ||||
* | Header moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | llvm-svn: 13812 | ||||
* | Checkin the stacker compiler | Chris Lattner | 2003-11-23 | 2 | -0/+181 |
llvm-svn: 10184 |