summaryrefslogtreecommitdiff
path: root/projects
AgeCommit message (Expand)AuthorFilesLines
2013-03-05Print a warning message if compiler-rt can't be built because of old CMake ve...Alexey Samsonov1-3/+6
2013-02-05Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431>Bob Wilson1-4/+12
2013-01-31Add AArch64 as an experimental target.Tim Northover3-4/+15
2013-01-30build: add --with-python optionSaleem Abdulrasool1-1/+1
2012-12-04Clean up the sample include orderings, not that it really matters...Chandler Carruth1-3/+1
2012-11-27Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project....Craig Topper1-0/+9
2012-11-14Few more small CellSPU removals.Eric Christopher2-7/+3
2012-11-12Add --enable-werror and --enable-cxx11 to projects/sample/Craig Topper3-3/+75
2012-10-29Add mips64-* and mips64el-* triples to configure scriptsSimon Atanasyan2-4/+4
2012-10-24[CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR.NAKAMURA Takumi1-4/+2
2012-10-01Re-enable support for --program-prefix.Jordan Rose1-2/+2
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru1-1/+1
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru1-1/+1
2012-09-26Revert "Add --program-prefix support to build"Jordan Rose1-2/+2
2012-09-25Add --program-prefix support to buildSebastian Pop1-2/+2
2012-09-21[CMake] Respect LLVM_BUILD_RUNTIME.Michael J. Spencer1-0/+1
2012-08-29Enable recursing into the compiler-rt projcet with the CMake build.Chandler Carruth1-0/+8
2012-07-23Fix a typo (the the => the)Sylvestre Ledru3-3/+3
2012-07-16Revert "Build script changes for R600/SI Codegen v6"Tom Stellard2-8/+5
2012-07-16Build script changes for R600/SI Codegen v6Tom Stellard2-5/+8
2012-06-28Remove 'check-dg', a wrapper around 'check-local-dg' which was justChandler Carruth1-12/+1
2012-06-27Remove autoconf support for runtest and tclsh, some of the last vestigalChandler Carruth1-2/+0
2012-06-27Exclude both libcxx and compiler-rt until we get their CMake buildsChandler Carruth1-1/+2
2012-06-18Add mipsel-* to the list of targets recognized by configure script.Simon Atanasyan2-1/+3
2012-05-24Remove the PTX back-end and all of its artifacts (triple, etc.)Justin Holewinski2-15/+5
2012-05-05Update all outdated autoconf files in the sample project.Benjamin Kramer6-456/+586
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2-5/+15
2012-04-27Update config.sub in the sample project.Evgeniy Stepanov1-99/+376
2012-04-19Remove llvm-ld and llvm-stub (which is only used by llvm-ld).Michael J. Spencer1-3/+0
2012-04-05Fix a problem in the target detection for Debian GNU/HURDSylvestre Ledru2-0/+14
2012-04-05Fix a problem in the target detection for Debian GNU/kFreeBSDSylvestre Ledru2-4/+4
2012-03-26Add InitializeNativeTargetDisassembler function.Eric Christopher2-1/+18
2012-03-26Add some fixes to the configure script for isInf and addEric Christopher6-7/+50
2012-03-23Remove the C backend.Eric Christopher2-49/+4
2012-03-07configure: Don't require a perl interpreter to be present, LLVM's buildsystem...Benjamin Kramer4-101/+2
2012-02-28Enable -Wcovered-switch-default again, but add -Werror to the checks to makeRafael Espindola5-9/+16
2012-02-28Temporarily revert r151609, which enabled a new warning for LLVM andChandler Carruth4-13/+6
2012-02-28Enable -Wcovered-switch-default as it matches the switch style used in llvm.Rafael Espindola4-6/+13
2012-02-03Replace the old --with-cxx-* configure options with a single --with-gcc-toolc...Rafael Espindola2-79/+17
2012-01-31Regenerate configure.Rafael Espindola1-4/+4
2012-01-05revert r147542 after comments from Joerg SonnenbergerSebastian Pop2-11/+4
2012-01-04use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJITSebastian Pop2-4/+11
2011-12-12Hexagon backend supportTony Linthicum2-6/+14
2011-12-12LLVMBuild: Remove trailing newline, which irked me.Daniel Dunbar1-1/+0
2011-11-03build: Add initial cut at LLVMBuild.txt files.Daniel Dunbar1-0/+22
2011-11-01rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLESebastian Pop2-3/+3
2011-11-01derive LLVM_HOSTTRIPLE from targetSebastian Pop2-2/+2
2011-10-27Remove the Alpha backend.Dan Gohman2-13/+4
2011-10-27projects/sample: Switch over to imported Makefile setup.Daniel Dunbar1-2/+6
2011-10-26Handle newer cases for freebsd which is approaching 10.0 and not 1.0.Eric Christopher2-7/+7