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
/
LoopStrengthReduce.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[LSR] Prevent formula with SCEVAddRecExpr type of Reg from Sibling loops
Wei Mi
2017-02-16
1
-0
/
+7
*
[LSR] Pointers with different address spaces are considered incompatible.
Mikael Holmen
2017-02-14
1
-1
/
+6
*
Fix PR23384 (under "-lsr-insns-cost" option)
Evgeny Stupachenko
2017-02-11
1
-4
/
+57
*
[LSR] Recommit: Allow formula containing Reg for SCEVAddRecExpr related with ...
Wei Mi
2017-02-11
1
-6
/
+5
*
LSR: Check atomic instruction pointer operands
Matt Arsenault
2017-02-08
1
-1
/
+11
*
LSR: Don't drop address space when type doesn't match
Matt Arsenault
2017-01-30
1
-4
/
+7
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-14
/
+21
*
[RegisterCoalescing] Recommit the patch "Remove partial redundent copy".
Quentin Colombet
2017-01-28
1
-1
/
+3
*
[LoopStrengthReduce] Don't bother rewriting PHIs in catchswitch blocks
David Majnemer
2017-01-13
1
-1
/
+5
*
[PM] Separate the LoopAnalysisManager from the LoopPassManager and move
Chandler Carruth
2017-01-11
1
-4
/
+4
*
[PM] Rewrite the loop pass manager to use a worklist and augmented run
Chandler Carruth
2017-01-11
1
-15
/
+5
*
Fix LSR best register search algorithm.
Evgeny Stupachenko
2016-11-30
1
-2
/
+3
*
Fix some Clang-tidy and Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2016-11-30
1
-26
/
+62
*
LSR debug fix.
Evgeny Stupachenko
2016-11-21
1
-1
/
+1
*
Revert r286999 which caused buildbot test failures. Some testcases need to be...
Wei Mi
2016-11-15
1
-5
/
+6
*
[LSR] Allow formula containing Reg for SCEVAddRecExpr related with outerloop.
Wei Mi
2016-11-15
1
-6
/
+5
*
[ARM] Loop Strength Reduction crashes when targeting ARM or Thumb.
Alexandros Lamprineas
2016-11-09
1
-3
/
+3
*
[LoopStrengthReduce] Don't use a DenseSet<int64_t> when we might add any vali...
Justin Lebar
2016-11-05
1
-1
/
+6
*
[LoopStrenghtReduce] Refactoring and addition of a new target cost function.
Jonas Paulsson
2016-08-17
1
-225
/
+209
*
[LSR] Don't try and create post-inc expressions on non-rotated loops
James Molloy
2016-08-15
1
-0
/
+20
*
Use the range variant of find/find_if instead of unpacking begin/end
David Majnemer
2016-08-12
1
-4
/
+3
*
Use the range variant of find instead of unpacking begin/end
David Majnemer
2016-08-11
1
-4
/
+2
*
[SCEV] Update interface to handle SCEVExpander insert point motion.
Geoff Berry
2016-08-11
1
-8
/
+9
*
Consistently use LoopAnalysisManager
Sean Silva
2016-08-09
1
-1
/
+1
*
[PM] Convert Loop Strength Reduce pass to new PM
Dehao Chen
2016-07-18
1
-24
/
+44
*
[PM] Convert IVUsers analysis to new pass manager.
Dehao Chen
2016-07-16
1
-4
/
+4
*
[LoopStrengthReduce] Fix -Wmisleading-indentation. Reported by GCC6.
Davide Italiano
2016-07-07
1
-2
/
+2
*
Switch more loops to be range-based
David Majnemer
2016-06-24
1
-11
/
+8
*
Reapply [LSR] Create fewer redundant instructions.
Geoff Berry
2016-06-06
1
-20
/
+22
*
[X86] Remove SSE/AVX unaligned store intrinsics as clang no longer uses them....
Craig Topper
2016-05-30
1
-20
/
+0
*
[X86] Add the AVX storeu intrinsics to InstCombine and LoopStrengthReduce in ...
Craig Topper
2016-05-26
1
-0
/
+6
*
[X86] Remove the llvm.x86.sse2.storel.dq intrinsic. It hasn't been used in a ...
Craig Topper
2016-05-25
1
-2
/
+0
*
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
*
[LoopStrengthReduce] Don't hoist into a catchswitch
David Majnemer
2016-03-24
1
-1
/
+6
*
Revert "[LSR] Create fewer redundant instructions."
Geoff Berry
2016-03-16
1
-22
/
+20
*
[LSR] Create fewer redundant instructions.
Geoff Berry
2016-03-16
1
-20
/
+22
*
[LoopStrengthReduce] Don't rewrite PHIs with incoming values from CatchSwitches
David Majnemer
2016-02-03
1
-0
/
+11
*
[SCEV] Add and use SCEVConstant::getAPInt; NFCI
Sanjoy Das
2015-12-17
1
-18
/
+17
*
LPM: Stop threading `Pass *` through all of the loop utility APIs. NFC
Justin Bogner
2015-12-15
1
-26
/
+24
*
[LoopStrengthReduce] Mark dump() definitions as LLVM_DUMP_METHOD.
Davide Italiano
2015-11-23
1
-14
/
+7
*
[LoopStrengthReduce] Don't increment iterator past the end of the BB
David Majnemer
2015-11-16
1
-1
/
+1
*
[LoopStrengthReduce] Don't bother fixing up PHIs from EH Pad preds
David Majnemer
2015-11-08
1
-0
/
+3
*
Scalar: Remove remaining ilist iterator implicit conversions
Duncan P. N. Exon Smith
2015-10-13
1
-19
/
+22
*
Replace some calls to isa<LandingPadInst> with isEHPad()
David Majnemer
2015-08-19
1
-2
/
+2
*
[PM] Port ScalarEvolution to the new pass manager.
Chandler Carruth
2015-08-17
1
-5
/
+7
*
[LSR][NFC] Don’t duplicate entity name at the beginning of the comment.
Sanjoy Das
2015-08-16
1
-236
/
+208
*
[LSR][NFC] Use camelCase for method names in Formula and RegUseTracker.
Sanjoy Das
2015-08-16
1
-34
/
+34
*
LoopStrengthReduce: Try to pass address space to isLegalAddressingMode
Matt Arsenault
2015-08-15
1
-63
/
+94
[next]