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
*
Revert "[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC)."
Florian Hahn
2020-01-04
1
-1
/
+1
*
[SCEV] Move ScalarEvolutionExpander.cpp to Transforms/Utils (NFC).
Florian Hahn
2020-01-04
1
-1
/
+1
*
Sink all InitializePasses.h includes
Reid Kleckner
2019-11-13
1
-2
/
+3
*
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure s...
Zi Xuan Wu
2019-10-12
1
-1
/
+3
*
Revert "[LoopVectorize][PowerPC] Estimate int and float register pressure sep...
Jinsong Ji
2019-10-08
1
-3
/
+1
*
[LoopVectorize][PowerPC] Estimate int and float register pressure separately ...
Zi Xuan Wu
2019-10-08
1
-1
/
+3
*
[LSR] Silence static analyzer null dereference warnings with assertions. NFCI.
Simon Pilgrim
2019-09-22
1
-0
/
+2
*
Change TargetLibraryInfo analysis passes to always require Function
Teresa Johnson
2019-09-07
1
-1
/
+2
*
[PowerPC] exclude more icmps in LSR which is converted in later hardware loop...
Chen Zheng
2019-07-25
1
-5
/
+6
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[PowerPC] Hardware Loop branch instruction's condition may not be icmp.
Chen Zheng
2019-07-04
1
-1
/
+1
*
[PowerPC] exclude ICmpZero in LSR if icmp can be replaced in later hardware l...
Chen Zheng
2019-07-03
1
-7
/
+26
*
Revert "[LSR] Tweak setup cost depth threshold to 10."
Amara Emerson
2019-05-13
1
-1
/
+1
*
[LSR] Tweak setup cost depth threshold to 10.
Amara Emerson
2019-05-10
1
-1
/
+1
*
[LSR] Limit the recursion for setup cost
David Green
2019-04-23
1
-11
/
+14
*
Test commit by Denis Bakhvalov
Denis Bakhvalov
2019-04-17
1
-1
/
+1
*
[LSR] Rewrite misses some fixup locations if it splits critical edge
Quentin Colombet
2019-04-15
1
-1
/
+42
*
[LSR] Fix signed overflow in GenerateCrossUseConstantOffsets.
Florian Hahn
2019-03-28
1
-4
/
+10
*
[LSR] Check for signed overflow in NarrowSearchSpaceByDetectingSupersets.
Florian Hahn
2019-03-15
1
-1
/
+3
*
Fix for buildbots
Sam Parker
2019-03-14
1
-11
/
+9
*
[NFC][LSR] Cleanup Cost API
Sam Parker
2019-03-14
1
-63
/
+54
*
[LSR] Attempt to increase the accuracy of LSR's setup cost
David Green
2019-03-07
1
-6
/
+25
*
[NFC] Rename DontDeleteUselessPHIs --> KeepOneInputPHIs
Max Kazantsev
2019-02-12
1
-1
/
+1
*
[LSR] Generate cross iteration indexes
Sam Parker
2019-02-07
1
-23
/
+67
*
[LSR] Check SCEV on isZero() after extend. PR40514
Max Kazantsev
2019-02-05
1
-3
/
+21
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[LoopStrengthReduce] ComplexityLimit as an option
Sam Parker
2018-11-29
1
-3
/
+5
*
[LSR] Combine unfolded offset into invariant register
Gil Rapaport
2018-11-08
1
-12
/
+42
*
Revert r345114
Gil Rapaport
2018-10-24
1
-40
/
+12
*
[LSR] Combine unfolded offset into invariant register
Gil Rapaport
2018-10-24
1
-12
/
+40
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-3
/
+3
*
[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
[next]