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
*
[InstCombine] Use APInt::isSubsetOf to simplify some code in SimplifyDemanded...
Craig Topper
2017-04-20
1
-37
/
+27
*
[InstCombine] Remove redundant code from SimplifyDemandedBits handling for Or...
Craig Topper
2017-04-20
1
-18
/
+0
*
[CodeExtractor] Remove a bunch of unneeded constructors.
Davide Italiano
2017-04-20
1
-24
/
+0
*
[APInt] Rename getSignBit to getSignMask
Craig Topper
2017-04-20
8
-31
/
+31
*
[APInt] Add isSubsetOf method that can check if one APInt is a subset of anot...
Craig Topper
2017-04-20
1
-1
/
+1
*
In SimplifyDemandedUseBits, use computeKnownBits directly to handle Constants
Craig Topper
2017-04-20
1
-15
/
+4
*
[DAE] Simplify attribute list creation, NFC
Reid Kleckner
2017-04-19
1
-9
/
+6
*
[GlobalOpt] Simplify attribute code stripping nest, NFC
Reid Kleckner
2017-04-19
1
-10
/
+5
*
Simplify test for sret attribute in instcombine
Reid Kleckner
2017-04-19
1
-12
/
+6
*
[sanitizer-coverage] remove some more stale code
Kostya Serebryany
2017-04-19
1
-21
/
+5
*
Remove two unused variables (-Werror).
Evgeniy Stepanov
2017-04-19
1
-3
/
+0
*
[sanitizer-coverage] remove stale code
Kostya Serebryany
2017-04-19
1
-66
/
+4
*
[APInt] Cast calls to add/sub/mul overflow methods to void if only their over...
Craig Topper
2017-04-19
1
-2
/
+2
*
StructurizeCFG: Directly invert cmp instructions
Matt Arsenault
2017-04-19
1
-2
/
+12
*
[GVN] Don't coerce non-integral pointers to integers or vice versa
Sanjoy Das
2017-04-19
1
-0
/
+5
*
Prefer addAttr(Attribute::AttrKind) over the AttributeList overload
Reid Kleckner
2017-04-19
1
-28
/
+12
*
[InstCombine] Reduce visitLoadInst() code duplication. NFCI.
Davide Italiano
2017-04-19
1
-20
/
+18
*
Revert r300657 due to crashes in stage2 of bootstraps:
Chandler Carruth
2017-04-19
1
-27
/
+0
*
[JumpThread] We want to fold (not thread) when all predecessor go to single B...
Xin Tong
2017-04-19
1
-0
/
+27
*
Add a getPointerOperandType() helper to LoadInst and StoreInst; NFC
Sanjoy Das
2017-04-18
2
-3
/
+2
*
[LoopReroll] Prefer hasNUses/hasNUses or more as they're cheaper. NFCI.
Davide Italiano
2017-04-18
1
-2
/
+2
*
NewGVN: Fix memory congruence verification. The return true should be a retur...
Daniel Berlin
2017-04-18
1
-8
/
+8
*
[SLP vectorizer] Allow phi node reordering in tryToVectorizeList.
Easwaran Raman
2017-04-18
1
-3
/
+9
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
3
-8
/
+9
*
NewGVN: Don't waste time value numbering unreachable blocks
Daniel Berlin
2017-04-18
1
-17
/
+6
*
LoopRerollPass: Prefer Value::hasOneUse() over Value::getNumUses(). NFC.
Zvi Rackover
2017-04-18
1
-1
/
+1
*
[LV] Cache block mask values
Gil Rapaport
2017-04-18
1
-7
/
+17
*
[GVNHoist] Mark GlobalsAA as preserved by GVNHoist.
Nikolai Bozhenov
2017-04-18
1
-0
/
+3
*
[SampleProfile] Don't assert when printing the DebugLoc of a branch. NFC.
Andrea Di Biagio
2017-04-18
1
-2
/
+4
*
[SampleProfile] Skip intrinsic calls when visiting callsites in InlineHotFunc...
Andrea Di Biagio
2017-04-18
1
-1
/
+1
*
PR32382: Fix emitting complex DWARF expressions.
Adrian Prantl
2017-04-18
2
-7
/
+3
*
Build SymbolMap in SampleProfileLoader to help matchin function names with su...
Dehao Chen
2017-04-17
1
-1
/
+31
*
[SimplifyCFG] Use hasNUses instead of comparing getNumUses to a constant."
Craig Topper
2017-04-17
1
-1
/
+1
*
[InstCombine] Matchers work with both ConstExpr and Instructions.
Davide Italiano
2017-04-17
1
-2
/
+2
*
Bitcode: Add a string table to the bitcode format.
Peter Collingbourne
2017-04-17
1
-0
/
+2
*
Introduce APInt::isSignBitSet/isSignBitClear. Use in place isSignBitSet in pl...
Craig Topper
2017-04-17
1
-4
/
+4
*
AMDGPU: SimplifyDemandedElts for image intrinsics
Matt Arsenault
2017-04-17
1
-3
/
+80
*
[LCSSA] Don't insert tokens into the worklist at all.
Davide Italiano
2017-04-17
1
-7
/
+8
*
[LoopPeeling] Get rid of Phis that become invariant after N steps
Max Kazantsev
2017-04-17
1
-20
/
+83
*
[LoopPeeling] Fix condition for phi-eliminating peeling
Max Kazantsev
2017-04-17
1
-1
/
+2
*
[InstCombine] Simplify 1/X for vectors.
Craig Topper
2017-04-17
1
-16
/
+15
*
[InstCombine] Add support for vector srem->urem.
Craig Topper
2017-04-17
1
-7
/
+5
*
[InstCombine] Add support for turning vector sdiv into udiv.
Craig Topper
2017-04-17
1
-18
/
+16
*
[LCSSA] Simplify a loop. NFCI.
Davide Italiano
2017-04-17
1
-7
/
+3
*
[InstCombine][ValueTracking] When computing known bits for Srem make sure we ...
Craig Topper
2017-04-16
1
-2
/
+2
*
[LCSSA] Fix non-determinism due to iterating over a SmallPtrSet.
Davide Italiano
2017-04-16
1
-3
/
+3
*
[InstCombine] In SimplifyDemandedUseBits, don't bother to mask known bits of ...
Craig Topper
2017-04-16
1
-3
/
+3
*
[X86][X86 intrinsics]Folding cmp(sub(a,b),0) into cmp(a,b) optimization
Michael Zuckerman
2017-04-16
1
-0
/
+31
*
[InstCombine] allow (X != C1 && X != C2) and similar patterns to match splat ...
Sanjay Patel
2017-04-15
1
-19
/
+19
*
[ProfileData] Unify getInstrProf*SectionName helpers
Vedant Kumar
2017-04-15
2
-31
/
+13
[next]