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
...
*
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
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CFG.h to the IR library as it defines graph traits over
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-5
/
+10
*
Remove tail marker when changing an argument to an alloca.
Rafael Espindola
2014-01-23
1
-0
/
+10
*
[PM] Split the CallGraph out from the ModulePass which creates the
Chandler Carruth
2013-11-26
1
-3
/
+3
*
ArgumentPromotion: correctly transfer TBAA tags and alignments.
Manman Ren
2013-11-15
1
-3
/
+5
*
Merge CallGraph and BasicCallGraph.
Rafael Espindola
2013-10-31
1
-1
/
+1
*
Clean up some of this code a tiny bit, no functionality change.
Nick Lewycky
2013-07-18
1
-13
/
+8
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-22
/
+15
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-10
/
+19
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-2
/
+4
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-2
/
+4
*
Use AttributeSet accessor methods instead of Attribute accessor methods.
Bill Wendling
2013-01-18
1
-10
/
+6
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-2
/
+2
[prev]
[next]