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
*
Recommit r346483: [CallSiteSplitting] Only record conditions up to the IDom(c...
Florian Hahn
2018-11-14
1
-13
/
+26
*
[CSP, Cloning] Update DuplicateInstructionsInSplitBetween to use DomTreeUpdater.
Florian Hahn
2018-11-13
2
-32
/
+33
*
Introduce DebugCounter into ConstProp pass
Zhizhou Yang
2018-11-13
1
-26
/
+43
*
[LICM] Hoist guards from non-header blocks
Max Kazantsev
2018-11-12
1
-11
/
+3
*
[IPSCCP,PM] Preserve PDT in the new pass manager.
Florian Hahn
2018-11-11
1
-4
/
+3
*
[JumpThreading] Fix exponential time algorithm computing known values.
Eli Friedman
2018-11-09
1
-19
/
+18
*
Revert r346483: [CallSiteSplitting] Only record conditions up to the IDom(cal...
Florian Hahn
2018-11-09
1
-38
/
+15
*
[IPSCCP,PM] Preserve DT in the new pass manager.
Florian Hahn
2018-11-09
1
-27
/
+38
*
[CallSiteSplitting] Only record conditions up to the IDom(call site).
Florian Hahn
2018-11-09
1
-15
/
+38
*
[NFC] Add utility function for SafetyInfo updates for moveBefore
Max Kazantsev
2018-11-09
1
-3
/
+11
*
[LoopInterchange] Support reductions across inner and outer loop.
Florian Hahn
2018-11-08
1
-44
/
+130
*
Return "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-08
1
-13
/
+26
*
[LSR] Combine unfolded offset into invariant register
Gil Rapaport
2018-11-08
1
-12
/
+42
*
[SimpleLoopUnswitch] partial unswitch needs to be careful when replacing inva...
Fedor Sergeev
2018-11-07
1
-1
/
+14
*
[LoopSink] Do not sink instructions into non-cold blocks
Mandeep Singh Grang
2018-11-07
1
-0
/
+7
*
[NewGVN] Make sure we do not add a user to itself.
Florian Hahn
2018-11-07
1
-3
/
+7
*
Add support for llvm.is.constant intrinsic (PR4898)
James Y Knight
2018-11-07
1
-0
/
+2
*
fix typos aggressively; NFC
Sanjay Patel
2018-11-07
1
-1
/
+1
*
[LICM] Remove too conservative IsMustExecute variable
Max Kazantsev
2018-11-06
1
-15
/
+8
*
[LICM] Use ICFLoopSafetyInfo in LICM
Max Kazantsev
2018-11-06
1
-20
/
+33
*
Revert "[IndVars] Smart hard uses detection"
Max Kazantsev
2018-11-06
1
-26
/
+13
*
[MergeICmps] Do not perform the transformation if GEP is used outside of block
Taewook Oh
2018-11-05
1
-1
/
+1
*
[DebugInfo][InstMerge] Fix -debugify for phi node created by -mldst-motion
Jordan Rupprecht
2018-11-02
1
-0
/
+1
*
[NFC][LICM] Factor out instruction erasing logic
Max Kazantsev
2018-11-02
1
-11
/
+15
*
[LoopInterchange] Fix unused variables in release build
Florian Hahn
2018-11-01
1
-0
/
+2
*
[LoopInterchange] Remove support for inner-only reductions.
Florian Hahn
2018-11-01
1
-105
/
+20
*
[NFC] Reorganize code to prepare it for more transforms
Max Kazantsev
2018-11-01
1
-4
/
+15
*
[IndVars] Smart hard uses detection
Max Kazantsev
2018-11-01
1
-13
/
+26
*
[LoopUnroll] allow customization for new-pass-manager version of LoopUnroll
Fedor Sergeev
2018-10-31
1
-12
/
+9
*
[IndVars] Strengthen restricton in rewriteLoopExitValues
Max Kazantsev
2018-10-31
1
-28
/
+7
*
ADT/STLExtras: Introduce llvm::empty; NFC
Matthias Braun
2018-10-31
1
-1
/
+1
*
[SROA] Use offset sizes from the DataLayout instead of the pointer siezes.
Nicola Zaghen
2018-10-30
1
-6
/
+6
*
Fix -Wdocumentation warning. NFCI.
Simon Pilgrim
2018-10-27
1
-4
/
+4
*
Pointer types were treated as zero-size by MergeICmps
Christy Lee
2018-10-26
1
-1
/
+2
*
[SimpleLoopUnswitch] Unswitch by experimental.guard intrinsics
Max Kazantsev
2018-10-26
1
-2
/
+107
*
[SimpleLoopUnswitch] Make all checks before actual non-trivial unswitch
Max Kazantsev
2018-10-26
1
-18
/
+20
*
Update MemorySSA in LoopRotate.
Alina Sbirlea
2018-10-24
1
-4
/
+24
*
[FPEnv] Convert more BinaryOperator::isFNeg(...) to m_FNeg(...)
Cameron McInally
2018-10-24
1
-10
/
+7
*
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
*
[Reassociate] replace fake binop queries with 'match' API
Sanjay Patel
2018-10-23
1
-18
/
+16
*
[SLSR] use 'match' to simplify code; NFC
Sanjay Patel
2018-10-23
1
-4
/
+5
*
[Reassociate] add 'using namespace' to reduce bloat; NFC
Sanjay Patel
2018-10-22
1
-3
/
+4
*
Use llvm::{all,any,none}_of instead std::{all,any,none}_of. NFC
Fangrui Song
2018-10-19
1
-4
/
+3
*
[TI removal] Switch simple loop unswitch to `Instruction`.
Chandler Carruth
2018-10-18
1
-5
/
+5
*
[TI removal] Switch NewGVN to directly use `Instruction`.
Chandler Carruth
2018-10-18
1
-3
/
+3
*
StructurizeCFG: Simplify inserted PHI nodes
Nicolai Haehnle
2018-10-17
1
-1
/
+23
*
[LoopPredication] add some simple stats
Fedor Sergeev
2018-10-17
1
-0
/
+8
*
[InstCombine] Cleanup libfunc attribute inferring
David Bolvansky
2018-10-16
1
-2
/
+3
*
[NFC] Make LoopSafetyInfo abstract to allow alternative implementations
Max Kazantsev
2018-10-16
3
-3
/
+3
[next]