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
Commit message (
Expand
)
Author
Age
Files
Lines
*
loop-rotate: avoid duplicating dbg.value intrinsics in the entry block.
Adrian Prantl
2017-11-01
1
-0
/
+24
*
Revert rL311205 "[IRCE] Fix buggy behavior in Clamp"
Max Kazantsev
2017-11-01
1
-2
/
+1
*
loop-rotate: simplify code by using llvm::findDbgValues(). (NFC)
Adrian Prantl
2017-10-31
1
-31
/
+23
*
[IRCE][NFC] Rename fields of InductiveRangeCheck
Max Kazantsev
2017-10-31
1
-23
/
+23
*
[NFC] Get rid of variables used in assert only
Max Kazantsev
2017-10-31
1
-6
/
+6
*
Reapply "[GVN] Prevent LoadPRE from hoisting across instructions that don't p...
Max Kazantsev
2017-10-31
1
-0
/
+97
*
InferAddressSpaces: Fix bug about replacing addrspacecast
Yaxun Liu
2017-10-30
1
-0
/
+5
*
[NewGVN] Stop assuming PHI args ordering when looking at phi-of-ops.
Davide Italiano
2017-10-30
1
-1
/
+1
*
[GVNHoist] Fix non-deterministic sort order of PHIs for identical instructions
Mandeep Singh Grang
2017-10-30
1
-1
/
+1
*
[CodeGen][ExpandMemcmp] Allow memcmp to expand to vector loads (2).
Clement Courbet
2017-10-30
1
-2
/
+1
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+95
*
[IRCE][NFC] Store Length as SCEV in RangeCheck instead of Value
Max Kazantsev
2017-10-30
1
-6
/
+6
*
Revert r316887 to fix buildbot failures.
Florian Hahn
2017-10-30
1
-93
/
+7
*
Recommit r315288: [SCCP] Propagate integer range info for parameters in IPSCCP.
Florian Hahn
2017-10-30
1
-7
/
+93
*
[GVN][NFC] Mark instruction for deletion instead of immediate erasing in LoadPRE
Max Kazantsev
2017-10-30
1
-2
/
+1
*
[SimplifyCFG] use pass options and remove the latesimplifycfg pass
Sanjay Patel
2017-10-28
2
-76
/
+65
*
[PartialInlineLibCalls] Teach PartialInlineLibCalls to honor nobuiltin, prope...
Craig Topper
2017-10-28
1
-6
/
+5
*
[LoopPredication] Handle the case when the guard and the latch IV have differ...
Artur Pilipenko
2017-10-27
1
-61
/
+87
*
[GVN][NFC] Refactor loop iteration with foreach
Max Kazantsev
2017-10-27
1
-6
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-27
2
-29
/
+92
*
[LICM] Restructure implicit exit handling to be more clear [NFCI]
Philip Reames
2017-10-26
1
-27
/
+34
*
[Transforms] Revert r316630 changes in Scalar/MergeICmps.cpp to fix broken bu...
Eugene Zelenko
2017-10-26
1
-62
/
+31
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-26
3
-80
/
+175
*
[IRCE] Fix intersection between signed and unsigned ranges
Max Kazantsev
2017-10-25
1
-14
/
+73
*
[IRCE] Smarter detection of empty ranges using SCEV
Max Kazantsev
2017-10-25
1
-6
/
+15
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-24
1
-50
/
+61
*
[NVPTX] allow address space inference for volatile loads/stores.
Artem Belevich
2017-10-24
1
-13
/
+22
*
[GVNSink] Fix failing GVNSink tests in the reverse iteration bot
Mandeep Singh Grang
2017-10-23
1
-8
/
+15
*
[SimplifyCFG] delay switch condition forwarding to -latesimplifycfg
Sanjay Patel
2017-10-22
1
-6
/
+12
*
[LoopInterchange] Fix phi node ordering miscompile.
David Green
2017-10-21
1
-1
/
+6
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-20
4
-141
/
+289
*
Fix MSVC signed/unsigned comparison warning
Simon Pilgrim
2017-10-19
1
-1
/
+1
*
[NFC][IRCE] Filter out empty ranges early
Max Kazantsev
2017-10-19
1
-4
/
+6
*
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
5
-144
/
+236
*
[ScalarEvolution] Handling for ICmp occuring in the evolution chain.
Jatin Bhateja
2017-10-18
1
-2
/
+5
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-17
1
-3
/
+32
*
Revert 315440 on behalf of mkazantsev
Philip Reames
2017-10-17
1
-77
/
+0
*
[JumpThreading] Move two PredValueInfoTy vectors to a scope closer to their u...
Craig Topper
2017-10-16
1
-2
/
+2
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-16
6
-139
/
+282
*
Reverting r315590; it did not include changes for llvm-tblgen, which is causi...
Aaron Ballman
2017-10-15
3
-13
/
+13
*
[LoopInfo][Refactor] Make SetLoopAlreadyUnrolled a member function of the Loo...
Hongbin Zheng
2017-10-15
1
-38
/
+1
*
[Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...
Eugene Zelenko
2017-10-13
6
-132
/
+320
*
[IPSCCP] Move common functions to ValueLatticeUtils (NFC)
Matthew Simpson
2017-10-13
1
-62
/
+27
*
[RS4GC] Look through vector bitcasts when looking for base pointer
Daniel Neilson
2017-10-13
1
-0
/
+5
*
Revert r314923: "Recommit : Use the basic cost if a GEP is not used as addres...
Daniel Jasper
2017-10-13
2
-2
/
+2
*
[CVP] Process binary operations even when def is local
Anna Thomas
2017-10-12
1
-16
/
+4
*
[LoopPredication] Check whether the loop is already guarded by the first iter...
Artur Pilipenko
2017-10-12
1
-2
/
+6
*
Revert "Reintroduce "[SCCP] Propagate integer range info for parameters in IP...
Bruno Cardoso Lopes
2017-10-12
1
-92
/
+8
*
[LoopPredication] Support ule, sle latch predicates
Artur Pilipenko
2017-10-12
1
-20
/
+35
[next]