| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make the StackerCompiler and optimizing translator by running specific | Reid Spencer | 2004-09-04 | 1 | -3/+91 |
| | | | | | | | | optimizations after construction of the Module. The OptLevel argument to the compile function controls the level of optimization. llvm-svn: 16166 | ||||
| * | Unbreak build | Brian Gaeke | 2004-09-02 | 1 | -1/+1 |
| | | | | | llvm-svn: 16139 | ||||
| * | 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 | 1 | -4/+1 |
| | | | | | llvm-svn: 15334 | ||||
| * | Changes to make the Stacker Stack use 64 bit values. This *should* get | Reid Spencer | 2004-05-09 | 1 | -25/+23 |
| | | | | | | | | around the problem with Stacker on Solaris because the Stack can handle 64-bit entries (pointer sized). llvm-svn: 13441 | ||||
| * | Avoid TRUE and FALSE which apparently conflict with some macros on OSX | Chris Lattner | 2004-03-31 | 1 | -2/+2 |
| | | | | | llvm-svn: 12566 | ||||
| * | Remove dependence on the return type of ConstantArray::get | Chris Lattner | 2004-02-15 | 1 | -7/+7 |
| | | | | | llvm-svn: 11463 | ||||
| * | Apply patches from PR136 | Brian Gaeke | 2003-11-24 | 1 | -17/+8 |
| | | | | | llvm-svn: 10192 | ||||
| * | Fix these assertions: | Chris Lattner | 2003-11-23 | 1 | -2/+2 |
| | | | | | | | | | | | | 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 | ||||
| * | Initial stacker checkin | Chris Lattner | 2003-11-23 | 1 | -0/+1728 |
| llvm-svn: 10178 | |||||

