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] If no Use is interesting, early return.
Tim Shen
2018-07-13
1
-1
/
+3
*
[NFC] fix trivial typos in comments
Hiroshi Inoue
2018-06-14
1
-4
/
+4
*
reapply r334209 with fixes for harfbuzz in Chromium
Daniil Fukalov
2018-06-08
1
-16
/
+26
*
Revert r334209 "[LSR] Check yet more intrinsic pointer operands"
Reid Kleckner
2018-06-08
1
-12
/
+4
*
[LSR] Check yet more intrinsic pointer operands
Daniil Fukalov
2018-06-07
1
-4
/
+12
*
Move Analysis/Utils/Local.h back to Transforms
David Blaikie
2018-06-04
1
-1
/
+1
*
Fix LSR compile time hang.
Evgeny Stupachenko
2018-05-16
1
-1
/
+6
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-111
/
+114
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-7
/
+7
*
IWYU for llvm-config.h in llvm, additions.
Nico Weber
2018-04-30
1
-0
/
+1
*
[Transforms] Change std::sort to llvm::sort in response to r327219
Mandeep Singh Grang
2018-04-13
1
-3
/
+3
*
Transforms: Introduce Transforms/Utils.h rather than spreading the declaratio...
David Blaikie
2018-03-28
1
-0
/
+1
*
[LSR] Allow giving priority to post-incrementing addressing modes
Krzysztof Parzyszek
2018-03-26
1
-9
/
+66
*
Fix a couple of layering violations in Transforms
David Blaikie
2018-03-21
1
-1
/
+1
*
Revert "[LSR] Avoid UB overflow when examining reuse opportunities"
Adam Nemet
2018-02-12
1
-5
/
+0
*
[LSR] Avoid UB overflow when examining reuse opportunities
Gerolf Hoflehner
2018-02-12
1
-0
/
+5
*
[LoopStrengthReduce, x86] don't add cost for a cmp that will be macro-fused (...
Sanjay Patel
2018-02-05
1
-2
/
+3
*
[LSR] Don't force bases of foldable formulae to the final type.
Mikael Holmen
2018-02-01
1
-1
/
+1
*
[SCEV] Fix typo. NFC.
Javed Absar
2018-01-17
1
-1
/
+1
*
[SCEV] fix typo
Javed Absar
2018-01-17
1
-1
/
+1
*
Use phi ranges to simplify code. No functionality change intended.
Benjamin Kramer
2017-12-30
1
-15
/
+12
*
LSR: Check more intrinsic pointer operands
Matt Arsenault
2017-12-11
1
-22
/
+45
*
[SCEV] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-11-13
1
-1
/
+1
*
[LSR] Clarify a comment. NFC.
Vedant Kumar
2017-11-03
1
-1
/
+1
*
Revert "[ScalarEvolution] Handling for ICmp occuring in the evolution chain."
Sanjoy Das
2017-10-18
1
-5
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-18
1
-77
/
+74
*
[ScalarEvolution] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-10-18
1
-2
/
+5
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
1
-7
/
+7
*
[dump] Remove NDEBUG from test to enable dump methods [NFC]
Don Hinton
2017-10-12
1
-7
/
+7
*
[LSR] Fix Shadow IV in case of integer overflow
Max Kazantsev
2017-08-29
1
-0
/
+8
*
[LSR / TTI / SystemZ] Eliminate TargetTransformInfo::isFoldableMemAccess()
Jonas Paulsson
2017-08-09
1
-2
/
+9
*
[LoopStrengthReduce] Don't neglect the Fixup.Offset in isAMCompletelyFolded().
Jonas Paulsson
2017-08-09
1
-2
/
+2
*
Reapply fix PR23384 (part 3 of 3) r304824 (was reverted in r305720).
Evgeny Stupachenko
2017-08-07
1
-1
/
+1
*
Fix PR33514
Evgeny Stupachenko
2017-08-04
1
-0
/
+6
*
Extend ifdefs to more unused helper functions.
Florian Hahn
2017-07-31
1
-4
/
+4
*
Guard print() functions only used by dump() functions.
Florian Hahn
2017-07-31
1
-4
/
+4
*
[SystemZ, LoopStrengthReduce]
Jonas Paulsson
2017-07-21
1
-3
/
+21
*
[Constants] If we already have a ConstantInt*, prefer to use isZero/isOne/isM...
Craig Topper
2017-07-06
1
-1
/
+1
*
[LSR] Narrow search space by filtering non-optimal formulae with the same Sca...
Wei Mi
2017-07-06
1
-0
/
+108
*
Revert r304824 "Fix PR23384 (part 3 of 3)"
Hans Wennborg
2017-06-19
1
-1
/
+1
*
Fix PR23384 (part 3 of 3)
Evgeny Stupachenko
2017-06-06
1
-1
/
+1
*
Fix PR23384 (part 2 of 3) NFC
Evgeny Stupachenko
2017-06-05
1
-72
/
+68
*
LSR: Calculate instruction cost only if InsnsCost is set to true (NFC)
Evgeny Stupachenko
2017-06-05
1
-14
/
+21
*
[LSR] Call canonicalize after we generate a new Formula in GenerateTruncates....
Wei Mi
2017-05-18
1
-0
/
+1
*
BitVector: add iterators for set bits
Francis Visoiu Mistrih
2017-05-17
1
-2
/
+1
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-05-01
1
-32
/
+21
*
Reverts commit r301424, r301425 and r301426
Sanjoy Das
2017-04-26
1
-21
/
+32
*
Rename WeakVH to WeakTrackingVH; NFC
Sanjoy Das
2017-04-26
1
-32
/
+21
*
Tighten the API for ScalarEvolutionNormalization
Sanjoy Das
2017-04-14
1
-4
/
+3
*
Remove NormalizeAutodetect; NFC
Sanjoy Das
2017-04-14
1
-9
/
+3
[next]