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
*
[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
*
[TestModuleCXX] Make this test Darwin-only.
Jonas Devlieghere
2019-02-20
1
-1
/
+1
*
[OPENMP] Delay emission of the asm target-specific error messages.
Alexey Bataev
2019-02-20
4
-44
/
+173
*
Update property prefix regex to allow numbers.
Yan Zhang
2019-02-20
2
-10
/
+10
*
[llvm-readelf]Test a couple of corner-cases for --section-mapping
James Henderson
2019-02-20
2
-0
/
+20
*
[lldb] [test] Fix expected netbsd output for TestImageListMultiArchitecture
Michal Gorny
2019-02-20
1
-1
/
+1
*
Fix compile error with Intel's compiler (-Werror=pedantic)
Gabor Marton
2019-02-20
1
-60
/
+60
*
[CodeGen] Enable the complex-math test for arm
Petr Hosek
2019-02-20
1
-2
/
+2
*
GlobalISel: Fix fewerElementsVector for ctlz with different result type
Matt Arsenault
2019-02-20
7
-3
/
+319
*
[OPENMP][NVPTX]Use faster teams reduction algorithm.
Alexey Bataev
2019-02-20
8
-140
/
+1566
*
GlobalISel: Implement moreElementsVector for g_insert results
Matt Arsenault
2019-02-20
17
-195
/
+768
*
Re-land the refactoring part of r354244 "[DAGCombiner] Eliminate dead stores ...
Clement Courbet
2019-02-20
3
-37
/
+98
*
[CGP][x86] add tests for usubo special-case; NFC
Sanjay Patel
2019-02-20
2
-9
/
+41
*
[obj2yaml][yaml2obj]Locate all .yaml and .test tests
James Henderson
2019-02-20
2
-1
/
+2
*
[Hexagon] Split vector pairs for ISD::SIGN_EXTEND and ISD::ZERO_EXTEND
Krzysztof Parzyszek
2019-02-20
3
-0
/
+23
*
Speculative buildfix for Mac
Hans Wennborg
2019-02-20
1
-0
/
+1
*
[OpenMP][libomptarget] New reduction scheme for team reductions
Gheorghe-Teodor Bercea
2019-02-20
2
-0
/
+148
*
[MCA][ResourceManager] Add a table that maps processor resource indices to pr...
Andrea Di Biagio
2019-02-20
5
-28
/
+47
*
Fix the build with gcc/libstdc++ 4.8.2 after r354441
Hans Wennborg
2019-02-20
1
-2
/
+2
*
[mips] Put some MIPS-specific sections to separate segments
Simon Atanasyan
2019-02-20
4
-23
/
+68
*
[InstSimplify] use any-zero matcher for fcmp folds
Sanjay Patel
2019-02-20
2
-34
/
+29
*
[lldb] [ObjectFile/ELF] Fix recognizing NetBSD images
Michal Gorny
2019-02-20
5
-13
/
+64
*
[yaml2elf] - Rename a variable. NFC.
George Rimar
2019-02-20
1
-2
/
+2
*
[yaml2obj] - Simplify implementation. NFCI.
George Rimar
2019-02-20
1
-21
/
+15
*
[MIPS MSA] Avoid some DAG combines for vector shifts
Petar Avramovic
2019-02-20
3
-77
/
+65
*
[clangd] Fix a typo. NFC
Ilya Biryukov
2019-02-20
1
-1
/
+1
*
[MIPS MSA] Add test for vector shift combines
Petar Avramovic
2019-02-20
1
-0
/
+232
*
[SLPVectorizer][X86] Add add/sub/mul overflow tests
Simon Pilgrim
2019-02-20
6
-0
/
+7524
*
[clangd] Revert r354442 and r354444
Kadir Cetinkaya
2019-02-20
1
-34
/
+0
*
[clang-format] Do not emit replacements if Java imports are OK
Krasimir Georgiev
2019-02-20
2
-7
/
+21
[next]