1. 32840b9 [cmake] Cache results of find_darwin_sdk_dir by Kuba Mracek · 8 years ago
  2. 4761fa5 [cmake] Add an option to prefer public SDK in find_darwin_sdk_dir by Kuba Mracek · 8 years ago
  3. ba802a4 [compiler-rt] respect CMAKE_EXE_LINKER_FLAGS in compiler and library tests by Bob Haarman · 8 years ago
  4. 9f93113 Make cmake link flag naming consistent by Francis Ricci · 9 years ago
  5. 1ca6b63 [CMake] Support building on OS X without Xcode installation by Chris Bieneman · 9 years ago
  6. 1308eb2 [CMake] Stop building eprintf library on Darwin by Chris Bieneman · 9 years ago
  7. 84e4423 [CMake] Converting darwin_test_archs simple source to C by Chris Bieneman · 9 years ago
  8. 4e4d430 [CMake] NFC. Add support for testing the compiler without testing the linker by Chris Bieneman · 9 years ago
  9. 9e256d0 [CMake] Adding another missing include. NFC. by Chris Bieneman · 9 years ago
  10. b8eab08 [CMake] [PR27403] Fix COMPILER_RT_ENABLE_IOS when using Xcode from the App Store. by Chris Bieneman · 9 years ago
  11. b83cbf0 [asan] Add iOS support. by Anna Zaks · 10 years ago
  12. bfcbe76 [compiler-rt] list_union() is actually an intersect operation. Rename it. by Daniel Sanders · 10 years ago
  13. 7456a7a [cmake] Indentation fix (NFC) by Vedant Kumar · 10 years ago
  14. 6ec496a [cmake] Add InstrProfilingWriter to libclang_rt on Darwin by Vedant Kumar · 10 years ago
  15. 4c6b698 [CMake] [Darwin] Log architecture test failures to CMakeError.log by Chris Bieneman · 10 years ago
  16. 945fcee [sanitizer] Cache results of darwin_test_archs by Kuba Brecka · 10 years ago
  17. cb22450 [CMake] [Darwin] libclang_rt.eprintf should be built with the same CFLAGS as the other darwin builtin libraries. by Chris Bieneman · 10 years ago
  18. 854e1db [compiler-rt][cmake] Fix not lipo libclang_rt.cc_kext.a when building on OS X by Chris Bieneman · 10 years ago
  19. 9ef63e2 [CMake] [macho_embedded] [builtins] Always use OS X sysroot, even for arm. by Chris Bieneman · 10 years ago
  20. 44e875b [CMake] [Darwin] Forcing -fPIC on for all darwin builtins except macho_embedded by Chris Bieneman · 10 years ago
  21. 33dc910 [CMake] [Darwin] [Builtins] Force setting the flags we care about at the end of the compiler command line by Chris Bieneman · 10 years ago
  22. 4e5c298 [CMake] [macho_embedded] Only set sys root if the variable is set, this prevents passing empty -isysroot arguments by Chris Bieneman · 10 years ago
  23. 65b6e05 [CMake] Cleaning up flags for Darwin builtins by Chris Bieneman · 10 years ago
  24. 4ae803e [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
  25. be818b4 Revert "[CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets" by Chris Bieneman · 10 years ago
  26. 002145e [CMake] Don't pass -fPIC when compiling the darwin builtins by Chris Bieneman · 10 years ago
  27. 5becf7f [CMake] Fixing a typo in variable name ARG_*->LIB_* by Chris Bieneman · 10 years ago
  28. b13b34f [CMake] Removing extra underscore. by Chris Bieneman · 10 years ago
  29. 7e1db73 [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
  30. 5be03d3 [CMake] [macho_embedded] Check to make sure the compiler supports the architectures before generating build targets by Chris Bieneman · 10 years ago
  31. 81fb4f0 [CMake] Need to filter ${arch}/*.c builtins as well as ${arch}/*.S builtins. by Chris Bieneman · 10 years ago
  32. d52171b [CMake] Adding support for generating libclang_rt.eprintf.a by Chris Bieneman · 10 years ago
  33. f009918 [CMake] [Darwin] [builtins] Need to special case the naming of the OS X cc_kext builtin library. by Chris Bieneman · 10 years ago
  34. 7281c4b [CMake] [darwin] Removing a line of debug code that I accidentally committed. by Chris Bieneman · 10 years ago
  35. 8a38681 [CMake] [darwin] [builtins] Add INSTALL_DIR to darwin_lipo_libs by Chris Bieneman · 10 years ago
  36. 3813e46 [CMake] Workaround for the lipo output directory not being created. by Chris Bieneman · 10 years ago
  37. c0baeff [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
  38. f0f16df [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
  39. 444459d [CMake] [Darwin] [macho_embedded] Specify the version min explicitly. by Chris Bieneman · 10 years ago
  40. d4b2320 [CMake] [Darwin] [builtins] Change condition for skipping cc_kext to be setting based. by Chris Bieneman · 10 years ago
  41. 9a9de76 [CMake] [macho_embedded] We need to set some extra flags when building the macho_embedded builtins. by Chris Bieneman · 10 years ago
  42. bcc4ac9 [CMake] [Darwin] Support building the macho_embedded builtin libraries. by Chris Bieneman · 10 years ago
  43. c959a0b [CMake] [Darwin] [builtins] Apply OS and OS-arch filters to cc_kext builtin libraries. by Chris Bieneman · 10 years ago
  44. 3ff8cb2 [CMake] Accidentally committed code that was using a variable only populated in some earlier code. NFC. by Chris Bieneman · 10 years ago
  45. f77c6a0 [CMake] [Darwin] [builtins] Fix building builtins for Darwin simulator platforms. by Chris Bieneman · 10 years ago
  46. b850f31 [CMake] [Darwin] Make darwin_filter_builtin_sources support both whitelist and blacklist filtering. by Chris Bieneman · 10 years ago
  47. 2d320d0 [CMake] [darwin] [builtins] Make darwin_lipo_libs take OUTPUT_DIR as an option. NFC. by Chris Bieneman · 10 years ago
  48. 648eafc [CMake] [darwin] Refactor darwin_read_exclude_file to be reusable. NFC. by Chris Bieneman · 10 years ago
  49. 72cc28c [CMake] [darwin] [builtins] Should install the lipo'd builtin libraries. by Chris Bieneman · 10 years ago
  50. 3623533 [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
  51. 64dab72 [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
  52. 82ebe89 [CMake] [darwin] [builtins] Refactoring darwin_find_excluded_builtins_list to parse arguments instead of only handling positional arguments. by Chris Bieneman · 10 years ago
  53. 25e1bdf [CMake] [darwin] [builtins] Refactoring code to filter builtin lists out into a function. NFC. by Chris Bieneman · 10 years ago
  54. a6e0202 [CMake] [darwin] [builtins] Match clang_darwin.mk's compiler flags when building builtin libraries by Chris Bieneman · 10 years ago
  55. 3035bf9 [CMake] pass -Wno-pedantic to cc_kext builtins build by Chris Bieneman · 10 years ago
  56. 765d76e [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt by Chris Bieneman · 10 years ago
  57. 66e02f0 [CMake] [Darwin] Bug 21562 - Add a CMake equivalent for make/platform/clang_darwin.mk in compiler_rt by Chris Bieneman · 10 years ago
  58. d462679 [CMake] Make the sample program in darwin_test_archs have a symbol it needs to link. by Chris Bieneman · 10 years ago
  59. 76d6891 [CMake] Fixing haswell filtering. by Chris Bieneman · 10 years ago
  60. b060760 [CMake] Fix building unit tests on Darwin by Chris Bieneman · 10 years ago
  61. d5e075d [cmake darwin] Use a STATUS message type. Explain where the arches came from. by Filipe Cabecinhas · 10 years ago
  62. 19c8451 [CMake] Add experimental support for building compiler-rt for iOS by Chris Bieneman · 10 years ago