aboutsummaryrefslogtreecommitdiffstats
path: root/projects/Stacker/lib/compiler/StackerCompiler.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename createPromoteMemoryToRegister() toAlkis Evlogimenos2005-03-281-1/+1
* This pass is not needed, as there is only ever one global: the stackChris Lattner2004-10-071-2/+0
* Make the StackerCompiler and optimizing translator by running specificReid Spencer2004-09-041-3/+91
* Unbreak buildBrian Gaeke2004-09-021-1/+1
* Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer2004-08-241-1/+5
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-4/+1
* Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer2004-05-091-25/+23
* Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner2004-03-311-2/+2
* Remove dependence on the return type of ConstantArray::getChris Lattner2004-02-151-7/+7
* Apply patches from PR136Brian Gaeke2003-11-241-17/+8
* Fix these assertions:Chris Lattner2003-11-231-2/+2
* Initial stacker checkinChris Lattner2003-11-231-0/+1728