summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib
Commit message (Expand)AuthorAgeFilesLines
* Ifdef out utmp.h on Darwin to un-break the build after r289878 ([msan] Interc...Kuba Mracek2016-12-152-1/+5
* [msan] Intercept getutent and friends.Evgeniy Stepanov2016-12-154-0/+84
* Revert r289690 "[sanitizer] intercept bstring functions, patch by Kuang-che W...Hans Wennborg2016-12-153-39/+5
* xray: fix assembly macro definitionSaleem Abdulrasool2016-12-151-2/+2
* sanitizers: silence -pedantic warningSaleem Abdulrasool2016-12-151-1/+1
* [scudo] Use DefaultSizeClassMap for 32-bitKostya Kortchinsky2016-12-152-8/+8
* [sanitizers] dont dump coverage if not asked toMike Aizatsky2016-12-151-1/+1
* [tsan] Add interceptor for libcxx __shared_count::__release_shared()Kuba Mracek2016-12-151-3/+19
* [XRay][compiler-rt][NFC] Deduplicate code in x86-64 trampolines.Dean Michael Berris2016-12-151-62/+37
* [sanitizer] intercept bstring functions, patch by Kuang-che Wu (https://revie...Kostya Serebryany2016-12-143-5/+39
* tsan: allow Java VM iterate over allocated objectsDmitry Vyukov2016-12-142-0/+21
* Add DLL thunks for new sancov APIs to fix Windows testsReid Kleckner2016-12-131-0/+4
* Corrected D27428: Do not use the alignment-rounded-up size with secondaryKostya Kortchinsky2016-12-133-20/+51
* Fix warning for noreturn functionReid Kleckner2016-12-131-0/+1
* [XRay][compiler-rt] Use explicit comparisons in unit tests.Dean Michael Berris2016-12-131-7/+8
* [sancov] __sanitizer_dump_coverage apiMike Aizatsky2016-12-125-5/+184
* symbolizer: Add lseek64 to global symbol list.Peter Collingbourne2016-12-121-0/+1
* [sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek2016-12-111-0/+23
* [sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek2016-12-111-0/+13
* Reverting rL289088 while investigating some test issue on the build serversKostya Kortchinsky2016-12-092-18/+4
* [sanitizer] Add workaround for empty stringsVitaly Buka2016-12-081-18/+14
* [sanitizer] Do not use the alignment-rounded-up size when using the secondaryKostya Kortchinsky2016-12-083-6/+22
* [compiler-rt][asan] Fix overlaping parameters for memmove/memcpy on windows.Etienne Bergeron2016-12-081-11/+11
* [MSAN][MIPS] Fix fork.cc test on MIPSSagar Thakur2016-12-081-3/+12
* [builtin] Add Thumb1 implementation for idivsi3 and aeabi_idivmodWeiming Zhao2016-12-072-0/+29
* [builtin] for the condition for check __ARM_FEATURE_CLZWeiming Zhao2016-12-071-3/+2
* [XRay][compiler-rt] Explicitly add dependency to pthreadDean Michael Berris2016-12-061-0/+1
* [XRay][compiler-rt] Only add unit tests if we're building XRay.Dean Michael Berris2016-12-061-1/+1
* builtins: Add ARM Thumb1 implementation for uidiv and uidivmodWeiming Zhao2016-12-063-20/+131
* [XRay][compiler-rt] Explicitly initialise members.Dean Michael Berris2016-12-061-1/+1
* [XRay][compiler-rt] XRay Buffer QueueDean Michael Berris2016-12-067-17/+347
* Revert "builtins: Add ARM Thumb1 implementation for uidiv and uidivmod"Chris Bieneman2016-12-063-124/+23
* [XRay][AArch64] Attempt to fix unstable test XRay-aarch64-linux::patching-unp...Serge Rogatch2016-12-051-2/+2
* [sanitizers] __sanitizer_get_module_and_offset_for_pc interface functionMike Aizatsky2016-12-053-1/+24
* builtins: Add ARM Thumb1 implementation for uidiv and uidivmodWeiming Zhao2016-12-053-23/+124
* Remove a couple of memset usages from TSan, introduced in r288624.Daniel Jasper2016-12-051-2/+4
* [sanitizer] Make atos stdin a non-tty pipe to make sure it's not stuck waitin...Kuba Mracek2016-12-041-37/+68
* [sanitizer] Track architecture and UUID of modules in LoadedModuleKuba Mracek2016-12-027-18/+136
* [sanitizer] Add a bunch of ifdefs for sparc targets to avoid build failures.Maxim Ostapenko2016-12-022-3/+71
* Don't include system header inside namespaceStephan Bergmann2016-12-021-16/+16
* build: fix building for Windows after SVN r287465Saleem Abdulrasool2016-12-011-1/+1
* Release memory to OS only when the requested range covers the entire pageEvgeniy Stepanov2016-11-3011-30/+29
* [scudo] 32-bit and hardware agnostic supportKostya Kortchinsky2016-11-3011-204/+351
* [asan] Avoid redundant poisoning checks in __sanitizer_contiguous_container_f...Maxim Ostapenko2016-11-301-1/+1
* [asan] Allow re-exec in instrumented unit tests on Darwin (fix unit tests on ...Kuba Mracek2016-11-301-1/+10
* [Profile] Fix value profiler eviction bugXinliang David Li2016-11-291-1/+1
* [profile] use GetComputerNameExW instead of gethostname on WindowsBob Haarman2016-11-293-10/+22
* builtins: switch to c11 from c99Saleem Abdulrasool2016-11-291-1/+1
* Return memory to OS right after free (not in the async thread).Evgeniy Stepanov2016-11-2918-86/+127
* [asan] Refactor shadow memory initialization out of AsanInitInternal [NFC]Kuba Mracek2016-11-281-53/+57
OpenPOWER on IntegriCloud