summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2010-12-12Regen configurePeter Collingbourne
2010-12-12Fix paths; AutoRegen.sh changes its current working directory to be thePeter Collingbourne
2010-11-29I swear I did a make clean and make before committing all this...Michael J. Spencer
2010-09-09projects: Don't try to build libcxx if one happens to have it checked out intoDaniel Dunbar
2010-07-16Remove bogus link.Eric Christopher
2010-07-16Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen
2010-02-23Testing subversion commit accessWesley Peck
2010-02-15CMake: Fixed syntax in conditional.Oscar Fuentes
2010-02-09Oops.Jakob Stoklund Olesen
2010-02-09clang test suiteJakob Stoklund Olesen
2010-01-25Fix autoconf llvm srcdir location for generic projects.Eric Christopher
2010-01-22CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar
2010-01-18Don't try to build compiler-rt if it happens to be checked out into projects/Daniel Dunbar
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-08-28install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin
2009-06-24remove dead makefile flags.Chris Lattner
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