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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AutoFDO] Properly merge context-sensitive profile of inlinee back to outline...
Wenlei He
2019-12-05
1
-3
/
+25
*
Revert "[DSE] Fix for a dangling point bug in DeadStoreElimination."
Florian Hahn
2019-12-05
1
-42
/
+17
*
LowerDbgDeclare: look through bitcasts.
Evgenii Stepanov
2019-12-05
1
-16
/
+26
*
Revert "[InstCombine] keep assumption before sinking calls"
Bob Haarman
2019-12-05
1
-21
/
+2
*
[InstCombine] Invert `add A, sext(B) --> sub A, zext(B)` canonicalization (to...
Roman Lebedev
2019-12-05
1
-6
/
+12
*
[DSE] Fix for a dangling point bug in DeadStoreElimination.
Ankit
2019-12-05
1
-17
/
+42
*
[InstCombine] narrow select with FP casts
Sanjay Patel
2019-12-05
1
-0
/
+18
*
[InstCombine] add FMF guard to builder in fptrunc transform; NFC
Sanjay Patel
2019-12-05
1
-0
/
+5
*
[InstCombine] Extend `0 - (X sdiv C) -> (X sdiv -C)` fold to non-splat vectors
Roman Lebedev
2019-12-05
1
-8
/
+10
*
[ThinLTO] Fix importing of writeonly variables in distributed ThinLTO
Teresa Johnson
2019-12-04
1
-1
/
+1
*
Revert "[DebugInfo] Recover debug intrinsics when killing duplicated/empty ba...
Tozer
2019-12-04
2
-64
/
+22
*
Revert "[Coverage] Revise format to reduce binary size"
Vedant Kumar
2019-12-04
1
-1
/
+5
*
[Coverage] Revise format to reduce binary size
Vedant Kumar
2019-12-04
1
-5
/
+1
*
[LoopInterchange] Improve inner exit loop safety checks.
Florian Hahn
2019-12-04
1
-33
/
+36
*
[llvm][Transform] Remove unused variable. [NFCI]
Francesco Petrogalli
2019-12-04
1
-1
/
+1
*
[PGO][PGSO] Distinguish queries from unit tests and explicitly enable for the...
Hiroshi Yamauchi
2019-12-04
1
-0
/
+5
*
[DebugInfo] Recover debug intrinsics when killing duplicated/empty basic blocks
stozer
2019-12-04
2
-22
/
+64
*
[SimpleLoopUnswitch] Invalidate the topmost loop with ExitBB as exiting.
Florian Hahn
2019-12-04
1
-2
/
+17
*
[APFloat] Prevent construction of APFloat with Semantics and FP value
Ehud Katz
2019-12-04
2
-2
/
+2
*
[InstCombine] Revert aafde063aaf09285c701c80cd4b543c2beb523e8 and 6749dc34466...
Craig Topper
2019-12-03
2
-10
/
+2
*
[LV] Scalar with predication must not be uniform
Ayal Zaks
2019-12-03
1
-17
/
+22
*
[SLP] Enhance SLPVectorizer to vectorize different combinations of aggregates
Anton Afanasyev
2019-12-03
1
-62
/
+56
*
[VPlan] Add dump function to VPlan class.
Florian Hahn
2019-12-03
2
-8
/
+14
*
[asan] Remove debug locations from alloca prologue instrumentation
Johannes Altmanninger
2019-12-03
1
-6
/
+0
*
Place the "cold" code piece into the same section as the original function
Bill Wendling
2019-12-02
1
-0
/
+3
*
[PGO][PGSO] Add an optional query type parameter to shouldOptimizeForSize.
Hiroshi Yamauchi
2019-12-02
6
-9
/
+18
*
[VPlan] Move graph traits (NFC).
Florian Hahn
2019-12-02
1
-121
/
+122
*
[InstCombine] fix undef propagation for vector urem transform (PR44186)
Sanjay Patel
2019-12-02
1
-2
/
+4
*
[ARM,MVE] Add an InstCombine rule permitting VPNOT.
Simon Tatham
2019-12-02
1
-0
/
+13
*
[InstCombine] Revert rL341831: relax one-use check in foldICmpAddConstant() (...
Roman Lebedev
2019-12-02
1
-3
/
+3
*
[InstCombine] fold copysign with constant sign argument to (fneg+)fabs
Sanjay Patel
2019-12-02
1
-0
/
+15
*
[InstCombine] Fix big-endian miscompile of (bitcast (zext/trunc (bitcast)))
Bjorn Pettersson
2019-12-02
1
-22
/
+57
*
[InstCombine] Expand usub_sat patterns to handle constants
David Green
2019-11-30
1
-3
/
+11
*
[InstCombine] Adjust usub_sat fold one use checks
David Green
2019-11-30
1
-3
/
+3
*
[Attributor] Deduce dereferenceable based on accessed bytes map
Hideto Ueno
2019-11-29
1
-0
/
+22
*
[Attributor] Remove dereferenceable_or_null when nonull is present
Hideto Ueno
2019-11-29
1
-0
/
+10
*
Revert "[Attributor] Move pass after InstCombine to futher eliminate null poi...
Dávid Bolvanský
2019-11-27
1
-2
/
+3
*
[Attributor] Move pass after InstCombine to futher eliminate null pointer checks
Dávid Bolvanský
2019-11-27
1
-3
/
+2
*
[Attributor] Handle special case when offset equals zero in nonnull deduction
Hideto Ueno
2019-11-27
1
-6
/
+18
*
Revert "Revert "As a follow-up to my initial mail to llvm-dev here's a first ...
Eric Christopher
2019-11-26
1
-16
/
+30
*
[InstCombine] Fixed std::min on some bots. NFCI
Dávid Bolvanský
2019-11-26
1
-1
/
+1
*
[InstCombine] Optimize some memccpy calls to memcpy/null
Dávid Bolvanský
2019-11-26
1
-0
/
+41
*
[Attributor] Track a GEP Instruction in align deduction
Hideto Ueno
2019-11-26
1
-12
/
+37
*
Revert "As a follow-up to my initial mail to llvm-dev here's a first pass at ...
Muhammad Omair Javaid
2019-11-26
1
-30
/
+16
*
As a follow-up to my initial mail to llvm-dev here's a first pass at the O1 d...
Eric Christopher
2019-11-25
1
-16
/
+30
*
[InstCombine] remove shuffle mask canonicalization that creates undef elements
Sanjay Patel
2019-11-25
1
-10
/
+10
*
[NFC][LoopFusion] Use isControlFlowEquivalent() from CodeMoverUtils.
Whitney Tsang
2019-11-25
2
-14
/
+14
*
[InstCombine] prevent infinite loop from conflicting shuffle mask transforms
Sanjay Patel
2019-11-25
1
-2
/
+4
*
[InstCombine] simplify code for shuffle mask canonicalization; NFC
Sanjay Patel
2019-11-25
1
-6
/
+4
*
[InstCombine] remove dead code from shuffle mask canonicalization; NFC
Sanjay Patel
2019-11-25
1
-2
/
+2
[next]