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
*
Extended LoadStoreVectorizer to vectorize subchains.
Alina Sbirlea
2016-07-13
1
-64
/
+118
*
[SCCP] Factor out common code.
Davide Italiano
2016-07-13
1
-8
/
+9
*
[SCCP] Use early return. NFCI.
Davide Italiano
2016-07-13
1
-5
/
+5
*
Reverting r275284 due to platform-specific test failures
Andrew Kaylor
2016-07-13
1
-1
/
+0
*
[InstCombine] extend vector select matching for non-splat constants
Sanjay Patel
2016-07-13
1
-3
/
+40
*
Fix for Bug 26903, adds support to inline __builtin_mempcpy
Andrew Kaylor
2016-07-13
1
-0
/
+1
*
[LoopVectorize] Further cleanups
David Majnemer
2016-07-13
1
-4
/
+2
*
[LV] Do not invalidate use-lists we're iterating over.
Michael Kuperstein
2016-07-12
1
-14
/
+15
*
New pass manager for LICM.
Dehao Chen
2016-07-12
2
-66
/
+100
*
Remove unused variable to fix bot failure from r275216
Teresa Johnson
2016-07-12
1
-2
/
+1
*
[LV] Remove wrong assumption about LCSSA
Michael Kuperstein
2016-07-12
1
-5
/
+0
*
Refactor indirect call promotion profitability analysis (NFC)
Teresa Johnson
2016-07-12
3
-105
/
+22
*
[SCCP] Constant fold structs if all the lattice value are constant.
Davide Italiano
2016-07-12
1
-9
/
+35
*
[LoopVectorize] Assorted cleanups
David Majnemer
2016-07-12
1
-223
/
+184
*
[PM] Port LoopIdiomRecognize Pass to new PM
Dehao Chen
2016-07-12
2
-37
/
+81
*
Revert "New pass manager for LICM."
Vitaly Buka
2016-07-12
2
-99
/
+65
*
Print remarks from WholeProgramDevirt pass for each call site.
Ivan Krasin
2016-07-12
1
-0
/
+10
*
New pass manager for LICM.
Dehao Chen
2016-07-11
2
-65
/
+99
*
Correct ordering of loads/stores.
Alina Sbirlea
2016-07-11
1
-15
/
+33
*
Add TLI.allowsMisalignedMemoryAccesses to LoadStoreVectorizer
Alina Sbirlea
2016-07-11
1
-24
/
+34
*
[SCCP] Try to follow the DRY principle, use `OpSt`.
Davide Italiano
2016-07-11
1
-3
/
+2
*
[SLSR] Call getPointerSizeInBits with the correct address space.
Jingyue Wu
2016-07-11
1
-2
/
+2
*
[PM/IPO] Port LowerTypeTests to the new PassManager.
Davide Italiano
2016-07-11
1
-17
/
+28
*
[LowerTypeTests] Don't rely on doInitialization().
Davide Italiano
2016-07-11
1
-23
/
+16
*
Implement callsite-hotness based inline cost for Sample-based PGO
Dehao Chen
2016-07-11
1
-0
/
+13
*
Tune the weight propagation algorithm for sample profile.
Dehao Chen
2016-07-11
1
-12
/
+26
*
[Sink] Don't move calls to readonly functions across stores
Nicolai Haehnle
2016-07-11
1
-2
/
+6
*
Revert r275027 - Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-11
1
-50
/
+0
*
Don't use a SmallSet for returned attribute inference
Hal Finkel
2016-07-11
1
-11
/
+19
*
Let FuncAttrs infer the 'returned' argument attribute
Hal Finkel
2016-07-10
1
-0
/
+42
*
Give helper classes/functions internal linkage. NFC.
Benjamin Kramer
2016-07-10
4
-0
/
+8
*
[SCCP] Rename undefined -> unknown.
Davide Italiano
2016-07-10
1
-40
/
+40
*
[PM] Port LoopVectorize to the new PM.
Sean Silva
2016-07-09
1
-338
/
+371
*
[SCCP] Remove wrong and misleading vector handling code.
Davide Italiano
2016-07-09
1
-53
/
+0
*
[SLSR] Fix crash on handling 128-bit integers.
Jingyue Wu
2016-07-09
1
-7
/
+20
*
[ArgPromote] Use function_ref and for-range loops.
Benjamin Kramer
2016-07-09
1
-13
/
+10
*
[LoopSimplify] Remove a comment which is unlikely to age well.
Davide Italiano
2016-07-09
1
-4
/
+0
*
[PM] Port CrossDSOCFI to the new pass manager.
Davide Italiano
2016-07-09
1
-1
/
+10
*
[PM] Fix a think-o. mv {Scalar,Vectorize}/SLPVectorize.h
Sean Silva
2016-07-09
1
-1
/
+1
*
[PM] Port LoopSimplify to the new pass manager.
Davide Italiano
2016-07-09
2
-0
/
+32
*
Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Piotr Padlewski
2016-07-08
1
-6
/
+19
*
Revert "Add 'thinlto_src_module' md with asserts or -enable-import-metadata"
Piotr Padlewski
2016-07-08
1
-19
/
+6
*
Revert "InstCombine rule to fold truncs whose value is available"
Anna Thomas
2016-07-08
1
-23
/
+1
*
[TTI] Expose TTI::getGEPCost and use it in SLSR and NaryReassociate.
Jingyue Wu
2016-07-08
2
-76
/
+14
*
Add 'thinlto_src_module' md with asserts or -enable-import-metadata
Piotr Padlewski
2016-07-08
1
-6
/
+19
*
[InstCombine] don't form select from bitcasted logic ops if bitcasts have >1 use
Sanjay Patel
2016-07-08
1
-2
/
+2
*
Rename LoopAccessAnalysis to LoopAccessLegacyAnalysis /NFC
Xinliang David Li
2016-07-08
6
-21
/
+21
*
[InstCombine] don't form select from logic ops if it's unlikely that we'll el...
Sanjay Patel
2016-07-08
1
-17
/
+22
*
Remove duplicate inclusion /NFC
Xinliang David Li
2016-07-08
1
-1
/
+0
*
Remove inline hints computation from SampleProfile.cpp
Dehao Chen
2016-07-08
1
-70
/
+0
[next]