aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker/lib
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-05Don't check variables before they are set.Reid Spencer
2006-11-03Make Stacker Runtime -pedantic clean.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-10-02Don't build the runtime library if LLVMGCC is not configured.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-06-01For PR786:Reid Spencer
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-13The previous hack didn't work because tools-only isn't defined and isn'tReid Spencer
2005-05-13Don't build runtime if tools-only :)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-12-05Build a module instead of a library so main() is not missedReid Spencer
2004-10-28Get rid of drivel.Reid Spencer
2004-10-22Adjust to changes in Makefile.rulesReid Spencer
2004-10-11Remove exhuberant-style comments which remained from copying file from `sample'Misha Brukman
2004-10-11Fix file header commentMisha Brukman
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-11Use inttypes.h, which exists on all of Linux, Solaris and Darwin.Brian Gaeke
2004-05-11Unbreak the build on X86.Chris Lattner
2004-05-11Squash warnings on Solaris/sparc... the test suite is not working for me so IBrian Gaeke