aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2009-03-25Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman
2009-03-25LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.Dan Gohman
2009-03-24Regenerate configure.Dan Gohman
2009-03-24Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman
2009-03-24Update for autoconf 2.6x;Dan Gohman
2009-03-24Fix bash-isms.Dan Gohman
2009-03-06CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes
2008-09-15Add "sample" documentation to sample project.Nick Lewycky
2008-06-24Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman
2007-12-29remove attributions from the rest of the llvm makefiles.Chris Lattner
2007-06-29Convert .cvsignore filesJohn Criswell
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