summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/tools/stkrc
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-173-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, areBill Wendling2006-12-071-4/+4
| | | | | | now cerr, cout, and NullStream resp. llvm-svn: 32298
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-291-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 Spencer2006-08-181-1/+1
| | | | | | Update to reflect ParseException becoming ParseError (from Parser.h) llvm-svn: 29766
* Drop the -s2048 option, it is specified incorrectly and the correctReid Spencer2006-08-181-2/+2
| | | | | | specification can't be handled by llvmc (= confuses it) llvm-svn: 29764
* Stacker uses EH.Chris Lattner2006-07-071-0/+1
| | | | llvm-svn: 29032
* Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer2006-06-011-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 againChris Lattner2005-10-271-1/+1
| | | | llvm-svn: 24041
* Make sure to build things in the right order, build with the .o file, not theChris Lattner2005-10-271-2/+2
| | | | | | .a file to unbreak the build after john's change llvm-svn: 24024
* use archives when possibleChris Lattner2005-10-241-2/+2
| | | | llvm-svn: 23932
* Make the value to -s not be interpreted as a file nameReid Spencer2005-05-191-2/+2
| | | | llvm-svn: 22134
* Add an llvmc specification file for the "st" suffix. This allows StackerReid Spencer2005-05-192-1/+65
| | | | | | programs to benefit from the optimization capabilities of the llvmc. llvm-svn: 22133
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-2/+2
| | | | llvm-svn: 21479
* Remove trailing whitespaceMisha Brukman2005-04-211-17/+17
| | | | llvm-svn: 21427
* Add LLVMbzip2 library, now required.Reid Spencer2004-11-251-1/+1
| | | | llvm-svn: 18255
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
| | | | llvm-svn: 17798
* Change Library Names Not To Conflict With Others When InstalledReid Spencer2004-10-271-4/+5
| | | | llvm-svn: 17286
* Make Stacker into a complete project with its own configuration.Reid Spencer2004-09-041-3/+4
| | | | llvm-svn: 16167
* Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2004-09-042-72/+99
| | | | | | | the compiler driver interface as an optimizing translator. Also clean up error message handling. llvm-svn: 16165
* Changes For Bug 352Reid Spencer2004-09-011-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 libraryNate Begeman2004-08-291-1/+1
| | | | llvm-svn: 16104
* RemoveFileOnSignal is now in sys:: namespaceNate Begeman2004-08-291-1/+1
| | | | llvm-svn: 16103
* Group the hidden command line arguments.Reid Spencer2004-07-101-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 Spencer2004-07-041-0/+1
| | | | llvm-svn: 14624
* Header movedChris Lattner2004-05-271-1/+1
| | | | llvm-svn: 13812
* Checkin the stacker compilerChris Lattner2003-11-232-0/+181
llvm-svn: 10184
OpenPOWER on IntegriCloud