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
/
IPO
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add some optional passes around the vectorizer to both better prepare
Chandler Carruth
2014-10-14
1
-1
/
+32
*
Inliner: Non-local functions in COMDATs shouldn't be dropped
David Majnemer
2014-10-08
1
-0
/
+7
*
GlobalOpt: Don't drop unused memberes of a Comdat
David Majnemer
2014-10-08
1
-8
/
+20
*
DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...
David Blaikie
2014-10-07
2
-2
/
+10
*
GlobalDCE: Don't drop any COMDAT members
David Majnemer
2014-10-07
1
-25
/
+14
*
range-for some loops in DAE
David Blaikie
2014-10-06
1
-6
/
+3
*
Revert "Revert "DI: Fold constant arguments into a single MDString""
Duncan P. N. Exon Smith
2014-10-03
1
-18
/
+2
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+1
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
1
-7
/
+10
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
1
-10
/
+7
*
Add control of function merging to the PMBuilder.
Nick Lewycky
2014-09-13
1
-0
/
+10
*
Add doInitialization/doFinalization to DataLayoutPass.
Rafael Espindola
2014-09-10
1
-2
/
+1
*
[PassManager] Adding Hidden attribute to EnableMLSM option
Gerolf Hoflehner
2014-09-10
1
-2
/
+2
*
[MergedLoadStoreMotion] Move pass enabling option to PassManagerBuilder
Gerolf Hoflehner
2014-09-10
1
-2
/
+8
*
MergeFunctions: FunctionPtr has been renamed to FunctionNode.
Stepan Dyatkovskiy
2014-09-10
1
-7
/
+7
*
Add an AlignmentFromAssumptions Pass
Hal Finkel
2014-09-07
1
-0
/
+8
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
3
-1
/
+8
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Add pass-manager flags to use CFL AA
Hal Finkel
2014-09-02
1
-0
/
+5
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
3
-1
/
+8
*
Don't promote byval pointer arguments when padding matters
Reid Kleckner
2014-08-28
1
-3
/
+81
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+2
*
musttail: Don't eliminate varargs packs if there is a forwarding call
Reid Kleckner
2014-08-26
1
-2
/
+7
*
ArgPromotion: Don't touch variadic functions
Reid Kleckner
2014-08-25
1
-0
/
+7
*
Remove dangling initializers in GlobalDCE
Bruno Cardoso Lopes
2014-08-25
1
-1
/
+7
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-08-25
1
-3
/
+3
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-08-25
1
-5
/
+5
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-08-25
1
-12
/
+11
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-08-25
1
-5
/
+5
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
4
-19
/
+17
*
Move some logic to populateLTOPassManager.
Rafael Espindola
2014-08-21
1
-5
/
+36
*
Respect LibraryInfo in populateLTOPassManager and use it. NFC.
Rafael Espindola
2014-08-21
1
-0
/
+4
*
Handle inlining in populateLTOPassManager like in populateModulePassManager.
Rafael Espindola
2014-08-21
1
-5
/
+13
*
Move DisableGVNLoadPRE from populateLTOPassManager to PassManagerBuilder.
Rafael Espindola
2014-08-21
1
-6
/
+6
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
4
-21
/
+19
*
Const-correct and prevent a copy of a SmallPtrSet.
Craig Topper
2014-08-19
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
4
-15
/
+15
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
4
-15
/
+15
*
[optnone] Make the optnone attribute effective at suppressing function
Chandler Carruth
2014-08-13
1
-7
/
+13
*
GlobalOpt: Optimize in the face of insertvalue/extractvalue
David Majnemer
2014-08-08
1
-0
/
+11
*
Add a new option -run-slp-after-loop-vectorization.
James Molloy
2014-08-06
1
-15
/
+44
*
Don't internalize all but main by default.
Rafael Espindola
2014-08-05
1
-8
/
+1
*
MergeFunctions, tiny refactoring:
Stepan Dyatkovskiy
2014-07-31
1
-4
/
+4
*
Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual fun...
Aaron Ballman
2014-07-30
1
-0
/
+2
*
Add the missing hasLinkOnceODRLinkage predicate.
Rafael Espindola
2014-07-30
1
-2
/
+1
*
Move -verify-use-list-order into llvm-uselistorder
Duncan P. N. Exon Smith
2014-07-25
3
-372
/
+0
*
Try to fix a layering violation introduced by r213945
Duncan P. N. Exon Smith
2014-07-25
1
-0
/
+309
*
IPO: Add use-list-order verifier
Duncan P. N. Exon Smith
2014-07-25
3
-0
/
+63
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+1
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
2
-5
/
+9
[next]