summaryrefslogtreecommitdiff
path: root/projects
Commit message (Expand)AuthorAge
* build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar2011-11-03
* rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2011-11-01
* derive LLVM_HOSTTRIPLE from targetSebastian Pop2011-11-01
* Remove the Alpha backend.Dan Gohman2011-10-27
* projects/sample: Switch over to imported Makefile setup.Daniel Dunbar2011-10-27
* Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2011-10-26
* Remove the Blackfin backend.Dan Gohman2011-10-25
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Regenerate projects/sample/configure.Daniel Dunbar2011-10-18
* projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...Daniel Dunbar2011-10-18
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Regen configurePeter Collingbourne2010-12-12
* Fix paths; AutoRegen.sh changes its current working directory to be thePeter Collingbourne2010-12-12
* I swear I did a make clean and make before committing all this...Michael J. Spencer2010-11-29
* projects: Don't try to build libcxx if one happens to have it checked out intoDaniel Dunbar2010-09-09
* Remove bogus link.Eric Christopher2010-07-16
* Remove many calls to TII::isMoveInstr. Targets should be producing COPY anyway.Jakob Stoklund Olesen2010-07-16
* Testing subversion commit accessWesley Peck2010-02-23
* CMake: Fixed syntax in conditional.Oscar Fuentes2010-02-15
* Oops.Jakob Stoklund Olesen2010-02-09
* clang test suiteJakob Stoklund Olesen2010-02-09
* Fix autoconf llvm srcdir location for generic projects.Eric Christopher2010-01-25
* CMake: Don't try to descend into projects/compiler-rt, it doesn't work.Daniel Dunbar2010-01-22
* Don't try to build compiler-rt if it happens to be checked out into projects/Daniel Dunbar2010-01-18
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-26
* install-sh chmods to 0755 by default, and this causes 'git diff' to showTorok Edwin2009-08-28
* remove dead makefile flags.Chris Lattner2009-06-24
* Revert r67655 and r67656, as they are breaking the build. I'mDan Gohman2009-03-25
* LLVM's master Makefile.common is in LLVM_SRC_ROOT, not LLVM_OBJ_ROOT.Dan Gohman2009-03-25
* Regenerate configure.Dan Gohman2009-03-24
* Fix paths; AutoRegen.sh changes its current working directory to be theDan Gohman2009-03-24
* Update for autoconf 2.6x;Dan Gohman2009-03-24
* Fix bash-isms.Dan Gohman2009-03-24
* CMake: auto-discover project files under the projects/ subdirectory.Oscar Fuentes2009-03-06
* Add "sample" documentation to sample project.Nick Lewycky2008-09-15
* Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman2008-06-24
* remove attributions from the rest of the llvm makefiles.Chris Lattner2007-12-29
* Convert .cvsignore filesJohn Criswell2007-06-29
* avoid collision with /usr/bin/sample if this ever gets installed.Chris Lattner2007-02-18
* remove obsolete commentChris Lattner2007-01-17
* For PR1074:Reid Spencer2007-01-17
* relax typeChris Lattner2007-01-07
* For PR950:Reid Spencer2006-12-31
* For PR950:Reid Spencer2006-12-23
* switch statistic over, remove misspelt comment.Chris Lattner2006-12-19
* Update for llvm-gcc4 build.Reid Spencer2006-12-13
* Change createInferredCast calls to more accurate cast creation calls.Reid Spencer2006-12-13
* Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, areBill Wendling2006-12-07
* Detemplatize the Statistic class.Devang Patel2006-12-06
* Replacing std::iostreams with llvm iostreams. Some of these changes involveBill Wendling2006-11-29