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
*
NewGVN: Fix PR 33461, caused by slightly overzealous verification.
Daniel Berlin
2017-06-19
1
-18
/
+30
*
[Reassociate] Use APInt::isNullValue() instead of comparing with 0. NFC
Craig Topper
2017-06-18
1
-8
/
+9
*
Add argmononly attribute to strlen and wcslen, i.e. they only read memory (st...
Xin Tong
2017-06-18
1
-0
/
+1
*
[SROA] Add support for non-integral pointers
Sanjoy Das
2017-06-17
1
-2
/
+11
*
[TRE] Add assertion for folding trivial return block
Xin Tong
2017-06-17
1
-0
/
+4
*
[TRE] Update comments. NFC
Xin Tong
2017-06-17
1
-1
/
+1
*
Revert rL305578. There is still some buildbot failure to be fixed.
Wei Mi
2017-06-16
1
-158
/
+28
*
[InstCombine] Set correct insertion point for selects generated while folding...
Anna Thomas
2017-06-16
1
-1
/
+11
*
[SCCP] Simplify the code a bit. NFCI.
Davide Italiano
2017-06-16
1
-7
/
+3
*
[SCCP] Clarify a comment about unhandled instructions.
Davide Italiano
2017-06-16
1
-2
/
+3
*
[GVN] Recommit the patch "Add phi-translate support in scalarpre".
Wei Mi
2017-06-16
1
-28
/
+158
*
[SCCP] Remove redundant instruction visitors.
Davide Italiano
2017-06-16
1
-11
/
+0
*
Fix function name /NFC
Xinliang David Li
2017-06-16
1
-3
/
+3
*
[Atomics] Rename and change prototype for atomic memcpy intrinsic
Daniel Neilson
2017-06-16
3
-72
/
+76
*
[InstCombine] Fold (!iszero(A & K1) & !iszero(A & K2)) -> (A & (K1 | K2)) ==...
Craig Topper
2017-06-16
2
-32
/
+61
*
[CorrelatedValuePropagation] Remove superfluous semicolon. NFC
Craig Topper
2017-06-16
1
-1
/
+1
*
[cfi] CFI-ICall for ThinLTO.
Evgeniy Stepanov
2017-06-16
3
-18
/
+209
*
[PartialInlining] Code Refactoring
Xinliang David Li
2017-06-15
1
-191
/
+223
*
[InstCombine] Add two FIXMEs for bad single use checks. NFC
Craig Topper
2017-06-15
1
-0
/
+4
*
Split PGO memory intrinsic optimization into its own source file
Teresa Johnson
2017-06-15
3
-361
/
+420
*
[InstCombine] Make the context instruction parameter of foldOrOfICmps a refer...
Craig Topper
2017-06-15
2
-10
/
+10
*
[InstCombine] Handle (iszero(A & K1) | iszero(A & K2)) -> (A & (K1 | K2)) != ...
Craig Topper
2017-06-15
1
-20
/
+14
*
[ScalarEvolution] Apply Depth limit to getMulExpr
Max Kazantsev
2017-06-15
1
-7
/
+7
*
Fixing section name for Darwin platforms for sanitizer coverage
George Karpenkov
2017-06-14
1
-1
/
+1
*
PredicateInfo: Don't insert conditional info when a conditional branch jumps ...
Daniel Berlin
2017-06-14
1
-0
/
+3
*
NewGVN: This is wrong by inspection, it will not cause an issue currently due...
Daniel Berlin
2017-06-14
1
-1
/
+1
*
[EarlyCSE] Make PhiToCheck in removeMSSA() a set.
Davide Italiano
2017-06-14
1
-2
/
+3
*
Hide dbgs() stream for when built with -fmodules.
Frederich Munch
2017-06-14
1
-0
/
+11
*
[InstrProf] Don't take the address of alwaysinline available_externally funct...
Vedant Kumar
2017-06-13
1
-1
/
+11
*
[PGO] Update VP metadata after memory intrinsic optimization
Teresa Johnson
2017-06-13
1
-0
/
+8
*
Revert r305313 & r305303, self-hosting build-bot isn’t liking it.
Frederich Munch
2017-06-13
1
-3
/
+4
*
Force RegisterStandardPasses to construct std::function in the IPO library.
Frederich Munch
2017-06-13
1
-4
/
+3
*
Inliner: Avoid calling shouldInline until it's absolutely necessary
David Blaikie
2017-06-13
1
-15
/
+21
*
Fix signed/unsigned comparison warning; NFC
George Burgess IV
2017-06-13
1
-1
/
+1
*
Inliner: Don't remove calls to readnone+nounwind (but not always_inline) func...
David Blaikie
2017-06-12
1
-9
/
+10
*
[RS4GC] Drop invalid metadata after pointers are relocated
Anna Thomas
2017-06-12
1
-17
/
+54
*
[InstCombine] lshr (sext iM X to iN), N-M --> zext (ashr X, min(N-M, M-1)) to iN
Sanjay Patel
2017-06-12
1
-4
/
+10
*
[PartialInlining] Support shrinkwrap life_range markers
Xinliang David Li
2017-06-11
1
-16
/
+203
*
[EarlyCSE] Add option to use MemorySSA for function simplification run of Ear...
Geoff Berry
2017-06-10
1
-1
/
+5
*
[InstSimplify] Don't constant fold or DCE calls that are marked nobuiltin
Andrew Kaylor
2017-06-09
3
-5
/
+5
*
[SROA] Fix APInt size when load/store have different address space
Yaxun Liu
2017-06-09
1
-7
/
+12
*
[Sink] Fix predicate in legality check
Keno Fischer
2017-06-09
1
-1
/
+1
*
[SimplifyLibCalls] fix formatting; NFC
Sanjay Patel
2017-06-09
1
-1
/
+1
*
[IndVars] Add an option to be able to disable LFTR
Serguei Katkov
2017-06-09
1
-1
/
+6
*
[LoopVectorize] Don't preserve nsw/nuw flags on shrunken ops.
George Burgess IV
2017-06-09
1
-1
/
+5
*
Inliner: Don't touch indirect calls
David Blaikie
2017-06-09
1
-4
/
+4
*
[InstCombine] Pass a proper context instruction to all of the calls into Inst...
Craig Topper
2017-06-09
9
-45
/
+66
*
[CFI] Remove LinkerSubsectionsViaSymbols.
Evgeniy Stepanov
2017-06-08
1
-23
/
+12
*
[ExtractGV] Fix the doxygen comment on the constructor and the class to refer...
Craig Topper
2017-06-08
1
-6
/
+6
*
Write summaries for merged modules when splitting modules for ThinLTO.
Peter Collingbourne
2017-06-08
1
-2
/
+10
[next]