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
*
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
*
[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...
Manuel Jacob
2014-07-20
1
-2
/
+1
*
Allow isDereferenceablePointer to look through some bitcasts
Hal Finkel
2014-07-10
1
-4
/
+10
*
Constify the Function pointers in the result of makeSubprogramMap
David Blaikie
2014-07-02
1
-1
/
+1
*
DebugInfo: Keep track of subprograms who's arguments have been promoted.
David Blaikie
2014-07-01
1
-0
/
+12
*
ArgumentPromotion: Propagate debug locations on calls for which arguments are...
David Blaikie
2014-06-27
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-1
/
+2
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-30
/
+24
[next]