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
/
DeadArgumentElimination.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DI: Reverse direction of subprogram -> function edge.
Peter Collingbourne
2015-11-05
1
-23
/
+2
*
IPO: Remove implicit ilist iterator conversions, NFC
Duncan P. N. Exon Smith
2015-10-13
1
-15
/
+12
*
[DeadArgElim] Split the invoke successor edge
David Majnemer
2015-09-23
1
-4
/
+4
*
DeadArgElim: don't eliminate arguments from naked functions
Hans Wennborg
2015-09-01
1
-0
/
+21
*
IR: Do not consider available_externally linkage to be linker-weak.
Peter Collingbourne
2015-07-05
1
-14
/
+12
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-2
/
+2
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-2
/
+2
*
Change typeIncompatible to return an AttrBuilder instead of new-ing an Attrib...
Pete Cooper
2015-05-06
1
-16
/
+7
*
IR: Give 'DI' prefix to debug info metadata
Duncan P. N. Exon Smith
2015-04-29
1
-2
/
+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
-2
/
+2
*
[CallSite] Make construction from Value* (or Instruction*) explicit.
Benjamin Kramer
2015-04-10
1
-1
/
+1
*
Remove superfluous .str() and replace std::string concatenation with Twine.
Yaron Keren
2015-03-27
1
-2
/
+2
*
DeadArgElim: aggregate Return assessment properly.
Tim Northover
2015-02-11
1
-4
/
+7
*
DeadArgElim: arguments affect all returned sub-values by default.
Tim Northover
2015-02-10
1
-4
/
+16
*
DeadArgElim: fix mismatch in accounting of array return types.
Tim Northover
2015-02-09
1
-39
/
+47
*
DeadArgElim: assess uses of entire return value aggregate.
Tim Northover
2015-02-09
1
-26
/
+26
*
DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...
David Blaikie
2014-10-07
1
-2
/
+8
*
range-for some loops in DAE
David Blaikie
2014-10-06
1
-6
/
+3
*
musttail: Don't eliminate varargs packs if there is a forwarding call
Reid Kleckner
2014-08-26
1
-2
/
+7
*
Constify the Function pointers in the result of makeSubprogramMap
David Blaikie
2014-07-02
1
-4
/
+3
*
DebugInfo: Provide a utility for building a mapping from llvm::Function*s to ...
David Blaikie
2014-07-01
1
-31
/
+1
*
Add a <tuple> include to more files that aren't getting it transitively on MSVC.
Benjamin Kramer
2014-04-30
1
-0
/
+1
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-2
/
+2
*
[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
-24
/
+19
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Layering] Move DIBuilder.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-05
1
-2
/
+2
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
[C++11] Use std::tie to simplify compare operators.
Benjamin Kramer
2014-03-03
1
-6
/
+1
*
inalloca: Don't remove dead arguments in the presence of inalloca args
Reid Kleckner
2014-02-03
1
-0
/
+7
*
Update optimization passes to handle inalloca arguments
Reid Kleckner
2014-01-28
1
-1
/
+1
*
Fix spelling, grammar, and match naming convention for test files.
Eric Christopher
2013-10-21
1
-3
/
+3
*
Fix a bug in Dead Argument Elimination.
Shuxin Yang
2013-10-09
1
-0
/
+13
*
DeadArgumentElimination: keep return value on functions that have a live argu...
Stephen Lin
2013-06-30
1
-28
/
+60
*
Debug Info: clean up usage of Verify.
Manman Ren
2013-06-28
1
-1
/
+3
*
Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddresses
Derek Schuff
2013-06-13
1
-2
/
+9
*
Make DeadArgumentElimination more conservative on variadic functions
Tim Northover
2013-06-09
1
-5
/
+17
*
Revert accidental commit (ran svn commit from wrong directory).
Nick Lewycky
2013-02-02
1
-61
/
+7
*
This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard
Nick Lewycky
2013-02-02
1
-7
/
+61
*
Convert typeIncompatible to return an AttributeSet.
Bill Wendling
2013-01-30
1
-3
/
+10
*
Use the AttributeSet instead of AttributeWithIndex.
Bill Wendling
2013-01-27
1
-27
/
+15
*
Remove some introspection functions.
Bill Wendling
2013-01-25
1
-8
/
+10
*
Use the new 'getSlotIndex' method to retrieve the attribute's slot index.
Bill Wendling
2013-01-25
1
-2
/
+2
*
Remove the last of uses that use the Attribute object as a collection of attr...
Bill Wendling
2013-01-23
1
-9
/
+18
*
Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...
Bill Wendling
2013-01-21
1
-12
/
+16
*
Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...
Bill Wendling
2013-01-21
1
-12
/
+12
*
Push some more methods down to hide the use of the Attribute class.
Bill Wendling
2013-01-18
1
-1
/
+1
[next]