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
...
*
[GVN] Preserve loop related analysis/canonical forms.
Florian Hahn
2019-07-30
2
-2
/
+64
*
[LoopFusion] Extend use of OptimizationRemarkEmitter
Kit Barton
2019-07-30
2
-0
/
+431
*
[DivRemPairs] Add srem-of-srem tests (PR42823, D65298, D65451)
Roman Lebedev
2019-07-30
4
-0
/
+176
*
[InstCombine] Fold "x ?% y ==/!= 0" to "x & (y-1) ==/!= 0" iff y is power-of...
Roman Lebedev
2019-07-30
1
-13
/
+14
*
[ARM][LowOverheadLoops] Enable by default
Sam Parker
2019-07-30
7
-16
/
+21
*
Revert "[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)"
Roman Lebedev
2019-07-30
1
-4
/
+4
*
[DivRemPairs] Handling for expanded-form rem - recomposition (PR42673)
Roman Lebedev
2019-07-30
1
-4
/
+4
*
ThinLTOBitcodeWriter: Include globals associated with type metadata globals i...
Peter Collingbourne
2019-07-29
1
-0
/
+14
*
[NFC][FPEnv] Pre-commit tests for canonicalize negated operand of fdiv.
Cameron McInally
2019-07-29
1
-0
/
+22
*
[InstCombine] fold fadd+fneg with fdiv/fmul betweena
Sanjay Patel
2019-07-29
1
-8
/
+8
*
[ValueTracking] Remove volatile check in isGuaranteedToTransferExecutionToSuc...
Hideto Ueno
2019-07-29
1
-2
/
+4
*
[InstCombine] add tests for fadd with negated operand; NFC
Sanjay Patel
2019-07-29
1
-0
/
+362
*
[NFC][InstCombine] Revisit tests in shift-amount-reassociation-with-truncatio...
Roman Lebedev
2019-07-28
1
-70
/
+35
*
[InstCombine] fold fsub+fneg with fdiv/fmul between
Sanjay Patel
2019-07-28
1
-8
/
+8
*
[NFC][InstCombine] Shift amount reassociation: can have trunc between shl's
Roman Lebedev
2019-07-28
1
-0
/
+289
*
[Attributor] Deduce "align" attribute
Hideto Ueno
2019-07-28
4
-5
/
+173
*
[FunctionAttrs] Annotate "willreturn" for intrinsics
Hideto Ueno
2019-07-28
9
-10
/
+10
*
[InstSimplify] remove quadratic time looping (PR42771)
Sanjay Patel
2019-07-27
1
-4
/
+4
*
[InstCombine] add tests for fsub with negated operand; NFC
Sanjay Patel
2019-07-26
1
-0
/
+237
*
[JumpThreading] Stop searching predecessor when the current bb is in a
Wei Mi
2019-07-26
1
-0
/
+63
*
[InstCombine] canonicalize negated operand of fdiv
Sanjay Patel
2019-07-26
1
-5
/
+4
*
[InstCombine] add tests for fdiv with negated operand; NFC
Sanjay Patel
2019-07-26
1
-0
/
+35
*
[InstCombine] remove flop from lerp patterns
Sanjay Patel
2019-07-26
1
-32
/
+24
*
[InstCombine] add tests for lerp patterns (PR42716); NFC
Sanjay Patel
2019-07-25
1
-0
/
+170
*
[PredicateInfo] Replace pointer comparisons with deterministic compares.
Florian Hahn
2019-07-25
1
-0
/
+76
*
[NFC][DivRemPairs] Tests with rem in expanded form (PR42673)
Roman Lebedev
2019-07-25
2
-0
/
+254
*
[Loop Peeling] Fix idom detection algorithm.
Serguei Katkov
2019-07-25
1
-0
/
+46
*
[SimplifyCFG] avoid crashing after simplifying a switch (PR42737)
Sanjay Patel
2019-07-25
1
-0
/
+38
*
Revert "[InstCombine] try to narrow a truncated load"
Vlad Tsyrklevich
2019-07-25
1
-50
/
+12
*
[PredicateInfo] Use SmallVector instead of SmallPtrSet.
Florian Hahn
2019-07-25
2
-16
/
+16
*
[InstCombine] try to narrow a truncated load
Sanjay Patel
2019-07-25
1
-12
/
+50
*
[InstCombine] Teach foldOrOfICmps to allow icmp eq MIN_INT/MAX to be part of ...
Craig Topper
2019-07-24
1
-28
/
+19
*
[InstCombine] Adjusted pow-exp tests for Windows [NFC]
David Bolvansky
2019-07-24
2
-12
/
+12
*
AMDGPU: Fix test after r366913
Matt Arsenault
2019-07-24
1
-20
/
+5
*
[InstCombine] add tests for load narrowing; NFC
Sanjay Patel
2019-07-24
1
-7
/
+43
*
[SafeStack] Insert the deref before remaining elements
Petr Hosek
2019-07-24
1
-0
/
+5
*
[IndVars] Fix a subtle bug in optimizeLoopExits
Philip Reames
2019-07-23
1
-0
/
+45
*
[NFC][InstCombine] Fixup commutative/negative tests with icmp preds in @llvm....
Roman Lebedev
2019-07-23
2
-12
/
+10
*
[InstSimplify][NFC] Tests for skipping 'div-by-0' checks before inverted @llv...
Roman Lebedev
2019-07-23
2
-0
/
+212
*
[NFC][PhaseOredering][SimplifyCFG] Add more runlines to umul.with.overflow tests
Roman Lebedev
2019-07-23
2
-14
/
+19
*
[Attributor] Deduce "dereferenceable" attribute
Hideto Ueno
2019-07-23
4
-5
/
+66
*
[AMDGPU][NFC] Simplify test file for amdgcn intrinsics
Hideto Ueno
2019-07-23
1
-5
/
+5
*
Fixing build error from commit 95cbc3d
Stefan Stipanovic
2019-07-22
1
-0
/
+250
*
Revert "Fixing build error from commit 9285295."
Stefan Stipanovic
2019-07-22
1
-250
/
+0
*
Fixing build error from commit 9285295.
Stefan Stipanovic
2019-07-22
1
-0
/
+250
*
[InstSimplify][NFC] Tests for skipping 'div-by-0' checks before @llvm.umul.wi...
Roman Lebedev
2019-07-22
2
-0
/
+188
*
[SimplifyCFG][NFC] Test that we fail to flatten CFG in JPEG "sign" value exte...
Roman Lebedev
2019-07-22
1
-0
/
+39
*
[SimplifyCFG][NFC] Test that we fail to flatten CFG after forming @llvm.umul....
Roman Lebedev
2019-07-22
1
-0
/
+38
*
[InstCombine][NFC] Tests for canonicalization of unsigned multiply overflow c...
Roman Lebedev
2019-07-22
4
-0
/
+556
*
[NFC][PhaseOrdering] Add tests showcasing the problems of unsigned multiply o...
Roman Lebedev
2019-07-22
1
-0
/
+85
[prev]
[next]