aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib/compiler
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-25Fix a race condition in the makefile that broke grawp's tester last night.Chris Lattner
2006-08-18For PR797:Reid Spencer
2006-07-07Stacker uses EH.Chris Lattner
2006-06-16Don't pass target name into TargetData anymore, it is never used or needed.Chris Lattner
2006-06-02Fix build on systems with broken bisonChris Lattner
2006-05-12Avoid defining dead resultChris Lattner
2006-04-12Distribute the lex/yacc files from the cvs version.Reid Spencer
2006-03-23Ignore generated files.Reid Spencer
2006-02-15Convert over to the new way of handling lex/bison checked into cvsChris Lattner
2005-08-27Implement PR614:Reid Spencer
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-28Get rid of drivel.Reid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-07This pass is not needed, as there is only ever one global: the stackChris Lattner
2004-09-15Stacker compiler library doesn't need to be shared and it can causeReid Spencer
2004-09-04Make Stacker into a complete project with its own configuration.Reid Spencer
2004-09-04Make the StackerCompiler and optimizing translator by running specificReid Spencer
2004-09-02Unbreak buildBrian Gaeke
2004-09-01Changes For Bug 352Reid Spencer
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-27Add support for dos-style filesChris Lattner
2004-05-09Changes to make the Stacker Stack use 64 bit values. This *should* getReid Spencer
2004-04-15If we're going to use tabs, use them consistently. Maybe doxygen will find theMisha Brukman
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-12-10Fix apparent copy-and-paste-o.Brian Gaeke
2003-12-08Add a missing semi colon, which breaks bison 1.5Chris Lattner
2003-11-24Apply patches from PR136Brian Gaeke
2003-11-23Fix these assertions:Chris Lattner
2003-11-23Initial stacker checkinChris Lattner