aboutsummaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)Author
2012-04-05Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru
2012-04-05Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher
2012-03-26Add some fixes to the configure script for isInf and addEric Christopher
2012-03-23Remove the C backend.Eric Christopher
2012-03-07configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola
2012-01-31Regenerate configure.Rafael Espindola
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop
2011-12-12Hexagon backend supportTony Linthicum
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop
2011-11-01derive LLVM_HOSTTRIPLE from targetSebastian Pop
2011-10-27Remove the Alpha backend.Dan Gohman
2011-10-27projects/sample: Switch over to imported Makefile setup.Daniel Dunbar
2011-10-26Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher
2011-10-25Remove the Blackfin backend.Dan Gohman
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-10-18Regenerate projects/sample/configure.Daniel Dunbar
2011-10-18projects/sample: Import adapted form of current LLVM autoconf/Makefile setup ...Daniel Dunbar
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