aboutsummaryrefslogtreecommitdiff
path: root/compiler-rt
AgeCommit message (Expand)AuthorFilesLines
2016-08-22Merging r279352:Hans Wennborg1-0/+8
2016-08-15Merging r278454:Hans Wennborg3-5/+36
2016-08-11Remove test/asan/TestCases/Darwin/dead-strip.cHans Wennborg1-22/+0
2016-08-02Merging r277300:Dimitry Andric1-0/+2
2016-08-02Merging r277297:Dimitry Andric1-0/+2
2016-07-20Merging r275946 and r275948:Hans Wennborg9-19/+50
2016-07-18revert https://reviews.llvm.org/D22393Etienne Bergeron1-2/+0
2016-07-18Code refactoring: extract path prefix handling codeXinliang David Li3-36/+74
2016-07-18[asan] Enable 48-bit VMA support on aarch64Adhemerval Zanella1-0/+2
2016-07-18[Compiler-rt][MIPS] Fix simple test failure when using gccMohit K. Bhakkad1-2/+2
2016-07-17[compiler-rt] Change all asm directives to __asm__ in cpu_model.Alina Sbirlea1-36/+36
2016-07-15[asan] trying to fix the windows build Kostya Serebryany2-1/+2
2016-07-15Fix a typeo.George Burgess IV1-1/+1
2016-07-15[sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany6-2/+169
2016-07-15[Profile] instroduce portability macro for dir separator(sXinliang David Li3-4/+24
2016-07-15[compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron2-5/+21
2016-07-15[compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron1-15/+3
2016-07-15TestCase null_deref was failing in Win64:Etienne Bergeron4-5/+25
2016-07-15[asan] Reduce flakiness of halt_on_error-torture.cc testcase.Maxim Ostapenko1-6/+2
2016-07-14[asan] Avoid hooking memchr() on Windows64Etienne Bergeron2-2/+4
2016-07-14address comments in: https://reviews.llvm.org/D22363Etienne Bergeron1-5/+0
2016-07-14[compiler-rt] Fix missing argument in asan unittestEtienne Bergeron1-2/+2
2016-07-14[compiler-rt] Add more assembly patterns for interceptionEtienne Bergeron1-1/+7
2016-07-14[compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron3-0/+12
2016-07-14[compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron1-1/+1
2016-07-14Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea3-1/+818
2016-07-14Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka11-11/+11
2016-07-14Upgrade all the .arcconfigs to https.Benjamin Kramer1-1/+1
2016-07-13[RT-ARM] Syntax unified for aeabi_mem* functionsRenato Golin3-0/+3
2016-07-12[sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner2-2/+4
2016-07-12[asan] Fix interception unittest on Windows64.Etienne Bergeron2-0/+11
2016-07-12Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka1-0/+2
2016-07-12[compiler-rt] Disable a test failing on windows.Etienne Bergeron1-0/+2
2016-07-12[compiler-rt] Enhance function padding detection for function interceptionEtienne Bergeron1-1/+24
2016-07-12fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron1-1/+1
2016-07-11missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron2-1/+4
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron3-340/+1079
2016-07-11remove empty linesEtienne Bergeron1-2/+0
2016-07-11[compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron29-47/+76
2016-07-11[asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron6-4/+67
2016-07-11[compiler-rt] Refactor the interception code on windows.Etienne Bergeron1-2/+4
2016-07-11[tsan] Add support for GCD IO channels on DarwinKuba Brecka7-9/+574
2016-07-10whitespaces + re-indentEtienne Bergeron1-34/+34
2016-07-09test: Use %clangxx in objc++ test filesSaleem Abdulrasool8-9/+9
2016-07-09[esan] Add __esan_report for mid-run dataDerek Bruening11-5/+166
2016-07-08Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea3-820/+1
2016-07-08Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea3-1/+820
2016-07-08Revert r274865-r274870Alina Sbirlea3-820/+1
2016-07-08Added comments identifing code sourceAlina Sbirlea1-0/+4
2016-07-08Check cpuid supported for i386.Alina Sbirlea1-1/+29