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
*
Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."
Davide Italiano
2019-02-21
2
-17
/
+58
*
[WebAssembly] Remove redundant code added in rL354538. NFC.
Sam Clegg
2019-02-21
1
-36
/
+4
*
[AArch64] Change size suffix for FP16FML intrinsics.
Ahmed Bougacha
2019-02-21
2
-86
/
+86
*
[NFC] Fix incorrect comment in std::function test
Louis Dionne
2019-02-21
1
-1
/
+1
*
[libFuzzer] fix the docs
Kostya Serebryany
2019-02-21
1
-0
/
+1
*
Fix unused variable warning.
Richard Trieu
2019-02-21
1
-2
/
+2
*
[clang-tidy] Make google-objc-function-naming ignore implicit functions 🙈
Stephane Moore
2019-02-21
3
-4
/
+34
*
[libFuzzer] document -fork=N
Kostya Serebryany
2019-02-21
1
-0
/
+22
*
Revert "[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR"
Amara Emerson
2019-02-21
5
-359
/
+1
*
[attributes] Fix buildbot after r354530.
Artem Dergachev
2019-02-21
1
-1
/
+1
*
[attributes] Add an attribute for server routines in Mach kernel and extensions.
Artem Dergachev
2019-02-21
8
-0
/
+132
*
[GlobalISel] Add -O0 to some tests to see if it fixes them. I can't reproduce...
Amara Emerson
2019-02-20
2
-2
/
+2
*
[WebAssembly] Don't generate invalid modules when function signatures mismatch
Sam Clegg
2019-02-20
10
-87
/
+372
*
[clang] Add CMake target for installing clang's CMake exports
Shoaib Meenai
2019-02-20
1
-2
/
+11
*
Merge target triple into module triple when constructing module from memory
Alex Langford
2019-02-20
1
-0
/
+4
*
[clang] Switch to LLVM_ENABLE_IDE
Shoaib Meenai
2019-02-20
6
-9
/
+9
*
[CMake][runtimes] Set clang-header dependency for builtins
Petr Hosek
2019-02-20
1
-16
/
+22
*
[WebAssembly] Don't error on conflicting uses of prototype-less functions
Sam Clegg
2019-02-20
2
-6
/
+30
*
[LSan] Fix `__sanitizer_print_stack_trace` via fast unwinder
Julian Lettner
2019-02-20
4
-6
/
+4
*
[AArch64][GlobalISel] Implement partial support for G_SHUFFLE_VECTOR
Amara Emerson
2019-02-20
5
-1
/
+359
*
[X86] Add test cases to show missed opportunities to remove AND mask from BTC...
Craig Topper
2019-02-20
1
-0
/
+187
*
[CGP] match a special-case of unsigned subtract overflow
Sanjay Patel
2019-02-20
3
-9
/
+13
*
[DAGCombine] Generalize Dead Store to overlapping stores.
Nirav Dave
2019-02-20
3
-18
/
+20
*
[clang-tidy] refactor ExceptionAnalyzer further to give ternary answer
Jonas Toth
2019-02-20
3
-83
/
+271
*
AMDGPU/GlobalISel: Move SMRD selection logic to TableGen
Tom Stellard
2019-02-20
5
-141
/
+166
*
Fix the build with gcc when `-Wredundant-decls` is passed
Dimitry Andric
2019-02-20
1
-2
/
+0
*
[SelectionDAG] Teach GetDemandedBits to look at the known zeros of the LHS wh...
Craig Topper
2019-02-20
2
-5
/
+7
*
[SDAG] Support vector UMULO/SMULO
Nikita Popov
2019-02-20
10
-22
/
+5904
*
Make predefined FLT16 macros conditional on support for the type
Nemanja Ivanovic
2019-02-20
3
-19
/
+24
*
[X86] Add more load folding patterns for blend instructions as a follow up to...
Craig Topper
2019-02-20
7
-38
/
+98
*
Add support for pointer types in patterns
Tom Stellard
2019-02-20
7
-6
/
+75
*
[OPENMP] Use targetDiag for diagnostics of unsupported exceptions, NFC.
Alexey Bataev
2019-02-20
2
-8
/
+2
*
Fix testcase.
Nirav Dave
2019-02-20
1
-0
/
+1
*
[clangd] Fix a crash in Selection
Ilya Biryukov
2019-02-20
2
-2
/
+6
*
[lldb-mi] Move TestMIPrompt away from pexpect().
Davide Italiano
2019-02-20
2
-58
/
+17
*
[clangd] Store index in '.clangd/index' instead of '.clangd-index'
Ilya Biryukov
2019-02-20
4
-8
/
+8
*
Add test case.
Nirav Dave
2019-02-20
1
-0
/
+71
*
Fix remaining semicolon pedantic errors for intel
Gabor Marton
2019-02-20
1
-2
/
+2
*
[Clang Driver] Add support for "-static-pie" argument to the Clang driver.
Siva Chandra
2019-02-20
4
-13
/
+39
*
[X86] Add test case to show missed opportunity to remove an explicit AND on t...
Craig Topper
2019-02-20
1
-0
/
+31
*
Fix license headers
Vitaly Buka
2019-02-20
1
-2
/
+3
*
Revert r354498 "[X86] Add test case to show missed opportunity to remove an e...
Craig Topper
2019-02-20
2
-36
/
+3
*
[X86] Add test case to show missed opportunity to remove an explicit AND on t...
Craig Topper
2019-02-20
2
-3
/
+36
*
AArch64/test: Add check for function name to machine-outliner-bad-adrp.mir
Tom Stellard
2019-02-20
1
-0
/
+1
*
Fixing NDEBUG typo in include/llvm/Support/raw_ostream.h
Puyan Lotfi
2019-02-20
1
-1
/
+1
*
[lldb-mi] Remove a test that uses pexpect().
Davide Italiano
2019-02-20
1
-82
/
+0
*
[MCA][Scheduler] Correctly initialize field NumDispatchedToThePendingSet.
Andrea Di Biagio
2019-02-20
1
-1
/
+2
*
Add partial implementation of std::to_address() as llvm::to_address()
Daniel Sanders
2019-02-20
2
-0
/
+36
*
[MCA][Scheduler] Collect resource pressure and memory dependency bottlenecks.
Andrea Di Biagio
2019-02-20
5
-32
/
+49
*
[X86][SSE] combineX86ShufflesRecursively - begin generalizing the number of s...
Simon Pilgrim
2019-02-20
1
-11
/
+7
[next]