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
/
Analysis
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Strip UTF8 BOM that got added for some reason in rL305163
Simon Pilgrim
2017-06-13
1
-1
/
+1
*
fix typos/formatting; NFC
Sanjay Patel
2017-06-12
1
-1
/
+1
*
Address http://bugs.llvm.org/pr32207 by making BannerPrinted local to runOnSC...
Yaron Keren
2017-06-12
1
-4
/
+4
*
Fix unused variable warning on non-debug EXPENSIVE_CHECKS builds
Simon Pilgrim
2017-06-11
1
-1
/
+2
*
[MemorySSA] preservesAll() implies preserves<MemorySSA>(). NFCI.
Davide Italiano
2017-06-11
1
-1
/
+0
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
4
-19
/
+31
*
[LVI] Fix spelling error in comment. NFC
Craig Topper
2017-06-09
1
-1
/
+1
*
[LVI] Const correct and rename the LVILatticeVal parameter to getPredicateRes...
Craig Topper
2017-06-09
1
-9
/
+8
*
[LazyValueInfo] Don't run the more complex predicate handling code for EQ and...
Craig Topper
2017-06-09
1
-8
/
+8
*
[ValueTracking] fix typo; NFC
Sanjay Patel
2017-06-09
1
-1
/
+1
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-0
/
+10
*
[LazyValueInfo] Make LVILatticeVal intersect method take arguments by referen...
Craig Topper
2017-06-08
1
-1
/
+1
*
[BPI] Don't assume that strcmp returning >0 is more likely than <0
John Brawn
2017-06-08
2
-7
/
+48
*
GlobalsModRef: Ensure optnone+readonly/readnone attributes are respected
David Blaikie
2017-06-07
1
-8
/
+5
*
[mssa] Fix case when there is no definition in a block prior to an inserted use.
Alina Sbirlea
2017-06-07
1
-11
/
+6
*
[InstCombine][InstSimplify] Use APInt::isNullValue/isOneValue to reduce compi...
Craig Topper
2017-06-07
1
-6
/
+6
*
Update libdeps to add BinaryFormat, introduced in r304864.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
Reorder and reformat.
NAKAMURA Takumi
2017-06-07
1
-1
/
+1
*
[LazyValueInfo] Remove redundant calls to ConstantRange::contains. The same e...
Craig Topper
2017-06-07
1
-2
/
+2
*
[CFLAA] Remove unused include. NFCI.
Davide Italiano
2017-06-06
1
-1
/
+0
*
GlobalsModRef+OptNone: Don't prove readnone/other properties from an optnone ...
David Blaikie
2017-06-06
1
-3
/
+14
*
[LVI Printer] Rely on the LVI analysis functions rather than the LVI cache
Anna Thomas
2017-06-06
1
-64
/
+89
*
[Atomics][LoopIdiom] Recognize unordered atomic memcpy
Anna Thomas
2017-06-06
1
-0
/
+4
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
20
-29
/
+27
*
[InstSimplify] Constant fold the new GEP in SimplifyGEPInst.
Joey Gouly
2017-06-06
1
-2
/
+5
*
[InstSimplify] Remove some redundant code from InstSimplify now that llvm::is...
Craig Topper
2017-06-06
1
-13
/
+0
*
[ValueTracking] Remove scalar only restriction from isKnownNonEqual. The comp...
Craig Topper
2017-06-06
1
-2
/
+2
*
[InstSimplify] Use the getTrue/getFalse helpers and make sure we use the comp...
Craig Topper
2017-06-06
1
-3
/
+1
*
[ValueTracking] Use the computeKnownBits version that returns a KnownBits obj...
Craig Topper
2017-06-06
1
-6
/
+3
*
[ValueTracking] Use APInt::intersects to avoid some temporary APInts. NFC
Craig Topper
2017-06-06
1
-3
/
+2
*
[InstSimplify] Use ICmpInst::isEquality predicate method. NFC
Craig Topper
2017-06-06
1
-1
/
+1
*
Fix PR23384 (part 2 of 3) NFC
Evgeny Stupachenko
2017-06-05
1
-0
/
+4
*
[InstSimplify] Use llvm::all_of instead of a manual loop. NFC
Craig Topper
2017-06-04
1
-3
/
+2
*
[ConstantFolding] Combine an if statement into an earlier one that checked th...
Craig Topper
2017-06-04
1
-7
/
+3
*
[ConstantFolding][X86] Replace an LLVM_FALLTHROUGH with a break because it re...
Craig Topper
2017-06-04
1
-1
/
+2
*
[ConstantFolding] Properly support constant folding of vector powi intrinsic....
Craig Topper
2017-06-04
1
-1
/
+2
*
[ConstantFolding] Fix constant folding for vector cttz and ctlz intrinsics to...
Craig Topper
2017-06-03
1
-0
/
+7
*
[LazyValueInfo] Use Type::getIntegerBitWidth instead of casting to IntegerTyp...
Craig Topper
2017-06-03
1
-2
/
+1
*
[LazyValueInfo] Make solveBlockValueCast take a CastInst* instead of Instruct...
Craig Topper
2017-06-03
1
-18
/
+18
*
[InlineCost] Enable the new switch cost heuristic
Jun Bum Lim
2017-06-02
1
-76
/
+56
*
[LazyValueInfo] Fix formatting NFC.
Craig Topper
2017-06-02
1
-1
/
+1
*
[LazyValueInfo] Make solveBlockValueBinaryOp take a BinaryOperator* instead o...
Craig Topper
2017-06-02
1
-14
/
+14
*
[LazyValueInfo] Fix typo in comment. NFC
Craig Topper
2017-06-02
1
-1
/
+1
*
[InstSimplify][ConstantFolding] Teach constant folding how to handle icmp nul...
Craig Topper
2017-06-02
1
-0
/
+7
*
[OrderedBasicBlock] Return false for comesBefore(A, A)
Benjamin Kramer
2017-06-02
1
-1
/
+1
*
Add opt-bisect support for region passes.
Eli Friedman
2017-06-01
1
-0
/
+16
*
[PGO] Adjust indirect call promotion threshold
Teresa Johnson
2017-06-01
1
-1
/
+1
*
(NFC) Track global summary liveness in GVFlags.
Evgeniy Stepanov
2017-06-01
1
-6
/
+6
*
[EH] Recognize __(gxx|gcc)_personality_seh0 as the GNU EH personalities
Reid Kleckner
2017-05-31
1
-0
/
+2
*
Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC.
Galina Kistanova
2017-05-31
1
-0
/
+1
[prev]
[next]