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
...
*
[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
*
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-07
1
-1
/
+1
*
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
1
-5
/
+5
*
Remove Function::getParamAttributes and use the AttributeSet accessor methods...
Bill Wendling
2012-12-30
1
-2
/
+2
*
Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...
Bill Wendling
2012-12-19
1
-7
/
+7
*
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-07
1
-9
/
+9
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-8
/
+8
*
Make the AttrListPtr object a part of the LLVMContext.
Bill Wendling
2012-11-20
1
-3
/
+5
*
Add an enum for the return and function indexes into the AttrListPtr object. ...
Bill Wendling
2012-10-15
1
-4
/
+8
*
Remove operator cast method in favor of querying with the correct method.
Bill Wendling
2012-10-14
1
-7
/
+14
*
Create enums for the different attributes.
Bill Wendling
2012-10-09
1
-1
/
+2
*
Use method to query for attributes.
Bill Wendling
2012-10-04
1
-1
/
+1
*
ArgumentPromotion: Remove ancient workaround for a bug in the C backend.
Benjamin Kramer
2012-09-30
1
-19
/
+1
*
Replace some explicit compare loops with std::equal.
Benjamin Kramer
2012-07-19
1
-4
/
+1
*
switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.
Chris Lattner
2012-05-28
1
-6
/
+3
*
Update inter-procedural optimizations for atomic load/store.
Eli Friedman
2011-08-15
1
-2
/
+4
*
Convert GetElementPtrInst to use ArrayRef.
Jay Foad
2011-07-25
1
-7
/
+4
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-13
/
+13
*
Convert CallInst and InvokeInst APIs to use ArrayRef.
Jay Foad
2011-07-15
1
-2
/
+2
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-1
/
+1
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-1
/
+1
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-15
1
-2
/
+2
*
fix PR8932, a case where arg promotion could infinitely promote.
Chris Lattner
2011-01-16
1
-24
/
+51
*
Add helper functions for computing the Location of load, store,
Dan Gohman
2010-11-11
1
-4
/
+1
*
Factor out Instruction::isSafeToSpeculativelyExecute's code for
Dan Gohman
2010-11-11
1
-14
/
+1
*
TBAA-enable ArgumentPromotion.
Dan Gohman
2010-11-11
1
-8
/
+8
*
Reapply r116831 and r116839, converting AliasAnalysis to use
Dan Gohman
2010-10-19
1
-1
/
+1
[prev]
[next]