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
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-1
/
+2
*
[DBG][OPT] Attempt to salvage or undef debug info when removing trivially del...
Tom Weaver
2019-11-12
1
-0
/
+2
*
[NFC][TEST_COMMIT] Add fullstop to comment.
Tom Weaver
2019-11-11
1
-1
/
+1
*
[Reassoc] Small fix to support unary FNeg in NegateValue(...)
Cameron McInally
2019-08-23
1
-1
/
+1
*
[Reassociate] try harder to convert negative FP constants to positive
Sanjay Patel
2019-08-10
1
-72
/
+116
*
Simplify std::lower_bound with llvm::{bsearch,lower_bound}. NFC
Fangrui Song
2019-06-21
1
-1
/
+1
*
[Reassociate] Remove bogus assert reported in PR42349.
Cameron McInally
2019-06-20
1
-5
/
+1
*
[Reassociate] Handle unary FNeg in the Reassociate pass
Cameron McInally
2019-06-19
1
-15
/
+28
*
[Reassociation] Place moved instructions after landing pads
David Greene
2019-05-08
1
-1
/
+23
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+3
*
Fix non-determinism in Reassociate caused by address coincidences
Daniel Sanders
2019-03-22
1
-5
/
+18
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Local] Promote an utility that could be used elsewhere. NFCI.
Davide Italiano
2018-12-10
1
-7
/
+1
*
[FPEnv] Convert more BinaryOperator::isFNeg(...) to m_FNeg(...)
Cameron McInally
2018-10-24
1
-10
/
+7
*
[Reassociate] replace fake binop queries with 'match' API
Sanjay Patel
2018-10-23
1
-18
/
+16
*
[Reassociate] add 'using namespace' to reduce bloat; NFC
Sanjay Patel
2018-10-22
1
-3
/
+4
*
revert r341288 - [Reassociate] swap binop operands to increase factoring pote...
Sanjay Patel
2018-09-12
1
-64
/
+0
*
[Reassociate] swap binop operands to increase factoring potential
Sanjay Patel
2018-09-02
1
-0
/
+64
*
[DebugInfo] Refactor DbgInfoIntrinsic class hierarchy.
Hsiangkai Wang
2018-08-06
1
-1
/
+1
*
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
[next]