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
/
ArgumentPromotion.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove the ScalarReplAggregates pass
David Majnemer
2016-06-15
1
-1
/
+1
*
[ArgumentPromotion] Propagate operand bundles to promoted call sites
David Majnemer
2016-04-29
1
-2
/
+5
*
Re-commit optimization bisect support (r267022) without new pass manager supp...
Andrew Kaylor
2016-04-22
1
-0
/
+3
*
Revert "Initial implementation of optimization bisect support."
Vedant Kumar
2016-04-22
1
-3
/
+0
*
Initial implementation of optimization bisect support.
Andrew Kaylor
2016-04-21
1
-0
/
+3
*
[AA] Hoist the logic to reformulate various AA queries in terms of other
Chandler Carruth
2016-03-02
1
-1
/
+1
*
NFC. Move isDereferenceable to Loads.h/cpp
Artur Pilipenko
2016-02-24
1
-0
/
+1
*
Add an "addUsedAAAnalyses" helper function
Sanjoy Das
2016-02-09
1
-0
/
+1
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-11
/
+2
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-26
/
+25
*
[PM/AA] Rebuild LLVM's alias analysis infrastructure in a way compatible
Chandler Carruth
2015-09-09
1
-10
/
+23
*
Use foreach loops for StructType::elements(). NFC.
Pete Cooper
2015-07-24
1
-4
/
+4
*
[PM/AA] Extract the ModRef enums from the AliasAnalysis class in
Chandler Carruth
2015-07-22
1
-2
/
+1
*
[PM/AA] Remove the last of the legacy update API from AliasAnalysis as
Chandler Carruth
2015-07-22
1
-21
/
+1
*
[PM/AA] Completely remove the AliasAnalysis::copyValue interface.
Chandler Carruth
2015-07-11
1
-2
/
+0
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
[PM/AA] Remove the Location typedef from the AliasAnalysis class now
Chandler Carruth
2015-06-17
1
-1
/
+1
*
ArgumentPromotion: Drop sret attribute on functions that are only called dire...
Peter Collingbourne
2015-06-10
1
-0
/
+18
*
[PM/AA] Start refactoring AliasAnalysis to remove the analysis group and
Chandler Carruth
2015-06-04
1
-1
/
+1
*
Don't call utostr in Twine/raw_ostream contexts.
Benjamin Kramer
2015-05-28
1
-1
/
+1
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+2
*
Move Value.isDereferenceablePointer to ValueTracking [NFC]
Philip Reames
2015-04-23
1
-1
/
+2
*
DebugInfo: Delete subclasses of DIScope
Duncan P. N. Exon Smith
2015-04-20
1
-1
/
+1
*
DebugInfo: Remove DIDescriptor from the DebugInfo API
Duncan P. N. Exon Smith
2015-04-17
1
-1
/
+1
*
DebugInfo: Gut DISubprogram and DILexicalBlock*
Duncan P. N. Exon Smith
2015-04-14
1
-1
/
+1
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
ArgPromo: Bail out earlier for varargs functions
David Blaikie
2015-04-06
1
-6
/
+7
*
[opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...
David Blaikie
2015-03-30
1
-2
/
+3
*
Add some missed formatting
David Blaikie
2015-03-14
1
-4
/
+7
*
[opaque pointer type] gep API migration, ArgPromo
David Blaikie
2015-03-14
1
-16
/
+19
*
[opaque pointer type] more gep API migration
David Blaikie
2015-03-14
1
-4
/
+3
*
DataLayout is mandatory, update the API to reflect it with references.
Mehdi Amini
2015-03-10
1
-16
/
+15
*
Make DataLayout Non-Optional in the Module
Mehdi Amini
2015-03-04
1
-3
/
+2
*
Convert push_back loops into append calls.
Benjamin Kramer
2015-02-28
1
-2
/
+1
*
Add range adapters predecessors() and successors() for BBs
Reid Kleckner
2015-02-04
1
-2
/
+1
*
Sink store based on alias analysis
Elena Demikhovsky
2014-12-15
1
-1
/
+2
*
Update SetVector to rely on the underlying set's insert to return a pair<iter...
David Blaikie
2014-11-19
1
-1
/
+1
*
DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...
David Blaikie
2014-10-07
1
-0
/
+2
*
Eliminate some deep std::vector copies. NFC.
Benjamin Kramer
2014-10-03
1
-1
/
+1
*
Don't promote byval pointer arguments when padding matters
Reid Kleckner
2014-08-28
1
-3
/
+81
*
ArgPromotion: Don't touch variadic functions
Reid Kleckner
2014-08-25
1
-0
/
+7
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-4
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-4
/
+4
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-4
/
+4
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-4
/
+4
*
Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual fun...
Aaron Ballman
2014-07-30
1
-0
/
+2
*
AA metadata refactoring (introduce AAMDNodes)
Hal Finkel
2014-07-24
1
-3
/
+5
*
ArgPromo+DebugInfo: Handle updating debug info over multiple applications of ...
David Blaikie
2014-07-23
1
-3
/
+7
*
Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...
Duncan P. N. Exon Smith
2014-07-21
1
-1
/
+2
[prev]
[next]