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
/
Reassociate.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove trailing space
Fangrui Song
2018-07-30
1
-8
/
+8
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-26
/
+31
*
[Reassociate] Prevent infinite loops when processing PHIs.
Davide Italiano
2018-05-11
1
-1
/
+8
*
[reassociate] Fix excessive revisits when processing long chains of reassocia...
Daniel Sanders
2018-05-02
1
-7
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
[DebugInfo] Invalidate debug info in ReassociatePass::RewriteExprTree
Bjorn Pettersson
2018-04-25
1
-0
/
+13
*
[Reassociate] fix formatting; NFC
Sanjay Patel
2018-04-19
1
-4
/
+3
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Reassociate: add global reassociation algorithm
Fiona Glaser
2017-12-12
1
-2
/
+110
*
[Reassociate] simplify code; NFCI
Sanjay Patel
2017-11-15
1
-6
/
+3
*
[Reassociate] use dyn_cast instead of isa+cast; NFCI
Sanjay Patel
2017-11-14
1
-9
/
+9
*
[Reassociate] don't name values "tmp"; NFCI
Sanjay Patel
2017-11-09
1
-2
/
+2
*
[IR] redefine 'UnsafeAlgebra' / 'reassoc' fast-math-flags and add 'trans' fas...
Sanjay Patel
2017-11-06
1
-7
/
+5
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
1
-17
/
+30
*
[Reassociate] Do not drop debug location if replacement is missing
Mikael Holmen
2017-08-24
1
-1
/
+2
*
[Reassociate] Don't canonicalize x + (-Constant * y) -> x - (Constant * y)..
Chad Rosier
2017-08-23
1
-0
/
+6
*
[Reassociate] Use a range loop for clarity. NFCI.
Davide Italiano
2017-08-07
1
-5
/
+6
*
[Reassociate] Try to bail out early when canonicalizing.
Davide Italiano
2017-08-07
1
-6
/
+2
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[Reassociate] Make sure EraseInst sets MadeChange
Mikael Holmen
2017-06-27
1
-0
/
+2
*
[Reassociate] Use early returns in a couple places to reduce indentation and ...
Craig Topper
2017-06-21
1
-26
/
+26
*
[Reassociate] Const correct a helper function. NFC
Craig Topper
2017-06-21
1
-2
/
+2
*
[Reassociate] Support xor reassociating for splat vectors
Craig Topper
2017-06-21
1
-24
/
+22
*
[Reassociate] Support some reassociation of vector xors
Craig Topper
2017-06-19
1
-6
/
+7
*
[Reassociate] Make one of the helper methods static because it doesn't use an...
Craig Topper
2017-06-19
1
-2
/
+2
*
[Reassociate] Use APInt::isNullValue() instead of comparing with 0. NFC
Craig Topper
2017-06-18
1
-8
/
+9
*
[IR] De-virtualize ~Value to save a vptr
Reid Kleckner
2017-05-18
1
-1
/
+1
*
[IR] Prefer use_empty() to !hasNUsesOrMore(1) for clarity.
Davide Italiano
2017-05-16
1
-1
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-2
/
+2
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-2
/
+2
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-2
/
+2
*
[Reassociate] Add negated value of negative constant to the Duplicates list.
Chad Rosier
2017-02-23
1
-4
/
+4
*
[Reassociate] Remove an unused argument. NFC.
Chad Rosier
2017-02-08
1
-5
/
+4
*
[PM] Introduce an analysis set used to preserve all analyses over
Chandler Carruth
2017-01-15
1
-2
/
+2
*
Fixed the lost FastMathFlags in Reassociate optimization.
Vyacheslav Klochkov
2016-11-22
1
-0
/
+6
*
Remove redundant condition (PR28352) NFCI.
Simon Pilgrim
2016-11-14
1
-2
/
+3
*
[Reassociate] Skip analysis of dead code to avoid infinite loop.
Bjorn Pettersson
2016-11-02
1
-4
/
+13
*
[Reassociate] Removing instructions mutates the IR.
Davide Italiano
2016-10-28
1
-1
/
+3
*
[Reassociate] Add additional debug output. NFC.
Chad Rosier
2016-08-30
1
-0
/
+2
*
Revert "Reassociate: Reprocess RedoInsts after each inst".
Chad Rosier
2016-08-17
1
-37
/
+27
*
Revert "[Reassociate] Avoid iterator invalidation when negating value."
Chad Rosier
2016-08-17
1
-9
/
+0
*
[Reassociate] Avoid iterator invalidation when negating value.
Chad Rosier
2016-08-17
1
-0
/
+9
*
[PM] Normalize FIXMEs for missing PreserveCFG to have the same wording.
Michael Kuperstein
2016-06-28
1
-2
/
+1
*
Apply clang-tidy's modernize-loop-convert to most of lib/Transforms.
Benjamin Kramer
2016-06-26
1
-6
/
+4
*
[PM] Remove support for omitting the AnalysisManager argument to new
Chandler Carruth
2016-06-17
1
-2
/
+3
*
Avoid copies of std::strings and APInt/APFloats where we only read from it
Benjamin Kramer
2016-06-08
1
-1
/
+1
*
[PM] Reassociate: cache analyses more aggressively.
Davide Italiano
2016-05-29
1
-2
/
+7
*
PM: Port Reassociate to the new pass manager
Justin Bogner
2016-04-26
1
-139
/
+101
*
Reassociate: Convert another functor into a lambda. NFC
Justin Bogner
2016-04-26
1
-15
/
+13
[next]