summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-126-11/+170
* [ASan] Use WriteFile instead of fwrite in AsanWriteTimur Iskhodzhanov2012-03-111-2/+7
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-105-15/+62
* [asan] add a (disabled) stress test for __asan_get_ownershipKostya Serebryany2012-03-091-0/+12
* [asan]: fix off-by-one error in stack unwinder (asan issue #44; reproduced th...Kostya Serebryany2012-03-081-1/+1
* [asan] don't use dl_iterate_phdr on linux, go back to using /proc/self/maps. ...Kostya Serebryany2012-03-083-6/+9
* [ASan] Fix lint warningTimur Iskhodzhanov2012-03-071-1/+0
* [ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov2012-03-071-0/+6
* Force __asan_handle_no_return into the binary built with ASan.Alexander Potapenko2012-03-061-1/+2
* Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. ...Eli Friedman2012-03-061-0/+3
* platform/clang_darwin: Fix a comment.Daniel Dunbar2012-03-051-2/+0
* make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar2012-03-051-8/+13
* [asan] Add a negative test for memcpy of long double.Evgeniy Stepanov2012-03-021-0/+8
* Force __asan_set_death_callback into the resulting binary.Alexander Potapenko2012-03-011-1/+2
* [ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov2012-02-291-6/+34
* Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko2012-02-276-1/+59
* Replace some #ifdef(s) with plain if(s).Evgeniy Stepanov2012-02-274-31/+20
* AddressSanitizer: add some checks to AsanChunkFifoList::PushListAlexey Samsonov2012-02-271-0/+4
* [asan] don't compile gtest with asan when building asan testsKostya Serebryany2012-02-241-2/+2
* [ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov2012-02-246-16/+64
* AddressSanitizer: quick fix - undef INT32_MIN etc to avoid macro redefinitionAlexey Samsonov2012-02-221-6/+12
* AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov2012-02-225-8/+23
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-226-40/+119
* AddressSanitizer: get rid of limits.h, use constants for fixed size integral ...Alexey Samsonov2012-02-222-5/+20
* [asan] Remove mentions of pthread*_t from interceptors.Evgeniy Stepanov2012-02-221-3/+2
* AddressSanitizer: fix Makefile.old - gtest should depend on libasanAlexey Samsonov2012-02-221-1/+1
* [ASan] Fix style + suppress 'long' lint warningsTimur Iskhodzhanov2012-02-221-1/+1
* Update source code links in LICENSE.TXT.Evgeniy Stepanov2012-02-221-2/+1
* Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko2012-02-225-16/+20
* [ASan] Fix a wrong filename mentioned in a commentTimur Iskhodzhanov2012-02-221-1/+1
* Dump the process memory map if any of the mappings interleaves with the shadow.Alexander Potapenko2012-02-221-0/+2
* Add AsanProcMaps::Dump()Alexander Potapenko2012-02-221-0/+13
* [ASan] Add __asan_init to the list of C dynamic initializers to support /MD o...Timur Iskhodzhanov2012-02-211-5/+11
* Fix the lib32 and lib64 targets.Alexander Potapenko2012-02-211-3/+3
* [ASan] Remove one FIXME - re-enable "free-not-malloced" reports on WindowsTimur Iskhodzhanov2012-02-211-5/+0
* Check that the FakeStack size is non-zero before looking into it.Alexander Potapenko2012-02-212-1/+2
* AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers ...Alexey Samsonov2012-02-211-6/+13
* AddressSanitizer: don't use /tmp for temporary file in output tests.Alexey Samsonov2012-02-211-1/+3
* AddressSanitizer: use custom strtol/atoll functionsAlexey Samsonov2012-02-173-16/+61
* AddressSanitizer: fix lintAlexey Samsonov2012-02-173-7/+7
* 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
OpenPOWER on IntegriCloud