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
/
test
/
Transforms
/
Inline
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "DI: Fold constant arguments into a single MDString"
Duncan P. N. Exon Smith
2014-10-02
2
-3
/
+3
*
DI: Fold constant arguments into a single MDString
Duncan P. N. Exon Smith
2014-10-02
2
-3
/
+3
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+8
*
Revert r218778 while investigating buldbot breakage.
Adrian Prantl
2014-10-01
1
-8
/
+8
*
Move the complex address expression out of DIVariable and into an extra
Adrian Prantl
2014-10-01
1
-8
/
+8
*
Add functions for finding ephemeral values
Hal Finkel
2014-09-07
1
-0
/
+32
*
Feed AA to the inliner and use AA->getModRefBehavior in AddAliasScopeMetadata
Hal Finkel
2014-09-01
1
-1
/
+1
*
Fix AddAliasScopeMetadata again - alias.scope must be a complete description
Hal Finkel
2014-09-01
1
-0
/
+3
*
Fix AddAliasScopeMetadata to not add scopes when deriving from unknown pointers
Hal Finkel
2014-08-30
1
-5
/
+5
*
Declare that musttail calls in variadic functions forward the ellipsis
Reid Kleckner
2014-08-26
1
-0
/
+22
*
Copy noalias metadata from call sites to inlined instructions
Hal Finkel
2014-08-14
1
-0
/
+84
*
Add noalias metadata for general calls (not just memory intrinsics) during in...
Hal Finkel
2014-08-14
1
-0
/
+41
*
Convert noalias parameter attributes into noalias metadata during inlining
Hal Finkel
2014-07-25
2
-0
/
+173
*
Add new lines to debugging information.
Richard Trieu
2014-07-03
1
-0
/
+9
*
Suppress inlining when the block address is taken
Gerolf Hoflehner
2014-07-01
1
-2
/
+3
*
DebugInfo: Preserve debug location information when transforming a call into ...
David Blaikie
2014-06-30
1
-0
/
+37
*
Add support for missed and analysis optimization remarks.
Diego Novillo
2014-05-22
1
-0
/
+60
*
Check the alwaysinline attribute on the call as well as on the caller.
Peter Collingbourne
2014-05-19
1
-0
/
+11
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-0
/
+36
*
Revert "Don't insert lifetime.end markers between a musttail call and ret"
Reid Kleckner
2014-05-15
1
-36
/
+0
*
Don't insert lifetime.end markers between a musttail call and ret
Reid Kleckner
2014-05-15
1
-0
/
+36
*
Teach the inliner how to preserve musttail invariants
Reid Kleckner
2014-05-15
1
-9
/
+140
*
Revert test commit. Removed blank line.
Dario Domizioli
2014-05-08
1
-1
/
+0
*
Test commit. Added blank line.
Dario Domizioli
2014-05-08
1
-0
/
+1
*
[inliner] Significantly improve the compile time in cases like PR19499
Chandler Carruth
2014-04-28
1
-0
/
+60
*
[inline cold threshold] Command line argument for inline threshold will
Manman Ren
2014-04-25
1
-2
/
+114
*
Fix PR7272 in -tailcallelim instead of the inliner
Reid Kleckner
2014-04-21
1
-4
/
+17
*
Reverse 206485.
Gerolf Hoflehner
2014-04-17
2
-27
/
+1
*
Inline a function when the always_inline attribute
Gerolf Hoflehner
2014-04-17
2
-1
/
+27
*
Add lifetime markers for allocas created to hold byval arguments, make them
Julien Lerouge
2014-04-15
2
-1
/
+28
*
Handle vlas during inline cost computation if they'll be turned
Eric Christopher
2014-04-07
1
-0
/
+38
*
Set default of inlinecold-threshold to 225.
Manman Ren
2014-02-06
1
-1
/
+1
*
Inliner uses a smaller inline threshold for callees with cold attribute.
Manman Ren
2014-02-05
1
-0
/
+88
*
[inliner] Skip debug intrinsics even earlier in computing the inline
Chandler Carruth
2014-02-01
1
-0
/
+55
*
Fix known typos
Alp Toker
2014-01-24
1
-1
/
+1
*
[inliner] Fix PR18206 by preventing inlining functions that call setjmp
Chandler Carruth
2013-12-13
1
-14
/
+57
*
[inliner] Completely change (and fix) how the inline cost analysis
Chandler Carruth
2013-12-13
1
-0
/
+45
*
Fix spelling in comment in test: "themselve" -> "themselves"
Mark Seaborn
2013-12-12
1
-1
/
+1
*
Fix inlining to not lose the "cleanup" clause from landingpads
Mark Seaborn
2013-12-08
1
-0
/
+39
*
Fix inlining to not produce duplicate landingpad clauses
Mark Seaborn
2013-12-08
2
-5
/
+117
*
The 'optnone' attribute means don't inline anything into this function
Paul Robinson
2013-11-18
1
-0
/
+52
*
Rename testing case to use - instead of _.
Manman Ren
2013-11-04
1
-0
/
+0
*
Revert "Inliner: Handle readonly attribute per argument when adding memcpy"
David Majnemer
2013-11-03
1
-23
/
+21
*
Add comments.
Manman Ren
2013-11-01
1
-0
/
+2
*
Do not convert "call asm" to "invoke asm" in Inliner.
Manman Ren
2013-10-31
1
-0
/
+30
*
Inliner: Handle readonly attribute per argument when adding memcpy
Tom Stellard
2013-10-24
1
-4
/
+29
*
TBAA: remove !tbaa from testing cases when they are not needed.
Manman Ren
2013-09-30
2
-48
/
+38
*
Handle address spaces in TargetTransformInfo
Matt Arsenault
2013-08-28
1
-1
/
+44
*
[tests] Cleanup initialization of test suffixes.
Daniel Dunbar
2013-08-16
1
-1
/
+0
*
Fix FileCheck --check-prefix lines.
Tim Northover
2013-08-12
1
-1
/
+1
[next]