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
...
*
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
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-1
/
+1
*
[Reassociate] Canonicalizing 'x [+-] (-Constant * y)' isn't always a win
David Majnemer
2015-05-28
1
-35
/
+21
*
don't repeat function names in comments; NFC
Sanjay Patel
2015-04-22
1
-38
/
+31
*
Reapply "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-19
/
+15
*
Revert: "[Reassociate] Add initial support for vector instructions."
Robert Lougher
2015-03-13
1
-15
/
+19
*
[Reassociate] Add initial support for vector instructions.
Robert Lougher
2015-03-13
1
-19
/
+15
*
Reassociate: cannot negate a INT_MIN value
Mehdi Amini
2015-02-11
1
-1
/
+1
*
Fix Reassociate handling of constant in presence of undef float
Mehdi Amini
2015-01-16
1
-3
/
+6
*
[Reassociate] Use dbgs() instead of errs().
Chad Rosier
2014-12-12
1
-2
/
+2
*
This Reassociate change unintentionally slipped in r222499
David Majnemer
2014-11-21
1
-7
/
+0
[prev]
[next]