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
/
Analysis
/
ScalarEvolutionExpander.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SCEV] Don't expand Wrap predicate using inttoptr in ni addrspaces
Keno Fischer
2018-07-26
1
-5
/
+17
*
[SCEV] Add an expandAddToGEP overload for a single operand. NFC.
Keno Fischer
2018-07-26
1
-10
/
+12
*
SCEVExpander::expandAddRecExprLiterally(): check before casting as Instruction
Roman Lebedev
2018-06-29
1
-1
/
+4
*
Revert r335513: [SCEVExp] Advance found insertion point
Florian Hahn
2018-06-25
1
-4
/
+3
*
[SCEVExp] Advance found insertion point until we find a non-dbg instruction.
Florian Hahn
2018-06-25
1
-3
/
+4
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-2
/
+2
*
[Analysis] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-01
1
-1
/
+1
*
Fix more spelling mistakes in comments of LLVM Analysis passes
Vedant Kumar
2018-03-02
1
-3
/
+3
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-19
/
+10
*
[SCEV] Be careful with nuw/nsw/exact in InsertBinop
Serguei Katkov
2017-12-27
1
-1
/
+14
*
[SCEV] Fix the movement of insertion point in expander. PR35406.
Serguei Katkov
2017-12-15
1
-1
/
+19
*
[ScalarEvolution] Fix base condition in isNormalAddRecPHI.
Bjorn Pettersson
2017-12-14
1
-1
/
+1
*
[SCEV][NFC] Break from loop after we found first non-Phi in getAddRecExprPHIL...
Max Kazantsev
2017-11-29
1
-1
/
+5
*
[SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpander
Max Kazantsev
2017-11-16
1
-0
/
+5
*
Undo accidental commit
Philip Reames
2017-10-31
1
-8
/
+0
*
[CGP] Fix crash on i96 bit multiply
Philip Reames
2017-10-30
1
-0
/
+8
*
Revert rL316568 because of sudden performance drop on ARM
Max Kazantsev
2017-10-27
1
-2
/
+8
*
[SCEV] Enhance SCEVFindUnsafe for division
Max Kazantsev
2017-10-25
1
-8
/
+2
*
[SCEV] Teach SCEVExpander to expand BinPow
Max Kazantsev
2017-06-19
1
-5
/
+43
*
[SCEVExpander] Try harder to avoid introducing inttoptr
Keno Fischer
2017-05-27
1
-4
/
+16
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-3
/
+4
*
Kill off the old SimplifyInstruction API by converting remaining users.
Daniel Berlin
2017-04-28
1
-1
/
+1
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-4
/
+3
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-3
/
+4
*
Tighten the API for ScalarEvolutionNormalization
Sanjoy Das
2017-04-14
1
-2
/
+1
*
Remove NormalizeAutodetect; NFC
Sanjoy Das
2017-04-14
1
-2
/
+2
*
Revert @llvm.assume with operator bundles (r289755-r289757)
Daniel Jasper
2016-12-19
1
-1
/
+1
*
Remove the AssumptionCache
Hal Finkel
2016-12-15
1
-1
/
+1
*
Revert "[SCEVExpand] do not hoist divisions by zero (PR30935)"
Reid Kleckner
2016-12-12
1
-58
/
+30
*
[SCEVExpand] do not hoist divisions by zero (PR30935)
Sebastian Pop
2016-12-12
1
-30
/
+58
*
[SCEVExpander] Explicitly expand AddRec starts into loop preheader
Sanjoy Das
2016-12-11
1
-5
/
+8
*
Fix comment typos. NFC.
Simon Pilgrim
2016-11-20
1
-1
/
+1
*
Revert r286437 r286438, they caused PR30976
Nico Weber
2016-11-10
1
-44
/
+32
*
[SCEVExpander] Hoist unsigned divisons when safe
Sanjoy Das
2016-11-10
1
-1
/
+3
*
[SCEVExpander] Don't hoist divisions
Sanjoy Das
2016-11-10
1
-32
/
+42
*
Create a getelementptr instead of sub expr for ValueOffsetPair if the
Wei Mi
2016-09-14
1
-3
/
+22
*
Use range algorithms instead of unpacking begin/end
David Majnemer
2016-08-11
1
-3
/
+2
*
[SCEV] Update interface to handle SCEVExpander insert point motion.
Geoff Berry
2016-08-11
1
-2
/
+1
*
Fix the runtime error caused by "Use ValueOffsetPair to enhance value reuse d...
Wei Mi
2016-08-09
1
-9
/
+20
*
Recommit "Use ValueOffsetPair to enhance value reuse during SCEV expansion".
Wei Mi
2016-08-09
1
-13
/
+17
*
Revert r276136 "Use ValueOffsetPair to enhance value reuse during SCEV expans...
Hans Wennborg
2016-07-26
1
-18
/
+13
*
Use ValueOffsetPair to enhance value reuse during SCEV expansion.
Wei Mi
2016-07-20
1
-13
/
+18
*
Fix ScalarEvolutionExpander step scaling bug
Keno Fischer
2016-07-13
1
-0
/
+7
*
Avoid output indeterminism between GCC and Clang builds.
Patrik Hagglund
2016-06-20
1
-2
/
+6
*
[SCEV] Keep SCEVExpander insert points consistent.
Geoff Berry
2016-06-01
1
-35
/
+52
*
[SCEVExpander] Fix a failed cast<> assertion
Sanjoy Das
2016-05-11
1
-43
/
+47
*
[SCEVExpander] Don't break SSA in replaceCongruentIVs
Sanjoy Das
2016-05-11
1
-2
/
+1
*
[SCEVExpander] Clang format expressions; NFC
Sanjoy Das
2016-05-10
1
-17
/
+16
*
[SCEV] Improve the run-time checking of the NoWrap predicate
Silviu Baranga
2016-04-25
1
-19
/
+63
*
Remove emacs mode markers from .cpp files. NFC
Nick Lewycky
2016-04-24
1
-1
/
+1
[next]