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
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCCP] Make the test added in r289175 more meaningful.
Davide Italiano
2016-12-09
1
-1
/
+2
*
[SCCP] Teach the pass about `mul %x 0` even if %x is overdefined.
Davide Italiano
2016-12-09
1
-1
/
+8
*
WholeProgramDevirt: Teach the pass to handle structs of arrays.
Peter Collingbourne
2016-12-09
3
-4
/
+74
*
Make WholeProgramDevirt understand ConstStruct vtables.
Peter Collingbourne
2016-12-09
2
-0
/
+63
*
[InstCombine] add tests for umin+icmp; NFC
Sanjay Patel
2016-12-08
1
-0
/
+258
*
[InstCombine] add tests for umax+icmp; NFC
Sanjay Patel
2016-12-08
1
-0
/
+258
*
[InstSimplify] Add "X / 1.0" to SimplifyFDivInst.
Zia Ansari
2016-12-08
1
-3
/
+1
*
[InstCombine] add tests for smax+icmp; NFC
Sanjay Patel
2016-12-08
1
-0
/
+258
*
[SCCP] Make sure SCCP and ConstantFolding agree on undef >> a.
Davide Italiano
2016-12-08
1
-2
/
+2
*
[InstSimplify] add fdiv x/1.0 test and update checks; NFC
Sanjay Patel
2016-12-08
1
-8
/
+25
*
IR, X86: Understand !absolute_symbol metadata on global variables.
Peter Collingbourne
2016-12-08
1
-0
/
+10
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-08
2
-774
/
+366
*
CFI-icall on Thumb
Evgeniy Stepanov
2016-12-08
1
-16
/
+28
*
[BDCE] Skip metadata while replacing uses.
Davide Italiano
2016-12-07
1
-0
/
+47
*
InstCombine: Fold bitcast of vector to FP scalar
Matt Arsenault
2016-12-07
1
-0
/
+64
*
[GVNHoist] Invalidate MemDep when an instruction is moved.
Eli Friedman
2016-12-07
1
-0
/
+33
*
[InstCombine] add tests for smin+icmp; NFC
Sanjay Patel
2016-12-07
1
-0
/
+357
*
[LV] Scalarize operands of predicated instructions
Matthew Simpson
2016-12-07
5
-7
/
+329
*
When GVN removes a redundant load, it should not modify the debug location of...
Andrea Di Biagio
2016-12-07
1
-0
/
+52
*
LowerTypeTests: Add a test that covers "unsatisfiable" type metadata.
Peter Collingbourne
2016-12-07
1
-0
/
+12
*
[InstSimplify] fixed (?) to not mutate icmps
Sanjay Patel
2016-12-06
2
-0
/
+52
*
[BDCE/DebugInfo] Preserve llvm.dbg.value's argument.
Davide Italiano
2016-12-06
1
-0
/
+46
*
[InstSimplify] add folds for and-of-icmps with same operands
Sanjay Patel
2016-12-06
1
-197
/
+58
*
[InstSimplify] add tests for and-of-icmps; NFC
Sanjay Patel
2016-12-06
1
-0
/
+1352
*
[InstSimplify] add folds for or-of-icmps with same operands
Sanjay Patel
2016-12-06
1
-198
/
+59
*
[InstSimplify] add tests for or-of-icmps; NFC
Sanjay Patel
2016-12-06
1
-0
/
+1352
*
[SLPVectorizer][X86] Tests to show missed buildvector sitofp/fptosi vectoriza...
Simon Pilgrim
2016-12-06
2
-0
/
+100
*
[LAA] Prevent invalid IR for loop-invariant bound in loop body
Keno Fischer
2016-12-05
1
-0
/
+37
*
[DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operation
Adrian Prantl
2016-12-05
3
-4
/
+4
*
[InstCombine] change select type to eliminate bitcasts
Sanjay Patel
2016-12-03
1
-13
/
+35
*
[ppc] Correctly compute the cost of loading 32/64 bit memory into VSR
Guozhi Wei
2016-12-03
1
-0
/
+140
*
[PGO] Fix PGO use ICE when there are unreachable BBs
Rong Xu
2016-12-02
2
-0
/
+32
*
AMDGPU: Implement isCheapAddrSpaceCast
Matt Arsenault
2016-12-02
1
-0
/
+121
*
[InstCombine] Add vector urem tests
Simon Pilgrim
2016-12-02
1
-0
/
+29
*
[InstCombine] Regenerate vector srem tests
Simon Pilgrim
2016-12-02
1
-3
/
+7
*
Revert "[SLP] Fix for PR6246: vectorization for scalar ops on vector elements."
Renato Golin
2016-12-02
2
-366
/
+774
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-02
2
-774
/
+366
*
[SLPVectorizer][X86] Add tests for vectorization of buildvector of scalar fp-...
Simon Pilgrim
2016-12-02
1
-0
/
+1573
*
Revert "[SLP] Fix for PR6246: vectorization for scalar ops on vector elements."
Artem Belevich
2016-12-01
1
-62
/
+114
*
[PR29121] Don't fold if it would produce atomic vector loads or stores
Philip Reames
2016-12-01
1
-0
/
+20
*
[SLP] Fix for PR6246: vectorization for scalar ops on vector elements.
Alexey Bataev
2016-12-01
1
-114
/
+62
*
[SLP] Fixed cost model for horizontal reduction.
Alexey Bataev
2016-12-01
1
-4
/
+4
*
[GVN, OptDiag] Print the interesting instructions involved in missed load-eli...
Adam Nemet
2016-12-01
1
-1
/
+44
*
[GVN, OptDiag] Include the value that is forwarded in load elimination
Adam Nemet
2016-12-01
1
-0
/
+6
*
[SLP] Additional tests with the cost of vector operations.
Alexey Bataev
2016-12-01
1
-1
/
+19
*
Revert "[SLP] Additional tests with the cost of vector operations."
Alexey Bataev
2016-12-01
1
-18
/
+1
*
[GVN] Basic optimization remark support
Adam Nemet
2016-12-01
1
-0
/
+59
*
[SLP] Additional tests with the cost of vector operations.
Alexey Bataev
2016-12-01
1
-1
/
+18
*
[GVN] When merging blocks update LoopInfo if it's available
Adam Nemet
2016-12-01
1
-0
/
+50
*
[LoopUnroll] Implement profile-based loop peeling
Michael Kuperstein
2016-11-30
2
-0
/
+143
[next]