summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [ARM|RT] Merging r24766 into 3.9.1release_39Renato Golin2016-12-021-2/+17
* [3.9.1] Merging r287359:Renato Golin2016-11-192-0/+66
* Merging r279352:Hans Wennborg2016-08-221-0/+8
* Merging r278454:Hans Wennborg2016-08-153-5/+36
* Remove test/asan/TestCases/Darwin/dead-strip.cHans Wennborg2016-08-111-22/+0
* Merging r277300:Dimitry Andric2016-08-021-0/+2
* Merging r277297:Dimitry Andric2016-08-021-0/+2
* Merging r275946 and r275948:Hans Wennborg2016-07-209-19/+50
* Creating release_39 branch off revision 275826Hans Wennborg2016-07-180-0/+0
* revert https://reviews.llvm.org/D22393Etienne Bergeron2016-07-181-2/+0
* Code refactoring: extract path prefix handling codeXinliang David Li2016-07-183-36/+74
* [asan] Enable 48-bit VMA support on aarch64Adhemerval Zanella2016-07-181-0/+2
* [Compiler-rt][MIPS] Fix simple test failure when using gccMohit K. Bhakkad2016-07-181-2/+2
* [compiler-rt] Change all asm directives to __asm__ in cpu_model.Alina Sbirlea2016-07-171-36/+36
* [asan] trying to fix the windows build Kostya Serebryany2016-07-152-1/+2
* Fix a typeo.George Burgess IV2016-07-151-1/+1
* [sanitizers] add interceptor for memmem; add weak hooks for strncasecmp, strc...Kostya Serebryany2016-07-156-2/+169
* [Profile] instroduce portability macro for dir separator(sXinliang David Li2016-07-153-4/+24
* [compiler-rt] Fix 64-bits exception handlers in ASAN 64-bits runtimeEtienne Bergeron2016-07-152-5/+21
* [compiler-rt] Fix incorrect handling of indirect load.Etienne Bergeron2016-07-151-15/+3
* TestCase null_deref was failing in Win64:Etienne Bergeron2016-07-154-5/+25
* [asan] Reduce flakiness of halt_on_error-torture.cc testcase.Maxim Ostapenko2016-07-151-6/+2
* [asan] Avoid hooking memchr() on Windows64Etienne Bergeron2016-07-142-2/+4
* address comments in: https://reviews.llvm.org/D22363Etienne Bergeron2016-07-141-5/+0
* [compiler-rt] Fix missing argument in asan unittestEtienne Bergeron2016-07-141-2/+2
* [compiler-rt] Add more assembly patterns for interceptionEtienne Bergeron2016-07-141-1/+7
* [compiler-rt] Add internal wcslen to avoid crashing on windows 64-bitsEtienne Bergeron2016-07-143-0/+12
* [compiler-rt] Fix missing frame with stackwalking on windows 64-bitsEtienne Bergeron2016-07-141-1/+1
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-143-1/+818
* Replace -mllvm -asan-use-after-scope=1 with -fsanitize-address-use-after-scopeVitaly Buka2016-07-1411-11/+11
* Upgrade all the .arcconfigs to https.Benjamin Kramer2016-07-141-1/+1
* [RT-ARM] Syntax unified for aeabi_mem* functionsRenato Golin2016-07-133-0/+3
* [sanitizers] Allocate 12MB for stack instead of 134MBReid Kleckner2016-07-122-2/+4
* [asan] Fix interception unittest on Windows64.Etienne Bergeron2016-07-122-0/+11
* Disable the "gcd-io-race.mm" test to investigate bot hangs due to the test be...Kuba Brecka2016-07-121-0/+2
* [compiler-rt] Disable a test failing on windows.Etienne Bergeron2016-07-121-0/+2
* [compiler-rt] Enhance function padding detection for function interceptionEtienne Bergeron2016-07-121-1/+24
* fix incorrect constant (from http://reviews.llvm.org/D22111)Etienne Bergeron2016-07-121-1/+1
* missing modifications for http://reviews.llvm.org/D21952Etienne Bergeron2016-07-112-1/+4
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-113-340/+1079
* remove empty linesEtienne Bergeron2016-07-111-2/+0
* [compiler-rt] Fix VisualStudio virtual folders layoutEtienne Bergeron2016-07-1129-47/+76
* [asan] Add exception handler to map memory on demand on Win64.Etienne Bergeron2016-07-116-4/+67
* [compiler-rt] Refactor the interception code on windows.Etienne Bergeron2016-07-111-2/+4
* [tsan] Add support for GCD IO channels on DarwinKuba Brecka2016-07-117-9/+574
* whitespaces + re-indentEtienne Bergeron2016-07-101-34/+34
* test: Use %clangxx in objc++ test filesSaleem Abdulrasool2016-07-098-9/+9
* [esan] Add __esan_report for mid-run dataDerek Bruening2016-07-0911-5/+166
* Revert "Add runtime support for __cpu_model (__builtin_cpu_supports)"Alina Sbirlea2016-07-083-820/+1
* Add runtime support for __cpu_model (__builtin_cpu_supports)Alina Sbirlea2016-07-083-1/+820