summaryrefslogtreecommitdiffstats
path: root/compiler-rt
Commit message (Expand)AuthorAgeFilesLines
* SDKs: Add inttypes.h to the darwin SDK stubJustin Bogner2014-01-071-0/+86
* Revert "Only include inttypes.h on platforms for which PRIu64 isn't in stdint.h"Justin Bogner2014-01-071-4/+1
* Revert "Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn't"Justin Bogner2014-01-071-6/+0
* Explicitly enable PRIu64 by defining __STDC_FORMAT_MACROS if it isn'tKaelyn Uhrain2014-01-071-0/+6
* Only include inttypes.h on platforms for which PRIu64 isn't in stdint.hKaelyn Uhrain2014-01-061-1/+4
* Use the PRIu64 macro for printing a uint64_t.Kaelyn Uhrain2014-01-061-1/+2
* profile: Rudimentary suppport for PGO instrumentationJustin Bogner2014-01-063-3/+85
* Update the copyright credits -- Happy new year 2014!NAKAMURA Takumi2014-01-011-2/+2
* tsan: fix Go buildDmitry Vyukov2013-12-311-0/+7
* Fix an ODR violation in the sanitizer runtimes.Chandler Carruth2013-12-302-6/+13
* [libsanitizer] fix lint errorsAlexander Potapenko2013-12-301-4/+4
* [libsanitizer] Remove the redundant spaces between '#' and 'define'.Alexander Potapenko2013-12-301-107/+107
* [ASan] Delete asan_intercepted_functions.h, move the code into asan_intercept...Alexander Potapenko2013-12-264-81/+61
* [asan] allow asan to use SizeClassAllocator32 on a 64-bit platform (if SANITI...Kostya Serebryany2013-12-265-25/+43
* [Sanitizer] Add Symbolizer::GetModuleNameAndOffsetForPC() and use it in LSan ...Alexey Samsonov2013-12-254-7/+38
* [ASan] Add a test for __asan_gen_ globals labels on Darwin.Alexander Potapenko2013-12-251-0/+14
* [lsan] Minor code health stuff.Sergey Matveev2013-12-252-32/+33
* [ASan] Fix the test for __asan_gen_ globals and actually fix http://llvm.org/...Alexander Potapenko2013-12-251-1/+2
* [ASan] Make sure none of the __asan_gen_ global strings end up in the symbol ...Alexander Potapenko2013-12-251-0/+7
* [Sanitizer] Remove now unused symbolization functionality from MemoryMappingL...Alexey Samsonov2013-12-256-102/+15
* [Sanitizer] Use different MemoryMappingLayout::DumpListOfModules on Linux and...Alexey Samsonov2013-12-255-35/+66
* [Sanitizer] Properly specify linux-only unit test.Alexey Samsonov2013-12-251-1/+1
* [Sanitizer] Don't use MemoryMappingLayout in StackTrace::PrintStack - it is n...Alexey Samsonov2013-12-253-72/+49
* [TSan] fix Go buildAlexey Samsonov2013-12-251-1/+5
* [Sanitizer] Teach MemoryMappingLayout to dump all loaded modules.Alexey Samsonov2013-12-256-32/+67
* [Sanitizer] Move OS-specific code for MemoryMappingLayout into separate sourc...Alexey Samsonov2013-12-257-377/+449
* [Sanitizer] Replace Symbolizer::IsAvailable and Symbolizer::IsExternalAvailab...Alexey Samsonov2013-12-257-32/+7
* tsan: fix false positive in pthread stack manupulationDmitry Vyukov2013-12-241-0/+4
* tsan: remove in_rtl counterDmitry Vyukov2013-12-2423-188/+149
* [lsan] Refactor the LeakReport class.Sergey Matveev2013-12-242-49/+67
* [lsan] Make the report_objects flag more useful.Sergey Matveev2013-12-2418-47/+58
* tsan: deflake another testDmitry Vyukov2013-12-241-1/+3
* [asan] clean up at the end of the shmget/shmctl testKostya Serebryany2013-12-231-0/+1
* [asan] convert a CHECK failure in __sanitizer_annotate_contiguous_container i...Kostya Serebryany2013-12-234-6/+52
* [msan] Add missing visibility attribute to MSan new/delete interceptors.Evgeniy Stepanov2013-12-201-0/+9
* [sanitizer] Use the new sanitizer_interception.h header in all interceptors.Evgeniy Stepanov2013-12-206-5/+5
* [sanitizer] Add missing file comment.Evgeniy Stepanov2013-12-201-1/+2
* [msan] Wrap indirect calls to REAL(x) in interceptors.Evgeniy Stepanov2013-12-205-12/+77
* [msan] Replace wrap_indirect_calls runtime flag with an interface method.Evgeniy Stepanov2013-12-207-20/+73
* [ASan] Get rid of ASan-specific functions for printing stack tracesAlexey Samsonov2013-12-195-39/+21
* [Sanitizer] Delete unused StackTrace::PrintStack argumentAlexey Samsonov2013-12-192-19/+2
* [ASan] Get rid of __asan_symbolize functionAlexey Samsonov2013-12-196-48/+1
* Fix -Werror compilation.Evgeniy Stepanov2013-12-191-1/+1
* [DFSan] New custom wrappersLorenzo Martignoni2013-12-183-24/+209
* [Sanitizers] Fix CL compile-time warning in the symbolizerTimur Iskhodzhanov2013-12-181-2/+2
* [Sanitizer] Implement Symbolizer class on WindowsTimur Iskhodzhanov2013-12-185-56/+85
* [Sanitizers] Rename Symbolizer::SymbolizeCode to Symbolizer::SymbolizePCTimur Iskhodzhanov2013-12-187-8/+7
* [msan] Disable DynamoRio detection.Evgeniy Stepanov2013-12-181-13/+1
* [lsan] Remove the LSan-specific verbosity flag.Sergey Matveev2013-12-174-24/+11
* [lsan] Introduce print_suppressions flag.Sergey Matveev2013-12-174-8/+48
OpenPOWER on IntegriCloud