1. 2c3e005 Update aosp/master LLVM for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  2. 4c5e43d Update aosp/master llvm for rebase to r233350 by Pirama Arumuga Nainar · 9 years ago
  3. ebe69fe Update aosp/master LLVM for rebase to r230699. by Stephen Hines · 9 years ago
  4. 37ed9c1 Update aosp/master LLVM for rebase to r222494. by Stephen Hines · 10 years ago
  5. c6a4f5e Update LLVM for rebase to r212749. by Stephen Hines · 10 years ago
  6. dce4a40 Update LLVM for 3.5 rebase (r209712). by Stephen Hines · 10 years ago
  7. 36b5688 Update to LLVM 3.5a. by Stephen Hines · 10 years ago
  8. d1b770d Merging r195379: by Bill Wendling · 11 years ago
  9. 7adae8e Revert my CMake patches concerning building with /MT (r194589, r194596) by Hans Wennborg · 11 years ago
  10. 4ac2e3c CMake: make building with /MT an option instead of always forcing it by Hans Wennborg · 11 years ago
  11. 14de089 Modify CMakeLists.txt to work around pr17763 and bring some bots back. by Rafael Espindola · 11 years ago
  12. 9297890 Remove 2.4 from the list of supported Python versions. by Bill Wendling · 11 years ago
  13. 4d1a925 CMake: set stack size for MSVC in just one place by Hans Wennborg · 11 years ago
  14. 651c467 Restore LLVM_BUILD_RUNTIME option that was deleted in r191835, but is still used to control building of compiler-rt and libcxx by Alexey Samsonov · 11 years ago
  15. dd5d86d Remove the very substantial, largely unmaintained legacy PGO infrastructure. by Chandler Carruth · 11 years ago
  16. 19c450a Set the minimal stack size with msvc when using cmake >= 2.8.11. by Rafael Espindola · 11 years ago
  17. e179b31 [conf] Add config variable to disable crash related overrides. by Daniel Dunbar · 11 years ago
  18. 002062b Substitute LLVM's version into the msbuild property file at config time by Reid Kleckner · 11 years ago
  19. 110b520 cmake: Add msbuild integration to the install by Hans Wennborg · 11 years ago
  20. d193465 CMake: move lto.h install to tools/lto/CMakeLists.txt by Hans Wennborg · 11 years ago
  21. 5b83d0c [autotools->cmake] Enable generation of doxygen documentation via cmake. by Michael Gottesman · 11 years ago
  22. 2982c08 CMake: Add LLVM_INSTALL_TOOLCHAIN_ONLY option. by Hans Wennborg · 11 years ago
  23. da44b4f CMake: polish the Windows packaging rules by Hans Wennborg · 11 years ago
  24. 20e4636 Fixed typo in CMakeLists.txt. by Michael Gottesman · 11 years ago
  25. 8d8bdff Target a minimal terminfo library rather than necessarily a full curses by Chandler Carruth · 11 years ago
  26. f7364d5 Add support for linking against a curses library when available and by Chandler Carruth · 11 years ago
  27. 6aebd5f Add capability for building with -gsplit-dwarf to the cmake build. by Eric Christopher · 11 years ago
  28. 6fccaaf Remove the mblaze backend from llvm. by Rafael Espindola · 11 years ago
  29. a009d53 Tweak the cmake interaction between CMAKE_BUILD_TYPE and LLVM_ENABLE_ASSERTIONS. by Duncan Sands · 11 years ago
  30. 84bb3a2 Support using "host" as a target in LLVM_TARGETS_TO_BUILD when using cmake. by Andy Gibbs · 11 years ago
  31. dfad9e3 Look for Python 2 before Python 3 in CMakeLists.txt by Reid Kleckner · 11 years ago
  32. 6729535 Allow duplicates in LLVM_TARGETS_TO_BUILD and LLVM_EXPERIMENTAL_TARGETS_TO_BUILD. by Rafael Espindola · 11 years ago
  33. 059d360 Make R600 non-experimental. by Rafael Espindola · 11 years ago
  34. 233a4d7 AArch64: enable MCJIT unittests by Tim Northover · 11 years ago
  35. baa52ff Change version to 3.4 in the cmake build too. by Rafael Espindola · 11 years ago
  36. 9887cbe by Ulrich Weigand · 11 years ago
  37. 735ab83 by Ulrich Weigand · 11 years ago
  38. ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 11 years ago
  39. eaa752f Enable all targets by default on Visual Studio. by Tim Northover · 11 years ago
  40. 7ef742d Revert "TMP" by Tim Northover · 11 years ago
  41. 2318508 TMP by Tim Northover · 11 years ago
  42. 3455b32 Move yaml2obj to tools too. by Rafael Espindola · 11 years ago
  43. 46af067 Move obj2yaml to tools to sort out make's dependencies. by Rafael Espindola · 11 years ago
  44. 436633e Don't export symbols in every binary on linux. by Rafael Espindola · 11 years ago
  45. 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
  46. 32d0b2a Revert CMake version bump since we don't actually need 2.8.6 any more. by Tim Northover · 11 years ago
  47. e741c65 Note minimum required version of CMake by Tim Northover · 11 years ago
  48. 579ad50 On FreeBSD, we need to look in /usr/local/include so that libxml2 finds iconv.h by David Chisnall · 11 years ago
  49. 4c40840 Enable AArch64 as a target built by default. by Tim Northover · 11 years ago
  50. 1d3b7e7 Fix spelling by Joel Jones · 11 years ago
  51. cbc478e [CMake] TARGET_TRIPLE may be internal alias of LLVM_DEFAULT_TARGET_TRIPLE. by NAKAMURA Takumi · 11 years ago
  52. 537d9a7 Kick off 3.3 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  53. 66ce3da Fix CMake build. by Eric Christopher · 12 years ago
  54. 770b97b Removing dependency on third party library for Intel JIT event support. by Andrew Kaylor · 12 years ago
  55. 53347ed Make backtraces work again with both the configure and cmake build. by Benjamin Kramer · 12 years ago
  56. df25988 enable cross compilation with cmake by Sebastian Pop · 12 years ago
  57. 385401a bug in experimental targets by Victor Oliveira · 12 years ago
  58. 0e80e18 Support for experimental targets by Victor Oliveira · 12 years ago
  59. 9469dd3 revert my previous patch by Sebastian Pop · 12 years ago
  60. 6174fd7 enable Hexagon target from cmake by Sebastian Pop · 12 years ago
  61. a915f24 Add yaml2obj. A utility to convert YAML to binaries. by Michael J. Spencer · 12 years ago
  62. 38cda13 Revert "Build script changes for R600/SI Codegen v6" by Tom Stellard · 12 years ago
  63. a93c8a8 Build script changes for R600/SI Codegen v6 by Tom Stellard · 12 years ago
  64. cf23bd3 Hoist LLVM's lit testsuite infrastructure into module so that it can be by Chandler Carruth · 12 years ago
  65. c57b888 New test tool: obj2yaml by Marshall Clow · 12 years ago
  66. 42a0b48 Remove the PTX back-end and all of its artifacts (triple, etc.) by Justin Holewinski · 12 years ago
  67. 80fa472 Make it possible to switch off solution folders. VS Express does not support by Manuel Klimek · 12 years ago
  68. 7549354 Make IntelJITEvents and OProfileJIT as optional libraries and add by Preston Gurd · 12 years ago
  69. 49683f3 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 · 12 years ago
  70. 5bfe3bf CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLVMOptions.cmake has it. by NAKAMURA Takumi · 12 years ago
  71. b85b2d5 Kick off 3.2 cycle for LLVM trunk. by Benjamin Kramer · 12 years ago
  72. 61c3d30 Goodbye, JSONParser... by Manuel Klimek · 12 years ago
  73. 93210e8 Add YAML parser to Support. by Michael J. Spencer · 12 years ago
  74. a443e5b Remove the C backend. by Eric Christopher · 12 years ago
  75. 61b1851 Add profiling support for Intel Parallel Amplifier XE (VTune) for JITted code in LLVM. by Eli Bendersky · 12 years ago
  76. fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 12 years ago
  77. 2b2c7b9 cmake: update outdated CPack version info by Dylan Noblesmith · 12 years ago
  78. bb7cd0c cmake: make BUILD_SHARED_LIBS a visible option by Dylan Noblesmith · 12 years ago
  79. 7fe0e03 capitalize project name, reference bugzilla by Dylan Noblesmith · 12 years ago
  80. 76f1301 Adds a JSON parser and a benchmark (json-bench) to catch performance regressions. by Manuel Klimek · 12 years ago
  81. 6f20c61 Don't default the *cached* list of targets to build to an explicit list by Chandler Carruth · 12 years ago
  82. b4b5415 Hexagon backend support by Tony Linthicum · 12 years ago
  83. 0821678 llvm/CMakeLists.txt: Fix LLVM_LIT_TOOLS_DIR since r143728. Cygwin does not need optional tools dir. MSVC and mingw may need one. by NAKAMURA Takumi · 12 years ago
  84. cb497b8 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  85. f6ace19 Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. by Duncan Sands · 13 years ago
  86. 2662c83 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  87. 1ad9213 Revert r144300 "llvm-config: Replace with C++ version (was llvm-config-2).", by Daniel Dunbar · 13 years ago
  88. a6f5a81 llvm-config: Replace with C++ version (was llvm-config-2). by Daniel Dunbar · 13 years ago
  89. 8333730 build/Make & CMake: Pass the appropriate --native-target and --enable-targets by Daniel Dunbar · 13 years ago
  90. 2f5d547 CMake should join the party in a post 3.0 world. ;] This brings CMake's by Chandler Carruth · 13 years ago
  91. 965d2fe build/cmake: Enable initial llvm-build integration. by Daniel Dunbar · 13 years ago
  92. a54c8ea build/cmake: Change to require Python be available. by Daniel Dunbar · 13 years ago
  93. 7b1dd9a build/cmake: Coalesce the configuration time header include fragment generation by Daniel Dunbar · 13 years ago
  94. a0c8d2d build/cmake: Coalesce in-tree sanity checks. by Daniel Dunbar · 13 years ago
  95. 275f686 build/cmake: Tidy up specification of build/include options for (tools, runtime, by Daniel Dunbar · 13 years ago
  96. c8f399d build/cmake: Move all the user controllable options into top-level CMakeLists by Daniel Dunbar · 13 years ago
  97. b0d9ce5 build/cmake: Use tblgen macro directly instead of llvm_tablegen, which just by Daniel Dunbar · 13 years ago
  98. 33ba8b0 Remove the Alpha backend. by Dan Gohman · 13 years ago
  99. 3e6157d Remove the Blackfin backend. by Dan Gohman · 13 years ago
  100. 29074cc Remove the SystemZ backend. by Dan Gohman · 13 years ago