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
/
lib
/
Transforms
Commit message (
Expand
)
Author
Age
Files
Lines
*
InstCombine: correctly change byval type attribute alongside call args.
Tim Northover
2019-06-05
1
-4
/
+20
*
[SLP] Fix regression in broadcasts caused by operand reordering patch D59973.
Dinar Temirbulatov
2019-06-05
1
-5
/
+35
*
[LoopUtils][SLPVectorizer] clean up management of fast-math-flags
Sanjay Patel
2019-06-05
2
-34
/
+30
*
[IPO] Disabled 'default only' switch statements to fix MSVC warnings.
Simon Pilgrim
2019-06-05
1
-8
/
+8
*
Resubmit "[CorrelatedValuePropagation] Fix prof branch_weights metadata handl...
Yevgeny Rouban
2019-06-05
1
-56
/
+61
*
Suppress false-positive GCC -Wreturn-type warning.
Michael Liao
2019-06-05
1
-0
/
+1
*
[Attributor] Pass infrastructure and fixpoint framework
Johannes Doerfert
2019-06-05
4
-1
/
+541
*
[Scalarizer] Add UnaryOperator visitor to scalarization pass
Cameron McInally
2019-06-04
1
-0
/
+38
*
[Utils] Clean another duplicated util method.
Alina Sbirlea
2019-06-04
3
-62
/
+13
*
[SCCP] Add UnaryOperator visitor to SCCP for unary FNeg
Cameron McInally
2019-06-03
1
-0
/
+26
*
Fix a crash when the default of a switch is removed
Andrew Kaylor
2019-06-03
1
-0
/
+5
*
[LoopPred] Convert a second member function to a static helper [NFC]
Philip Reames
2019-06-03
1
-14
/
+15
*
[LoopPred] Convert member function to free helper function [NFC]
Philip Reames
2019-06-03
1
-43
/
+47
*
[SimplifyIndVar] Refactor overflow check elimination code; NFC
Nikita Popov
2019-06-01
1
-97
/
+43
*
[IndVarSimplify] Fixup nowrap flags during LFTR (PR31181)
Nikita Popov
2019-06-01
1
-0
/
+21
*
Inline variable into assert to fix unused variable warning.
Richard Trieu
2019-06-01
1
-3
/
+3
*
[LoopPred] Eliminate a redundant/confusing cover function [NFC]
Philip Reames
2019-06-01
1
-19
/
+20
*
[LoopPred] Handle a subset of NE comparison based latches
Philip Reames
2019-06-01
1
-21
/
+33
*
[SimplifyLibCalls] Fold more fortified functions into non-fortified variants
Erik Pilkington
2019-05-31
2
-15
/
+203
*
NFC: Pull out a function to reduce some duplication
Erik Pilkington
2019-05-31
2
-119
/
+70
*
Reapply [CVP] Simplify non-overflowing saturating add/sub
Nikita Popov
2019-05-31
1
-1
/
+24
*
[CVP] Fix assertion failure on vector with.overflow
Nikita Popov
2019-05-31
1
-1
/
+1
*
Revert "[CVP] Simplify non-overflowing saturating add/sub"
Nikita Popov
2019-05-31
1
-24
/
+1
*
[CVP] Simplify non-overflowing saturating add/sub
Nikita Popov
2019-05-31
1
-1
/
+24
*
[InstCombine] 'C-(C2-X) --> X+(C-C2)' constant-fold
Roman Lebedev
2019-05-31
1
-1
/
+6
*
[InstCombine] 'add (sub C1, X), C2 --> sub (add C1, C2), X' constant-fold
Roman Lebedev
2019-05-31
1
-1
/
+8
*
[CVP] Generalize willNotOverflow(); NFC
Nikita Popov
2019-05-30
1
-5
/
+5
*
[InstCombine] Avoid use after free in DenseMap, when built with GCC
Martin Storsjo
2019-05-30
1
-1
/
+4
*
Reapply: IR: add optional type to 'byval' function parameters
Tim Northover
2019-05-30
1
-0
/
+15
*
[LV] Remove the redundant using LoopVectorizationPlanner:VPlanPtr
Florian Hahn
2019-05-30
2
-7
/
+4
*
[LoopVectorize] Add FNeg instruction support
Craig Topper
2019-05-30
1
-9
/
+20
*
[LoopIdiom] Basic OptimizationRemarkEmitter handling
Roman Lebedev
2019-05-30
1
-4
/
+40
*
[LoopIdiomRecognize][NFC] Sort includes
Roman Lebedev
2019-05-30
1
-2
/
+2
*
[LV] Inform about exactly reason of loop illegality
Florian Hahn
2019-05-30
1
-2
/
+10
*
LoopVersioningLICM: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
1
-1
/
+9
*
[LoopIdiomRecognize][NFC] Use DEBUG_TYPE, add LLVM_DEBUG() to runOnNoncountab...
Roman Lebedev
2019-05-29
1
-2
/
+8
*
[InstCombine] Optimize always overflowing signed saturating add/sub
Nikita Popov
2019-05-29
1
-8
/
+12
*
CallSiteSplitting: Respect convergent and noduplicate
Matt Arsenault
2019-05-29
1
-0
/
+3
*
[ThinLTO] Use original alias visibility when importing
Teresa Johnson
2019-05-29
1
-2
/
+3
*
SpeculateAroundPHIs: Respect convergent
Matt Arsenault
2019-05-29
1
-0
/
+8
*
[PGO] Handle cases of failing to split critical edges
Rong Xu
2019-05-28
1
-44
/
+56
*
Revert "[CorrelatedValuePropagation] Fix prof branch_weights metadata handlin...
Nikita Popov
2019-05-28
1
-61
/
+56
*
[InstCombine] Clean up saturing math overflow optimizations; NFC
Nikita Popov
2019-05-28
1
-29
/
+20
*
[ValueTracking][ConstantRange] Distinguish low/high always overflow
Nikita Popov
2019-05-28
2
-3
/
+4
*
Re-commit r357452 (take 2): "SimplifyCFG SinkCommonCodeFromPredecessors: Also...
Hans Wennborg
2019-05-28
1
-14
/
+15
*
[CorrelatedValuePropagation] Fix prof branch_weights metadata handling for Sw...
Yevgeny Rouban
2019-05-28
1
-56
/
+61
*
[LoopInterchange] Fix handling of LCSSA nodes defined in headers and latches.
Florian Hahn
2019-05-26
1
-22
/
+64
*
[SimplifyCFG] back out all SwitchInst commits
Shawn Landden
2019-05-26
1
-90
/
+71
*
[InstCombine] prevent crashing with invalid extractelement index
Sanjay Patel
2019-05-26
1
-2
/
+3
*
[SimplifyCFG] ReduceSwitchRange: Improve on the case where the SubThreshold d...
Shawn Landden
2019-05-26
1
-14
/
+24
[next]