1. c0a4761 [cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional ones. by Don Hinton · 7 years ago
  2. 4746c1e Fix installation of cxxabi.h through libc++. by Eric Fiselier · 7 years ago
  3. 3a84027 Make libcxx tests work when llvm sources are not present. by Zachary Turner · 7 years ago
  4. 7a87049 Resubmit "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  5. 8130661 Revert "Fix llvm-lit script generation in libcxx." by Zachary Turner · 7 years ago
  6. 2205438 Fix llvm-lit script generation in libcxx. by Zachary Turner · 7 years ago
  7. 347be61 [libcxx][CMake] Add install path variable to allow overriding the destination by Petr Hosek · 7 years ago
  8. afb5476 Correct typo: LIBCXXABI_BUILTINS_LIBRARY -> LIBCXX_BUILTINS_LIBRARY by Eric Fiselier · 7 years ago
  9. fa3bd28 libcxx: fix bootstrapping for mingw-w64 by Martell Malone · 7 years ago
  10. cebb3e9 [CMake][libcxx] Fix the --target and --gcc-toolchain flag handling by Petr Hosek · 7 years ago
  11. effdf24 [CMake][libcxx] Use check_c_compiler_flag to check for nodefaultlibs by Petr Hosek · 7 years ago
  12. 1662a85 [CMake][libcxx] Use builtins rather than gcc_s when compiler-rt is requested by Petr Hosek · 7 years ago
  13. ccc0f58 Try to fix the libcxx build with mingw64 by Reid Kleckner · 7 years ago
  14. dd1f059 Fix cmake to find the compiler-rt libs on darwin by Bruno Cardoso Lopes · 7 years ago
  15. c51e0d2 Change test coverage generation to use llvm-cov instead of gcov. by Eric Fiselier · 7 years ago
  16. 1edf316 Recommit "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  17. d3298ad Revert "Split exception.cpp and new.cpp implementation into different files for different runtimes." by Eric Fiselier · 7 years ago
  18. 801e00b Correctly default to using the system libc++abi on Apple. by Eric Fiselier · 7 years ago
  19. bde2871 Improve CMake and LIT support for Windows by Eric Fiselier · 8 years ago
  20. 3508e7a Reland "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  21. 78463e7 Fix copy-paste errors in r292001 by Eric Fiselier · 8 years ago
  22. fdd3c91 [libc++] [CMake] Link with /nodefaultlibs on Windows by Eric Fiselier · 8 years ago
  23. d5904a2 Don't dump llvm-config --cmakedir output if command fails. by Eric Fiselier · 8 years ago
  24. 0758410 Revert "[CMake][libcxx] Move Python check to main CMake file" by Petr Hosek · 8 years ago
  25. 39441fe [CMake][libcxx] Move Python check to main CMake file by Petr Hosek · 8 years ago
  26. 174ff71 [cmake] Obtain LLVM_CMAKE_PATH from llvm-config if available by Michal Gorny · 8 years ago
  27. 5a60459 PR31540: install libc++abi headers into include/c++/v1 in build area. by Richard Smith · 8 years ago
  28. cfc5515 Recommit r290839 - Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  29. 983f384 Revert r290839 - Fix configuring and building libc++ w/o an ABI library by Eric Fiselier · 8 years ago
  30. ea38cde Fix configuring and building libc++ w/o an ABI library. by Eric Fiselier · 8 years ago
  31. cfe109b build: dont detect libraries for Windows by Saleem Abdulrasool · 8 years ago
  32. 513447d [libcxx][CMake] Move the warning to HandleOutOfTreeLLVM by Petr Hosek · 8 years ago
  33. 11715ba Put C++ ABI headers in a special build directory instead of the top level. by Eric Fiselier · 8 years ago
  34. 5e000c6 Add check-cxx-abilist target when supported. by Eric Fiselier · 8 years ago
  35. 4f031f8 [cmake] Allow testing against installed LLVM with no sources by Michal Gorny · 8 years ago
  36. 472c8c6 Remove dead CMake target by Eric Fiselier · 8 years ago
  37. a54229f Cleanup CMake status output by Eric Fiselier · 8 years ago
  38. 3bf8a9c Fix linker script generation for in-tree builds by Eric Fiselier · 8 years ago
  39. 512cf2d [CMake] NFC. Missed the other uses in r280406 by Chris Bieneman · 8 years ago
  40. 2e35384 [CMake] Don't copy headers on fully standalone by Chris Bieneman · 8 years ago
  41. 25a93c5 Fix libc++ configuration with -fsanitize-coverage by Ivan Krasin · 8 years ago
  42. eb930a5 libc++: perform configuration checks with -nodefaultlibs by Saleem Abdulrasool · 8 years ago
  43. e146f75 libc++: add an option to build against compiler-rt by Saleem Abdulrasool · 8 years ago
  44. af7f1a8 Revert "libc++: Perform configuration checks with -nodefaultlibs" by Saleem Abdulrasool · 8 years ago
  45. ab80428 libc++: Perform configuration checks with -nodefaultlibs by Saleem Abdulrasool · 8 years ago
  46. 8c22696 [CMake] Get libcxx building under LLVM/runtimes by Chris Bieneman · 8 years ago
  47. 5432e3b Rework libatomic handling in CMake and LIT. by Eric Fiselier · 8 years ago
  48. 54f2d20 [CMake] Cleanup uses of USES_TERMINAL by Chris Bieneman · 8 years ago
  49. a27cbf8 [libcxx] Allow target flags to affect CMake configuration tests by Eric Fiselier · 8 years ago
  50. 1eb7445 Fix PR27875. Parse LIBCXX_CXX_ABI_LIBRARY_PATH as a path not a string by Eric Fiselier · 8 years ago
  51. 25bcc0f [libcxx] Prefer C++14 over C++11 when building libc++experimental. by Eric Fiselier · 8 years ago
  52. 100ce64 Fix PR26622 - Make CheckLibcxxAtomic.cmake use the libc++ headers. by Eric Fiselier · 8 years ago
  53. fea3b21 Issue a warning instead of fatal errors when checks for libatomic fail. by Vasileios Kalintiris · 8 years ago
  54. 629135a Rename CheckLibcxxAtomic.cmake variable result names so they don't clash with LLVM by Eric Fiselier · 8 years ago
  55. df69432 Fix r260515 - Correct typos in CMake changes by Eric Fiselier · 8 years ago
  56. cb6641a Re-commit "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  57. 1654db4 Revert "Introduce a cmake module to figure out whether we need to link with libatomic." by Vasileios Kalintiris · 8 years ago
  58. b56fdea Introduce a cmake module to figure out whether we need to link with libatomic. by Vasileios Kalintiris · 8 years ago
  59. c35d862 Fix the search path for CMake files by Niels Ole Salscheider · 8 years ago
  60. ce5695f Revert r256606 due to compiler-rt sanitizer bot failures by Eric Fiselier · 9 years ago
  61. 44f2e41 Cleanup CMake for out-of-tree builds by Eric Fiselier · 9 years ago
  62. 563647a Replace cmake check for printf with a check for fopen. by Evgeniy Stepanov · 9 years ago
  63. 1cf5a81 Only disable linker script when LIBCXX_CXX_ABI_LIBNAME is none by Eric Fiselier · 9 years ago
  64. bb856cc [libcxx] Make libc++.so a linker script by default on most platforms. by Eric Fiselier · 9 years ago
  65. a662279 Use __config_site when building libc++. Also cleanup ABI versioning doc by Eric Fiselier · 9 years ago
  66. 4f01aa8 ABI versioning macros for libc++. by Evgeniy Stepanov · 9 years ago
  67. 73ffc78 [libcxx] Capture configuration information when installing the libc++ headers by Eric Fiselier · 9 years ago
  68. 961269d [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. by Eric Fiselier · 9 years ago
  69. 2fdc443 Fix default value for LLVM_INCLUDE_DOCS in out of tree build. by Eric Fiselier · 9 years ago
  70. b9f425a [libcxx] Add new Sphinx documentation by Eric Fiselier · 9 years ago
  71. de56f74 [libcxx] Add "install-libcxx" target. by Eric Fiselier · 9 years ago
  72. 1efadf9 Fix CMake error whet llvm-config reports a non-existent source directory. by Eric Fiselier · 9 years ago
  73. c0e7971 Remove -Werror when using check_cxx_compiler_flag because it was causing compiler-rt breakages. by Eric Fiselier · 9 years ago
  74. 6a85d5c Print message when configuring for standalone build. by Eric Fiselier · 9 years ago
  75. eb6e2ea Reapply working parts of CMake cleanup. by Eric Fiselier · 9 years ago
  76. 5514d36 Revert recent CMake changes again due to failing compiler-rt builds by Eric Fiselier · 9 years ago
  77. 8b93263 Attempt to fix build issues introduced by r243574 by Eric Fiselier · 9 years ago
  78. d74dee9 Recommit r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Eric Fiselier · 9 years ago
  79. aa9b5e3 Revert r243503 "[libcxx] Cleanup CMake configuration and integrate with LLVM" by Hans Wennborg · 9 years ago
  80. 91eeba8 [libcxx] Cleanup CMake configuration and integrate with LLVM by Eric Fiselier · 9 years ago
  81. bae11ad Fix building and testing libc++ with GCC. by Eric Fiselier · 9 years ago
  82. bf9653d [libcxx] Add code coverage configuration to CMake and LIT. by Eric Fiselier · 9 years ago
  83. 02c24c1 [libcxx] Unify LIBCXX_<ABI-Name>_INCLUDE_PATHS to be LIBCXX_CXX_ABI_INCLUDE_PATHS by Eric Fiselier · 9 years ago
  84. c0b166e [libcxx] Add support for linking libc++ against a static ABI library. by Eric Fiselier · 9 years ago
  85. 45969ec [libcxx] Move to using libc++abi2.exp as the default symbol list for libc++ by Eric Fiselier · 9 years ago
  86. f42a8e6 Make ABI header not found a warning, not an error. by Dan Albert · 9 years ago
  87. 062d0a6 Add __cxxabi_config.h to libcxxabi headers. by Dan Albert · 9 years ago
  88. cbc8497 Remove triple detection from cmake. by Dan Albert · 10 years ago
  89. 9a1468f Fix build regression caused by not defining ABI library macros by Eric Fiselier · 10 years ago
  90. fd28487 Add -gline-tables-only when compiling w/ sanitizers in RELEASE by Eric Fiselier · 10 years ago
  91. cb7e32c [libcxx] Redo adding support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  92. 9b53c10 Add special case for finding the in-tree ABI library. by Eric Fiselier · 10 years ago
  93. 9071bc0 [libcxx] Add support for building and testing with an ABI library not along linker paths by Eric Fiselier · 10 years ago
  94. 25a1516 [libcxx] Add support for LLVM_USE_SANITIZER to libcxx when being built standalone and in-tree by Eric Fiselier · 10 years ago
  95. dfe5e72 [libcxx] Update the way the -std= flag is chosen by CMake and LibcxxTestFormat by Eric Fiselier · 10 years ago
  96. 55f667c build: remove unnecessary modification of CMAKE_REQUIRED_DEFINITIONS by Saleem Abdulrasool · 10 years ago
  97. f7eb573 Explicitly specify -Wno-error if LIBCXX_ENABLE_WERROR is false. by Alexey Samsonov · 11 years ago
  98. 20542c0 http://llvm.org/bugs/show_bug.cgi?id=9399 fixed by Ryuta Suzuki by Howard Hinnant · 13 years ago
  99. 626916f Add CMake build and fix major Linux blockers. by Michael J. Spencer · 14 years ago