aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler/StackerCompiler.cpp
AgeCommit message (Expand)Author
2007-01-17For PR1074:Reid Spencer
2007-01-07relax typeChris Lattner
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19switch statistic over, remove misspelt comment.Chris Lattner
2006-12-13Change createInferredCast calls to more accurate cast creation calls.Reid Spencer
2006-12-06Detemplatize the Statistic class.Devang Patel
2006-11-27For PR950:Reid Spencer
2006-11-08For PR950:Reid Spencer
2006-11-02For PR786:Reid Spencer
2006-11-02For PR950:Reid Spencer
2006-10-26For PR950:Reid Spencer
2006-10-20For PR950:Reid Spencer
2006-08-18For PR797:Reid Spencer
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-05-12Avoid defining dead resultChris Lattner
2005-05-04WHILE does not "pop" a value, it "examines" to top of stack. Make thisReid Spencer
2005-04-23Eliminate tabs and trailing spacesJeff Cohen
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-28Rename createPromoteMemoryToRegister() toAlkis Evlogimenos
2004-10-07This pass is not needed, as there is only ever one global: the stackChris Lattner
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer
2004-09-02Unbreak buildBrian Gaeke
2004-08-24Add dependent library support for Stacker. It now inserts "stkr_runtime" asReid Spencer
2004-07-29Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman
2004-05-09Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer
2004-03-31Avoid TRUE and FALSE which apparently conflict with some macros on OSXChris Lattner
2004-02-15Remove dependence on the return type of ConstantArray::getChris Lattner
2003-11-24Apply patches from PR136Brian Gaeke
2003-11-23Fix these assertions:Chris Lattner
2003-11-23Initial stacker checkinChris Lattner