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
...
*
SROA: The alloca type isn't a candidate promotion type for vectors
David Majnemer
2014-11-21
1
-0
/
+7
*
Revert "[Reassociate] As the expression tree is rewritten make sure the opera...
Chad Rosier
2014-11-19
1
-8
/
+7
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-4
/
+4
*
[Reassociate] Rename local variable to not use same name as a member
Chad Rosier
2014-11-18
1
-4
/
+4
*
[Reassociate] As the expression tree is rewritten make sure the operands are
Chad Rosier
2014-11-17
1
-7
/
+8
*
[Reassociate] Canonicalize constants to RHS operand.
Chad Rosier
2014-11-17
1
-1
/
+4
*
[Reassociate] Canonicalize the operands of all binary operators.
Chad Rosier
2014-11-14
1
-12
/
+12
*
[Reassociate] Canonicalize operands of vector binary operators.
Chad Rosier
2014-11-14
1
-6
/
+1
*
[Reassociate] Canonicalize constants to RHS operand.
Chad Rosier
2014-11-14
1
-12
/
+17
*
[Reassociate] Improve rank debug information. NFC.
Chad Rosier
2014-11-14
1
-4
/
+5
*
[Reassociate] Update comment. NFC.
Chad Rosier
2014-11-13
1
-1
/
+1
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-1
/
+2
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-11
1
-42
/
+91
*
[Reassociate] Better preserve NSW/NUW flags.
Chad Rosier
2014-11-07
1
-0
/
+11
*
[Reassociate] Don't reassociate when mixing regular and fast-math FP
Chad Rosier
2014-11-06
1
-3
/
+9
*
Revert "[Reassociate] Canonicalize negative constants out of expressions."
Reid Kleckner
2014-11-04
1
-101
/
+42
*
[Reassociate] Canonicalize negative constants out of expressions.
Chad Rosier
2014-11-03
1
-42
/
+101
*
[Reassociate] Don't canonicalize X - undef to X + (-undef).
Chad Rosier
2014-10-09
1
-0
/
+4
*
Give the Reassociate pass a bit more flexibility and autonomy when optimizing...
Owen Anderson
2014-10-05
1
-2
/
+12
*
Reassociate x + -0.1234 * y into x - 0.1234 * y
Erik Verbruggen
2014-08-21
1
-2
/
+49
*
[Reassociation] Add support for reassociation with unsafe algebra.
Chad Rosier
2014-08-14
1
-81
/
+228
*
[Reassociate] Similar to "X + -X" -> "0", added code to handle "X + ~X" -> "-1".
Benjamin Kramer
2014-05-31
1
-8
/
+23
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-20
/
+20
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-13
/
+12
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move ValueHandle into the IR library where Value itself lives.
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Now that we have C++11, turn simple functors into lambdas and remove a ton of...
Benjamin Kramer
2014-03-01
1
-13
/
+0
*
[reassociate] Switch two std::sort calls into std::stable_sort calls as
Chandler Carruth
2014-02-25
1
-2
/
+2
*
Disable most IR-level transform passes on functions marked 'optnone'.
Paul Robinson
2014-02-06
1
-0
/
+3
*
Put the functionality for printing a value to a raw_ostream as an
Chandler Carruth
2014-01-09
1
-2
/
+1
*
Move the LLVM IR asm writer header files into the IR directory, as they
Chandler Carruth
2014-01-07
1
-1
/
+1
*
Use switch instead of if. No functionality change.
Jakub Staszak
2013-07-22
1
-14
/
+17
*
Reassociate: Remove unnecessary default operator=.
Benjamin Kramer
2013-07-06
1
-10
/
+0
*
Fix a XOR reassociation bug.
Shuxin Yang
2013-04-27
1
-3
/
+6
*
Redo the fix Benjamin Kramer committed in r178793 about iterator invalidation...
Shuxin Yang
2013-04-08
1
-12
/
+14
*
Reassociate: Avoid iterator invalidation.
Benjamin Kramer
2013-04-04
1
-7
/
+12
*
Correct assertion condition
Shuxin Yang
2013-04-01
1
-1
/
+1
*
Implement XOR reassociation. It is based on following rules:
Shuxin Yang
2013-03-30
1
-1
/
+325
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-6
/
+6
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-7
/
+7
*
Remove the last bit of constant folding from LinearizeExprTree (most of it was
Duncan Sands
2012-11-18
1
-11
/
+0
*
Fix PR14060, an infinite loop in reassociate. The problem was that one of the
Duncan Sands
2012-11-18
1
-6
/
+24
*
Fix a crash observed by Shuxin Yang. The issue here is that LinearizeExprTree,
Duncan Sands
2012-11-15
1
-54
/
+21
*
revert r167740
Shuxin Yang
2012-11-13
1
-314
/
+8
*
This change is to fix rdar://12571717 which is about assertion in Reassociate...
Shuxin Yang
2012-11-12
1
-8
/
+314
*
Stop reassociate from looking through expressions of arbitrary complexity. This
Duncan Sands
2012-07-26
1
-0
/
+2
*
Clean whitespaces.
Nadav Rotem
2012-07-24
1
-1
/
+1
*
Suppress a warning.
Nadav Rotem
2012-07-23
1
-1
/
+2
[prev]
[next]