1. de2d869 Update aosp/master LLVM for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. f3ef533 Update aosp/master LLVM for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. 6948897 Update aosp/master LLVM for rebase to r239765 by Pirama Arumuga Nainar · 9 years ago
  4. 0c7f116 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  5. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  6. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  7. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  8. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  9. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  10. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  11. 7adae8e Revert my CMake patches concerning building with /MT (r194589, r194596) by Hans Wennborg · 11 years ago
  12. 4ac2e3c CMake: make building with /MT an option instead of always forcing it by Hans Wennborg · 11 years ago
  13. e258845 cmake: link release builds statically against run-time library on windows (use /MT instead of /MD) by Hans Wennborg · 11 years ago
  14. f099f89 Remove NDBEUG from all release types compile flags. by Yaron Keren · 11 years ago
  15. 4d1a925 CMake: set stack size for MSVC in just one place by Hans Wennborg · 11 years ago
  16. acc1f8b CMake: set stack size to 2MB for MSVC builds by Hans Wennborg · 11 years ago
  17. 29150e4 cmake: don't set LLVM_COMPILER_IS_GCC_COMPATIBLE when using clang-cl by Hans Wennborg · 11 years ago
  18. 6a971bb Revert "Revert "Windows: Add support for unicode command lines"" by David Majnemer · 11 years ago
  19. b262556 Revert "Windows: Add support for unicode command lines" by David Majnemer · 11 years ago
  20. 5a1a185 Windows: Add support for unicode command lines by David Majnemer · 11 years ago
  21. 04132a6 Reverts commit r190808 and r190556. by Rafael Espindola · 11 years ago
  22. 26a6348 [CMake] Hack GetSVN.cmake to handle unusual terminals. by Jordan Rose · 11 years ago
  23. 112f7a6 Fixup for r190409: add dep on LZMA only if CMake is cross-compiling by Alexey Samsonov · 11 years ago
  24. 6c32111 [CMake] Update GetSVN.cmake to use LLVM version control helper scripts. by Jordan Rose · 11 years ago
  25. b77a9c1 config-ix.cmake: Tweak stray endif(...) to suppress a warning in CMake. by NAKAMURA Takumi · 11 years ago
  26. 4f5cfba cmake: Install llvm-tblgen again by Hans Wennborg · 11 years ago
  27. 15bb8e3 Adding LZMA as dep for XML2 on 2.8.0 or higher by Renato Golin · 11 years ago
  28. b775f2f [CMake] Add -O1 in debug builds with LLVM_USE_SANITIZER by Alexey Samsonov · 11 years ago
  29. 4cff093 [doxygen] Use correct variable names for external variable configuration and make EXTRA_SEARCH_MAPPINGS a "dumb" variable. by Michael Gottesman · 11 years ago
  30. 1800b66 [doxygen] Added support for doxygen external search. by Michael Gottesman · 11 years ago
  31. b7cb635 [cmake] Created an aggregate doxygen target for generating doxygen documentation for llvm/all subprojects. Renamed llvm's doxygen generation command to doxygen-llvm. by Michael Gottesman · 11 years ago
  32. 6d89eba Translate ENABLE_CLANG_{ARCMT,REWRITER,STATIC_ANALYZER} when generating by Roman Divacky · 11 years ago
  33. 19a5472 [cmake] Check for realpath availability in CMake by Alexey Samsonov · 11 years ago
  34. b514395 CMake Xcode builds: symlink tblgen targets out to bin/. by Douglas Gregor · 11 years ago
  35. 5b83d0c [autotools->cmake] Enable generation of doxygen documentation via cmake. by Michael Gottesman · 11 years ago
  36. 2982c08 CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option. by Hans Wennborg · 11 years ago
  37. b7f81d3 CMake: don't install tablegen by Hans Wennborg · 11 years ago
  38. d6dbd6b [CMake] Automatically pick up subdirectories in llvm/tools as 'external projects' if they contain a 'CMakeLists.txt' file. by Argyrios Kyrtzidis · 11 years ago
  39. f1070a0 Suppress an annoying CMake warning in ChooseMSVCCRT.cmake by Reid Kleckner · 11 years ago
  40. a915b41 Recognize NetBSD's terminfo implementation. by Joerg Sonnenberger · 11 years ago
  41. 7f92c7b Re-disabling C4291 warnings for MSVC because AttributeList.h requires it. This was accidentally removed in r187279. by Aaron Ballman · 11 years ago
  42. da44b4f CMake: polish the Windows packaging rules by Hans Wennborg · 11 years ago
  43. e1bae5f [CMake] add_llvm_library: Specify explicit suffix .imp to import library to avoid a warning between profile_rt-static and profile_rt-shared with lib/profile_rt.lib. by NAKAMURA Takumi · 11 years ago
  44. 3729d7d Remove all checking for the various terminfo headers (term.h and by Chandler Carruth · 11 years ago
  45. 8d8bdff Target a minimal terminfo library rather than necessarily a full curses by Chandler Carruth · 11 years ago
  46. e32032d Add three missing CMake variables that need to make it to the by Chandler Carruth · 11 years ago
  47. f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 11 years ago
  48. 3e53241 Check for _strtoi64 in the cmake build if strtoll is missing by Reid Kleckner · 11 years ago
  49. f659939 Replacing /GR with /GR- instead of applying both options to the project. This should reduce some build bot warnings (D9025: "overriding '/GR' with '/GR-'"). by Aaron Ballman · 11 years ago
  50. df263de Pass -G argument to cmake with the same generator's name as used for the by Simon Atanasyan · 11 years ago
  51. b9db9cd Make sure that -gsplit-dwarf isn't passed to the linker. by Eric Christopher · 11 years ago
  52. 6aebd5f Add capability for building with -gsplit-dwarf to the cmake build. by Eric Christopher · 11 years ago
  53. cc6933b Re-application of 187310. Re-enabling warning C4275 for MSVC 11 and up, but not MSVC 10 since it is still required there. by Aaron Ballman · 11 years ago
  54. 7f81702 Partial revert of 187310; it seems MSVC 10 still spits out this warning, but MSVC 11 does not. by Aaron Ballman · 11 years ago
  55. 9df33cb Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required. by Aaron Ballman · 11 years ago
  56. fb49c51 Re-enabling a warning in MSVC mode now that r187292 fixed the only instance of the warning. by Aaron Ballman · 11 years ago
  57. 332af10 Re-enabling some more MSVC warnings; all of these compile cleanly with no further changes required. by Aaron Ballman · 11 years ago
  58. 252d416 Re-enabling the C4065 warning for MSVC builds as it no longer fires due to tablegen. by Aaron Ballman · 11 years ago
  59. 6598534 Remove dead or useless header checks from cmake and autoconf by Reid Kleckner · 11 years ago
  60. a009d53 Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS. by Duncan Sands · 11 years ago
  61. e1e7310 Find xdot or xdot.py. by Matt Arsenault · 11 years ago
  62. cffecb4 Allow llvm_find_program to find alternate names by Matt Arsenault · 11 years ago
  63. c589a5f Reapply r185601 with a fix for the cmake build. by Eric Christopher · 11 years ago
  64. 2333a31 Temporarily revert 185601 as it caused cmake build regressions. by Eric Christopher · 11 years ago
  65. d1280c1 Add support for futimens for platforms that don't support futimes. by Eric Christopher · 11 years ago
  66. 84bb3a2 Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake. by Andy Gibbs · 11 years ago
  67. d132ce7 Revert "Cmake: add compiler option in a more idiomatic way" by Rafael Espindola · 11 years ago
  68. 4ebf543 Cmake: add compiler option in a more idiomatic way by Arnaud A. de Grandmaison · 11 years ago
  69. ba30d60 Don't define LTDL_SHLIBPATH_VAR. by Rafael Espindola · 11 years ago
  70. 745825f5 Add colored diagnostics when building LLVM with cmake + ninja + clang by Arnaud A. de Grandmaison · 11 years ago
  71. d86a66d Allow overriding the location of C/C++ compilers in Android CMake build. by Evgeniy Stepanov · 11 years ago
  72. 735ab83 by Ulrich Weigand · 11 years ago
  73. bd121f5 Build system changes to enable MCJIT on AArch64 by Tim Northover · 11 years ago
  74. d66ad6c Allow host triple to be correctly overridden in CMake builds by Tim Northover · 11 years ago
  75. e050e59 CMake: cxxabi.h is only available to C++ compilers, use the right check macro. by Benjamin Kramer · 11 years ago
  76. dfa0e92 Only use cxxabi.h's demangler, if it is actually available. by Joerg Sonnenberger · 11 years ago
  77. 005159e Use zlib to uncompress debug sections in DWARF parser. by Alexey Samsonov · 11 years ago
  78. ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 11 years ago
  79. 7aad829 Remove the executable bit on cmake files by Sylvestre Ledru · 11 years ago
  80. 5eacadd Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied by the driver by Alexey Samsonov · 11 years ago
  81. 16f1969 [cmake] Avoid rel+asserts warnings when passing -UNDEBUG by Reid Kleckner · 11 years ago
  82. 777fccb Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to simplify bootstrap of LLVM/Clang under ASan/MSan by Alexey Samsonov · 11 years ago
  83. 79f1dfa Introduce a tiny CMake project to gather Subversion revision information and place it into a header. by Douglas Gregor · 11 years ago
  84. 2269c56 Don't use add_llvm_definitions for adding warning flags. It makes it too hard by Duncan Sands · 11 years ago
  85. f9a7132 Refine fenv.h handling: check if the desired macros exist, before using by Joerg Sonnenberger · 11 years ago
  86. 8483b47 Enable -Wnon-virtual-dtor build warning by Alexey Samsonov · 11 years ago
  87. c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 11 years ago
  88. b91ce4f Simplify CMake rules in HandleLLVMOptions module. by Alexey Samsonov · 11 years ago
  89. e2abe05 CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake. by Jordan Rose · 11 years ago
  90. 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 11 years ago
  91. dbdebe2 CMake: Use check_symbol_exists instead of check_cxx_symbol_exists. by Jordan Rose · 11 years ago
  92. 1e8f6f4 Fix CMake detection of various cmath functions, and XFAIL the test on platforms that are known to be missing them. by Owen Anderson · 11 years ago
  93. ec643ab Conditionalize constant folding of math intrinsics on the availability of an implementation on the host. This is a little bit unfortunate, but until someone decides to implement a full libm for APFloat, we don't have a better way to get this functionality. by Owen Anderson · 11 years ago
  94. 4b5dbaa Turn off uninitialized-use warnings for gcc in cmake build by Edwin Vane · 11 years ago
  95. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 11 years ago
  96. adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 11 years ago
  97. ea2d878 Annotate BumpPtrAllocator for MemorySanitizer. by Evgeniy Stepanov · 11 years ago
  98. 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 11 years ago
  99. 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 11 years ago
  100. 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 11 years ago