index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[sanitizer] Fix check for i386 Android in lit tests
Vitaly Buka
2017-09-16
6
-6
/
+6
*
[X86] Remove the vperm2f128 test file I just added in r313450.
Craig Topper
2017-09-16
1
-229
/
+0
*
[X86] Remove VPERM2F128/VPERM2I128 intrinsics and autoupgrade to native shuff...
Craig Topper
2017-09-16
11
-470
/
+365
*
[sanitizer] Move signal interceptors from asan to sanitizer_common
Vitaly Buka
2017-09-16
4
-50
/
+73
*
[X86] Fix some FileCheck lines that use the wrong prefix.
Craig Topper
2017-09-16
1
-12
/
+12
*
[sanitizer] Disable sanitizer test which already fails on Android i386
Vitaly Buka
2017-09-16
6
-9
/
+17
*
Remove comment accidentally committed with D36642. NFC.
Vedant Kumar
2017-09-16
1
-2
/
+1
*
[sanitizer] Support check-asan on Android
Vitaly Buka
2017-09-16
10
-8
/
+32
*
[sanitizer] Move android_commoands from asan into sanitizer_common
Vitaly Buka
2017-09-16
8
-15
/
+14
*
Fix compatibility with OpenOCD debug stub.
Vadim Chugunov
2017-09-16
2
-7
/
+5
*
[builtins] Remove one more missed not-android
Vitaly Buka
2017-09-16
1
-1
/
+0
*
[asan] Remove not-android
Vitaly Buka
2017-09-16
6
-7
/
+5
*
Revert "[ubsan] Update ubsan_interface.inc"
Vitaly Buka
2017-09-16
1
-2
/
+0
*
[asan] Enable asan_and_llvm_coverage_test.cc on Android
Vitaly Buka
2017-09-16
3
-7
/
+7
*
Check availability of accept4 in C++ instad of C code.
Eugene Zemtsov
2017-09-16
1
-1
/
+1
*
More precise c library feature detection for Android.
Eugene Zemtsov
2017-09-16
3
-2
/
+3
*
[git] Update the llvm git helper script to work correctly with the
Chandler Carruth
2017-09-16
1
-1
/
+1
*
[X86] Don't set reserved bits in the immediate in the test cases for vperm2f128.
Craig Topper
2017-09-16
1
-6
/
+6
*
[X86] Remove slash in front of a CHECK line in a test.
Craig Topper
2017-09-16
1
-1
/
+1
*
[ubsan] Update ubsan_interface.inc
Vitaly Buka
2017-09-16
1
-0
/
+2
*
Revert "Fix Bug 30978 by emitting cv file checksums."
Eric Beckmann
2017-09-16
16
-310
/
+81
*
[WebAssembly] Restore __builtin_wasm_rethrow builtin
Heejin Ahn
2017-09-16
3
-0
/
+11
*
Revert lit changes related to lit.llvm module.
Zachary Turner
2017-09-16
6
-172
/
+157
*
[lit] Fix another Python 3 error.
Zachary Turner
2017-09-16
1
-1
/
+8
*
[lit] Better check for integral value.
Zachary Turner
2017-09-16
1
-1
/
+2
*
Resubmit "[lit] Add a lit.llvm module that all llvm projects can use"
Zachary Turner
2017-09-16
6
-157
/
+164
*
[docs] add Windows examples to ThinLTO.rst
Bob Haarman
2017-09-16
1
-5
/
+21
*
[X86] Remove usages of vperm2f intrinsics from fast isel tests to match what ...
Craig Topper
2017-09-15
2
-4
/
+4
*
Try to fix check-asan.
Peter Collingbourne
2017-09-15
1
-0
/
+1
*
[llvm-cov] Fix a bot failure due to r313417
Vedant Kumar
2017-09-15
1
-3
/
+3
*
[libFuzzer] add linux-specific test for gc-sections
Kostya Serebryany
2017-09-15
2
-0
/
+27
*
[X86] Remove GCCBuiltin names from perm2f128/perm2i128 intrinsics so we can p...
Craig Topper
2017-09-15
1
-4
/
+3
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
5
-59
/
+151
*
[X86] Use native shuffle vector for the perm2f128 intrinsics
Craig Topper
2017-09-15
3
-5
/
+44
*
[llvm-cov] Avoid over-counting covered lines and regions
Vedant Kumar
2017-09-15
9
-8
/
+109
*
[llvm-cov] Make some summary info fields private. NFC.
Vedant Kumar
2017-09-15
5
-51
/
+74
*
[llvm-cov] Remove a redundant field. NFC.
Vedant Kumar
2017-09-15
4
-22
/
+15
*
Revert r303378: Set IMAGE_DLL_CHARACTERISTICS_NO_BIND.
Rui Ueyama
2017-09-15
5
-10
/
+13
*
Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."
Adrian Prantl
2017-09-15
5
-147
/
+59
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
5
-59
/
+147
*
[libFuzzer] test fix
Kostya Serebryany
2017-09-15
1
-1
/
+1
*
[TargetTransformInfo] Static alloca has 0 cost
Guozhi Wei
2017-09-15
2
-0
/
+13
*
[SLP] Revert r312791 and other necessary commits, except for TTI and
Chandler Carruth
2017-09-15
3
-2068
/
+1231
*
Remove redundant parentheses.
Rui Ueyama
2017-09-15
1
-1
/
+1
*
Resubmit "[lit] Force site configs to run before source-tree configs"
Zachary Turner
2017-09-15
24
-801
/
+254
*
[libFuzzer] minor refactoring, NFC
Kostya Serebryany
2017-09-15
3
-7
/
+4
*
Name the sentinel value used for the location number of the undefined registe...
Reid Kleckner
2017-09-15
1
-7
/
+9
*
Test patch to check my commit access
Jake Ehrlich
2017-09-15
1
-1
/
+1
*
[libFuzzer] reduce the size of the merge control file by not dumping redundan...
Kostya Serebryany
2017-09-15
1
-9
/
+17
*
Remove __builtin_wasm_rethrow builtin
Heejin Ahn
2017-09-15
3
-11
/
+0
[prev]
[next]