| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use llvm-link to link the .bc with testing.bc. This helps test the new | Reid Spencer | 2004-09-11 | 1 | -4/+5 |
| | | | | | | | llvm-link dependent libraries feature. llvm-svn: 16276 | ||||
| * | Added the configuration of the test/Makefile. | Reid Spencer | 2004-09-05 | 2 | -0/+7 |
| | | | | | llvm-svn: 16185 | ||||
| * | Convert makefile to use standard LLVM macros for tool names | Reid Spencer | 2004-09-04 | 1 | -22/+13 |
| | | | | | | | Utilize new stkrc -O4 option for optimization during translation. llvm-svn: 16168 | ||||
| * | Make Stacker into a complete project with its own configuration. | Reid Spencer | 2004-09-04 | 17 | -12/+18336 |
| | | | | | llvm-svn: 16167 | ||||
| * | Make the StackerCompiler and optimizing translator by running specific | Reid Spencer | 2004-09-04 | 2 | -3/+92 |
| | | | | | | | | optimizations after construction of the Module. The OptLevel argument to the compile function controls the level of optimization. llvm-svn: 16166 | ||||
| * | 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 | ||||
| * | Unbreak build | Brian Gaeke | 2004-09-02 | 2 | -2/+2 |
| | | | | | llvm-svn: 16139 | ||||
| * | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 3 | -4/+5 |
| | | | | | | | | | 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 | ||||
| * | Add dependent library support for Stacker. It now inserts "stkr_runtime" as | Reid Spencer | 2004-08-24 | 1 | -1/+5 |
| | | | | | | | a dependent library. llvm-svn: 16040 | ||||
| * | Fix #includes of i*.h => Instructions.h as per PR403. | Misha Brukman | 2004-07-29 | 2 | -8/+2 |
| | | | | | llvm-svn: 15334 | ||||
| * | 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 | ||||
| * | Add support for dos-style files | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 13840 | ||||
| * | Header moved | Chris Lattner | 2004-05-27 | 1 | -1/+1 |
| | | | | | llvm-svn: 13812 | ||||
| * | Use inttypes.h, which exists on all of Linux, Solaris and Darwin. | Brian Gaeke | 2004-05-11 | 1 | -2/+1 |
| | | | | | llvm-svn: 13461 | ||||
| * | Unbreak the build on X86. | Chris Lattner | 2004-05-11 | 1 | -0/+1 |
| | | | | | llvm-svn: 13460 | ||||
| * | Squash warnings on Solaris/sparc... the test suite is not working for me so I | Brian Gaeke | 2004-05-11 | 1 | -2/+2 |
| | | | | | | | can't be sure if these are OK, but they look OK. llvm-svn: 13459 | ||||
| * | Do not hardcode the name of gcc, because its full pathname may have been | Brian Gaeke | 2004-05-11 | 1 | -1/+1 |
| | | | | | | | specified by top-level configure llvm-svn: 13458 | ||||
| * | Do not depend on the path to bash | Brian Gaeke | 2004-05-11 | 1 | -1/+1 |
| | | | | | llvm-svn: 13457 | ||||
| * | Include <sys/types.h> to get the definition of int64_t on Solaris. | Brian Gaeke | 2004-05-11 | 1 | -0/+1 |
| | | | | | llvm-svn: 13456 | ||||
| * | Changes to make the Stacker Stack use 64 bit values. This *should* get | Reid Spencer | 2004-05-09 | 5 | -42/+37 |
| | | | | | | | | around the problem with Stacker on Solaris because the Stack can handle 64-bit entries (pointer sized). llvm-svn: 13441 | ||||
| * | If we're going to use tabs, use them consistently. Maybe doxygen will find the | Misha Brukman | 2004-04-15 | 1 | -2/+2 |
| | | | | | | | @parameter line documentation that way, too. llvm-svn: 12966 | ||||
| * | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner | 2004-03-31 | 3 | -9/+9 |
| | | | | | llvm-svn: 12566 | ||||
| * | Remove dependence on the return type of ConstantArray::get | Chris Lattner | 2004-02-15 | 1 | -7/+7 |
| | | | | | llvm-svn: 11463 | ||||
| * | Fix apparent copy-and-paste-o. | Brian Gaeke | 2003-12-10 | 1 | -4/+2 |
| | | | | | | | Get rid of %debug - Mac OS X bison doesn't have it. sigh. llvm-svn: 10352 | ||||
| * | Add a missing semi colon, which breaks bison 1.5 | Chris Lattner | 2003-12-08 | 1 | -1/+1 |
| | | | | | llvm-svn: 10325 | ||||
| * | Makefile updates contributed by Reid | Chris Lattner | 2003-12-08 | 2 | -14/+24 |
| | | | | | llvm-svn: 10317 | ||||
| * | * Squelch warning on Sun | Chris Lattner | 2003-11-27 | 1 | -6/+6 |
| | | | | | | | | * stdlib and friends are system headers * 'long long' is the type that consistently turns into the LLVM 'long' type. llvm-svn: 10241 | ||||
| * | Apply patches from PR136 | Brian Gaeke | 2003-11-24 | 7 | -44/+178 |
| | | | | | llvm-svn: 10192 | ||||
| * | Add a script I missed | Chris Lattner | 2003-11-23 | 1 | -0/+19 |
| | | | | | llvm-svn: 10188 | ||||
| * | Checkin tests | Chris Lattner | 2003-11-23 | 55 | -0/+464 |
| | | | | | llvm-svn: 10187 | ||||
| * | Disable test. | Chris Lattner | 2003-11-23 | 1 | -1/+3 |
| | | | | | llvm-svn: 10186 | ||||
| * | Fix these assertions: | Chris Lattner | 2003-11-23 | 2 | -2/+22 |
| | | | | | | | | | | | | stkrc -e -f -o testing.bc testing.st Global is external, but doesn't have external linkage! [1024 x int]* %_stack_ Global is external, but doesn't have external linkage! long* %_index_ Broken module found, compilation aborted! llvm-svn: 10185 | ||||
| * | Checkin the stacker compiler | Chris Lattner | 2003-11-23 | 2 | -0/+181 |
| | | | | | llvm-svn: 10184 | ||||
| * | Fix file header | Chris Lattner | 2003-11-23 | 1 | -2/+2 |
| | | | | | llvm-svn: 10183 | ||||
| * | Initial checkin | Chris Lattner | 2003-11-23 | 1 | -0/+20 |
| | | | | | llvm-svn: 10182 | ||||
| * | Initial checkin of stacker samples | Chris Lattner | 2003-11-23 | 5 | -0/+236 |
| | | | | | llvm-svn: 10181 | ||||
| * | Adjust file header | Chris Lattner | 2003-11-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 10180 | ||||
| * | Initial checkin of stacker runtime | Chris Lattner | 2003-11-23 | 2 | -0/+51 |
| | | | | | llvm-svn: 10179 | ||||
| * | Initial stacker checkin | Chris Lattner | 2003-11-23 | 6 | -0/+2417 |
| | | | | | llvm-svn: 10178 | ||||
| * | Update file header | Chris Lattner | 2003-11-23 | 1 | -1/+1 |
| | | | | | llvm-svn: 10177 | ||||
| * | initial checkin of stacker makefile | Chris Lattner | 2003-11-23 | 1 | -0/+20 |
| llvm-svn: 10176 | |||||

