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
*
[TargetTransformInfo] Refactor and improve getScalarizationOverhead()
Jonas Paulsson
2017-01-26
1
-33
/
+15
*
[X86] Add demanded elts support for the inputs to pclmul intrinsic
Craig Topper
2017-01-26
1
-0
/
+38
*
Revert test commit
Taewook Oh
2017-01-26
1
-1
/
+0
*
test commit
Taewook Oh
2017-01-26
1
-3
/
+4
*
[PM] Simplify the new PM interface to the loop unroller and expose two
Chandler Carruth
2017-01-26
1
-3
/
+10
*
[LoopUnroll] Properly update loopinfo for runtime unrolling by 2
Michael Kuperstein
2017-01-26
3
-10
/
+19
*
[NewGVN] Skip uses in unreachable blocks.
Davide Italiano
2017-01-26
1
-0
/
+6
*
LowerTypeTests: Ignore external globals with type metadata.
Peter Collingbourne
2017-01-26
1
-3
/
+6
*
[NewGVN] Simplify folding a lambda used only once. NFCI.
Davide Italiano
2017-01-25
1
-5
/
+3
*
MemorySSA: Link all defs together into an intrusive defslist, to make updater...
Daniel Berlin
2017-01-25
1
-36
/
+130
*
Add loop pass insertion point EP_LateLoopOptimizations
Krzysztof Parzyszek
2017-01-25
1
-0
/
+2
*
[Guards] Introduce loop-predication pass
Artur Pilipenko
2017-01-25
3
-0
/
+282
*
[InstCombine] Canonicalize guards for NOT OR condition
Artur Pilipenko
2017-01-25
1
-0
/
+12
*
[InstCombine][SSE] Add support for PACKSS/PACKUS constant folding
Simon Pilgrim
2017-01-25
1
-0
/
+94
*
[InstCombine] Canonicalize guards for AND condition
Artur Pilipenko
2017-01-25
1
-0
/
+17
*
[InstCombine] Allow InstrCombine to remove one of adjacent guards if they are...
Artur Pilipenko
2017-01-25
1
-0
/
+10
*
[SLP] Improve horizontal vectorization for non-power-of-2 number of
Alexey Bataev
2017-01-25
1
-2
/
+4
*
[SimplifyCFG] Do not sink and merge inline-asm instructions.
Akira Hatanaka
2017-01-25
1
-0
/
+8
*
[PM] Teach LoopUnroll to update the LPM infrastructure as it unrolls
Chandler Carruth
2017-01-25
2
-1
/
+81
*
[coroutines] Spill the result of the invoke instruction correctly
Gor Nishanov
2017-01-25
1
-9
/
+21
*
Explicitly promote indirect calls before sample profile annotation.
Dehao Chen
2017-01-24
1
-5
/
+19
*
Remove the load hoisting code of MLSM, it is completely subsumed by GVNHoist
Daniel Berlin
2017-01-24
1
-174
/
+2
*
Use InstCombine's builder in foldSelectCttzCtlz instead of creating a new one.
Amaury Sechet
2017-01-24
1
-3
/
+2
*
Fix formating in foldSelectCttzCtlz. NFC
Amaury Sechet
2017-01-24
1
-1
/
+1
*
[PH] Replace uses of AssertingVH from members of analysis results with
Chandler Carruth
2017-01-24
6
-48
/
+14
*
[InstCombine][X86] MULDQ/MULUDQ undef -> zero
Simon Pilgrim
2017-01-24
2
-7
/
+1
*
[SLP] Refactoring of HorizontalReduction class, NFC.
Alexey Bataev
2017-01-24
1
-34
/
+20
*
Update domtree incrementally in loop peeling.
Serge Pavlov
2017-01-24
1
-7
/
+30
*
[sanitizer-coverage] emit __sanitizer_cov_trace_pc_guard w/o a preceding 'if'...
Kostya Serebryany
2017-01-24
1
-1
/
+1
*
SimplifyLibCalls: Replace more unary libcalls with intrinsics
Matt Arsenault
2017-01-23
3
-30
/
+37
*
[LoopUnroll] First form LCSSA, then loop-simplify
Michael Kuperstein
2017-01-23
1
-18
/
+17
*
Makes promoteIndirectCall an external function.
Dehao Chen
2017-01-23
1
-17
/
+7
*
[Analysis] Add LibFunc_ prefix to enums in TargetLibraryInfo. (NFC)
David L. Jones
2017-01-23
9
-462
/
+462
*
Revert "Refactor SampleProfile.cpp to move computation inside a branch. (NFC)"
Evgeniy Stepanov
2017-01-23
1
-2
/
+2
*
[PGO] add debug option to view annotated cfg after prof use annotation
Xinliang David Li
2017-01-23
1
-0
/
+25
*
Refactor SampleProfile.cpp to move computation inside a branch. (NFC)
Dehao Chen
2017-01-23
1
-2
/
+2
*
[InstCombine][X86] Add MULDQ/MULUDQ constant folding support
Simon Pilgrim
2017-01-23
1
-3
/
+40
*
Tweak ASCII art in Simplify CFG. NFC
Amaury Sechet
2017-01-23
1
-1
/
+1
*
[InstCombine][X86] MULDQ/MULUDQ undef -> zero
Simon Pilgrim
2017-01-23
1
-2
/
+2
*
[PM] Replace the hard invalidate in JumpThreading for LVI with correct
Chandler Carruth
2017-01-23
2
-6
/
+25
*
[PM] Clear any analyses for a dead function after inlining it and before
Chandler Carruth
2017-01-23
1
-2
/
+3
*
[PM] Teach LVI to correctly invalidate itself when its dependencies
Chandler Carruth
2017-01-23
1
-4
/
+0
*
[PM] Fix a really nasty bug introduced when adding PGO support to the
Chandler Carruth
2017-01-22
1
-18
/
+25
*
[PM] Add some debug logging to the new PM inliner to make it easier to
Chandler Carruth
2017-01-22
1
-0
/
+3
*
[InstCombine] use m_APInt to allow ashr folds for vectors with splat constants
Sanjay Patel
2017-01-21
1
-21
/
+28
*
[PM] Sink an LCSSA preservation assert from the LoopSimplify pass into
Chandler Carruth
2017-01-21
2
-14
/
+19
*
[SLP] Make ReductionOpcode have the right (enum) type. NFC.
Michael Kuperstein
2017-01-21
1
-13
/
+10
*
MergeFunctions: Preserve debug info in thunks, under option -mergefunc-preser...
Anmol P. Paralkar
2017-01-21
1
-22
/
+248
*
LowerTypeTests: Fix use-after-free. Found by asan/msan.
Peter Collingbourne
2017-01-21
1
-2
/
+5
*
[SLP] Delete useless helper. NFC.
Michael Kuperstein
2017-01-21
1
-14
/
+10
[next]