summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* AddressSanitizer: revert r150683 - we can't get rid of headers that easilyAlexey Samsonov2012-02-162-12/+12
* [asan] Allocator tweaks for low memory systems.Evgeniy Stepanov2012-02-164-5/+30
* AddressSanitizer: don't include pthread.h and signal.h in interceptors on MacAlexey Samsonov2012-02-162-12/+12
* [asan] don't do AsanDie twiceKostya Serebryany2012-02-161-0/+2
* AddressSanitizer: don't include pthread.h in asan_interceptors.cc on LinuxAlexey Samsonov2012-02-151-4/+3
* AddressSanitizer: simplify IntervalsAreSeparate functionAlexey Samsonov2012-02-151-12/+3
* [ASan] Define an internal implementation of strchr to make stack OOB tests pa...Timur Iskhodzhanov2012-02-143-1/+12
* [asan] Add lots of missing visibility attributes.Evgeniy Stepanov2012-02-141-11/+22
* [asan] implement __asan_set_death_callbackKostya Serebryany2012-02-136-24/+49
* Fix compilation on Mac.Alexander Potapenko2012-02-131-0/+1
* Lint fixAlexander Potapenko2012-02-131-2/+2
* Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko2012-02-135-37/+48
* Check whether the shadow memory range intersects with an existing mapping.Alexander Potapenko2012-02-131-1/+41
* AddressSanitizer: re-enable lint for output testsAlexey Samsonov2012-02-135-5/+9
* AddressSanitizer: fix llvm headers in output testsAlexey Samsonov2012-02-134-4/+4
* AddressSanitizer: remove match_output.py, split expected output into OS-speci...Alexey Samsonov2012-02-1314-144/+97
* [asan] Add a missing include.Evgeniy Stepanov2012-02-131-0/+1
* [asan] Add a missing return.Evgeniy Stepanov2012-02-131-0/+1
* AddressSanitizer: Convert templates for output tests to FileCheck format and ...Alexey Samsonov2012-02-1329-111/+119
* [asan] Return type of index() is char*.Evgeniy Stepanov2012-02-131-2/+2
* [asan] Disable signal&sigaction interceptors on Android.Evgeniy Stepanov2012-02-131-1/+11
* [asan] Default visibility for __asan_handle_no_return.Evgeniy Stepanov2012-02-131-0/+1
* [asan] Fix a crash in GetCurrent() of an undead thread.Evgeniy Stepanov2012-02-131-1/+1
* AddressSanitizer: fix path to FileCheck in makefilesAlexey Samsonov2012-02-132-2/+3
* AddressSanitizer: move output tests to a separate directoryAlexey Samsonov2012-02-1334-1/+1
* AddressSanitizer: Use FileCheck instead of grep for pure C output testsAlexey Samsonov2012-02-132-4/+22
* Back out some changes that accidentally committed.Bob Wilson2012-02-1010-29/+3
* Revert r150232 since it breaks the build when there's no ARM assembler.Bob Wilson2012-02-1011-16/+37
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-02-101-8/+13
* [asan] The first version of the RTL for Windows, reviewed at http://coderevie...Timur Iskhodzhanov2012-02-095-4/+308
* Test commit + fix an obvious typoTimur Iskhodzhanov2012-02-091-1/+1
* AddressSanitizer: move mach_override inside interception libraryAlexey Samsonov2012-02-099-8/+8
* [asan] unpoison the stack before every noreturn call. Fixes asan issue 37. rt...Kostya Serebryany2012-02-085-14/+51
* AddressSanitizer: start factoring out interception machineryAlexey Samsonov2012-02-0813-178/+364
* Move the _ReturnAddress definition out of the __asan:: namespaceAlexander Potapenko2012-02-081-2/+3
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-0812-71/+72
* Typo fix: s/SNPrint/SNPrintfAlexander Potapenko2012-02-081-1/+1
* [asan] better warning messages for double-free bugs (provide allocation/deall...Kostya Serebryany2012-02-082-2/+6
* [asan] GET_CALLER_PC macro for Win. Patch by timurrrr@google.comKostya Serebryany2012-02-071-5/+9
* [asan] print 'ALL TESTS PASSED' in makefile when running tests (convenience)Kostya Serebryany2012-02-071-0/+1
* [asan] don't crash if /proc/self/maps has enormous size (linux)Kostya Serebryany2012-02-071-2/+2
* [asan] make sure the AsanThread object is destroyed if pthread_exit is calledKostya Serebryany2012-02-076-9/+34
* [asan] use raw syscalls for open/close on linux to avoid being interceptedKostya Serebryany2012-02-061-2/+2
* [asan] The first version of Windows malloc interceptors, patch by timurrrr@go...Kostya Serebryany2012-02-061-0/+57
* On Apple platforms, wire up compilerrt_abort() to log file and function infoNick Kledzik2012-02-031-0/+13
* Remove __attribute__((weak)) on function prototype. It has a different meani...Nick Kledzik2012-02-031-5/+2
* AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...Alexey Samsonov2012-02-032-19/+14
* AddressSanitizer: Replace __attribute__ with macro (for Win compatibility). P...Alexey Samsonov2012-02-034-12/+22
* AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov2012-02-025-264/+152
* Disable wrapping memcpy() on Mac OS Lion, where itAlexander Potapenko2012-02-011-1/+15
OpenPOWER on IntegriCloud