summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [ASan] fix names of malloc/free replacements on AndroidAlexey Samsonov2012-08-061-1/+7
* [ASan] add new ASan option 'strip_path_prefix' to remove useless prefices fro...Alexey Samsonov2012-08-065-6/+30
* AllocationSize(ptr) should check that |ptr| actually points to the beginning ...Alexander Potapenko2012-08-061-4/+5
* Implement LinuxSymbolizer instead of symbolize_addr2line.Alexander Potapenko2012-08-021-39/+37
* Some refactoring for asan_symbolize.py: introduced the Symbolizer class and i...Alexander Potapenko2012-08-021-59/+184
* [Sanitizer] fix windows buildAlexey Samsonov2012-08-021-1/+1
* Follow-up for r161168 for WindowsAlexey Samsonov2012-08-022-13/+18
* [Sanitizer] Workaround for a compiler warning - ISO C++ forbids casting point...Alexey Samsonov2012-08-025-18/+30
* Make strcat() and strncat() more standard-compliant (check for invalid parame...Alexander Potapenko2012-08-022-14/+22
* [Sanitizer] Fix warnings to please cmake buildAlexey Samsonov2012-08-021-2/+2
* Add support for "movsbl %sil,%ecx" (x86_64) and "movsbl $imm(%ebp), %edx" (i3...Alexander Potapenko2012-08-011-1/+3
* [Sanitizer] Make ASan/TSan sources depend on headers from interception libraryAlexey Samsonov2012-08-012-2/+4
* [ASan] cleanup interceptors code - prefer ASAN_INTERCEPT_FUNCTION_NAME macro ...Alexey Samsonov2012-08-011-51/+94
* First tiny move towards integrating AddressSanitizer regressions test into LL...Alexey Samsonov2012-07-316-0/+138
* Factor out the main() function.Alexander Potapenko2012-07-311-9/+16
* [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a ...Alexey Samsonov2012-07-314-16/+126
* [ASan] fix cmake build warningAlexey Samsonov2012-07-301-1/+1
* [TSan] delete trailing spacesAlexey Samsonov2012-07-301-1/+1
* tsan: add ReleaseStore() function that merely copies vector clock rather than...Dmitry Vyukov2012-07-288-7/+31
* tsan: add missing includeDmitry Vyukov2012-07-271-0/+2
* tsan: change event handling from single HandleEvent() to a set of separate fu...Dmitry Vyukov2012-07-273-151/+137
* tasn: do not remember stack traces for sync objects for Go (they are not repo...Dmitry Vyukov2012-07-271-0/+2
* tsan: remove unnecessary and wrong includeDmitry Vyukov2012-07-271-1/+0
* [asan] ensure that asan_init is called in str[n]cmp. Bug found by Nick Kralev...Kostya Serebryany2012-07-271-0/+2
* tsan: make the runtime library name tsan-neutral for Go upstreamDmitry Vyukov2012-07-261-1/+1
* tsan: allow environment to override OnReport() and OverrideFlags()Dmitry Vyukov2012-07-253-3/+12
* tsan: suport for Go finalizersDmitry Vyukov2012-07-255-0/+17
* tsan: expect that Go symbolizer can return NULLsDmitry Vyukov2012-07-251-4/+4
* cmake for compiler-rt: add a function to set output dirs for compiler runtime...Alexey Samsonov2012-07-253-1/+28
* [asan] don't return from a never-return function. fix a test that had a chain...Kostya Serebryany2012-07-252-12/+10
* [ASan] fixup for r160712: provide a default definition for weak __asan_defaul...Alexey Samsonov2012-07-252-14/+13
* Make __asan_default_options a weak function that returns a const char*.Alexander Potapenko2012-07-254-3/+18
* tsan: align report style with Go internal formatDmitry Vyukov2012-07-243-16/+14
* Revert r160669 (except for compile flag updates)Alexey Samsonov2012-07-241-23/+4
* tsan: output goroutine creation stackDmitry Vyukov2012-07-241-0/+10
* [ASan] hacking cmake build: after generating asan runtime, copy it to the Cla...Alexey Samsonov2012-07-241-1/+27
* [ASan] Support for cmake build of ASan unittests in 32-bit LLVM build. Curren...Alexey Samsonov2012-07-243-49/+50
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-239-3/+52
* [ASan] minor fixes to silence cmake build warningsAlexey Samsonov2012-07-233-16/+13
* For wild addresses in the shadow or shadow gap areas print an error message i...Alexander Potapenko2012-07-234-21/+66
* [ASan] subtract one from PCs in ASan error reports (as they originally contai...Alexey Samsonov2012-07-198-31/+27
* [tsan] fix lintKostya Serebryany2012-07-191-2/+1
* [tsan] minor fixes in tsan allocator and its testlib. Now runs fine with chromeKostya Serebryany2012-07-192-5/+21
* Suppress the stderr output from atos.Alexander Potapenko2012-07-191-2/+5
* [Sanitizer] When obtaining the data for loaded modules, add address ranges of...Alexey Samsonov2012-07-193-10/+14
* [tsan] minor enhancements in the new tsan allocator and a test malloc replace...Kostya Serebryany2012-07-184-3/+127
* [TSan] fix confusing error message in CheckFailedAlexey Samsonov2012-07-181-1/+2
* [Sanitizer] add missing unit test for flag parsing (forgot to run svn add bef...Alexey Samsonov2012-07-181-0/+72
* [TSan] cleanup header commentsAlexey Samsonov2012-07-173-3/+3
* [asan] get rid of the last operator new call in asan rtlKostya Serebryany2012-07-173-6/+18
OpenPOWER on IntegriCloud