Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-03-07[ASan] Fix lint warningTimur Iskhodzhanov
2012-03-07[ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov
2012-03-06Force __asan_handle_no_return into the binary built with ASan.Alexander Potapenko
2012-03-06Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. ...Eli Friedman
2012-03-06platform/clang_darwin: Fix a comment.Daniel Dunbar
2012-03-06make/clang_darwin: Tweak CheckArches function to force the integrated-as and useDaniel Dunbar
2012-03-02[asan] Add a negative test for memcpy of long double.Evgeniy Stepanov
2012-03-01Force __asan_set_death_callback into the resulting binary.Alexander Potapenko
2012-02-29[ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov
2012-02-27Introduce __asan_set_error_report_callback() to allow the client program post...Alexander Potapenko
2012-02-27Replace some #ifdef(s) with plain if(s).Evgeniy Stepanov
2012-02-27AddressSanitizer: add some checks to AsanChunkFifoList::PushListAlexey Samsonov
2012-02-25[asan] don't compile gtest with asan when building asan testsKostya Serebryany
2012-02-24[ASan] Intercept CreateThread on WindowsTimur Iskhodzhanov
2012-02-22AddressSanitizer: quick fix - undef INT32_MIN etc to avoid macro redefinitionAlexey Samsonov
2012-02-22AddressSanitizer: get rid of stdlib.h and add (smaller) stddef.h insteadAlexey Samsonov
2012-02-22[ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov
2012-02-22AddressSanitizer: get rid of limits.h, use constants for fixed size integral ...Alexey Samsonov
2012-02-22[asan] Remove mentions of pthread*_t from interceptors.Evgeniy Stepanov
2012-02-22AddressSanitizer: fix Makefile.old - gtest should depend on libasanAlexey Samsonov
2012-02-22[ASan] Fix style + suppress 'long' lint warningsTimur Iskhodzhanov
2012-02-22Update source code links in LICENSE.TXT.Evgeniy Stepanov
2012-02-22Move the contents of AsanProcMaps::Dump() into AsanDumpProcessMaps() for Posi...Alexander Potapenko
2012-02-22[ASan] Fix a wrong filename mentioned in a commentTimur Iskhodzhanov
2012-02-22Dump the process memory map if any of the mappings interleaves with the shadow.Alexander Potapenko
2012-02-22Add AsanProcMaps::Dump()Alexander Potapenko
2012-02-21[ASan] Add __asan_init to the list of C dynamic initializers to support /MD o...Timur Iskhodzhanov
2012-02-21Fix the lib32 and lib64 targets.Alexander Potapenko
2012-02-21[ASan] Remove one FIXME - re-enable "free-not-malloced" reports on WindowsTimur Iskhodzhanov
2012-02-21Check that the FakeStack size is non-zero before looking into it.Alexander Potapenko
2012-02-21AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers ...Alexey Samsonov
2012-02-21AddressSanitizer: don't use /tmp for temporary file in output tests.Alexey Samsonov
2012-02-17AddressSanitizer: use custom strtol/atoll functionsAlexey Samsonov
2012-02-17AddressSanitizer: fix lintAlexey Samsonov
2012-02-16AddressSanitizer: revert r150683 - we can't get rid of headers that easilyAlexey Samsonov
2012-02-16[asan] Allocator tweaks for low memory systems.Evgeniy Stepanov
2012-02-16AddressSanitizer: don't include pthread.h and signal.h in interceptors on MacAlexey Samsonov
2012-02-16[asan] don't do AsanDie twiceKostya Serebryany
2012-02-15AddressSanitizer: don't include pthread.h in asan_interceptors.cc on LinuxAlexey Samsonov
2012-02-15AddressSanitizer: simplify IntervalsAreSeparate functionAlexey Samsonov
2012-02-14[ASan] Define an internal implementation of strchr to make stack OOB tests pa...Timur Iskhodzhanov
2012-02-14[asan] Add lots of missing visibility attributes.Evgeniy Stepanov
2012-02-14[asan] implement __asan_set_death_callbackKostya Serebryany
2012-02-13Fix compilation on Mac.Alexander Potapenko
2012-02-13Lint fixAlexander Potapenko
2012-02-13Move the non-trivial implementation of AsanShadowRangeIsAvailable to asan_mac.ccAlexander Potapenko
2012-02-13Check whether the shadow memory range intersects with an existing mapping.Alexander Potapenko
2012-02-13AddressSanitizer: re-enable lint for output testsAlexey Samsonov
2012-02-13AddressSanitizer: fix llvm headers in output testsAlexey Samsonov
2012-02-13AddressSanitizer: remove match_output.py, split expected output into OS-speci...Alexey Samsonov