summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-07-18Code refactoring: extract path prefix handling codeXinliang David Li
2016-07-18[asan] Enable 48-bit VMA support on aarch64Adhemerval Zanella
2016-07-18[Compiler-rt][MIPS] Fix simple test failure when using gccMohit K. Bhakkad
2016-07-17[compiler-rt] Change all asm directives to __asm__ in cpu_model.Alina Sbirlea
2016-07-15[asan] trying to fix the windows build Kostya Serebryany
2016-07-15Fix a typeo.George Burgess IV
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany
2016-07-15[Profile] instroduce portability macro for dir separator(sXinliang David Li
2016-07-15[compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron
2016-07-15[compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron
2016-07-15[asan] Reduce flakiness of halt_on_error-torture.cc testcase.Maxim Ostapenko
2016-07-14[asan] Avoid hooking memchr() on Windows64Etienne Bergeron
2016-07-14address comments in: https://reviews.llvm.org/D22363Etienne Bergeron
2016-07-14[compiler-rt] Fix missing argument in asan unittestEtienne Bergeron
2016-07-14[compiler-rt] Add more assembly patterns for interceptionEtienne Bergeron
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron
2016-07-14[compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron
2016-07-14Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-14Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer
2016-07-13[RT-ARM] Syntax unified for aeabi_mem* functionsRenato Golin
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner
2016-07-12[asan] Fix interception unittest on Windows64.Etienne Bergeron
2016-07-12Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka
2016-07-12[compiler-rt] Disable a test failing on windows.Etienne Bergeron
2016-07-12[compiler-rt] Enhance function padding detection for function interceptionEtienne Bergeron
2016-07-12fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron
2016-07-11missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-07-11remove empty linesEtienne Bergeron
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron
2016-07-11[tsan] Add support for GCD IO channels on DarwinKuba Brecka
2016-07-10whitespaces + re-indentEtienne Bergeron
2016-07-09test: Use %clangxx in objc++ test filesSaleem Abdulrasool
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening
2016-07-08Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea
2016-07-08Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-08Revert r274865-r274870Alina Sbirlea
2016-07-08Added comments identifing code sourceAlina Sbirlea
2016-07-08Check cpuid supported for i386.Alina Sbirlea
2016-07-08Add default initialization. Add unit test.Alina Sbirlea
2016-07-08clang-format itAlina Sbirlea
2016-07-08Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea
2016-07-07[compiler-rt] Fix minimal stack reserved for unittest on MSVC buildEtienne Bergeron
2016-07-07[compiler-rt] Enhance unittest coverage for lib interceptionEtienne Bergeron
2016-07-07[compiler-rt] Fix sanitizer memory allocator on win64.Etienne Bergeron
2016-07-07[compiler-rt] Fix AllocatorCacheDeallocNewThread unittestEtienne Bergeron