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
...
*
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
*
Fix inlining to not produce duplicate landingpad clauses
Mark Seaborn
2013-12-08
1
-20
/
+12
*
InlineFunction.cpp: Remove a return value that is always false
Mark Seaborn
2013-12-02
1
-11
/
+3
*
Revert "Inliner: Handle readonly attribute per argument when adding memcpy"
David Majnemer
2013-11-03
1
-13
/
+10
*
Do not convert "call asm" to "invoke asm" in Inliner.
Manman Ren
2013-10-31
1
-1
/
+2
*
Inliner: Handle readonly attribute per argument when adding memcpy
Tom Stellard
2013-10-24
1
-10
/
+13
*
Fix a use after free. RI is freed before the call to getDebugLoc(). To
Richard Trieu
2013-04-30
1
-4
/
+5
*
Spelling. Thanks, Eric.
Adrian Prantl
2013-04-30
1
-1
/
+1
*
Set debug locations for branch instructions created during inlining, even
Adrian Prantl
2013-04-30
1
-2
/
+10
[prev]
[next]