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
*
[LSV] Use Instruction*s rather than Value*s where possible.
Justin Lebar
2016-07-27
1
-87
/
+94
*
[LSV] Don't assume that bitcast ops are Instructions.
Justin Lebar
2016-07-27
1
-9
/
+6
*
[DSE] Fix bug in updating MadeChange flag
Jun Bum Lim
2016-07-27
1
-2
/
+2
*
Refactor - CodeExtractor : Move check for valid block to static utility
Sean Silva
2016-07-27
1
-2
/
+2
*
[GVNHoist] Fix typo in assert.
George Burgess IV
2016-07-27
1
-1
/
+1
*
GVN-hoist: improve code generation for recursive GEPs
Sebastian Pop
2016-07-27
1
-42
/
+82
*
GVN-hoist: use DFS numbers instead of walking the instruction stream
Sebastian Pop
2016-07-27
1
-10
/
+3
*
Reverting r276771 due to MSan failures.
Andrew Kaylor
2016-07-27
1
-1
/
+0
*
[LoopUtils] Sort headers
Adam Nemet
2016-07-26
1
-3
/
+4
*
Re-committing r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-26
1
-0
/
+1
*
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
[next]