1. 5d71de2 Update compiler-rt for rebase to r212749. by Stephen Hines · 10 years ago
  2. 122ed02 am 65e7b1d5: Merge "Refactor muldf3 and mulsf3." by Dan Albert · 10 years ago
  3. 8d33553 am fb37fb71: Merge "Provide mul for IEEE quad. From GuanHong Liu." by Dan Albert · 10 years ago
  4. 5ea7e93 am 5535e1fb: Merge "Provide add and sub for IEEE quad. From GuanHong Liu." by Dan Albert · 10 years ago
  5. 743edbf am f302a1a7: Merge "Refactor addsf3.c and adddf3.c." by Dan Albert · 10 years ago
  6. 493844d Refactor muldf3 and mulsf3. by Joerg Sonnenberger · 10 years ago
  7. a473857 Provide mul for IEEE quad. From GuanHong Liu. by Joerg Sonnenberger · 10 years ago
  8. 5a869d4 Provide add and sub for IEEE quad. From GuanHong Liu. by Joerg Sonnenberger · 10 years ago
  9. a976998 Refactor addsf3.c and adddf3.c. by Joerg Sonnenberger · 10 years ago
  10. b9c04cf am 547c7c6e: Merge "Swap getdtablesize() for sysconf(_SC_OPEN_MAX)." by Stephen Hines · 10 years ago
  11. 904a109 Swap getdtablesize() for sysconf(_SC_OPEN_MAX). by Dan Albert · 10 years ago
  12. e1e37e8 am 5afa96ce: Merge "Exclude Android from the tests for valloc/pvalloc." by Dan Albert · 10 years ago
  13. 31a5cd8 Exclude Android from the tests for valloc/pvalloc. by Dan Albert · 10 years ago
  14. f0fa5c2 am 201df20a: Merge "Remove\'s uses of sys/timeb.h for Android." by Stephen Hines · 10 years ago
  15. 373c7a8 am 706625d6: Merge "Revert "Bionic is getting rid of sys/timeb.h"" by Stephen Hines · 10 years ago
  16. 92f36fe Remove's uses of sys/timeb.h for Android. by Dan Albert · 10 years ago
  17. a797a50 Revert "Bionic is getting rid of sys/timeb.h" by Stephen Hines · 10 years ago
  18. 4d95370 am 83779084: Merge "Bionic is getting rid of sys/timeb.h" by Dan Albert · 10 years ago
  19. f39cd2e Bionic is getting rid of sys/timeb.h by Dan Albert · 10 years ago
  20. c9811bc am ce888323: am ef4e7891: Merge "Update compiler-rt aosp/master for 3.5 (r209699) rebase." by Stephen Hines · 10 years ago
  21. 2d1fdb2 Update compiler-rt aosp/master for 3.5 (r209699) rebase. by Stephen Hines · 10 years ago
  22. e6ce8f9 Change ASan runtime library name to keep in sync with upstream. by Evgeniy Stepanov · 10 years ago
  23. 423cdd6 Implement Android versions of __clear_cache for arm32 & mips. by Daniel Sanders · 10 years ago
  24. 4845f5d Cache invalidation for AARCH64. Disabled for Apple for now as requested by Joerg Sonnenberger · 10 years ago
  25. fd43df6 [sanitizer] Disable 3 more syscall hooks on Android. by Evgeniy Stepanov · 10 years ago
  26. 25ecb75 [sanitizer] struct ustat and a bunch of other definitions are missing on Android. by Evgeniy Stepanov · 10 years ago
  27. 21b5c4d Update compiler-rt for merge to 3.4. by Stephen Hines · 10 years ago
  28. 0a7c7f9 Merge remote-tracking branch 'upstream/release_34' into merge-20140211 by Stephen Hines · 10 years ago
  29. 654a5af Remove a duplicate declaration which broke the compiler-rt build by Sylvestre Ledru · 10 years ago
  30. 7f790ca Merging r-196802: by Bill Wendling · 10 years ago
  31. 388e818 Merging r196779: by Bill Wendling · 10 years ago
  32. 4b206b3 Readd the prototype. by Bill Wendling · 11 years ago
  33. 2486160 Merging r196802: by Bill Wendling · 11 years ago
  34. 2bbe0d1 Merging r196809: by Bill Wendling · 11 years ago
  35. e1a6a9a Merging r196799: by Bill Wendling · 11 years ago
  36. 48d6b10 Merging r196612: by Bill Wendling · 11 years ago
  37. a320b59 Merging r196501: by Alexey Samsonov · 11 years ago
  38. b371270 [asan] port r196375 to 3.4 by Kostya Serebryany · 11 years ago
  39. 28e41fe Merging r195652: by Sergey Matveev · 11 years ago
  40. cf2469d Merging r195643: by Sergey Matveev · 11 years ago
  41. 74c8879 Merging r195642: by Sergey Matveev · 11 years ago
  42. 12f610e Merging r195570: by Sergey Matveev · 11 years ago
  43. 0d2a935 Merging r195442: by Evgeniy Stepanov · 11 years ago
  44. f17dd74 Merging r195436: by Evgeniy Stepanov · 11 years ago
  45. d7041c6 Merging r195434: by Evgeniy Stepanov · 11 years ago
  46. 43e7e4e Merging r195433: by Evgeniy Stepanov · 11 years ago
  47. e1e6883 Merging r195427: by Evgeniy Stepanov · 11 years ago
  48. 91dee59 [ASan] Run one of UAS tests in UAR mode as well by Alexey Samsonov · 11 years ago
  49. 7214553 [asan] fix Windows build by Kostya Serebryany · 11 years ago
  50. 2991200 [asan] introduce __sanitizer_annotate_contiguous_container by Kostya Serebryany · 11 years ago
  51. 8b0c8a8 [asan] support __hppa__ (by John David Anglin) by Kostya Serebryany · 11 years ago
  52. ce64270 [ASan] Build ASan on Windows only if MSVC is used by Alexey Samsonov · 11 years ago
  53. 3125de9 CMake: don't build sanitizer runtimes on 64-bit Windows (it's unsupported for now) by Alexey Samsonov · 11 years ago
  54. c85d627 [DFSan] Don't include public headers in dfsan runtime code by Alexey Samsonov · 11 years ago
  55. 868082b Add clang_darwin_embedded platform for embedded projects by Tim Northover · 11 years ago
  56. efb0226 Remove #include of net/ip_mroute.h for SANITIZER_MAC. by Bob Wilson · 11 years ago
  57. 11f5309 tsan: add support for robust mutexes by Dmitry Vyukov · 11 years ago
  58. 106cb08 [asan] helper script to dump/merge coverage data by Kostya Serebryany · 11 years ago
  59. 6a58b00 [Sanitizer] Make slow unwinder on Linux more robust by Alexey Samsonov · 11 years ago
  60. 5b2d430 tsan: add proper cfi directives to assembly code by Dmitry Vyukov · 11 years ago
  61. af1a714 Don't build unsupported compiler-rt pieces on Windows by Alexey Samsonov · 11 years ago
  62. dbd69cc Reapply asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  63. ae51c27 Speculatively revert asan coverage changes 194702-194704. by Bob Wilson · 11 years ago
  64. e767e35 asan: disable pthread_setname_np interceptor by Dmitry Vyukov · 11 years ago
  65. 1170865 [asan] unbreak dfsan, which includes sanitizer/common_interface_defs.h into internal sources (although it shoudn't) by Kostya Serebryany · 11 years ago
  66. 9ae2ca6 [asan] disable CovDump on Windows for now (fails to compile) by Kostya Serebryany · 11 years ago
  67. 68e16eb [asan] Poor man's coverage that works with ASan (compiler-rt part) by Kostya Serebryany · 11 years ago
  68. b9ac716 [msan] A test for r194697. by Evgeniy Stepanov · 11 years ago
  69. 5e43cfa [UBSan] Make sure ASan and UBSan interact properly by running each test from UBSan test suite with and without ASan by Alexey Samsonov · 11 years ago
  70. 8c6e485 [ASan] Introduce a top-level target to collect all ASan runtimes and deps by Alexey Samsonov · 11 years ago
  71. aed8584 [UBSan] Update UBSan location rendering to match r194686 by Alexey Samsonov · 11 years ago
  72. bb4697f [Sanitizer] Print symbolized stack frame using a single Printf() call. by Alexey Samsonov · 11 years ago
  73. 694d856 [Sanitizer] Add print_summary runtime flag to disable error summaries (UBSan doesn't need them) by Alexey Samsonov · 11 years ago
  74. d2e32e3 [ASan] Remove the stale dependency on the Foundation framework from the dynamic ASan runtime. by Alexander Potapenko · 11 years ago
  75. 24d775e [Sanitizer] Use same PC threshold in slow unwinder on all platforms by Alexey Samsonov · 11 years ago
  76. 1b17f5b [ASan] Do not rely on malloc context in allocator reports. by Alexey Samsonov · 11 years ago
  77. 348aac4 [ASan] Use new feature of FileCheck: provide multiple --check-prefix args by Alexey Samsonov · 11 years ago
  78. b527f7d [ASan] Don't call __asan_init() from certain interceptors on Darwin. by Alexander Potapenko · 11 years ago
  79. ae914e2 [asan] fix a leak in tds (https://code.google.com/p/address-sanitizer/issues/detail?id=233) by Kostya Serebryany · 11 years ago
  80. 7bb5d49 Added summary info to GCDAProfiling. by Yuchen Wu · 11 years ago
  81. 55c7947 [Sanitizer] Specify a default value for each common runtime flag by Alexey Samsonov · 11 years ago
  82. 0797ff4 [sanitizer] Avoid needless use of stringification (#symver) in INTERCEPT_FUNCTION_VER. by Evgeniy Stepanov · 11 years ago
  83. abd768d ARM: make assembly files compile Thumb2 with nop IT block. by Tim Northover · 11 years ago
  84. 6f94d71 [msan] One more test for r194374. by Evgeniy Stepanov · 11 years ago
  85. a537ea9 [sanitizer] Warn if interception fails. by Evgeniy Stepanov · 11 years ago
  86. 62355e9 [msan] Sanity check for non-PIE. by Evgeniy Stepanov · 11 years ago
  87. bb6bc9a [asan] Bypass pthread_attr_getdetachstate interceptor in compiler_rt code. by Evgeniy Stepanov · 11 years ago
  88. 3366c5a Remove a FIXME now that I can't reproduce the problem by Timur Iskhodzhanov · 11 years ago
  89. 7177d2b [Sanitizers] Share some stack walking code between Windows and Linux by Timur Iskhodzhanov · 11 years ago
  90. 4949674 [ASan] Add CMake configs for libclang_rt.asan_iossim_dynamic.dylib by Alexander Potapenko · 11 years ago
  91. f16dc42 [Sanitizer] Make StackTrace::Unwind the only public way to unwind a stack trace. by Alexey Samsonov · 11 years ago
  92. cca3cc0 [Sanitizer] Presumable fix stack trace unwinding on Windows by Alexey Samsonov · 11 years ago
  93. e74968c [Sanitizer] Call Windows unwinder 'slow' and share StackTrace::Unwind across all platforms. No functionality change. by Alexey Samsonov · 11 years ago
  94. e041c60 [asan] attempting to fix x32 build (see http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59018) by Kostya Serebryany · 11 years ago
  95. 7d4a955 [ASan] Use OS-specific matches in the malloc_context_size.cc lit test. by Alexander Potapenko · 11 years ago
  96. e9e2b7f [ASan] Disable back init-order checker. Make strict_init_order imply check_initialization_order by Alexey Samsonov · 11 years ago
  97. 4b9f050 [ASan] Make sure slow stack unwinder doesn't return empty stacks. by Alexey Samsonov · 11 years ago
  98. 4197fa2 [msan] Fix a very unfortunate typo in origin copying. by Evgeniy Stepanov · 11 years ago
  99. f7e6f38 Push back various changes for building Apple's compiler-rt dylib. by Bob Wilson · 11 years ago
  100. e4f9f8a [sanitizer] Intercept strptime. by Evgeniy Stepanov · 11 years ago