- 14ecff4 Remove unused parallel-libs project by David Blaikie · 3 years, 8 months ago
- 88cb00b [RFC][debuginfo-test] Rename debug-info lit tests for general purposes by James Henderson · 4 years, 4 months ago
- a9ffb70 llvmbuildectomy - replace llvm-build by plain cmake by serge-sans-paille · 4 years, 8 months ago
- 721a824 Add few docs and implementation of strcpy and strcat. by Siva Chandra · 6 years ago
- 7bf99b8 [libc++] Take 2: Integrate the PSTL into libc++ by Louis Dionne · 6 years ago
- 4d66b07 Revert "[libc++] Integrate the PSTL into libc++" by Louis Dionne · 6 years ago
- c9c7008 [libc++] Integrate the PSTL into libc++ by Louis Dionne · 6 years ago
- ca6d719 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 6 years ago
- 209542b [pstl] Initial integration with LLVM's CMake by Louis Dionne · 6 years ago
- 5527d37 [projects] Use directory name for add_llvm_external_projects by Shoaib Meenai · 7 years ago
- 1d57e67 [projects] Use add_llvm_external_project for implicit projects by Shoaib Meenai · 7 years ago
- edc981d [cmake] Support moving debuginfo-tests to llvm/projects by Don Hinton · 7 years ago
- 3baa738 Re-revert "Refactor debuginfo-tests." by Zachary Turner · 8 years ago
- 3c41f42 Resubmit "Refactor debuginfo-tests" again. by Zachary Turner · 8 years ago
- 7f2b5ed Re-revert "Refactor debuginfo-tests" by Zachary Turner · 8 years ago
- b593e14 Resubmit "Refactor debuginfo-tests" by Zachary Turner · 8 years ago
- 20fc06b Revert "Update test_debuginfo.pl script to point to new tree location." by Zachary Turner · 8 years ago
- 8c1bbab [debuginfo-tests] Make debuginfo-tests work in a standard configuration. by Zachary Turner · 8 years ago
- e9a23ff Add temporary workaround to allow in-tree libc++ builds on Windows by Eric Fiselier · 8 years ago
- 6ac0259 [cmake] Include openmp with add_llvm_external_project by Pirama Arumuga Nainar · 8 years ago
- 720e237 [CMake] Correct configuration order of the sub-projects based on ther dependancies by Eric Fiselier · 9 years ago
- 82e1f9e Enable in-tree builds of parallel-libs. by Justin Lebar · 9 years ago
- a83c386 Remove autoconf support by Chris Bieneman · 9 years ago
- 42467d4 [CMake] Disable adding the test suite as a projects subdirectory by Chris Bieneman · 10 years ago
- 77105c7 build: make libunwind a proper project by Saleem Abdulrasool · 10 years ago
- e3b8c25 Reverse the order libc++ and libc++abi are added in CMake. by Eric Fiselier · 10 years ago
- 452f9ff [cmake] Use the external project machinery for libcxxabi so that it can by Chandler Carruth · 11 years ago
- 78b712f Remove projects/sample. by Rafael Espindola · 11 years ago
- d1017e6 "Mac OS/X" -> "Mac OS X" spelling fixes for llvm. by Nico Weber · 11 years ago
- 51a65d1 Drop libtool from llvm. by Rafael Espindola · 11 years ago
- 38fe140 With rpaths being set correctly, SHLIBPATH_VAR is not needed anymore. by Rafael Espindola · 11 years ago
- f5aab255 [CMake] Introduce LLVM_BUILD_EXTERNAL_COMPILER_RT option by Alexey Samsonov · 11 years ago
- 45e6d3f Remove dead code, we already require cmake 2.8.8. by Rafael Espindola · 11 years ago
- 5584536 llvm/projects/CMakeLists.txt: Add dragonegg. by NAKAMURA Takumi · 11 years ago
- 0a8af0e Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 12 years ago
- 2358c0a Revert "Windows: Add support for unicode command lines" by David Majnemer · 12 years ago
- dbfe94d Windows: Add support for unicode command lines by David Majnemer · 12 years ago
- 7990957 Disable libc++ building by default with CMake with MSVC -- some bots by Chandler Carruth · 12 years ago
- 5e45928 Enable libcxx as part of the top level CMake build when it is checked by Chandler Carruth · 12 years ago
- d24f248 Port the detection of zlib from the main autoconf system to the sample by Chandler Carruth · 12 years ago
- 4d50331 Add support for linking librt and using clock_gettime to the sample by Chandler Carruth · 12 years ago
- 95dee51 Update the sample project autoconf setup to include support for by Chandler Carruth · 12 years ago
- 5ae6989 Build with the $RDYNAMIC flag on Darwin as well as other platforms. by Bob Wilson · 12 years ago
- 30937c1 Regenerate with changes for -rdynamic. by Bob Wilson · 12 years ago
- d2fed9a Link with -rdynamic instead of -Wl,-export-dynamic. by Bob Wilson · 12 years ago
- 2f98b2e [PowerPC] Support powerpc64le as a syntax-checking target. by Bill Schmidt · 12 years ago
- ded882b Remove dead code from the makefile build system. by Rafael Espindola · 12 years ago
- 9b84a49 Remove the mblaze backend from llvm. by Rafael Espindola · 12 years ago
- 32b7b39 The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD. by Sylvestre Ledru · 12 years ago
- 53b3151 Filter out dragonegg when checked out into a projects subdirectory. by Chandler Carruth · 12 years ago
- 97ea2511c Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 12 years ago
- 0f32237 Don't define LLVM_LIBDIR, it is not used anymore. by Rafael Espindola · 12 years ago
- 157eb52 sync projects/sample's autohell. by Rafael Espindola · 12 years ago
- 532603f [SystemZ] Add to --enable-targets=all by Ulrich Weigand · 12 years ago
- eb05f1d [SystemZ] Add configure bits by Ulrich Weigand · 12 years ago
- 1adee8e remove cbe backend from sample configure by Jia Liu · 12 years ago
- 87f6d55 Print a warning message if compiler-rt can't be built because of old CMake version to make this requirement more visible to users by Alexey Samsonov · 12 years ago
- ac2ee6d Set the deployment target for Apple llvmCore builds. <rdar://problem/12712431> by Bob Wilson · 12 years ago
- 099500f Add AArch64 as an experimental target. by Tim Northover · 12 years ago
- fa7e41d build: add --with-python option by Saleem Abdulrasool · 12 years ago
- 13dc5cc Clean up the sample include orderings, not that it really matters... by Chandler Carruth · 13 years ago
- 5f5c9de Add ENABLE_CXX11 and ENABLE_WERROR to Makefile.llvm.rules for sample project. They were previously added to Makefile.llvm.config.in but the consumption was missing by Craig Topper · 13 years ago
- 0c73fde Few more small CellSPU removals. by Eric Christopher · 13 years ago
- 79b7192 Add --enable-werror and --enable-cxx11 to projects/sample/ by Craig Topper · 13 years ago
- 2230a21 Add mips64-* and mips64el-* triples to configure scripts by Simon Atanasyan · 13 years ago
- 4938a7a [CMake] Introduce LLVM_EXTERNAL_COMPILER_RT_SOURCE_DIR. by NAKAMURA Takumi · 13 years ago
- 65016a2 Re-enable support for --program-prefix. by Jordan Rose · 13 years ago
- 56a6c36 Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. See: http://en.wikipedia.org/wiki/If_and_only_if Commit 164767 by Sylvestre Ledru · 13 years ago
- ca40707 Fix a typo 'iff' => 'if' by Sylvestre Ledru · 13 years ago
- 190acb5 Revert "Add --program-prefix support to build" by Jordan Rose · 13 years ago
- b50b480 Add --program-prefix support to build by Sebastian Pop · 13 years ago
- 18b8f1f [CMake] Respect LLVM_BUILD_RUNTIME. by Michael J. Spencer · 13 years ago
- b38c391 Enable recursing into the compiler-rt projcet with the CMake build. by Chandler Carruth · 13 years ago
- 62158ce Fix a typo (the the => the) by Sylvestre Ledru · 13 years ago
- d0c7917 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 13 years ago
- 48b46cc Build script changes for R600/SI Codegen v6 by Tom Stellard · 13 years ago
- 882bdf2 Remove 'check-dg', a wrapper around 'check-local-dg' which was just nuked. by Chandler Carruth · 13 years ago
- e100711 Remove autoconf support for runtest and tclsh, some of the last vestigal by Chandler Carruth · 13 years ago
- e3b51d4 Exclude both libcxx and compiler-rt until we get their CMake builds by Chandler Carruth · 13 years ago
- 64c6f16 Add mipsel-* to the list of targets recognized by configure script. by Simon Atanasyan · 13 years ago
- a55db16 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 13 years ago
- 871c09a Update all outdated autoconf files in the sample project. by Benjamin Kramer · 13 years ago
- dccfed1 This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it. by Justin Holewinski · 13 years ago
- 8731d7e Update config.sub in the sample project. by Evgeniy Stepanov · 13 years ago
- c864423 Remove llvm-ld and llvm-stub (which is only used by llvm-ld). by Michael J. Spencer · 13 years ago
- 0de86f2 Fix a problem in the target detection for Debian GNU/HURD by Sylvestre Ledru · 13 years ago
- bb3ee7d Fix a problem in the target detection for Debian GNU/kFreeBSD by Sylvestre Ledru · 13 years ago
- d86652b Add InitializeNativeTargetDisassembler function. by Eric Christopher · 13 years ago
- f241183 Add some fixes to the configure script for isInf and add by Eric Christopher · 13 years ago
- 74ba95c Remove the C backend. by Eric Christopher · 13 years ago
- 7ee95f8 configure: Don't require a perl interpreter to be present, LLVM's buildsystem doesn't depend on perl anymore. by Benjamin Kramer · 13 years ago
- f38b04c Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
- c856f3b Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
- df411bf2 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
- 3b952b6 Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain by Rafael Espindola · 13 years ago
- cf74329 Regenerate configure. by Rafael Espindola · 13 years ago
- c24bd79 revert r147542 after comments from Joerg Sonnenberger by Sebastian Pop · 13 years ago
- 72839d5 use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT by Sebastian Pop · 13 years ago
- afb2d8c Hexagon backend support by Tony Linthicum · 13 years ago
- 0ea16fc LLVMBuild: Remove trailing newline, which irked me. by Daniel Dunbar · 13 years ago