summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-08SDK/linux: Fix braindead pasto, caught by Matt Beaumont-Gay.Daniel Dunbar
2011-12-08[asan] fresh version of mach_override; added mach_override/README.txt. Patch ...Kostya Serebryany
2011-12-08[asan] update the soon-to-be-depricated asan makefile to use the new path for...Kostya Serebryany
2011-12-08[asan] move build-time config options from makefile to source (otherwise we n...Kostya Serebryany
2011-12-08platform/clang_linux: Switch builtin and profile libraries to build using theDaniel Dunbar
2011-12-08SDKs: Sketch an initial stub SDK for Linux, I believe this suffices for buildingDaniel Dunbar
2011-12-07[asan] fix the error message for 16-byte accesses (it previously printed 'unk...Kostya Serebryany
2011-12-07www: Add some more notes to compiler-rt web page.Daniel Dunbar
2011-12-06build all C++ files in compiler-rt with -fno-exceptionsKostya Serebryany
2011-12-06[asan] minor cleanupKostya Serebryany
2011-12-06[asan] GCD tests on Mac: prevent optimization and enable. Patch by glider@goo...Kostya Serebryany
2011-12-06platform/clang_linux: Add profile and asan libs on x86.Daniel Dunbar
2011-12-06[asan] remove format warnings in sysinfo/sysinfo.ccKostya Serebryany
2011-12-05[asan]: test a pure C file with -faddress-sanitizer; lint fixesKostya Serebryany
2011-12-05[asan] add the test for bug 11468 Kostya Serebryany
2011-12-05[asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany
2011-12-05[asan] cleanup memset/memmove/memcpy interceptors and enable them on Mac. Pat...Kostya Serebryany
2011-12-05[asan] don't require __cxa_throw to be present in the process. This is the la...Kostya Serebryany
2011-12-03[asan] get rid of some more dependency on libstdc++Kostya Serebryany
2011-12-03[asan] micro-benchmark for use-after-return fake stackKostya Serebryany
2011-12-02[asan] put back -O2 which was lost quite some time ago and caused noticeable ...Kostya Serebryany
2011-12-02[asan] get rid of std::map. No STL and almost no libstdc++ left. Kostya Serebryany
2011-12-02[asan] quick fix for mac build, second attempt. Sorry for spam.Kostya Serebryany
2011-12-02[asan] quick fix for mac buildKostya Serebryany
2011-12-02[asan] minimize the use of STL. One bit is still left.Kostya Serebryany
2011-12-02build: Add ModuleName per-subdir variable as a way to organize the differentDaniel Dunbar
2011-12-02lib/asan: Fix possible type mismatches.Daniel Dunbar
2011-12-02lib/asan: Attempt to ensure __WORDSIZE gets defined, it is not always set byDaniel Dunbar
2011-12-02add/update LICENSE.TXT files for the third_party code used by asanKostya Serebryany
2011-12-02build/asan: Better fix for ASAN i386 build on Darwin, this causes us to see theDaniel Dunbar
2011-12-02build/asan: Fix ASAN build for i386, for reasons I don't really understand weDaniel Dunbar
2011-12-01platform/clang_darwin: Add asan runtime library configuration.Daniel Dunbar
2011-12-01asan: Fill in integration with compiler-rt/make build.Daniel Dunbar
2011-12-01asan: Suppress a -Wbitwise-op-parentheses.Daniel Dunbar
2011-12-01build/make: Add rule for .cc files.Daniel Dunbar
2011-12-01asan: #if 0 out some unused functions (we build with -Werror).Daniel Dunbar
2011-12-01[asan] flatten the asan-rt build slightlyKostya Serebryany
2011-11-30test asan at -O0Kostya Serebryany
2011-11-30Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany
2011-11-30fix asan-rt build on Mac. Patch by glider@google.comKostya Serebryany
2011-11-30AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany
2011-11-29lib/int_util: My refactoring to allow shared utility code had a fatal flaw whenDaniel Dunbar
2011-11-28build: Sketch a Clang/Linux platform config.Daniel Dunbar
2011-11-17platform/clang_darwin: Fix a refacto and commento.Daniel Dunbar
2011-11-17platform/clang_darwin: Add configs for profiling support.Daniel Dunbar
2011-11-17lib: Import GCDA profiling support from LLVM.Daniel Dunbar
2011-11-16platform/clang_darwin: Switch over to use stub Darwin SDK.Daniel Dunbar
2011-11-16platform/clang_darwin: Tweak deployment arg variable names.Daniel Dunbar
2011-11-16build/SDKs: Sketch a minimal stub SDK for Darwin.Daniel Dunbar
2011-11-16lib/int_math: Some versions of GCC don't provide __builtin_isfinite. SupportDaniel Dunbar