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
/
Utils
/
InlineFunction.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove a redundant dyn_cast.
Adrian Prantl
2015-01-30
1
-3
/
+2
*
Inliner: Use replaceDbgDeclareForAlloca() instead of splicing the
Adrian Prantl
2015-01-30
1
-5
/
+3
*
Fix PR22386. The inliner moves static allocas to the entry basic block
Adrian Prantl
2015-01-30
1
-0
/
+8
*
DebugInfo: Use distinct inlinedAt MDLocations to avoid separate inlined calls...
David Blaikie
2015-01-21
1
-13
/
+49
*
IR: Return unique_ptr from MDNode::getTemporary()
Duncan P. N. Exon Smith
2015-01-19
1
-8
/
+3
*
IR: Remove MDNodeFwdDecl
Duncan P. N. Exon Smith
2015-01-19
1
-3
/
+4
*
[PM] Split the AssumptionTracker immutable pass into two separate APIs:
Chandler Carruth
2015-01-04
1
-13
/
+17
*
The inliner needs to fix up debug information for llvm.dbg.declare, not only ...
Michael Kuperstein
2014-12-11
1
-0
/
+6
*
IR: Split Metadata from Value
Duncan P. N. Exon Smith
2014-12-09
1
-11
/
+12
*
Revert "IR: MDNode => Value"
Duncan P. N. Exon Smith
2014-11-11
1
-10
/
+11
*
Revert "Transforms: reapply SVN r219899"
Reid Kleckner
2014-11-04
1
-16
/
+3
*
IR: MDNode => Value: Instruction::getMetadata()
Duncan P. N. Exon Smith
2014-11-01
1
-16
/
+16
*
Transforms: reapply SVN r219899
Saleem Abdulrasool
2014-10-28
1
-3
/
+16
*
Do not attribute static allocas to the call site's DebugLoc.
Paul Robinson
2014-10-21
1
-0
/
+6
*
Preserve non-byval pointer alignment attributes using @llvm.assume when inlining
Hal Finkel
2014-10-15
1
-0
/
+45
*
Simplify code. No functionality change.
Benjamin Kramer
2014-09-13
1
-15
/
+3
*
Make use of @llvm.assume in ValueTracking (computeKnownBits, etc.)
Hal Finkel
2014-09-07
1
-2
/
+2
*
Add an Assumption-Tracking Pass
Hal Finkel
2014-09-07
1
-0
/
+6
*
Enable noalias metadata by default and swap the order of the SLP and Loop vec...
James Molloy
2014-09-04
1
-1
/
+1
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-11
/
+17
*
Fix AddAliasScopeMetadata again - alias.scope must be a complete description
Hal Finkel
2014-09-01
1
-15
/
+37
*
Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers
Hal Finkel
2014-08-30
1
-25
/
+51
*
Fix a typo in AddAliasScopeMetadata
Hal Finkel
2014-08-29
1
-1
/
+1
*
Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just...
Craig Topper
2014-08-27
1
-2
/
+1
*
Use range based for loops to avoid needing to re-mention SmallPtrSet size.
Craig Topper
2014-08-24
1
-3
/
+1
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-21
1
-2
/
+2
*
Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...
Craig Topper
2014-08-18
1
-2
/
+2
*
Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...
Craig Topper
2014-08-17
1
-2
/
+2
*
Copy noalias metadata from call sites to inlined instructions
Hal Finkel
2014-08-14
1
-4
/
+28
*
Add noalias metadata for general calls (not just memory intrinsics) during in...
Hal Finkel
2014-08-14
1
-7
/
+18
*
Move helper for getting a terminating musttail call to BasicBlock
Reid Kleckner
2014-08-12
1
-30
/
+5
*
Convert noalias parameter attributes into noalias metadata during inlining
Hal Finkel
2014-07-25
1
-0
/
+174
*
Add scoped-noalias metadata
Hal Finkel
2014-07-24
1
-0
/
+101
*
DebugInfo: Preserve debug location information when transforming a call into ...
David Blaikie
2014-06-30
1
-0
/
+1
*
Fix line numbers for code inlined from __nodebug__ functions.
Evgeniy Stepanov
2014-06-09
1
-1
/
+7
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-2
/
+12
*
Revert "Don't insert lifetime.end markers between a musttail call and ret"
Reid Kleckner
2014-05-15
1
-12
/
+2
*
Remove unused variable in inliner
Reid Kleckner
2014-05-15
1
-7
/
+4
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-2
/
+12
*
Teach the inliner how to preserve musttail invariants
Reid Kleckner
2014-05-15
1
-26
/
+112
*
[C++] Use 'nullptr'. Transforms edition.
Craig Topper
2014-04-25
1
-13
/
+13
*
Remove more default address space argument usage.
Matt Arsenault
2014-04-23
1
-3
/
+6
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
1
-8
/
+1
*
Add lifetime markers for allocas created to hold byval arguments, make them
Julien Lerouge
2014-04-15
1
-0
/
+1
*
Split byval argument initialization so the memcpy(s) are injected at the
Julien Lerouge
2014-04-15
1
-29
/
+42
*
[C++11] Add range based accessors for the Use-Def chain of a Value.
Chandler Carruth
2014-03-09
1
-8
/
+6
*
[Layering] Move DebugInfo.h into the IR library where its implementation
Chandler Carruth
2014-03-06
1
-1
/
+1
*
[Modules] Move CallSite into the IR library where it belogs. It is
Chandler Carruth
2014-03-04
1
-1
/
+1
*
Rename some member variables from TD to DL.
Rafael Espindola
2014-02-18
1
-9
/
+9
*
Fix inlining to not lose the "cleanup" clause from landingpads
Mark Seaborn
2013-12-08
1
-0
/
+2
[next]