summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/tools/stkrc/stkrc.cpp
Commit message (Collapse)AuthorAgeFilesLines
* For PR1074:Reid Spencer2007-01-171-180/+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
* Eliminate tabs and trailing spacesJeff Cohen2005-04-231-2/+2
| | | | llvm-svn: 21479
* Remove trailing whitespaceMisha Brukman2005-04-211-17/+17
| | | | llvm-svn: 21427
* Fix usage of changed function prototypeReid Spencer2004-11-141-1/+1
| | | | llvm-svn: 17798
* Make the Stacker compiler handle -O1 .. -O5 options so it is compliant withReid Spencer2004-09-041-71/+95
| | | | | | | 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
* 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-231-0/+155
llvm-svn: 10184
OpenPOWER on IntegriCloud