1. b31080c [compiler-rt][CMake][arm64] Use a custom target for symlinking LSE sources by Raul Tambre · 3 years, 11 months ago
  2. 1e03c37 Prepare Compiler-RT for GnuInstallDirs, matching libcxx, document all by John Ericson · 4 years, 1 month ago
  3. 8cf7ddb Revert "Prepare Compiler-RT for GnuInstallDirs, matching libcxx" by Martin Storsjö · 4 years ago
  4. 9a9bc76 Prepare Compiler-RT for GnuInstallDirs, matching libcxx by John Ericson · 4 years, 1 month ago
  5. cc9c895 [compiler-rt][profile] Explicitly specify PROFILE_SOURCES extensions. NFC by Jon Roelofs · 4 years, 1 month ago
  6. a72d462 Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" by Raul Tambre · 4 years, 6 months ago
  7. c21df2a Revert "Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately"" by Raul Tambre · 4 years, 6 months ago
  8. d0797e6 Re-apply "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" by Raul Tambre · 4 years, 6 months ago
  9. 617cd01 Revert "[CMake][compiler-rt][AArch64] Avoid preprocessing LSE builtins separately" by Raul Tambre · 4 years, 6 months ago
  10. d9697c2 [compiler-rt][CMake] Define HAS_ASM_LSE on Apple if available by Raul Tambre · 4 years, 6 months ago
  11. 1f47f89 [profile] Add InstrProfilingVersionVar.c.o to Darwin kext builtins by Vedant Kumar · 4 years, 9 months ago
  12. 618a0c0 [profile] Add InstrProfilingInternal.c.o to Darwin kext builtins by Vedant Kumar · 4 years, 10 months ago
  13. dc22182 [darwin] build and link with a separate compiler-rt builtins library by Alex Lorenz · 4 years, 11 months ago
  14. 8cbb6cc [builtins] Cleanup generic-file filtering by Ryan Prichard · 5 years ago
  15. b2303de [compiler-rt] Add support for arm64 macOS by Steven Wu · 5 years ago
  16. cba15d1 Add manually overriding of the darwin SDK version by Valentin Churavy · 5 years ago
  17. e8a4e58 [CMake] Use correct include path for InstrProfData.inc on Darwin by Petr Hosek · 6 years ago
  18. 8baedb8 [compiler-rt] Use xcrun instead of xcodebuild to find the SDK directory by Alex Richardson · 6 years ago
  19. 52beec7 Fix compiler-rt build on macOS without XCode by Alex Richardson · 6 years ago
  20. bc58e02 [compiler-rt] cmake: add include(BuiltinTests) to CompilerRTDarwinUtils by Puyan Lotfi · 6 years ago
  21. 8a5bfbe [CMake] Disable building all Darwin libraries (except builtins) for macOS i386 when the SDK is >= 10.15. by Dan Liew · 6 years ago
  22. 67b705b [NFC] Invoke lipo from CMAKE_LIPO. by Puyan Lotfi · 6 years ago
  23. 713da8d Fix bug in `darwin_test_archs()` when the cache variable is set but empty. by Dan Liew · 6 years ago
  24. ef163f5 [CMake] Separate the detection Darwin platforms architectures for the by Dan Liew · 6 years ago
  25. f2ffa73 Specify log level for CMake messages (less stderr) by Stefan Granitz · 6 years ago
  26. 45ab7d7 [compiler-rt] Create install targets for Darwin libraries by Shoaib Meenai · 6 years ago
  27. 0bb9b5b [CMake] Fix broken uses of `try_compile_only()` and improve the function. by Dan Liew · 6 years ago
  28. bb78eef [CMake] Tidy up the organisation of compiler-rt when configured as a standalone by Dan Liew · 7 years ago
  29. b682276 [compiler-rt] Use CMAKE_LINKER instead of hardcoding ld by Shoaib Meenai · 7 years ago
  30. 6b1de0e [cmake] Work around -Wunused-driver-argument warnings by Vedant Kumar · 8 years ago
  31. e3b018f [builtins] Prevent duplicate definitions for overridden functions by Francis Ricci · 8 years ago
  32. 476c3e9 Fix the declaration of DARWIN_PREFER_PUBLIC_SDK cmake variable (move before the return). by Kuba Mracek · 8 years ago
  33. 7a49339 [cmake] Cache results of find_darwin_sdk_dir by Kuba Mracek · 8 years ago
  34. 9352434 [cmake] Add an option to prefer public SDK in find_darwin_sdk_dir by Kuba Mracek · 8 years ago
  35. ccd6ae2 [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests by Bob Haarman · 8 years ago
  36. 17781c7 Make cmake link flag naming consistent by Francis Ricci · 8 years ago
  37. 9b818ac [CMake] Support building on OS X without Xcode installation by Chris Bieneman · 9 years ago
  38. a8105c6 [CMake] Stop building eprintf library on Darwin by Chris Bieneman · 9 years ago
  39. 38adadf [CMake] Converting darwin_test_archs simple source to C by Chris Bieneman · 9 years ago
  40. aa3d2c1 [CMake] NFC. Add support for testing the compiler without testing the linker by Chris Bieneman · 9 years ago
  41. 257fe3a [CMake] Adding another missing include. NFC. by Chris Bieneman · 9 years ago
  42. 380ebd0 [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App Store. by Chris Bieneman · 9 years ago
  43. c77a080 [asan] Add iOS support. by Anna Zaks · 9 years ago
  44. de098c9 [compiler-rt] list_union() is actually an intersect operation. Rename it. by Daniel Sanders · 9 years ago
  45. b626231 [cmake] Indentation fix (NFC) by Vedant Kumar · 9 years ago
  46. c5b779c [cmake] Add InstrProfilingWriter to libclang_rt on Darwin by Vedant Kumar · 9 years ago
  47. a584158 [CMake] [Darwin] Log architecture test failures to CMakeError.log by Chris Bieneman · 9 years ago
  48. 3daf7b4 [sanitizer] Cache results of darwin_test_archs by Kuba Brecka · 10 years ago
  49. f1f46b5 [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as the other darwin builtin libraries. by Chris Bieneman · 10 years ago
  50. 8085475 [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS X by Chris Bieneman · 10 years ago
  51. 4f7f57e [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm. by Chris Bieneman · 10 years ago
  52. 14679e9 [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embedded by Chris Bieneman · 10 years ago
  53. 66c126a [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end of the compiler command line by Chris Bieneman · 10 years ago
  54. 45c40ff [CMake] [macho_embedded] Only set sys root if the variable is set, this prevents passing empty -isysroot arguments by Chris Bieneman · 10 years ago
  55. 9a6afeb [CMake] Cleaning up flags for Darwin builtins by Chris Bieneman · 10 years ago
  56. 7d824da [CMake] Temporary workaround to support building builtins on darwin with a toolchain that may not support all x86 and arm architectures. by Chris Bieneman · 10 years ago
  57. 86af9e0 Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets" by Chris Bieneman · 10 years ago
  58. a9437f5 [CMake] Don't pass -fPIC when compiling the darwin builtins by Chris Bieneman · 10 years ago
  59. 7068fc3 [CMake] Fixing a typo in variable name ARG_*->LIB_* by Chris Bieneman · 10 years ago
  60. ccd9419 [CMake] Removing extra underscore. by Chris Bieneman · 10 years ago
  61. 7ccc613 [CMake] [Darwin] Don't generate lipo commands if we don't have libraries to put into the fat archive. by Chris Bieneman · 10 years ago
  62. 1ad0146 [CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets by Chris Bieneman · 10 years ago
  63. 472d937 [CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins. by Chris Bieneman · 10 years ago
  64. 626f6a0 [CMake] Adding support for generating libclang_rt.eprintf.a by Chris Bieneman · 10 years ago
  65. 2c23a80 [CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_kext builtin library. by Chris Bieneman · 10 years ago
  66. f9d71a5 [CMake] [darwin] Removing a line of debug code that I accidentally committed. by Chris Bieneman · 10 years ago
  67. be8b60b [CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libs by Chris Bieneman · 10 years ago
  68. b22351c [CMake] Workaround for the lipo output directory not being created. by Chris Bieneman · 10 years ago
  69. f0672f1 [CMake] [builtins] [macho_embedded] Separate out the 64-bit thumb builtins so they don't get included on 'm' architectures. NFC. by Chris Bieneman · 10 years ago
  70. f9e0fe7 [CMake] [builtins] [macho_embedded] Don't pass -mfloat-abi=hard flag to x86 because the compiler ignores it and complains. by Chris Bieneman · 10 years ago
  71. 7bfe1ee [CMake] [Darwin] [macho_embedded] Specify the version min explicitly. by Chris Bieneman · 10 years ago
  72. d823302 [CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setting based. by Chris Bieneman · 10 years ago
  73. d208e41 [CMake] [macho_embedded] We need to set some extra flags when building the macho_embedded builtins. by Chris Bieneman · 10 years ago
  74. 6e18e1e [CMake] [Darwin] Support building the macho_embedded builtin libraries. by Chris Bieneman · 10 years ago
  75. 5def2a8 [CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin libraries. by Chris Bieneman · 10 years ago
  76. 88d8534 [CMake] Accidentally committed code that was using a variable only populated in some earlier code. NFC. by Chris Bieneman · 10 years ago
  77. 1341472 [CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platforms. by Chris Bieneman · 10 years ago
  78. 8aba4b0 [CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist and blacklist filtering. by Chris Bieneman · 10 years ago
  79. bb62ec2 [CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an option. NFC. by Chris Bieneman · 10 years ago
  80. cc8c777 [CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC. by Chris Bieneman · 10 years ago
  81. 905f9fc [CMake] [darwin] [builtins] Should install the lipo'd builtin libraries. by Chris Bieneman · 10 years ago
  82. 75c7c9c [CMake] [darwin] [builtins] Should be reading the OS variable that is passed in, not the bleed through from the function above. NFC. by Chris Bieneman · 10 years ago
  83. 7146f7b [CMake] [darwin] [cc_kext] In addition to builtin sources the cc_kext builtins include some functions from clang_rt.profile. by Chris Bieneman · 10 years ago
  84. 590a48d [CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to parse arguments instead of only handling positional arguments. by Chris Bieneman · 10 years ago
  85. 5fbaeb9 [CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into a function. NFC. by Chris Bieneman · 10 years ago
  86. 9b788a4 [CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when building builtin libraries by Chris Bieneman · 10 years ago
  87. d983ae0 [CMake] pass -Wno-pedantic to cc_kext builtins build by Chris Bieneman · 10 years ago
  88. 01ebf00 [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt by Chris Bieneman · 10 years ago
  89. 0d42798 [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt by Chris Bieneman · 10 years ago
  90. 672311b3 [CMake] Make the sample program in darwin_test_archs have a symbol it needs to link. by Chris Bieneman · 10 years ago
  91. 797f5b3 [CMake] Fixing haswell filtering. by Chris Bieneman · 10 years ago
  92. 5eae197 [CMake] Fix building unit tests on Darwin by Chris Bieneman · 10 years ago
  93. 3e96367 [cmake darwin] Use a STATUS message type. Explain where the arches came from. by Filipe Cabecinhas · 10 years ago
  94. 361231e [CMake] Add experimental support for building compiler-rt for iOS by Chris Bieneman · 10 years ago