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. 73c35d8 Add time getters to the process interface for requesting the elapsed by Chandler Carruth · 12 years ago
  4. 288bc5c build/cmake: Switch to using llvm-build computed dependencies. by Daniel Dunbar · 13 years ago
  5. 2e1513d Make my attempt to build up global deps variables actually utilize by Chandler Carruth · 13 years ago
  6. ac03e73 Rewrite the CMake build to use explicit dependencies between libraries, by Chandler Carruth · 13 years ago
  7. 7a2bdde Fix a ton of comment typos found by codespell. Patch by by Chris Lattner · 13 years ago
  8. e7510c2 Rename LLVMConfig.cmake to LLVM-Config.cmake. The *Config.cmake naming by Oscar Fuentes · 13 years ago[Renamed from cmake/modules/LLVMConfig.cmake]
  9. 23f0bfe Fixed the build of Clang's unit tests on MinGW. Also removed some by Oscar Fuentes · 13 years ago
  10. db3480c Supports building with a list of targets that does not contain by Oscar Fuentes · 13 years ago
  11. 6704415 is_llvm_target_library: recognize libraries without the LLVM prefix. by Oscar Fuentes · 13 years ago
  12. 879d3a9 Whe we build a shared library, add its list of used libraries to the by Oscar Fuentes · 13 years ago
  13. 5eae24e Process some link components that map to other expandable components by Oscar Fuentes · 13 years ago
  14. 6d857ca Move library stuff out of the toplevel CMakeLists.txt file. by Oscar Fuentes · 14 years ago
  15. 44258d1 Simplified LLVMConfig. by Oscar Fuentes · 14 years ago
  16. 3a210e2 Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." by Michael J. Spencer · 14 years ago
  17. 4e9c939 CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally. by Michael J. Spencer · 14 years ago
  18. a1f60b8 Updated the GenLibDeps -> LLVMLibDeps.cmake transformation example. by Oscar Fuentes · 14 years ago
  19. e1fadb1 CMake: corrections on LLVM.cmake external services. by Oscar Fuentes · 14 years ago
  20. 8150d8d CMake: llvm_map_components_to_libraries now returns system libs too. by Oscar Fuentes · 14 years ago
  21. 6252e98 CMake: system for providing llvm-config-like features to the user. by Oscar Fuentes · 14 years ago
  22. 5510e5e Improve discrimination of unknown libraries from ignored targets on LLVMConfig. by Oscar Fuentes · 14 years ago
  23. 9ac47c5 explicit_map_components_to_libraries now does not complain when there by Oscar Fuentes · 14 years ago
  24. f87ea4d Add the rest of the build system logic for optional target disassemblers by Daniel Dunbar · 15 years ago
  25. 470fb51 Use CMAKE_DL_LIBS instead of raw library name. Fixes bug 5536. by Oscar Fuentes · 15 years ago
  26. dfcb9bf Fix cmake build on non-x86 targets. Patch by Xerxes Rånby. by Duncan Sands · 15 years ago
  27. 22624b1 CMake: LLVMConfig assigns LLVMX86 to the `native' component by Oscar Fuentes · 15 years ago
  28. 94d38e5 CMake: Automatic regeneration of the library dependencies file. by Oscar Fuentes · 15 years ago
  29. fdb9677 CMake: Localized dependency on Perl. by Oscar Fuentes · 15 years ago
  30. 8e3864f CMake: Rely on llvm_config again for obtaining the list of required by Oscar Fuentes · 15 years ago
  31. b034cc4 CMake: Moved hard-coded library dependencies to its own file. by Oscar Fuentes · 15 years ago
  32. d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
  33. 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago
  34. 3434312 Regerate CMake library dependencies. by Daniel Dunbar · 15 years ago
  35. fef02e9 Kill off cmake magic to force linking. by Daniel Dunbar · 15 years ago
  36. ab52ae8 Tweak CMake component lookup, I misunderstood what was happening here.though. :( by Daniel Dunbar · 15 years ago
  37. 8cca8f9 Teach Makefiles & CMake to link in the <TARGET>Info library when linking the by Daniel Dunbar · 15 years ago
  38. 8756a8d CMake: remove support for llvm-config-generated dependencies in the build by Douglas Gregor · 15 years ago
  39. 8eeb96d CMake: Use explicit dependencies for Xcode (as well as MSVC), to make by Douglas Gregor · 15 years ago
  40. 1a53cbf CMake: Set LIBS on llvm-config so we can query the system libraries by Oscar Fuentes · 15 years ago
  41. 4752bd3 CMake: Build system fixes for XCode. llvm-config still causes us some serious trouble, but it's less serious than it used to be by Douglas Gregor · 15 years ago
  42. 1271b9f CMake: Tests PERL availability with PERL_EXECUTABLE variable. by Oscar Fuentes · 16 years ago
  43. 808e3a9 CMake: MSVC: Pass list of components the right way to msvc_llvm_config by Oscar Fuentes · 16 years ago
  44. 7f6f21e CMake: Forces linking of the rest of architecture targets and its by Oscar Fuentes · 16 years ago
  45. 3af7fd5 CMake: Updated library dependency info used for MSVC++. by Oscar Fuentes · 16 years ago
  46. 4727f83 CMake: Fix some unwanted commentary line wraps on the last change. by Oscar Fuentes · 16 years ago
  47. 9b17d97 CMake: Establish dependencies among executables and libraries, using by Oscar Fuentes · 16 years ago
  48. cb7053b CMake: Removed unnecessary messages from msvc_llvm_config macro. by Oscar Fuentes · 16 years ago
  49. 3d01fc7 Initial support for the CMake build system. by Oscar Fuentes · 16 years ago