1. 97b2f72 Promote "enumerator in switch of enum is not handled" to level 1 warning on MSVC. It was disabled by default. by Francois Pichet · 14 years ago
  2. b361452 Disable C++ exception handling on MSVC. by Francois Pichet · 14 years ago
  3. 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
  4. d420e7b CMake: lit(check.vcproj) can run with multiple configurations on Visual Studio. by NAKAMURA Takumi · 14 years ago
  5. 0b8f0a2 Disable warning C4291 on MSVC. Caused because class AttributeList provides a non implemented operator delete without a corresponding new. by Francois Pichet · 14 years ago
  6. 4c8710d CMakeLists.txt: On MSVS10, touch LLVM.sln as workaround, w/e project files are changed, to avoid the Dialog Hell. Thanks to Oscar. by NAKAMURA Takumi · 14 years ago
  7. b977f04 Make MCJIT work with CMake. by Wesley Peck · 14 years ago
  8. 68b3f0c Add LLVMObject Library. by Michael J. Spencer · 14 years ago
  9. db2c509 Detect presence of AsmPrinter's. Remove some cruft too. by Oscar Fuentes · 14 years ago
  10. 01928b9 hopefully unbreak the cmake build, patch by frits van bommel. by Chris Lattner · 14 years ago
  11. 14b0c05 CMakeLists.txt: removed mismatched endif predicate. by Oscar Fuentes · 14 years ago
  12. aeafb89 hopefully fix cmake as well. by Chris Lattner · 14 years ago
  13. 1139691 move all the target's asmprinters into the main target. The piece by Chris Lattner · 14 years ago
  14. e7ae70b CMake: Add the new option "LLVM_LIT_ARGS". by NAKAMURA Takumi · 14 years ago
  15. 15b337c CMake: Build utils/KillTheDoctor only on MSVC for now. by NAKAMURA Takumi · 14 years ago
  16. 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 14 years ago
  17. 4d156d3 Added basic support for CPack. by Oscar Fuentes · 14 years ago
  18. b2b9b76 Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64. by Francois Pichet · 14 years ago
  19. bbb9ea7 Add KillTheDoctor. by Michael J. Spencer · 14 years ago
  20. 60cb528 Per discussion with Sanjiv, remove the PIC16 target from mainline. When/if by Chris Lattner · 14 years ago
  21. bab2b01 Handle InstPrinter's on the CMake build. by Oscar Fuentes · 14 years ago
  22. c57707d Revert patches r115363 r115367 r115391 due to build breakage: by Nick Lewycky · 14 years ago
  23. 0e69aff Update CMake files for recent AsmPrinter->InstPrinter changes. Can someone who by Jim Grosbach · 14 years ago
  24. 4dbb2db Added library LLVMPIC16passes to CMake build. by Oscar Fuentes · 14 years ago
  25. b2c70cf Added PTX target to the CMake build. by Oscar Fuentes · 14 years ago
  26. a6c1dbd New cmake options LLVM_INCLUDE_X (X = {TOOLS, EXAMPLES, TESTS}) for by Oscar Fuentes · 14 years ago
  27. 066de85 Reverting "CMake: Don't include tools, unittets, or examples as by Oscar Fuentes · 14 years ago
  28. 4b794c9 CMake: Don't include tools, unittets, or examples as available targets by Michael J. Spencer · 14 years ago
  29. ee6944f CMake: Build unittests. by Michael J. Spencer · 14 years ago
  30. 6b5db95 Bump LLVM in CMake makefiles to 2.9 by Douglas Gregor · 14 years ago
  31. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  32. becf392 CMake: Add llvm-lit to CMake build. by Michael J. Spencer · 14 years ago
  33. 1c4e934 CMake: Fix mingw32 build. by Michael J. Spencer · 14 years ago
  34. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  35. 83944b7 Attempt to remove the MSIL backend from CMake as well based on Chris's r112375. by Chandler Carruth · 14 years ago
  36. 6252e98 CMake: system for providing llvm-config-like features to the user. by Oscar Fuentes · 14 years ago
  37. 02a8f76 New system for choosing CRT type on MSVC. by Oscar Fuentes · 14 years ago
  38. ee99317 CMake: add version control info to PACKAGE_VERSION, if available. by Oscar Fuentes · 14 years ago
  39. c677c5d Bump cmake_minimum_required to version 2.8 by Oscar Fuentes · 14 years ago
  40. cb95a2b Lets the CMake GUI show a list of possible values for LLVM_USE_CRT by Oscar Fuentes · 14 years ago
  41. 847da55 start straightening out libedis's dependencies and make it fit by Chris Lattner · 14 years ago
  42. e53cd1a Fix LLVM CMake PACKAGE_VERSION variable. by Daniel Dunbar · 14 years ago
  43. 3f0cc8c CMake: Add options for using static runtime on MSVC++ build. by Oscar Fuentes · 15 years ago
  44. c84a956 Adding MBlaze to cmake target list. by Wesley Peck · 15 years ago
  45. 4bd8dc3 CMake: Add MCParser directory. by Daniel Dunbar · 15 years ago
  46. f1c3a86 Fix CMake build for InstCombine changes by Douglas Gregor · 15 years ago
  47. 9ea3a2c Don't default warnings to ON on MSVC, the spew is enough to triple the build time. :/ by Daniel Dunbar · 15 years ago
  48. 602071f Fix copy paste bug by Tobias Grosser · 15 years ago
  49. f12a900 Add two CMake flags LLVM_ENABLE_PEDANTIC and LLVM_ENABLE_WERROR, by Oscar Fuentes · 15 years ago
  50. 2343b10 * CMakeLists.txt: Adds warnings flags for g++. Fixes PR 5647. by Oscar Fuentes · 15 years ago
  51. fa3f0b9 Add CMake and configure logic to create llvm/Config/Disassemblers.defs. by Daniel Dunbar · 15 years ago
  52. b8352de CMake: generate targets for tools and examples even when by Oscar Fuentes · 15 years ago
  53. e1caa98 Turn LLVM_BUILD_EXAMPLES off by default in CMake builds, to match Makefiles & by Daniel Dunbar · 15 years ago
  54. 8e3c169 CMake: Hopefully unbreak the build by mimicking the changes on the by Oscar Fuentes · 15 years ago
  55. 3620618 Prevent warning spew about -fPIC when using CMake generated Xcode project files. by Daniel Dunbar · 15 years ago
  56. bc2eb13 CMake: install .def files from source `include/llvm' directory. by Oscar Fuentes · 15 years ago
  57. a2281e7 CMake: Install .inc files too. by Oscar Fuentes · 15 years ago
  58. 1d7c43b Rather than excluding quite some things, and still installing by Oscar Fuentes · 15 years ago
  59. c6cf5fe Fix LLVM CMake build system so that it may now work on Solaris and AuroraUX. by Edward O'Callaghan · 15 years ago
  60. dbf75e8 remove llvm-db: it is completely broken and if anyone wants to do a debugger, by Chris Lattner · 15 years ago
  61. 48f7ce8 Add count/not tools as executables. by Daniel Dunbar · 15 years ago
  62. a177492 Initial support for running LLVM tests from cmake. by Daniel Dunbar · 15 years ago
  63. 05dafd8 CMake: Fix definition of LTDL_SHLIB_EXT for Darwin. by Daniel Dunbar · 15 years ago
  64. a9ff139 CMake: New user-settable variable LLVM_TARGET_ARCH useful when cross-compiling. by Oscar Fuentes · 15 years ago
  65. 2f3fa88 revert r78628 and r78803 as these are not needed any more by Gabor Greif · 15 years ago
  66. 022fc3e TOT is 2.7svn for CMake, too by Douglas Gregor · 15 years ago
  67. 1e02bf0 CMake: LLVM_ENABLE_PIC now defaults to ON, as in `configure'. This is by Oscar Fuentes · 15 years ago
  68. 3488881 CMake: Removed traces of obsolete variable LLVM_PLO_FLAGS. by Oscar Fuentes · 15 years ago
  69. c81f56d CMake: New option LLVM_BUILD_TOOLS. Renamed LLVM_EXAMPLES to by Oscar Fuentes · 15 years ago
  70. 69e973d CMake: Hopefully this will fix the build on VS. I can't replicate the by Oscar Fuentes · 15 years ago
  71. b78829e CMake: Revert r79144. It reverted a change necessary for correct by Oscar Fuentes · 15 years ago
  72. 04ef542 Revert 78996. It was breaking MSVC builds. by Benjamin Kramer · 15 years ago
  73. 3d3ed36 CMake: Builds main LLVM Target library before its sublibraries. This by Oscar Fuentes · 15 years ago
  74. 75caad4 CMake: Corrected indentation on a block of code. by Oscar Fuentes · 15 years ago
  75. 9befba8 here comes the CMAKE part on LLVM_COMPACT_SENTINELS; see also r78628 and r78661 by Gabor Greif · 15 years ago
  76. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  77. 4ae953b CMake: Do not install files with .tmp suffix. by Oscar Fuentes · 15 years ago
  78. 2803365 CMake: Re-enabled build of llvm-config. Removed recursive invocation of cmake. by Oscar Fuentes · 15 years ago
  79. 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 15 years ago
  80. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  81. 4d20c24 Build FileCheck from with CMake by Douglas Gregor · 15 years ago
  82. 3f189a3 CMake support for SystemZ. by Daniel Dunbar · 15 years ago
  83. 2c4df5a MSVC: Disable 4351, a completely useless warning: "warning: I'm not miscompiling by Daniel Dunbar · 15 years ago
  84. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  85. fef02e9 Kill off cmake magic to force linking. by Daniel Dunbar · 15 years ago
  86. b5a8c08 Add TargetInfo directories to CMake's list. by Daniel Dunbar · 15 years ago
  87. 6761c5d CMake: Refuses to work for out-of-source builds when tablegenned files by Oscar Fuentes · 15 years ago
  88. a51984b bug 4524: Add MSP430 to the cmake build. by Richard Pennington · 15 years ago
  89. e8c81ea CMake: Fixes previous change: CMAKE_BUILD_TYPE is unknown when by Oscar Fuentes · 15 years ago
  90. af10910 CMake: Avoids defining _DEBUG on MSVC Release builds. Fixes PR 4379. by Oscar Fuentes · 15 years ago
  91. ecc63f8 Start flushing out MCContext. - Lives inside new library lib/MC (LLVMMC.a) by Daniel Dunbar · 15 years ago
  92. 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
  93. 7e9e36a Eliminate object-relinking support from CMake. Fixes PR 4429 and by Douglas Gregor · 15 years ago
  94. 5dd4272 CMake: Only include LLVM example executables in the build if requested by the user by Douglas Gregor · 15 years ago
  95. 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
  96. af0f65f CMake: New variable LLVM_LIBDIR_SUFFIX. by Oscar Fuentes · 15 years ago
  97. 99b9489 CMake: Fixed parallel build problem related to native tblgen when by Oscar Fuentes · 15 years ago
  98. 4ba3a0e Allow setting the C runtime to be used with MSVC from cmake. by Stefanus Du Toit · 15 years ago
  99. 318de60 More portability checks for CMake's config.h. by Douglas Gregor · 15 years ago
  100. 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago