summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [sanitizer] Fix check for i386 Android in lit testsVitaly Buka2017-09-166-6/+6
* [X86] Remove the vperm2f128 test file I just added in r313450.Craig Topper2017-09-161-229/+0
* [X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...Craig Topper2017-09-1611-470/+365
* [sanitizer] Move signal interceptors from asan to sanitizer_commonVitaly Buka2017-09-164-50/+73
* [X86] Fix some FileCheck lines that use the wrong prefix.Craig Topper2017-09-161-12/+12
* [sanitizer] Disable sanitizer test which already fails on Android i386Vitaly Buka2017-09-166-9/+17
* Remove comment accidentally committed with D36642. NFC.Vedant Kumar2017-09-161-2/+1
* [sanitizer] Support check-asan on AndroidVitaly Buka2017-09-1610-8/+32
* [sanitizer] Move android_commoands from asan into sanitizer_commonVitaly Buka2017-09-168-15/+14
* Fix compatibility with OpenOCD debug stub.Vadim Chugunov2017-09-162-7/+5
* [builtins] Remove one more missed not-androidVitaly Buka2017-09-161-1/+0
* [asan] Remove not-androidVitaly Buka2017-09-166-7/+5
* Revert "[ubsan] Update ubsan_interface.inc"Vitaly Buka2017-09-161-2/+0
* [asan] Enable asan_and_llvm_coverage_test.cc on AndroidVitaly Buka2017-09-163-7/+7
* Check availability of accept4 in C++ instad of C code.Eugene Zemtsov2017-09-161-1/+1
* More precise c library feature detection for Android.Eugene Zemtsov2017-09-163-2/+3
* [git] Update the llvm git helper script to work correctly with theChandler Carruth2017-09-161-1/+1
* [X86] Don't set reserved bits in the immediate in the test cases for vperm2f128.Craig Topper2017-09-161-6/+6
* [X86] Remove slash in front of a CHECK line in a test.Craig Topper2017-09-161-1/+1
* [ubsan] Update ubsan_interface.incVitaly Buka2017-09-161-0/+2
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-1616-310/+81
* [WebAssembly] Restore __builtin_wasm_rethrow builtinHeejin Ahn2017-09-163-0/+11
* Revert lit changes related to lit.llvm module.Zachary Turner2017-09-166-172/+157
* [lit] Fix another Python 3 error.Zachary Turner2017-09-161-1/+8
* [lit] Better check for integral value.Zachary Turner2017-09-161-1/+2
* Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"Zachary Turner2017-09-166-157/+164
* [docs] add Windows examples to ThinLTO.rstBob Haarman2017-09-161-5/+21
* [X86] Remove usages of vperm2f intrinsics from fast isel tests to match what ...Craig Topper2017-09-152-4/+4
* Try to fix check-asan.Peter Collingbourne2017-09-151-0/+1
* [llvm-cov] Fix a bot failure due to r313417Vedant Kumar2017-09-151-3/+3
* [libFuzzer] add linux-specific test for gc-sectionsKostya Serebryany2017-09-152-0/+27
* [X86] Remove GCCBuiltin names from perm2f128/perm2i128 intrinsics so we can p...Craig Topper2017-09-151-4/+3
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-155-59/+151
* [X86] Use native shuffle vector for the perm2f128 intrinsicsCraig Topper2017-09-153-5/+44
* [llvm-cov] Avoid over-counting covered lines and regionsVedant Kumar2017-09-159-8/+109
* [llvm-cov] Make some summary info fields private. NFC.Vedant Kumar2017-09-155-51/+74
* [llvm-cov] Remove a redundant field. NFC.Vedant Kumar2017-09-154-22/+15
* Revert r303378: Set IMAGE_DLL_CHARACTERISTICS_NO_BIND.Rui Ueyama2017-09-155-10/+13
* Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."Adrian Prantl2017-09-155-147/+59
* llvm-dwarfdump: Add support for -debug-info=<offset>.Adrian Prantl2017-09-155-59/+147
* [libFuzzer] test fixKostya Serebryany2017-09-151-1/+1
* [TargetTransformInfo] Static alloca has 0 costGuozhi Wei2017-09-152-0/+13
* [SLP] Revert r312791 and other necessary commits, except for TTI andChandler Carruth2017-09-153-2068/+1231
* Remove redundant parentheses.Rui Ueyama2017-09-151-1/+1
* Resubmit "[lit] Force site configs to run before source-tree configs"Zachary Turner2017-09-1524-801/+254
* [libFuzzer] minor refactoring, NFCKostya Serebryany2017-09-153-7/+4
* Name the sentinel value used for the location number of the undefined registe...Reid Kleckner2017-09-151-7/+9
* Test patch to check my commit accessJake Ehrlich2017-09-151-1/+1
* [libFuzzer] reduce the size of the merge control file by not dumping redundan...Kostya Serebryany2017-09-151-9/+17
* Remove __builtin_wasm_rethrow builtinHeejin Ahn2017-09-153-11/+0
OpenPOWER on IntegriCloud