1. ee03c94 Add basic zlib support to LLVM. This would allow to use compression/uncompression in selected LLVM tools. by Alexey Samsonov · 11 years ago
  2. 7aad829 Remove the executable bit on cmake files by Sylvestre Ledru · 11 years ago
  3. 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
  4. 16f1969 [cmake] Avoid rel+asserts warnings when passing -UNDEBUG by Reid Kleckner · 12 years ago
  5. 777fccb Add CMake option LLVM_USE_SANITIZER={Address,Memory,MemoryWithOrigins} to simplify bootstrap of LLVM/Clang under ASan/MSan by Alexey Samsonov · 12 years ago
  6. 79f1dfa Introduce a tiny CMake project to gather Subversion revision information and place it into a header. by Douglas Gregor · 12 years ago
  7. 2269c56 Don't use add_llvm_definitions for adding warning flags. It makes it too hard by Duncan Sands · 12 years ago
  8. 8483b47 Enable -Wnon-virtual-dtor build warning by Alexey Samsonov · 12 years ago
  9. c6aa834 Turn anonymous type in anonymous union warning back on after cleaning up issues. by Eric Christopher · 12 years ago
  10. b91ce4f Simplify CMake rules in HandleLLVMOptions module. by Alexey Samsonov · 12 years ago
  11. e2abe05 CMake: Always include the CheckCXXCompilerFlag in HandleLLVMOptions.cmake. by Jordan Rose · 12 years ago
  12. 6872de9 Use correct host/target CMake variables to define lit variables. by Tim Northover · 12 years ago
  13. 4b5dbaa Turn off uninitialized-use warnings for gcc in cmake build by Edwin Vane · 12 years ago
  14. 1983f54 Add -Wno-nested-anon-types to -pedantic builds of LLVM. This Clang warning by Richard Smith · 12 years ago
  15. adc4af6 Turn off missing field initializer warnings for gcc by Edwin Vane · 12 years ago
  16. 2044adf [CMake][Lit][unittests] Cleanup in AddLLVM.cmake. by NAKAMURA Takumi · 12 years ago
  17. 1917aaf [CMake][Lit][unittests] Deprecate CMAKE_BUILD_TYPE in each build directory for unittests. by NAKAMURA Takumi · 12 years ago
  18. 5b7c057 Disable MSVC's warning about noreturn destructors by Reid Kleckner · 12 years ago
  19. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  20. 189ef5f [CMake] MSVC is incorrectly emitting C4239 in some cases. Disable it. by Michael J. Spencer · 12 years ago
  21. 3d662d5 [CMake] AddLLVM.cmake: Tweak the corner case that "check-all" doesn't have any tests. by NAKAMURA Takumi · 12 years ago
  22. fa45cdf Fix a typo introduced in r168577: FlAGS -> FLAGS (note the lowercase ell) by Dmitri Gribenko · 12 years ago
  23. 828df0f CMake: factor out a function that returns the expected directory for unit test by Alexey Samsonov · 12 years ago
  24. 0a2e27d CMake: Don't run 'git svn' if there is no .git/svn directory. by Jim Grosbach · 12 years ago
  25. d6a9307 Removing SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG by Joe Abbey · 12 years ago
  26. e8e6b6b CMake: Include private headers / tablegen files in generated Xcode projects. by Jordan Rose · 12 years ago
  27. 64835d2 [CMake] add_lit_testsuite: EXCLUDE_FROM_ALL excludes the test ${target} out of check-all. by NAKAMURA Takumi · 12 years ago
  28. 1e10bd6 [CMake] Enhance add_llvm_external_project. by NAKAMURA Takumi · 12 years ago
  29. a6273f1 [CMake] add_lit_target: Remove comments about add_dependencies. It is not a bug in cmake that add_custom_target(DEPENDS) would not accept targets but file-level dependencies. by NAKAMURA Takumi · 12 years ago
  30. 9ae2dfd detabify by Gabor Greif · 12 years ago
  31. 845b4c2 LLVMConfig.cmake.in: Quote around @LLVM_INSTALL_PREFIX@, or it would not accept whitespace paths. by NAKAMURA Takumi · 12 years ago
  32. 33219d4 Revert r159588, and apply a more principled fix. Place the fix for this by Chandler Carruth · 12 years ago
  33. 20d8c16 Switch from using a lit.cfg-generator variable that happens to be found by Chandler Carruth · 12 years ago
  34. cf23bd3 Hoist LLVM's lit testsuite infrastructure into module so that it can be by Chandler Carruth · 12 years ago
  35. 2178d73 Add a missing common variable to the lit.site.cfg generation. This was by Chandler Carruth · 12 years ago
  36. c502ed6 Move the setup for variables that are expanded in the lit.site.cfg into by Chandler Carruth · 12 years ago
  37. b253451 LLVMProcessSources.cmake: [MSVC] Don't add "PROPERTIES HEADER_FILE_ONLY" to *.def. by NAKAMURA Takumi · 12 years ago
  38. 343c32a Avoid using the recently added APPEND_STRING feature. This should by Chandler Carruth · 12 years ago
  39. 7c888ee Completely refactor the structuring of unittest CMake files to match the by Chandler Carruth · 12 years ago
  40. b60182e Factor the logic for setting up a GoogleTest unit test executable into by Chandler Carruth · 12 years ago
  41. 45df6f9 Remove one of the LLVM-specific CMake hacks in favor of standard CMake by Chandler Carruth · 12 years ago
  42. 1b9d890 TableGen.cmake: Fix to work without LLVM_COMMON_DEPENDS. by NAKAMURA Takumi · 12 years ago
  43. 2563ad2 cmake: Pass the -m32 flag to modules if LLVM_BUILD_32_BITS is enabled by Tobias Grosser · 12 years ago
  44. 67762d1 [CMake] Promote extension warnings to errors. by Michael J. Spencer · 12 years ago
  45. fa371ea [CMake] Order MSVC warnings numerically. by Michael J. Spencer · 12 years ago
  46. c3ab9ce [CMake] Adjust MSVC warnings. by Michael J. Spencer · 12 years ago
  47. 4c8657a Fix how CMake appends -m32 to linker command-lines by Tim Northover · 12 years ago
  48. 869d817 Adding -fcolor-diagnostics is causing problem to users that parse the build by Rafael Espindola · 12 years ago
  49. 18efed7 Pass -fcolor-diagnostics when it is supported. This makes a difference when by Rafael Espindola · 12 years ago
  50. 3c00db7 [CMake] Restructure how Clang, Polly and other external projects get included. by Michael J. Spencer · 12 years ago
  51. 4a80d64 CMake: Enable LLVM_COMPILER_JOBS on all MS IDEs. We don't support older environments than VS9. by NAKAMURA Takumi · 12 years ago
  52. 5bfe3bf CMake: Prune redundant LLVM_COMPILER_JOBS from llvm/CMakeLists.txt. HandleLLVMOptions.cmake has it. by NAKAMURA Takumi · 12 years ago
  53. 647c0ce Minimal changes for LLVM to compile under VS11. by Michael J. Spencer · 13 years ago
  54. 9993a3a Enable -Wcovered-switch-default again, but add -Werror to the checks to make by Rafael Espindola · 13 years ago
  55. 3c2e5f2 Temporarily revert r151609, which enabled a new warning for LLVM and by Chandler Carruth · 13 years ago
  56. 33177f5 Enable -Wcovered-switch-default as it matches the switch style used in llvm. by Rafael Espindola · 13 years ago
  57. fde8237 add LLVM_VERSION_MAJOR and _MINOR defines by Dylan Noblesmith · 13 years ago
  58. b510157 CMake: Add the folder "Tablegenning" on llvm-tblgen targets. by NAKAMURA Takumi · 13 years ago
  59. e8e7b29 -fvisibility-inlines-hidden is a c++ only option. by Rafael Espindola · 13 years ago
  60. 9136f21 Undo an over zealous rename. This bit of the CMake build really is by Chandler Carruth · 13 years ago
  61. ace4f2b Don't use -fvisibility-inlines-hidden on mingw to try to avoid a lot of by Rafael Espindola · 13 years ago
  62. b288850 cmake: pass -fvisibility-inlines-hidden if it is supported. In a by Rafael Espindola · 13 years ago
  63. de0cfe8 Tweak CMake build on Cygwin. by NAKAMURA Takumi · 13 years ago
  64. f931261 cmake: work with CMake < 2.8.5 by Dylan Noblesmith · 13 years ago
  65. 4fd061e Use a simpler and more reliable command for converting from HEAD to by Chandler Carruth · 13 years ago
  66. 78304a9 Teach the VCS detection to set some root-level variables with the raw by Chandler Carruth · 13 years ago
  67. 1f8bd30 At the request of Michael Spencer, make the VCS version detection logic by Chandler Carruth · 13 years ago
  68. d782bae build/CMake: Finish removal of add_llvm_library_dependencies. by Daniel Dunbar · 13 years ago
  69. 288bc5c build/cmake: Switch to using llvm-build computed dependencies. by Daniel Dunbar · 13 years ago
  70. 2b37946 Fix CRT selection logic when using CMake NMake generator. by NAKAMURA Takumi · 13 years ago
  71. c8f399d build/cmake: Move all the user controllable options into top-level CMakeLists by Daniel Dunbar · 13 years ago
  72. a71b7b0 Fix a typo noticed by Peter Collingbourne. No one depends on this by Chandler Carruth · 13 years ago
  73. 1bfc9f8 The TableGen parts of the CMake build are seriously broken. This fixes by Chandler Carruth · 13 years ago
  74. e2aa5d5 Add -D__STDC_FORMAT_MACROS to use PRIx64. by NAKAMURA Takumi · 13 years ago
  75. 11b8a00 cmake/modules/HandleLLVMOptions.cmake: Reorder __STDC_CONSTANT_MACROS and __STDC_LIMIT_MACROS. by NAKAMURA Takumi · 13 years ago
  76. de8f33c Build system infrastructure for multiple tblgens. by Peter Collingbourne · 13 years ago
  77. 627445f Rename LLVM_MULTITHREADED define and fix build without threads. by Eric Christopher · 13 years ago
  78. 4c07bfb Complete the removal of FindBison from CMake. Noticed this when browsing by Chandler Carruth · 13 years ago
  79. a69179d CMake: [MSVC] Suppress C4551 'function call missing argument list'. by NAKAMURA Takumi · 13 years ago
  80. 1387d96 cmake/modules/FindBison.cmake: It must be unneeded any more. by NAKAMURA Takumi · 13 years ago
  81. c58247d Remove yet another buried and hidden implicit dependency: every single by Chandler Carruth · 13 years ago
  82. 2e1513d Make my attempt to build up global deps variables actually utilize by Chandler Carruth · 13 years ago
  83. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  84. 3f01f67 Updated cmake library dependencies. by Oscar Fuentes · 13 years ago
  85. fcf5a83 Still more library dependency updates. This reflects the ever decreasing by Chandler Carruth · 13 years ago
  86. b35552d Clean up a pile of hacks in our CMake build relating to TableGen. by Chandler Carruth · 13 years ago
  87. 093b8ca Check in updated CMake dependencies after Evan's latest round of by Chandler Carruth · 13 years ago
  88. d7808d2 While building a LLVM target, put the current source directory on the by Oscar Fuentes · 13 years ago
  89. ddfb69c CMake: generalize the system that creates custom targets for by Oscar Fuentes · 13 years ago
  90. 48ac8e9 Move TargetRegistry.cpp from lib/Support to lib/Target where it belongs. by Chandler Carruth · 13 years ago
  91. 5509403 Update the CMake library dependencies. These shifts are the result of by Chandler Carruth · 13 years ago
  92. 806cea5 The *MCAsmInfo.cpp files use ADT/Triple code, so add the Support dep. by Chandler Carruth · 13 years ago
  93. 4afa2b8 Major update to CMake build to reflect changes in r135219 in the by Chandler Carruth · 13 years ago
  94. 70902ea cmake/modules/LLVMLibDeps.cmake: Update since r135184. by NAKAMURA Takumi · 13 years ago
  95. 4455397 cmake/modules/LLVMLibDeps.cmake: Update to appease cmake builds. by NAKAMURA Takumi · 13 years ago
  96. b2760f8 Fix CMake build's library dependencies. by Chandler Carruth · 13 years ago
  97. a850411 Update CMake library dependencies by Oscar Fuentes · 13 years ago
  98. fdfd40b Update CMake library dependencies. by Oscar Fuentes · 13 years ago
  99. 1189027 Fix cmake build. by Rafael Espindola · 13 years ago
  100. f2a5842 lit support for REQUIRES: asserts. by Andrew Trick · 13 years ago