aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2007-02-18avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner
2007-01-17remove obsolete commentChris Lattner
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 sample project -pedantic clean.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-09-30Stacker doesn't build universal right.Chris Lattner
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-08-07For PR780: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-06-01Use archive libraries instead of object files for VMCore, BCReader,Reid Spencer
2006-05-12Avoid defining dead resultChris Lattner
2006-04-18Have the AutoRegen.sh script prompt the user for the LLVM src and objReid Spencer
2006-04-13Distribute the Stacker samples directory.Reid Spencer
2006-04-12Distribute the lex/yacc files from the cvs version.Reid Spencer
2006-03-23Ignored generated files.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
2006-01-06Fixed Makefile so it does, indeed, build a dynamic library.Robert Bocchino
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-07-05oopsAndrew Lenharth
2005-07-05updatesAndrew Lenharth
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