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][SSE] Add OR(EXTRACTELT(X,0),OR(EXTRACTELT(X,1))) movmsk v2X64 tests
Simon Pilgrim
2019-10-21
1
-10
/
+110
*
[examples] Add a dependency on ExecutionEngine to LLJITWithObjectCache example.
Lang Hames
2019-10-21
1
-0
/
+1
*
AMDGPU/GlobalISel: Legalize fast unsafe FDIV
Austin Kerbow
2019-10-21
4
-8
/
+891
*
XFAIL TestLocalVariables.py on Windows
Jonas Devlieghere
2019-10-21
1
-0
/
+1
*
[lit] Simplify test scheduling via multiprocessing.Pool
Julian Lettner
2019-10-21
1
-24
/
+17
*
AMDGPU: Select basic interp directly from intrinsics
Matt Arsenault
2019-10-21
5
-57
/
+29
*
[lit] Remove redundancy from names and comments
Julian Lettner
2019-10-21
3
-31
/
+26
*
[CVP] No-wrap deduction for `shl`
Roman Lebedev
2019-10-21
3
-13
/
+22
*
Found more timeouts to unify.
Adrian Prantl
2019-10-21
3
-5
/
+7
*
[clang-fuzzer] Add new fuzzer target for Objective-C
David Goldman
2019-10-21
11
-7
/
+185
*
[GISel][CombinerHelper] Add a combine turning shuffle_vector into concat_vectors
Quentin Colombet
2019-10-21
4
-0
/
+459
*
AMDGPU: Use CopyToReg for interp intrinsic lowering
Matt Arsenault
2019-10-21
2
-20
/
+21
*
AMDGPU: Erase redundant redefs of m0 in SIFoldOperands
Matt Arsenault
2019-10-21
2
-0
/
+387
*
AMDGPU: Stop adding m0 implicit def to SGPR spills
Matt Arsenault
2019-10-21
3
-23
/
+12
*
AMDGPU: Slightly restructure m0 init code
Matt Arsenault
2019-10-21
1
-13
/
+15
*
[AMDGPU] Select AGPR in PHI operand legalization
Stanislav Mekhanoshin
2019-10-21
2
-1
/
+56
*
[X86] Rename matchBitOpReduction to matchScalarReduction. NFCI.
Simon Pilgrim
2019-10-21
1
-4
/
+4
*
Reverted r375425 as it broke some buildbots.
Sander de Smalen
2019-10-21
10
-182
/
+9
*
SemaTemplateDeduction - silence static analyzer getAs<> null dereference warn...
Simon Pilgrim
2019-10-21
1
-7
/
+3
*
[Clang] Add VerboseOutputStream to CompilerInstance
Scott Linder
2019-10-21
3
-6
/
+87
*
[NFC][CVP] Add `shl` no-wrap deduction test coverage
Roman Lebedev
2019-10-21
1
-0
/
+378
*
SemaExceptionSpec - silence static analyzer getAs<> null dereference warnings...
Simon Pilgrim
2019-10-21
1
-4
/
+3
*
[test] Merge Driver/as-w-warnings.c into as-no-warnings.c
Fangrui Song
2019-10-21
2
-9
/
+7
*
Prune include of DataLayout.h from include/clang/Basic/TargetInfo.h. NFC
Bjorn Pettersson
2019-10-21
5
-4
/
+12
*
Prune Pass.h include from DataLayout.h. NFCI
Bjorn Pettersson
2019-10-21
7
-1
/
+6
*
[PowerPC] Regenerate test for D52431
Simon Pilgrim
2019-10-21
1
-7
/
+19
*
Fix Wdocumentation warning. NFCI.
Simon Pilgrim
2019-10-21
1
-2
/
+2
*
[NFC] Add missing include to fix modules build
Raphael Isemann
2019-10-21
1
-0
/
+2
*
Unify timeouts in gdbserver tests and ensure they are larger if ASAN is enabled.
Adrian Prantl
2019-10-21
5
-8
/
+10
*
SystemZISelLowering - supportedAddressingMode - silence static analyzer dyn_c...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
GVNHoist - silence static analyzer dyn_cast<> null dereference warning in has...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
GuardWidening - silence static analyzer null dereference warning with asserti...
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
CrossDSOCFI - silence static analyzer dyn_cast<> null dereference warning. NFCI.
Simon Pilgrim
2019-10-21
1
-1
/
+1
*
IndVarSimplify - silence static analyzer dyn_cast<> null dereference warning....
Simon Pilgrim
2019-10-21
1
-2
/
+2
*
[AArch64][DebugInfo] Do not recompute CalleeSavedStackSize (Take 2)
Sander de Smalen
2019-10-21
10
-9
/
+182
*
PCH debug info: Avoid appending the source directory to an absolute path
Adrian Prantl
2019-10-21
2
-3
/
+25
*
[lldb] Add test for executing static initializers in expression command
Raphael Isemann
2019-10-21
3
-0
/
+45
*
Fix Polly
Guillaume Chatelet
2019-10-21
2
-6
/
+6
*
[NFC] Cleanup with variable name IsPPC64 & IsDarwin
Xiangling Liao
2019-10-21
1
-20
/
+18
*
[Alignment][NFC] Finish transition for `Loads`
Guillaume Chatelet
2019-10-21
11
-76
/
+77
*
Pre-commit test cases for D64713.
Jay Foad
2019-10-21
2
-0
/
+64
*
[Types] Define a getWithNewBitWidth for Types and make use of it
David Green
2019-10-21
3
-16
/
+24
*
[Alignment][NFC] Instructions::getLoadStoreAlignment
Guillaume Chatelet
2019-10-21
3
-44
/
+50
*
[lldb] drop .symtab removal in minidebuginfo tests
Konrad Kleine
2019-10-21
3
-15
/
+0
*
[ARM] Extra qdadd patterns
David Green
2019-10-21
3
-12
/
+14
*
[Alignment][NFC] Add a helper function to DataLayout
Guillaume Chatelet
2019-10-21
2
-0
/
+19
*
[docs][llvm-ar] Update llvm-ar command guide
Owen Reynolds
2019-10-21
1
-193
/
+238
*
[ARM] Add qadd lowering from a sadd_sat
David Green
2019-10-21
9
-611
/
+595
*
[Alignment][NFC] TargetCallingConv::setByValAlign
Guillaume Chatelet
2019-10-21
4
-7
/
+7
*
Simplify usage of setFPAttrs.
Jay Foad
2019-10-21
1
-8
/
+9
[next]