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
/
Scalar
Commit message (
Expand
)
Author
Age
Files
Lines
*
[IndVarSimplify][LoopUtils] Avoid TOCTOU/ordering issues (PR45835)
Tom Stellard
2020-06-16
1
-34
/
+60
*
[SimplifyCFG] Skip merging return blocks if it would break a CallBr.
Jonas Paulsson
2020-04-16
1
-0
/
+15
*
[EarlyCSE] avoid crashing when detecting min/max/abs patterns (PR41083)
Sanjay Patel
2020-03-19
1
-7
/
+44
*
SROA: Don't drop atomic load/store alignments (PR45010)
Hans Wennborg
2020-02-28
1
-0
/
+4
*
Revert "[LICM] Support hosting of dynamic allocas out of loops"
Philip Reames
2020-02-26
1
-45
/
+0
*
[LoopRotate] Get and update MSSA only if available in legacy pass manager.
Alina Sbirlea
2020-02-26
1
-5
/
+6
*
Filter callbr insts from critical edge splitting
Bill Wendling
2020-02-21
1
-1
/
+2
*
DSE: fix bug where we would only check libcalls for name rather than whole decl
Nuno Lopes
2020-01-11
1
-9
/
+12
*
[NFCI][LoopUnrollAndJam] Changing LoopUnrollAndJamPass to a function
Whitney Tsang
2020-01-09
1
-42
/
+62
*
[Matrix] Update shape propagation to iterate until done.
Florian Hahn
2020-01-09
1
-43
/
+62
*
[Matrix] Propagate and use shape information for loads.
Florian Hahn
2020-01-09
1
-13
/
+29
*
[Matrix] Implement back-propagation of shape information.
Florian Hahn
2020-01-09
1
-1
/
+63
*
Revert "[JumpThreading] Thread jumps through two basic blocks"
Kazu Hirata
2020-01-08
1
-228
/
+2
*
[JumpThreading] Thread jumps through two basic blocks
Kazu Hirata
2020-01-08
1
-2
/
+228
*
[GVN/FP] Considate logic for reasoning about equality vs equivalance for floats
Philip Reames
2020-01-07
1
-29
/
+58
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
8
-8
/
+8
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
8
-8
/
+8
*
Fix for a dangling point bug in DeadStoreElimination pass
Ankit
2020-01-03
1
-17
/
+39
*
[Matrix] Propagate and use shape info for binary operators.
Florian Hahn
2019-12-27
1
-2
/
+74
*
[NFC][LoopFusion] Fix printing of the guard branch.
Whitney Tsang
2019-12-26
1
-1
/
+6
*
[Matrix] Use fmuladd for matrix.multiply if allowed.
Florian Hahn
2019-12-23
1
-5
/
+25
*
[Matrix] Add forward shape propagation and first shape aware lowerings.
Florian Hahn
2019-12-23
1
-52
/
+278
*
[Transforms] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2019-12-22
2
-2
/
+2
*
[ConstantHoisting] Ignore unreachable bb:s when collecting candidates
Bjorn Pettersson
2019-12-19
1
-1
/
+5
*
[LoopFusion] Use the LoopInfo::isRotatedForm method (NFC).
Kit Barton
2019-12-18
1
-15
/
+3
*
[LoopFusion] Move instructions from FC0.Latch to FC1.Latch.
Whitney Tsang
2019-12-17
1
-0
/
+43
*
Resubmit "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-17
3
-26
/
+20
*
[LoopFusion] Restrict loop fusion to rotated loops.
Kit Barton
2019-12-16
1
-0
/
+6
*
Revert "[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove"
Guillaume Chatelet
2019-12-16
3
-20
/
+26
*
[Alignment][NFC] Deprecate CreateMemCpy/CreateMemMove
Guillaume Chatelet
2019-12-16
3
-26
/
+20
*
[BasicBlockUtils] Add utility to remove redundant dbg.value instrs
Bjorn Pettersson
2019-12-16
2
-0
/
+39
*
Reland [DataLayout] Fix occurrences that size and range of pointers are assum...
Nicola Zaghen
2019-12-13
1
-10
/
+10
*
[Matrix] Add first set of matrix intrinsics and initial lowering pass.
Florian Hahn
2019-12-12
3
-0
/
+481
*
Temporarily Revert "[DataLayout] Fix occurrences that size and range of point...
Nicola Zaghen
2019-12-12
1
-10
/
+10
*
[DataLayout] Fix occurrences that size and range of pointers are assumed to b...
Nicola Zaghen
2019-12-12
1
-10
/
+10
*
Rename TTI::getIntImmCost for instructions and intrinsics
Reid Kleckner
2019-12-11
2
-14
/
+15
*
[Alignment][NFC] Introduce Align in IRBuilder
Guillaume Chatelet
2019-12-11
1
-25
/
+23
*
[Alignment][NFC] Introduce Align in SROA
Guillaume Chatelet
2019-12-11
1
-26
/
+26
*
[Alignment][NFC] CreateMemSet use MaybeAlign
Guillaume Chatelet
2019-12-10
4
-28
/
+24
*
[DebugInfo][EarlyCSE] Use the salvageDebugInfoOrMarkUndef(); NFC
Djordje Todorovic
2019-12-09
1
-2
/
+2
*
[LCSSA] Don't use VH callbacks to invalidate SCEV when creating LCSSA phis
Daniil Suchkov
2019-12-06
1
-5
/
+5
*
Revert "[DSE] Fix for a dangling point bug in DeadStoreElimination."
Florian Hahn
2019-12-05
1
-42
/
+17
*
[DSE] Fix for a dangling point bug in DeadStoreElimination.
Ankit
2019-12-05
1
-17
/
+42
*
[LoopInterchange] Improve inner exit loop safety checks.
Florian Hahn
2019-12-04
1
-33
/
+36
*
[SimpleLoopUnswitch] Invalidate the topmost loop with ExitBB as exiting.
Florian Hahn
2019-12-04
1
-2
/
+17
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
3
-3
/
+6
*
[NFC][LoopFusion] Use isControlFlowEquivalent() from CodeMoverUtils.
Whitney Tsang
2019-11-25
1
-10
/
+3
*
[LoopInterchange] Adjust assertions when updating successors.
Florian Hahn
2019-11-24
1
-19
/
+35
*
[JumpThreading] NFC: Don't cache F.hasProfileData()
Kazu Hirata
2019-11-22
1
-3
/
+2
*
[JumpThreading] Use profile data even with the new pass manager
Kazu Hirata
2019-11-22
1
-1
/
+1
[next]