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
*
[JumpThread] Simplify CmpInst-as-Condition branch-folding a bit.
Xin Tong
2017-03-07
1
-4
/
+11
*
[LV] Consider users that are memory accesses in uniforms expansion step
Matthew Simpson
2017-03-07
1
-1
/
+3
*
revert r297155 because there's a clang test that depends on InstCombine:
Sanjay Patel
2017-03-07
1
-20
/
+0
*
Revert "Strip debug info when inlining into a nodebug function."
Adrian Prantl
2017-03-07
1
-30
/
+12
*
Revert r297132, it caused PR32171
Nico Weber
2017-03-07
1
-45
/
+3
*
[InstCombine] shrink truncated splat shuffle
Sanjay Patel
2017-03-07
1
-0
/
+20
*
[LoopRotate] Update dbg.value intrinsics
Sam Parker
2017-03-07
1
-3
/
+45
*
[LoopUnrolling] Fix loop size check for peeling
Sanjoy Das
2017-03-07
1
-1
/
+3
*
[SLP] Revert r296863 due to miscompiles.
Michael Kuperstein
2017-03-06
1
-79
/
+72
*
[InstCombine] use dyn_cast instead of isa+cast; NFCI
Sanjay Patel
2017-03-06
1
-15
/
+12
*
Disable gvn-hoist (PR32153)
Hans Wennborg
2017-03-06
1
-2
/
+2
*
NewGVN: Remove DebugUnknownExprs, just mark the instructions as unused
Daniel Berlin
2017-03-06
1
-7
/
+3
*
NewGVN: Only call isInstructionTrivially dead once per instruction.
Daniel Berlin
2017-03-06
1
-9
/
+10
*
Remove the sample pgo annotation heuristic that uses call count to annotate b...
Dehao Chen
2017-03-06
1
-5
/
+3
*
[BasicBlockUtils] Check for nullptr before updating LoopInfo.
Michael Kruse
2017-03-06
1
-3
/
+4
*
[SimplifyCFG] Use APInt::operator| instead of APInt::Or. NFC
Craig Topper
2017-03-05
1
-1
/
+1
*
Set option enabling LSR alternative way to resolve complex solution to false.
Evgeny Stupachenko
2017-03-04
1
-1
/
+1
*
Fix build.
Peter Collingbourne
2017-03-04
1
-1
/
+1
*
WholeProgramDevirt: Implement exporting for uniform ret val opt.
Peter Collingbourne
2017-03-04
1
-6
/
+19
*
WholeProgramDevirt: Implement exporting for single-impl devirtualization.
Peter Collingbourne
2017-03-04
1
-6
/
+54
*
WholeProgramDevirt: Add any unsuccessful llvm.type.checked.load devirtualizat...
Peter Collingbourne
2017-03-04
1
-12
/
+88
*
NewGVN: Be consistent in what order we compare operands for swapping.
Daniel Berlin
2017-03-04
1
-2
/
+2
*
Fix a compiler warning
Sanjoy Das
2017-03-03
1
-1
/
+2
*
[LoopUnrolling] Peel loops with invariant backedge Phi input
Sanjoy Das
2017-03-03
1
-0
/
+25
*
[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
Sanjoy Das
2017-03-03
2
-10
/
+16
*
Use APInt::getLowBitsSet instead of APInt::getBitsSet for lower bit mask crea...
Simon Pilgrim
2017-03-03
1
-1
/
+1
*
Revert "Re-apply "[GVNHoist] Move GVNHoist to function simplification part of...
Benjamin Kramer
2017-03-03
1
-2
/
+2
*
[SLP] Fixes the bug due to absence of in order uses of scalars which needs to...
Mohammad Shahid
2017-03-03
1
-72
/
+79
*
[msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
Evgeniy Stepanov
2017-03-03
1
-4
/
+46
*
[msan] Remove stale comments.
Evgeniy Stepanov
2017-03-03
1
-2
/
+0
*
ThinLTOBitcodeWriter: Do not follow operand edges of type GlobalValue when lo...
Peter Collingbourne
2017-03-02
1
-0
/
+2
*
Move defClobbersUseOrDef to being a protected member of a class since we don'...
Daniel Berlin
2017-03-02
2
-4
/
+4
*
[BypassSlowDivision] Use ValueTracking to simplify run-time checks
Nikolai Bozhenov
2017-03-02
1
-29
/
+108
*
[BypassSlowDivision] Refactor fast division insertion logic (NFC)
Nikolai Bozhenov
2017-03-02
1
-160
/
+218
*
Revert "Fix PR 24415 (at least), by making our post-dominator tree behavior s...
Tobias Grosser
2017-03-02
1
-14
/
+37
*
The patch turns on epilogue unroll for loops with constant recurency start.
Evgeny Stupachenko
2017-03-02
1
-1
/
+44
*
Re-apply "[GVNHoist] Move GVNHoist to function simplification part of pipeline."
Geoff Berry
2017-03-02
1
-2
/
+2
*
[InstCombine] Avoid faulty combines of select-cmp-br
Bjorn Pettersson
2017-03-02
1
-3
/
+5
*
[LV] Considier non-consecutive but vectorizable accesses for VF selection
Matthew Simpson
2017-03-02
1
-3
/
+10
*
Fix typo. NFCI
Xin Tong
2017-03-02
1
-1
/
+1
*
[Constant Hoisting] Avoid inserting instructions before EH pads
Reid Kleckner
2017-03-01
1
-2
/
+10
*
NewGVN: Add debug counter for value numbering
Daniel Berlin
2017-03-01
1
-5
/
+15
*
Revert r296575 "[SLP] Fixes the bug due to absence of in order uses of scalar...
Hans Wennborg
2017-03-01
1
-65
/
+70
*
[GVNHoist] Don't hoist unsafe scalars at -Oz (PR31729)
Hans Wennborg
2017-03-01
1
-22
/
+8
*
[DeadStoreElimination] Check function modref behavior before considering memo...
Igor Laevsky
2017-03-01
1
-1
/
+1
*
[SLP] Preserve IR flags when vectorizing horizontal reductions.
Alexey Bataev
2017-03-01
1
-2
/
+5
*
[SLP] Preserve IR flags for extra args.
Alexey Bataev
2017-03-01
1
-9
/
+11
*
[SLP] Fix for PR32038: extra add of PHI node when it is not required.
Alexey Bataev
2017-03-01
1
-17
/
+3
*
Remove sometimes faulty rewrite of memcpy in instcombine.
Mikael Holmen
2017-03-01
1
-55
/
+12
*
[LV] These remark should have been missed remarks
Adam Nemet
2017-03-01
1
-2
/
+2
[next]