aboutsummaryrefslogtreecommitdiff
path: root/projects/Stacker
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-13Update for llvm-gcc4 build.Reid Spencer
2006-12-13Change createInferredCast calls to more accurate cast creation calls.Reid Spencer
2006-12-07Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling
2006-12-06Detemplatize the Statistic class.Devang Patel
2006-11-29Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling
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-08-18Drop the -s2048 option, it is specified incorrectly and the correctReid 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-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-12Avoid defining dead resultChris Lattner
2006-04-13Distribute the Stacker samples directory.Reid Spencer
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-10-27unbreak the build againChris Lattner
2005-10-27Make sure to build things in the right order, build with the .o file, not theChris Lattner
2005-10-24use archives when possibleChris Lattner
2005-08-27Implement PR614:Reid Spencer
2005-05-19Make the value to -s not be interpreted as a file nameReid Spencer
2005-05-19Add an llvmc specification file for the "st" suffix. This allows StackerReid 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
2005-02-14Update makefile to use PROJ_* makefile variables intead of BUILD_* asReid Spencer
2005-01-16Update per new Makefile requirements for projectsReid Spencer
2005-01-01Ignore some filesReid Spencer
2004-12-27Clean up some autoconf cruftReid Spencer
2004-12-05Correct build script for stkr_runtime moduleReid Spencer
2004-12-05Build a module instead of a library so main() is not missedReid Spencer