summaryrefslogtreecommitdiffstats
path: root/llvm/projects/Stacker/lib/compiler/StackerCompiler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-041-3/+91
| | | | | | | optimizations after construction of the Module. The OptLevel argument to the compile function controls the level of optimization. llvm-svn: 16166
* Unbreak buildBrian Gaeke2004-09-021-1/+1
| | | | llvm-svn: 16139
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-241-1/+5
| | | | | | a dependent library. llvm-svn: 16040
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-4/+1
| | | | llvm-svn: 15334
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-091-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 OSXChris Lattner2004-03-311-2/+2
| | | | llvm-svn: 12566
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-151-7/+7
| | | | llvm-svn: 11463
* Apply patches from PR136Brian Gaeke2003-11-241-17/+8
| | | | llvm-svn: 10192
* Fix these assertions:Chris Lattner2003-11-231-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 checkinChris Lattner2003-11-231-0/+1728
llvm-svn: 10178
OpenPOWER on IntegriCloud