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