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
path:
root
/
llvm
/
test
Commit message (
Expand
)
Author
Age
Files
Lines
*
[X86] Merge scheduling tests for SHLD/SHRD
Simon Pilgrim
2017-11-17
1
-156
/
+93
*
[ThinLTO] Remove too aggressive assertion in building function call graph.
Volodymyr Sapsai
2017-11-17
1
-2
/
+14
*
Revert "[MC] Fix regression tests on Windows when git “core.autocrlf” is ...
Rafael Espindola
2017-11-17
1
-13
/
+0
*
[MC] Fix regression tests on Windows when git “core.autocrlf” is set to t...
Zhen Cao
2017-11-17
1
-0
/
+13
*
[AMDGPU][MC][GFX9][disassembler] Corrected decoding of op_sel_hi for v_mad_mix*
Dmitry Preobrazhensky
2017-11-17
5
-78
/
+519
*
[gold] Fix broken thin LTO cache test NFC
Andrew Ng
2017-11-17
1
-3
/
+3
*
[ARM] Use dwarf exception handling on MinGW
Martin Storsjo
2017-11-17
1
-0
/
+49
*
[IRCE] Remove folding of two range checks into RANGE_CHECK_BOTH
Max Kazantsev
2017-11-17
1
-6
/
+17
*
AMDGPU: Fix breaking SMEM clauses
Matt Arsenault
2017-11-17
5
-14
/
+370
*
[llvm-profdata] Fix a dangling reference to an error string
Vedant Kumar
2017-11-17
5
-0
/
+32
*
[GISel]: DCE copy instructions during legalization
Aditya Nandakumar
2017-11-17
1
-8
/
+36
*
[asan] Test ASan instrumentation for shadow scale value of 5
Walter Lee
2017-11-17
10
-14
/
+34
*
Current implementation of Value::replaceUsesExceptBlockAddr() uses UseList
Dmitry Mikulin
2017-11-17
1
-0
/
+26
*
[ARM] 't' asm constraint should accept i32
Yi Kong
2017-11-16
1
-1
/
+8
*
[X86] Add DAG combine to remove sext i32->i64 from gather/scatter instructions.
Craig Topper
2017-11-16
1
-255
/
+103
*
[X86] Add gather test with index sign extended from i8 type.
Craig Topper
2017-11-16
1
-0
/
+63
*
[X86] Don't remove sign extend of gather/scatter indices during SelectionDAGB...
Craig Topper
2017-11-16
1
-103
/
+255
*
[X86] Pre-truncate gather/scatter indices that have element sizes larger than...
Craig Topper
2017-11-16
1
-0
/
+63
*
llvm-objdump: Add missing requires for the test in r313921
Justin Bogner
2017-11-16
1
-0
/
+1
*
bpf: print backward branch target properly
Yonghong Song
2017-11-16
3
-24
/
+63
*
[PPC] Change i32 constant in store instruction to i64
Guozhi Wei
2017-11-16
1
-0
/
+44
*
Add ELF dynamic symbol support to yaml2obj/obj2yaml
Dave Lee
2017-11-16
1
-0
/
+41
*
[InstCombine] add tests for pow(); NFC
Sanjay Patel
2017-11-16
1
-16
/
+38
*
Allow empty mappings for optional YAML input
Dave Lee
2017-11-16
1
-0
/
+10
*
[InstCombine] add tests for 'afn' FMF; NFC
Sanjay Patel
2017-11-16
1
-0
/
+21
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-9
/
+9
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-205
/
+242
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-7
/
+8
*
[InstCombine] regenerate test checks; NFC
Sanjay Patel
2017-11-16
1
-82
/
+97
*
Let llvm.invariant.group.barrier accepts pointer to any address space
Yaxun Liu
2017-11-16
5
-42
/
+43
*
[InstSimplify] add tests for fcmp ord/uno; NFC
Sanjay Patel
2017-11-16
1
-0
/
+217
*
Remove stray comma in sink-addrmode test
John Brawn
2017-11-16
1
-1
/
+1
*
[InstCombine] include 'sub' in the list of narrow-able binops
Sanjay Patel
2017-11-16
1
-12
/
+8
*
[X86] Add scheduling tests for SHLD/SHRD
Simon Pilgrim
2017-11-16
1
-5
/
+494
*
[ARM GlobalISel] Add tests for BIC. NFC
Diana Picus
2017-11-16
1
-0
/
+206
*
[asan] Fix size/alignment issues with non-default shadow scale
Walter Lee
2017-11-16
1
-0
/
+2
*
[ARM GlobalISel] Add tests for REVSH patterns. NFC
Diana Picus
2017-11-16
1
-0
/
+185
*
Fix pointer EVT in SelectionDAGBuilder::visitAlloca
Yaxun Liu
2017-11-16
1
-5
/
+6
*
[DAGCombine] Enable more srl -> load combines
Sam Parker
2017-11-16
1
-10
/
+198
*
[mips][mt] Add missing test cases from r318207
Simon Dardis
2017-11-16
5
-0
/
+100
*
[TTI][X86] update costs of interleaved load\store of i64\double
Mohammed Agabaria
2017-11-16
2
-0
/
+80
*
[IRCE] Fix SCEVExpander's usage in IRCE
Max Kazantsev
2017-11-16
1
-0
/
+135
*
[X86] Update TTI to report that v1iX/v1fX types aren't legal for masked gathe...
Craig Topper
2017-11-16
2
-0
/
+156
*
Fix APInt bit size in processDbgDeclares
Yaxun Liu
2017-11-16
4
-40
/
+44
*
[asan] Fallback to non-ifunc dynamic shadow on android<22.
Evgeniy Stepanov
2017-11-16
1
-1
/
+9
*
bpf: enable llvm-objdump to print out symbolized jmp target
Yonghong Song
2017-11-16
1
-0
/
+69
*
[globalisel][tablegen] Generate rule coverage and use it to identify untested...
Daniel Sanders
2017-11-16
1
-2
/
+2
*
[InstCombine] add sub narrowing tests; NFC
Sanjay Patel
2017-11-15
1
-0
/
+56
*
AMDGPU: Replace i64 add/sub lowering
Matt Arsenault
2017-11-15
12
-48
/
+53
*
[WebAssembly] Update cfg-stackify.ll to remove the workaround added in r318288.
Dan Gohman
2017-11-15
1
-16
/
+18
[next]