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
*
GVN-hoist: use a DFS numbering of instructions (PR28670)
Sebastian Pop
2016-07-26
1
-31
/
+26
*
GVN-hoist: limit hoisting depth (PR28670)
Sebastian Pop
2016-07-26
1
-0
/
+11
*
[PM] Port SymbolRewriter to the new PM
Michael Kuperstein
2016-07-25
1
-22
/
+33
*
Scalarizer: Support scalarizing intrinsics
Matt Arsenault
2016-07-25
1
-0
/
+79
*
[PGO] Fix profile mismatch in COMDAT function with pre-inliner
Rong Xu
2016-07-25
1
-15
/
+140
*
Attempt to pacify windows bots.
Michael Kuperstein
2016-07-25
1
-13
/
+13
*
Revert NewGVN N^2 behavior patch
Daniel Berlin
2016-07-25
1
-22
/
+19
*
Don't use iplist in SymbolRewriter. NFC.
Michael Kuperstein
2016-07-25
1
-10
/
+15
*
NFC: Make a few asserts in GVNHoist do the same thing, but cheaper.
Daniel Berlin
2016-07-25
1
-4
/
+8
*
Fix N^2 instruction ordering comparisons in GVNHoist.
Daniel Berlin
2016-07-25
1
-19
/
+18
*
NFC: Refactor GVNHoist class so not everything is public
Daniel Berlin
2016-07-25
1
-37
/
+36
*
Cleanup : Reformat PartialInliner.cpp to have current LLVM style conventions
Sean Silva
2016-07-25
1
-71
/
+74
*
Fix : Partial Inliner requires AssumptionCacheTracker
Sean Silva
2016-07-25
1
-35
/
+58
*
[GVNHoist] Merge metadata on hoisted instructions less conservatively
David Majnemer
2016-07-25
1
-7
/
+17
*
[GVNHoist] Properly merge alignments when hoisting
David Majnemer
2016-07-25
1
-4
/
+14
*
[Utils] Simplify combineMetadata
David Majnemer
2016-07-25
1
-3
/
+3
*
[Loop Vectorizer] Handling loops FP induction variables.
Elena Demikhovsky
2016-07-24
3
-45
/
+210
*
[MSSA] Make EXPENSIVE_CHECKS check more.
George Burgess IV
2016-07-24
1
-13
/
+11
*
[MSSA] Remove useless assert. NFC.
George Burgess IV
2016-07-24
1
-1
/
+0
*
[InstCombine] allow icmp (bit-manipulation-intrinsic(), C) folds for vectors
Sanjay Patel
2016-07-23
2
-15
/
+17
*
[Profile] Use explicit flag to enable IR PGO
Xinliang David Li
2016-07-23
1
-8
/
+13
*
Avoid using a raw AssumptionCacheTracker in various inliner functions.
Sean Silva
2016-07-23
4
-33
/
+69
*
[InstCombine] move udiv+cmp fold over with other BinOp+cmp folds; NFCI
Sanjay Patel
2016-07-23
1
-9
/
+8
*
[LoopDataPrefetch] Fix unused variable in release build
Adam Nemet
2016-07-22
1
-2
/
+1
*
[LoopDataPrefetch] Include hotness of region in opt remark
Adam Nemet
2016-07-22
1
-4
/
+6
*
[LoopDataPrefetch] Sort headers
Adam Nemet
2016-07-22
1
-1
/
+1
*
Unpoison stack before resume instruction
Vitaly Buka
2016-07-22
1
-0
/
+6
*
Add flag to PassManagerBuilder to disable GVN Hoist Pass.
Alina Sbirlea
2016-07-22
1
-1
/
+6
*
[SLPVectorizer] Vectorize reverse-order loads in horizontal reductions
Michael Kuperstein
2016-07-22
1
-16
/
+53
*
Recommit - [DSE]Enhance shorthening MemIntrinsic based on OverlapIntervals
Jun Bum Lim
2016-07-22
1
-62
/
+151
*
[PM] Port BreakCriticalEdges to the new PM.
Wei Mi
2016-07-22
1
-2
/
+16
*
Don't remove side effecting instructions due to ConstantFoldInstruction
David Majnemer
2016-07-22
5
-9
/
+20
*
Sync up InstrProfData.inc with compiler-rt with fixes to references
Xinliang David Li
2016-07-22
1
-3
/
+3
*
Fix detection of stack-use-after scope for char arrays.
Vitaly Buka
2016-07-22
1
-0
/
+4
*
[IRCE] Add an option to skip profitability checks
Sanjoy Das
2016-07-22
1
-2
/
+7
*
GVN-hoist: move check before mutating the IR
Sebastian Pop
2016-07-22
1
-6
/
+8
*
GVN-hoist: add missing check for all GEP operands available
Sebastian Pop
2016-07-21
1
-0
/
+3
*
[InstCombine] break up foldICmpEqualityWithConstant(); NFCI
Sanjay Patel
2016-07-21
2
-148
/
+161
*
GVH-hoist: only clone GEPs (PR28606)
Sebastian Pop
2016-07-21
1
-14
/
+7
*
[Profile] deprecate __llvm_profile_override_default_filename
Xinliang David Li
2016-07-21
1
-16
/
+16
*
[PM] Port NaryReassociate to the new PM
Wei Mi
2016-07-21
2
-112
/
+76
*
[OptDiag,LDist] Convert remaining opt remarks to use the new API
Adam Nemet
2016-07-21
1
-6
/
+5
*
[LV] Move vector int induction update to end of latch
Matthew Simpson
2016-07-21
1
-3
/
+12
*
[PGO] Make needsComdatForCounter() available (NFC)
Rong Xu
2016-07-21
1
-27
/
+0
*
[IndVars] Reflow oddly formatted condition; NFC
Sanjoy Das
2016-07-21
1
-2
/
+2
*
make InstCombine compare helper functions private; NFC
Sanjay Patel
2016-07-21
2
-68
/
+69
*
Avoid a string copy, NFC
Vedant Kumar
2016-07-21
1
-1
/
+1
*
[InstCombine] break up visitICmpInstWithInstAndIntCst(); NFCI
Sanjay Patel
2016-07-21
2
-155
/
+166
*
Rename StringMap::emplace_second to try_emplace.
Benjamin Kramer
2016-07-21
1
-1
/
+1
*
[GCOV] Remove a layer of indirection.
Benjamin Kramer
2016-07-21
1
-18
/
+10
[next]