1. 6902625 Stop definining CRT_LDBL_128BIT. by Stephen Hines · 8 years ago
  2. 264a6df Remove libunwind_llvm dependency because we are picking up the wrong unwind.h. by Stephen Hines · 8 years ago
  3. 799172d Update aosp/master compiler-rt for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  4. b09bd8b Use libunwind's version of unwind.h by Dan Willemsen · 8 years ago
  5. 033e09b Add __clear_cache to libcompiler_rt-extras.a for MIPS by Goran Jakovljevic · 8 years ago
  6. 4378163 Stop using HOST_OS, whitelist windows modules by Dan Willemsen · 9 years ago
  7. b26c421 Don't re-export the unwind library. by Dan Albert · 9 years ago
  8. c044a2f Put back the non-VFP soft float implementations. by Dan Albert · 9 years ago
  9. b6376a7 Remove broken vfp_alias.S implementation. by Stephen Hines · 9 years ago
  10. b3608eb Fix build breakage on mips64 and x86_64. by Stephen Hines · 9 years ago
  11. 2d50464 Use LOCAL_NO_LIBGCC to build this independently. by Stephen Hines · 9 years ago
  12. 87ce796 Add missing files to compiler-rt Android.mk by Stephen Hines · 9 years ago
  13. 22e3e21 Use new sanitizer option. by Dan Albert · 9 years ago
  14. e4e4912 Add liblog and liblzma as link dependencies. by David Srbecky · 9 years ago
  15. a4cf3ee Update aosp/master compiler-rt with patches for fp16 by Pirama Arumuga Nainar · 9 years ago
  16. 1aa18fb Don't use an STL for any of the compiler libs. by Dan Albert · 9 years ago
  17. 06e4b40 Add a host libcompiler_rt-extras. by Dan Albert · 9 years ago
  18. 85c672a Need multilib for libprofile_rt. by Dan Albert · 10 years ago
  19. bbb3f7a Add a libprofile_rt for the host. by Dan Albert · 10 years ago
  20. 801cc5c am 2e3e2cc6: Merge "Disable ASAN in more targets." by Dan Albert · 10 years ago
  21. a7f893a Disable ASAN in more targets. by Dan Albert · 10 years ago
  22. 87f6e09 am e6767d43: Merge "Explicitly disable using ASAN within compiler-rt." by Dan Albert · 10 years ago
  23. d92fd09 Explicitly disable using ASAN within compiler-rt. by Dan Albert · 10 years ago
  24. 3f7f54e am d8d0cc03: Merge "Build ASAN for the host as well." by Dan Albert · 10 years ago
  25. 93f64d9 Build ASAN for the host as well. by Dan Albert · 10 years ago
  26. 0c0ca6a am 28a9d7fd: Merge "Fix the Mac build. Probably." by Dan Albert · 10 years ago
  27. b05bdf0 Fix the Mac build. Probably. by Dan Albert · 10 years ago
  28. ade85c0 am e0429e64: Merge "Add a bunch of missing files to the build." by Dan Albert · 10 years ago
  29. f942509 resolved conflicts for merge of b097b62f to lmp-dev-plus-aosp by Dan Albert · 10 years ago
  30. e0429e6 Merge "Add a bunch of missing files to the build." by Dan Albert · 10 years ago
  31. b6c4825 Also build gcc_personality_v0.c. by Dan Albert · 10 years ago
  32. 9f64790 Add a bunch of missing files to the build. by Dan Albert · 10 years ago
  33. cd787b9 am afb3e3c6: Merge "Build aeabi_div0.c." by Dan Albert · 10 years ago
  34. efae861 Build aeabi_div0.c. by Dan Albert · 10 years ago
  35. 11f8ffe Fix windows build for compiler-rt. by Stephen Hines · 10 years ago
  36. 6624ff8 Exclude only modules with prebuilts in prebulits/sdk by Ying Wang · 10 years ago
  37. 5c072a6 Adds 128 bit floating point add, sub, and mul. by Dan Albert · 10 years ago
  38. 5148f96 Adds long double comparison functions to the build. by Dan Albert · 10 years ago
  39. a217f3e Build host with multilib both enabled. by Ian Rogers · 10 years ago
  40. 45b777d Merge "[MIPS64] Enable mips64 build" by Stephen Hines · 10 years ago
  41. 5b87b3d [MIPS64] Enable mips64 build by Duane Sand · 10 years ago
  42. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  43. 3069461 Don't build compiler_rt if the user is just building with tapas. by Stephen Hines · 10 years ago
  44. 95b6e9a Adds host library targets for compiler-rt by Dan Albert · 10 years ago
  45. ba9a7b3 Build libprofile_rt to enable code coverage by Dmitriy Ivanov · 10 years ago
  46. 1a34dac Start building __clear_cache. by Narayan Kamath · 10 years ago
  47. 47ca89c compiler-rt: build libcompiler_rt-extras by Colin Cross · 10 years ago
  48. 4b4f557 Fix build break by not building compiler-rt without clang. by Tim Murray · 10 years ago
  49. 6731c55 Make compiler-rt build for ARM64. by Tim Murray · 10 years ago
  50. 75d873d compiler-rt: convert makefiles to support multilib build by Colin Cross · 10 years ago
  51. 35170e6 [MIPS64] Temporary placeholder build, to allow other projects to build by Duane Sand · 11 years ago
  52. 5b6343b compiler-rt: rename aarch64 target to arm64 by Colin Cross · 11 years ago
  53. 9939506 Fix compilation issues on x86_64 by Alexey Volkov · 11 years ago
  54. 349a761 Revert "Fix compilation issues on x86_64" by Stephen Hines · 11 years ago
  55. 0fe8482 Merge "Fix compilation issues on x86_64" by Stephen Hines · 11 years ago
  56. e3c30bf AArch64: Temporarily disable AArch64 build by Serban Constantinescu · 11 years ago
  57. fd2736f Fix compilation issues on x86_64 by Alexey Volkov · 11 years ago
  58. 5534fc3 x86_64/x32: Avoid early exit of any other project build by Pavel Chupin · 11 years ago
  59. c8f5519 Add strip and add missing slashes. by Shih-wei Liao · 11 years ago
  60. e1c8a83 Add aeabi_{d,f}cmp.S in Android.mk. by Shih-wei Liao · 11 years ago
  61. ece6264 Override generic ARM runtimes with VFP version. by Shih-wei Liao · 11 years ago
  62. 8430962 Use MC assembler to compile assembly. by Shih-wei Liao · 11 years ago
  63. fba7691 Build libcompiler_rt.so for on-device compilation and linking. by Shih-wei Liao · 12 years ago
  64. 7f489a3 Revert "Revert "Fix libcompiler-rt. libcompiler_rt is the official name."" by Shih-wei Liao · 11 years ago
  65. 00f3125 Revert "Fix libcompiler-rt. libcompiler_rt is the official name." by Shih-wei Liao · 11 years ago
  66. d1ced4d Fix libcompiler-rt. libcompiler_rt is the official name. by Shih-wei Liao · 12 years ago
  67. 6fd582c Use ARM VFP runtimes when possible. by Shih-wei Liao · 12 years ago
  68. c940ebf Enable ARM VFP runtime only when VFP is supported. by Shih-wei Liao · 12 years ago
  69. fe42f08 Include all __aeabi_* runtimes in compiler-rt. by Shih-wei Liao · 12 years ago
  70. 4d40231 Remove gcc_personality_v0.c which depends on libunwind. by Shih-wei Liao · 12 years ago
  71. f5c93a0 Explicitly list mulodi4.c in libcompiler-rt. by Shih-wei Liao · 12 years ago
  72. cec0726 Skip apple_versioning.c since it is unused. by Shih-wei Liao · 12 years ago
  73. 139a106 Merge lib/Android.mk into Android.mk. Refine Android.mk. by Shih-wei Liao · 12 years ago
  74. 97ac43c Improve dependency tracking for compiler-rt. by Stephen Hines · 12 years ago
  75. 53b9203 Define __ARM_EABI__ when working with an ARM target. by Stephen Hines · 12 years ago
  76. 72cab37 add aebi_(u)ldivmod to build by Tim Murray · 12 years ago
  77. fd20851 am ad3e3f97: enable libcompiler-rt build for mips by Keun young Park · 12 years ago
  78. ad3e3f9 enable libcompiler-rt build for mips by Keun young Park · 12 years ago
  79. 2d9a6d3 am 30f5a4f2: Built already for sanitizer_common. by Shih-wei Liao · 12 years ago
  80. 30f5a4f Built already for sanitizer_common. by Shih-wei Liao · 12 years ago
  81. aa8e5bf am 51584046: Apply changes to migrate to compiler-rt upstream. by Shih-wei Liao · 12 years ago
  82. c980383 Split out LOCAL_ASFLAGS. by Ying Wang · 12 years ago
  83. 5158404 Apply changes to migrate to compiler-rt upstream. by Shih-wei Liao · 12 years ago
  84. d1a2f44 Separate out libcompiler-rt-extras. by Stephen Hines · 12 years ago
  85. a115c66 Build the platform-independent parts of compiler-rt. by Stephen Hines · 12 years ago
  86. ef89d1f Re-enable build of compiler-rt/ASan. by Stephen Hines · 12 years ago
  87. 20b83c8 Revert "Revert "Fix build break."" by Stephen Hines · 12 years ago
  88. 3dc8c7c Revert "Fix build break." by Stephen Hines · 12 years ago
  89. 680be1d Fix build break. by Stephen Hines · 12 years ago
  90. dc3865b Build rules + Android-specific ASan bits. by Evgeniy Stepanov · 12 years ago