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
/
NaryReassociate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+1
*
[opaque pointer types] Pass value type to GetElementPtr creation.
James Y Knight
2019-02-01
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
[NaryReassociate] Detect deleted instr with WeakVH
Karl-Johan Karlsson
2018-05-24
1
-3
/
+10
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Add early exit on reassociation of 0 expression.
Evgeny Stupachenko
2018-03-07
1
-0
/
+3
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-3
/
+32
*
Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...
Daniel Jasper
2017-10-13
1
-1
/
+1
*
Recommit : Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-10-04
1
-1
/
+1
*
Revert "Use the basic cost if a GEP is not used as addressing mode"
Alex Shlyapnikov
2017-09-29
1
-1
/
+1
*
Use the basic cost if a GEP is not used as addressing mode
Jun Bum Lim
2017-09-29
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-4
/
+6
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-6
/
+6
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-6
/
+6
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
1
-7
/
+1
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-3
/
+1
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-7
/
+12
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-12
/
+7
*
IR: Change the gep_type_iterator API to avoid always exposing the "current" t...
Peter Collingbourne
2016-12-02
1
-3
/
+4
*
Analysis: Simplify the ScalarEvolution::getGEPExpr() interface. NFCI.
Peter Collingbourne
2016-11-13
1
-3
/
+2
*
Convert some depth first traversals to depth_first
Daniel Berlin
2016-08-19
1
-5
/
+5
*
[GraphTraits] Make nodes_iterator dereference to NodeType*/NodeRef
Tim Shen
2016-08-19
1
-1
/
+1
*
Add some comments linking back to PR28400.
Sean Silva
2016-08-08
1
-0
/
+4
*
[PM] More workaround for PR28400
Sean Silva
2016-08-08
1
-0
/
+1
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
1
-111
/
+75
*
[TTI] Expose TTI::getGEPCost and use it in SLSR and NaryReassociate.
Jingyue Wu
2016-07-08
1
-38
/
+7
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-1
/
+1
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-1
/
+1
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-1
/
+1
*
[opaque pointer types] [NFC] GEP: replace get(Pointer)ElementType uses with g...
Eduard Burtescu
2016-01-19
1
-2
/
+2
*
[NaryReassociate] allow candidate to have a different type
Jingyue Wu
2015-12-18
1
-9
/
+9
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-9
/
+9
*
[NaryReassociate] SeenExprs records WeakVH
Jingyue Wu
2015-10-01
1
-6
/
+12
*
[NaryReassociate] Add support for Mul instructions
Marcello Maggioni
2015-09-15
1
-24
/
+77
*
[ValueTracking] computeOverflowForSignedAdd and isKnownNonNegative
Jingyue Wu
2015-08-20
1
-29
/
+6
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-4
/
+4
*
[NaryReassociate] remove redundant code
Jingyue Wu
2015-07-23
1
-5
/
+0
*
[NaryReassociate] enhances nsw by leveraging @llvm.assume
Jingyue Wu
2015-07-01
1
-14
/
+55
*
Make NaryReassociate pass the address space to isLegalAddressingMode
Matt Arsenault
2015-06-07
1
-1
/
+3
*
[NaryReassociate] Run EarlyCSE after NaryReassociate
Jingyue Wu
2015-05-28
1
-1
/
+23
*
[NaryReassoc] reassociate GEP for CSE
Jingyue Wu
2015-05-21
1
-21
/
+245
*
[NaryReassociate] avoid running forever
Jingyue Wu
2015-05-13
1
-4
/
+8
*
Resurrect r235688
Jingyue Wu
2015-04-24
1
-1
/
+2
*
[NaryReassociate] run NaryReassociate iteratively
Jingyue Wu
2015-04-17
1
-7
/
+47
*
[NaryReassociate] speeds up candidate searching
Jingyue Wu
2015-04-16
1
-9
/
+15
*
Simplify n-ary adds by reassociation
Jingyue Wu
2015-04-14
1
-0
/
+206