summaryrefslogtreecommitdiff
path: root/projects
Commit message (Expand)AuthorAge
* Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth2012-06-28
* Remove autoconf support for runtest and tclsh, some of the last vestigalChandler Carruth2012-06-27
* Exclude both libcxx and compiler-rt until we get their CMake buildsChandler Carruth2012-06-27
* Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2012-06-18
* Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2012-05-24
* Update all outdated autoconf files in the sample project.Benjamin Kramer2012-05-05
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04
* Update config.sub in the sample project.Evgeniy Stepanov2012-04-27
* Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer2012-04-19
* Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru2012-04-05
* Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru2012-04-05
* Add InitializeNativeTargetDisassembler function.Eric Christopher2012-03-26
* Add some fixes to the configure script for isInf and addEric Christopher2012-03-26
* Remove the C backend.Eric Christopher2012-03-23
* configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer2012-03-07
* Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola2012-02-28
* Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth2012-02-28
* Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola2012-02-28
* Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2012-02-03
* Regenerate configure.Rafael Espindola2012-01-31
* revert r147542 after comments from Joerg SonnenbergerSebastian Pop2012-01-05
* use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2012-01-04
* Hexagon backend supportTony Linthicum2011-12-12
* LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar2011-12-12
* 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