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
*
[SDAG] Fix Stale SDNode usage in visitAND
Nirav Dave
2017-03-28
1
-0
/
+31
*
[x86] add AVX2 run to show 256-bit opportunity; NFC
Sanjay Patel
2017-03-28
1
-17
/
+17
*
[AArch64] [Assembler] option to disable negative immediate conversions
Sanne Wouda
2017-03-28
2
-0
/
+30
*
[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
Igor Breger
2017-03-28
3
-49
/
+99
*
rename instcombine test file. NFC
Anna Thomas
2017-03-28
1
-0
/
+0
*
Dont emit Mapping symbols for sections that contain only data.
Weiming Zhao
2017-03-28
13
-18
/
+83
*
Revert "[asan] Delay creation of asan ctor."
Alex Shlyapnikov
2017-03-27
1
-2
/
+2
*
Revert "[asan] Put ctor/dtor in comdat."
Alex Shlyapnikov
2017-03-27
2
-13
/
+1
*
[ARM] Mark falky test unsupported until we find the cause
Renato Golin
2017-03-27
1
-1
/
+1
*
Improve machine schedulers for in-order processors
Javed Absar
2017-03-27
1
-0
/
+86
*
Add the error handling for Mach-O dyld compact lazy bind, weak bind and
Kevin Enderby
2017-03-27
20
-1
/
+58
*
[LV] Transform truncations of non-primary induction variables
Matthew Simpson
2017-03-27
1
-0
/
+45
*
[GlobalISel][AArch64] Fold FI into LDR/STR ui addressing mode.
Ahmed Bougacha
2017-03-27
2
-0
/
+66
*
[GlobalISel][AArch64] Fold G_GEP into LDR/STR ui addressing mode.
Ahmed Bougacha
2017-03-27
2
-0
/
+468
*
[GlobalISel][AArch64] Select store of zero to WZR/XZR.
Ahmed Bougacha
2017-03-27
1
-0
/
+56
*
[GlobalISel][AArch64] Select CBZ.
Ahmed Bougacha
2017-03-27
1
-0
/
+108
*
[GlobalISel][AArch64] Use proper constant types in test. NFC.
Ahmed Bougacha
2017-03-27
1
-2
/
+2
*
[AMDGPU][MC] Fix for Bug 28207 + LIT tests
Dmitry Preobrazhensky
2017-03-27
1
-1
/
+131
*
[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects.
Chad Rosier
2017-03-27
1
-0
/
+60
*
[InstCombine] Avoid incorrect folding of select into phi nodes when incoming ...
Anna Thomas
2017-03-27
1
-0
/
+38
*
[X86][AVX2] bugzilla bug 21281 Performance regression in vector interleave in...
Gadi Haber
2017-03-27
2
-56
/
+34
*
[LoopUnroll] Remap references in peeled iteration
Serge Pavlov
2017-03-26
1
-0
/
+61
*
[X86][SSE] Add computeKnownBitsForTargetNode support for (V)PSLL/(V)PSRL inst...
Simon Pilgrim
2017-03-26
1
-1
/
+0
*
[X86][AVX512F] Fix reg class for VMOVSSZrr/VMOVSSZrrk and VMOVSDZrr/VMOVSDZrrk
Simon Pilgrim
2017-03-26
1
-6
/
+6
*
Regenerate test
Simon Pilgrim
2017-03-26
1
-1
/
+1
*
Regenerate test
Simon Pilgrim
2017-03-26
1
-7
/
+7
*
Regenerate tests to remove duplicated checks
Simon Pilgrim
2017-03-26
1
-241
/
+118
*
[GlobalISel][X86] support G_FRAME_INDEX instruction selection.
Igor Breger
2017-03-26
2
-0
/
+66
*
Split the SimplifyCFG pass into two variants.
Joerg Sonnenberger
2017-03-26
6
-12
/
+13
*
[IR] Make SwitchInst::CaseIt almost a normal iterator.
Chandler Carruth
2017-03-26
1
-2
/
+2
*
[X86][SSE] Combine (VSRLI (VSRAI X, Y), (NumSignBits-1)) -> (VSRLI X, (NumSig...
Simon Pilgrim
2017-03-25
1
-1
/
+0
*
Change the default attributes for llvm.prefetch to inaccessiblemem_or_argmemonly
Eric Christopher
2017-03-25
7
-18
/
+58
*
[X86][SSE] Added ComputeNumSignBitsForTargetNode support for (V)PSRAI
Simon Pilgrim
2017-03-25
1
-2
/
+2
*
[x86] use PMOVMSK to replace memcmp libcalls for 16-byte equality
Sanjay Patel
2017-03-25
1
-11
/
+9
*
[X86][SSE] Add extra computeNumSignBits test case for D31311.
Simon Pilgrim
2017-03-25
1
-0
/
+47
*
[AMDGPU] Switch data layout by triple environment amdgiz
Yaxun Liu
2017-03-25
2
-0
/
+22
*
[asan] Put ctor/dtor in comdat.
Evgeniy Stepanov
2017-03-25
2
-1
/
+13
*
[ARM] Fix mixup between Lo and Hi in SMLALBB formation.
Eli Friedman
2017-03-25
1
-84
/
+84
*
[codeview] Don't assert when the user violates the ODR
Reid Kleckner
2017-03-24
1
-0
/
+100
*
[x86] add 32-bit RUN for better memcmp coverage; NFC
Sanjay Patel
2017-03-24
1
-102
/
+244
*
AMDGPU: Fix annotating loops with nested loop conditions
Matt Arsenault
2017-03-24
1
-0
/
+269
*
Revert r298620: [LV] Vectorize GEPs
Ivan Krasin
2017-03-24
3
-104
/
+107
*
[asan] Delay creation of asan ctor.
Evgeniy Stepanov
2017-03-24
1
-2
/
+2
*
AMDGPU: Implement f16 fround
Matt Arsenault
2017-03-24
2
-21
/
+74
*
AMDGPU: Unify divergent function exits.
Matt Arsenault
2017-03-24
6
-44
/
+952
*
Make testcase less nonsensical while still exercising the same code paths.
Adrian Prantl
2017-03-24
1
-20
/
+24
*
AMDGPU: Fold rcp/rsq of undef to undef
Matt Arsenault
2017-03-24
1
-0
/
+18
*
[AMDGPU] Fold V_CNDMASK with identical source operands
Stanislav Mekhanoshin
2017-03-24
1
-0
/
+34
*
[AMDGPU] Rename Kind to ValueKind in metadata to be consistent
Konstantin Zhuravlyov
2017-03-24
3
-184
/
+184
*
[AMDGPU] Add AMDGPUAliasAnalysis to opt pipeline
Stanislav Mekhanoshin
2017-03-24
1
-0
/
+8
[next]