1. 89a4a18 [asan] build asan-rt with -funwind-tables by Kostya Serebryany · 13 years ago
  2. 4558168 [asan] force the __asan_unregister_globals to reside in the runtime library by Kostya Serebryany · 13 years ago
  3. a874fe5 [asan] refactoring: don't #include <sys/mman.h> in non-os-specific files by Kostya Serebryany · 13 years ago
  4. de496f4 [asan] use custom libc-free getenv; a bit of refactoring around mmap calls by Kostya Serebryany · 13 years ago
  5. 07c5cda [asan] missing PTHREAD_DESTRUCTOR_ITERATIONS on Android. patch by eugeni.stepanov@gmail.com by Kostya Serebryany · 13 years ago
  6. ab9da7e [asan] discover main thread stack limits without pthread. patch by eugeni.stepanov@gmail.com by Kostya Serebryany · 13 years ago
  7. 6413ec3 [asan] no ucontext on Android. patch by eugeni.stepanov@gmail.com by Kostya Serebryany · 13 years ago
  8. 0ffe35c [asan] enable memset/memcpy/memmove interceptors in asan-rt (in addition to those in the compiler module) by Kostya Serebryany · 13 years ago
  9. c5e72a3 [asan] better message for parameter overlap bugs by Kostya Serebryany · 13 years ago
  10. 0985ca2 [asan] interceptor for strcat. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  11. 52fb238 [asan] interceptor for memcmp. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  12. af0f01d [asan] interceptors for strcasecmp and strncasecmp. patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  13. c695a47 The code instrumented with ASan may have its own instance of the by Kostya Serebryany · 13 years ago
  14. 51e75c4 [asan] make sure __asan_report_* functions are not inlined (so that they are not optimized away and are kept in the resulting library). Patch by glider@google.com by Kostya Serebryany · 13 years ago
  15. 8547f6c [asan] remove the test for cfree. 'man cfree' says: 'This function should never be used.' and this function is not found on many OSes we support. by Kostya Serebryany · 13 years ago
  16. 9a20026 new() has slightly different signature on Android. This patch adds the by Kostya Serebryany · 13 years ago
  17. 13ebae6 [asan] rely on __has_feature(address_sanitizer) instead of the ADDRESS_SANITIZER macro by Kostya Serebryany · 13 years ago
  18. 4df3f66 [asan] make sure frame pointers are not omitted when running asan output tests by Kostya Serebryany · 13 years ago
  19. 69eca73 Recently the GCD tests started failing because of the invalid size of by Kostya Serebryany · 13 years ago
  20. f32b41d [asan] revert r146529: we do need to build asan-rt as a shared library. Will need to find a different way to modify preinit_array by Kostya Serebryany · 13 years ago
  21. c37ca57 [asan] added a test to check that a global-buffer-overflow mentioned the module name; revert incorrect change in the test runner by Kostya Serebryany · 13 years ago
  22. c491061 [asan] fix a bug (issue 19) where dlclose and the following mmap caused a false positive. run-time part. by Kostya Serebryany · 13 years ago
  23. d11a963 [asan] regression test for asan issue 19, currently fails. by Kostya Serebryany · 13 years ago
  24. 6b30e2c [asan] poison the internal asan heap memory, just in case. Change Printf to Report when debugging globals. by Kostya Serebryany · 13 years ago
  25. a5f10b9 [asan] insert __asan_init into ".preinit_array" section. Linux-only. by Kostya Serebryany · 13 years ago
  26. 381b170 [asan] fix the test runner to detect build breakages; add a test for -pie by Kostya Serebryany · 13 years ago
  27. 9c69e87 [asan] fix some more format warnings in sysinfo/sysinfo.cc by Kostya Serebryany · 13 years ago
  28. c162013 [asan] canonicalise the output for double-free and wrong-free. fixes asan issue 18 by Kostya Serebryany · 13 years ago
  29. 803c124 build compiler-rt with -fPIC, otherwise the run-time libs will not link with -pie, at least on linux by Kostya Serebryany · 13 years ago
  30. 332bfbf [asan] fix asan-rt interceptors on Snow Leopard. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  31. c4b34d9 [asan] make use-after-return mode more robust: allow to call instrumented functions while reporting an error by Kostya Serebryany · 13 years ago
  32. 5009caa [asan] fix output test to not require debug symbols in asan run-time by Kostya Serebryany · 13 years ago
  33. 918b18a [asan] better test for use-after-return mode by Kostya Serebryany · 13 years ago
  34. 2a1aad7 SDK/linux: Fix braindead pasto, caught by Matt Beaumont-Gay. by Daniel Dunbar · 13 years ago
  35. 6bbdc46 [asan] fresh version of mach_override; added mach_override/README.txt. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  36. cd79cc0 [asan] update the soon-to-be-depricated asan makefile to use the new path for asan-rt (affects only linux) by Kostya Serebryany · 13 years ago
  37. c6f2223 [asan] move build-time config options from makefile to source (otherwise we need config options in all makefiles) by Kostya Serebryany · 13 years ago
  38. 4fd6b1c platform/clang_linux: Switch builtin and profile libraries to build using the by Daniel Dunbar · 13 years ago
  39. 86f9994 SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for building by Daniel Dunbar · 13 years ago
  40. acd5c61 [asan] fix the error message for 16-byte accesses (it previously printed 'unknown-crash') by Kostya Serebryany · 13 years ago
  41. 0ec64ce www: Add some more notes to compiler-rt web page. by Daniel Dunbar · 13 years ago
  42. e235715 build all C++ files in compiler-rt with -fno-exceptions by Kostya Serebryany · 13 years ago
  43. dd8d498 [asan] minor cleanup by Kostya Serebryany · 13 years ago
  44. 96bdefa [asan] GCD tests on Mac: prevent optimization and enable. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  45. 5f9ee28 platform/clang_linux: Add profile and asan libs on x86. by Daniel Dunbar · 13 years ago
  46. 347483c [asan] remove format warnings in sysinfo/sysinfo.cc by Kostya Serebryany · 13 years ago
  47. 0b4c09b [asan]: test a pure C file with -faddress-sanitizer; lint fixes by Kostya Serebryany · 13 years ago
  48. f45c195 [asan] add the test for bug 11468 by Kostya Serebryany · 13 years ago
  49. 3074314 [asan] always collect malloc statstics (removed FLAG_stats) by Kostya Serebryany · 13 years ago
  50. e130191 [asan] cleanup memset/memmove/memcpy interceptors and enable them on Mac. Patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  51. b3010e7 [asan] don't require __cxa_throw to be present in the process. This is the last dependency on libstdc++ by Kostya Serebryany · 13 years ago
  52. 75f7461 [asan] get rid of some more dependency on libstdc++ by Kostya Serebryany · 13 years ago
  53. f48d64b [asan] micro-benchmark for use-after-return fake stack by Kostya Serebryany · 13 years ago
  54. 3404b3f [asan] put back -O2 which was lost quite some time ago and caused noticeable perf drop in malloc-intensive apps. doh. by Kostya Serebryany · 13 years ago
  55. b89567c [asan] get rid of std::map. No STL and almost no libstdc++ left. by Kostya Serebryany · 13 years ago
  56. 1957399 [asan] quick fix for mac build, second attempt. Sorry for spam. by Kostya Serebryany · 13 years ago
  57. 4f24d3e [asan] quick fix for mac build by Kostya Serebryany · 13 years ago
  58. 2d8b3bd [asan] minimize the use of STL. One bit is still left. by Kostya Serebryany · 13 years ago
  59. f06648a build: Add ModuleName per-subdir variable as a way to organize the different by Daniel Dunbar · 13 years ago
  60. 514cebb lib/asan: Fix possible type mismatches. by Daniel Dunbar · 13 years ago
  61. 4616633 lib/asan: Attempt to ensure __WORDSIZE gets defined, it is not always set by by Daniel Dunbar · 13 years ago
  62. 0d4e17c add/update LICENSE.TXT files for the third_party code used by asan by Kostya Serebryany · 13 years ago
  63. 7855275 build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see the by Daniel Dunbar · 13 years ago
  64. fe18082 build/asan: Fix ASAN build for i386, for reasons I don't really understand we by Daniel Dunbar · 13 years ago
  65. f8328c5 platform/clang_darwin: Add asan runtime library configuration. by Daniel Dunbar · 13 years ago
  66. cc080e5 asan: Fill in integration with compiler-rt/make build. by Daniel Dunbar · 13 years ago
  67. 21e8dce asan: Suppress a -Wbitwise-op-parentheses. by Daniel Dunbar · 13 years ago
  68. a6fd845 build/make: Add rule for .cc files. by Daniel Dunbar · 13 years ago
  69. c1ef2a0 asan: #if 0 out some unused functions (we build with -Werror). by Daniel Dunbar · 13 years ago
  70. d6567c5 [asan] flatten the asan-rt build slightly by Kostya Serebryany · 13 years ago
  71. b09f0aa test asan at -O0 by Kostya Serebryany · 13 years ago
  72. 218a9b7 Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by samsonov@google.com by Kostya Serebryany · 13 years ago
  73. cbab911 fix asan-rt build on Mac. Patch by glider@google.com by Kostya Serebryany · 13 years ago
  74. 1e172b4 AddressSanitizer run-time library. Not yet integrated with the compiler-rt build system, but can be built using the old makefile. See details in README.txt by Kostya Serebryany · 13 years ago
  75. 1626d86 lib/int_util: My refactoring to allow shared utility code had a fatal flaw when by Daniel Dunbar · 13 years ago
  76. d25fa8d build: Sketch a Clang/Linux platform config. by Daniel Dunbar · 13 years ago
  77. 91354d7 platform/clang_darwin: Fix a refacto and commento. by Daniel Dunbar · 13 years ago
  78. 91d9c15 platform/clang_darwin: Add configs for profiling support. by Daniel Dunbar · 13 years ago
  79. 8c88119 lib: Import GCDA profiling support from LLVM. by Daniel Dunbar · 13 years ago
  80. 6ecc1fe platform/clang_darwin: Switch over to use stub Darwin SDK. by Daniel Dunbar · 13 years ago
  81. 469846b platform/clang_darwin: Tweak deployment arg variable names. by Daniel Dunbar · 13 years ago
  82. 6758892 build/SDKs: Sketch a minimal stub SDK for Darwin. by Daniel Dunbar · 13 years ago
  83. 674aeef lib/int_math: Some versions of GCC don't provide __builtin_isfinite. Support by Daniel Dunbar · 13 years ago
  84. eaff95c lib/ppc: Fix a refacto. by Daniel Dunbar · 13 years ago
  85. c25c6d1 lib: Finish int_math.h definitions using compiler builtins and eliminate by Daniel Dunbar · 13 years ago
  86. 8603024 lib: Starting thinning out the dependency on math.h by using compiler builtins by Daniel Dunbar · 13 years ago
  87. 2406dfe lib: Remove uses of complex.h which does not appear to be required. by Daniel Dunbar · 13 years ago
  88. 6b682e4 lib/gcc_personality_v0: Remove an unnecessary include. by Daniel Dunbar · 13 years ago
  89. 2db4af8 lib: Eliminate direct include of stdlib.h from files that used to (potentially) by Daniel Dunbar · 13 years ago
  90. 401f693 lib: Add support for library wide utility functions, and make compilerrt_abort() by Daniel Dunbar · 13 years ago
  91. dbaa397 lib/{ppc,x86_64}: Fixup a number of files to include int_lib.h instead of by Daniel Dunbar · 13 years ago
  92. 3f4d340 lib: Remove math.h from int_lib.h, which doesn't appear to be required. by Daniel Dunbar · 13 years ago
  93. 25a3ff1 build/darwin_bni: Remove consistency check I added, I forgot we always load by Daniel Dunbar · 13 years ago
  94. 2bf9340 lib: Include float.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  95. 1132cf7 build/darwin_bni: Add a consistency check. by Daniel Dunbar · 13 years ago
  96. 23d1542 lib: Include stdbool.h in int_lib.h, and eliminate duplicate includes from a number of source files. by Daniel Dunbar · 13 years ago
  97. 0a3e350 lib: Rename endianness.h to int_endianness.h (for consistency) and tidy up a bit. by Daniel Dunbar · 13 years ago
  98. 396a72f lib: Split out int_types.h, for readability. by Daniel Dunbar · 13 years ago
  99. bacb723 git: Tweak .gitignore to ignore defined platform build directories. by Daniel Dunbar · 13 years ago
  100. d692114 build/clang_darwin: Set CC before trying to run CheckArches. by Daniel Dunbar · 13 years ago