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
*
[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
*
Reassociate: Simplify using lambdas. NFC
Justin Bogner
2016-04-26
1
-17
/
+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
*
ADT: Remove == and != comparisons between ilist iterators and pointers
Duncan P. N. Exon Smith
2016-02-21
1
-1
/
+1
*
Reassociate: Reprocess RedoInsts after each inst
Aditya Nandakumar
2016-01-26
1
-28
/
+39
*
Instructions to be redone only if from the same BB
Aditya Nandakumar
2016-01-07
1
-1
/
+2
*
Remove dead instructions before Redoing
Aditya Nandakumar
2016-01-04
1
-1
/
+33
*
Fix funciton->function typo.
Eric Christopher
2015-12-16
1
-1
/
+1
*
getParent() ^ 3 == getModule() ; NFCI
Sanjay Patel
2015-12-14
1
-1
/
+1
*
[IR] Reformulate LLVM's EH funclet IR
David Majnemer
2015-12-12
1
-2
/
+0
*
Fix a pair of issues that caused an infinite loop in reassociate.
Owen Anderson
2015-11-20
1
-1
/
+1
*
Add intermediate subtract instructions to reassociation worklist.
Owen Anderson
2015-11-16
1
-9
/
+39
*
[ScalarOpts] Remove dead code.
Benjamin Kramer
2015-10-15
1
-14
/
+0
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-8
/
+7
*
Add GlobalsAA as preserved to a bunch of transforms
James Molloy
2015-09-10
1
-0
/
+2
*
[IR] Give catchret an optional 'return value' operand
David Majnemer
2015-08-15
1
-0
/
+2
*
[Reassociation] Fix miscompile for va_arg arguments.
Quentin Colombet
2015-08-06
1
-22
/
+2
*
[Reassociate] Don't propogate flags when creating negations
David Majnemer
2015-06-24
1
-0
/
+10
[next]