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