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
*
Revert r277313 and r277314.
Sean Silva
2016-08-01
2
-143
/
+22
*
Fix - CodeExtractor : Inherit Target Dependent Attributes from the parent fun...
Sean Silva
2016-08-01
1
-1
/
+16
*
CodeExtractor : Add ability to preserve profile data.
Sean Silva
2016-08-01
2
-22
/
+143
*
Fix the MemorySSA updating API to enable people to create memory accesses bef...
Daniel Berlin
2016-07-31
1
-4
/
+6
*
[LoopUnroll] Include hotness of region in opt remark
Adam Nemet
2016-07-29
3
-34
/
+38
*
Recommitting r275284: add support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-29
1
-0
/
+1
*
[EarlyCSE] Correctly handle simplified, but live, instructions
David Majnemer
2016-07-29
1
-2
/
+4
*
[ConstnatFolding] Teach the folder how to fold ConstantVector
David Majnemer
2016-07-29
6
-29
/
+33
*
Added ThinLTO inlining statistics
Piotr Padlewski
2016-07-29
3
-9
/
+242
*
[sanitizer] Simplify and future-proof maybeMarkSanitizerLibraryCallNoBuiltin().
Evgeniy Stepanov
2016-07-28
1
-17
/
+6
*
Do not remove empty lifetime.start/lifetime.end ranges
Vitaly Buka
2016-07-28
1
-0
/
+5
*
Should be committed as one CL.
Vitaly Buka
2016-07-28
1
-5
/
+0
*
[asan] Add const into few methods
Vitaly Buka
2016-07-28
1
-10
/
+10
*
Do not remove empty lifetime.start/lifetime.end ranges
Vitaly Buka
2016-07-28
1
-8
/
+5
*
maned
Vitaly Buka
2016-07-28
1
-6
/
+8
*
range
Vitaly Buka
2016-07-28
1
-0
/
+6
*
[PM] Port LowerGuardIntrinsic to the new PM.
Michael Kuperstein
2016-07-28
2
-9
/
+23
*
Revert r277038 until clearing why tests fail.
Alina Sbirlea
2016-07-28
1
-9
/
+10
*
Remove TargetBaseAlign. Keep alignment for stack adjustments.
Alina Sbirlea
2016-07-28
1
-10
/
+9
*
Really try to pacify the build bots :/
David Majnemer
2016-07-28
1
-1
/
+1
*
Try to passify the builders
David Majnemer
2016-07-28
1
-0
/
+1
*
[coroutines] Part 3 of N: Adding Boilerplate for Coroutine Passes
David Majnemer
2016-07-28
10
-1
/
+307
*
Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder
David Majnemer
2016-07-28
1
-0
/
+1
*
[InstCombine] Handle failures from ConstantFoldConstantExpression
David Majnemer
2016-07-28
1
-1
/
+2
*
Fix the assertion error in collectLoopUniforms caused by empty Worklist befor...
Wei Mi
2016-07-27
1
-2
/
+2
*
Add verifyAnalysis for LCSSA.
Michael Zolotukhin
2016-07-27
1
-0
/
+5
*
[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
[next]