index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
InlineCost.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
performance: cache the dereferenced use_iterator
Gabor Greif
2010-04-14
1
-7
/
+8
*
Reapply r99451 with a fix to move the NoInline check to the cost functions
Eric Christopher
2010-03-25
1
-2
/
+4
*
Treat copysignl like the other copysign functions.
Duncan Sands
2010-03-15
1
-1
/
+1
*
Do not ignore arg_size() impact while counting bb instructions.
Devang Patel
2010-03-13
1
-3
/
+2
*
Remove extra parameter.
Devang Patel
2010-03-13
1
-5
/
+4
*
Do not overestimate code size reduction in presense of debug info.
Devang Patel
2010-03-13
1
-6
/
+11
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+42
*
Revert r98089, it was breaking a clang test.
Jakob Stoklund Olesen
2010-03-09
1
-36
/
+0
*
Try to keep the cached inliner costs around for a bit longer for big functions.
Jakob Stoklund Olesen
2010-03-09
1
-0
/
+36
*
Permit inlining into huge functions. This heuristic is ancient, and inlining
Jakob Stoklund Olesen
2010-03-09
1
-5
/
+0
*
There are two ways of checking for a given type, for example isa<PointerType>(T)
Duncan Sands
2010-02-16
1
-2
/
+2
*
Update CodeMetrics to count 'big' function calls explicitly.
Jakob Stoklund Olesen
2010-02-05
1
-5
/
+9
*
Fix inline cost predictions with SCIENCE.
Jakob Stoklund Olesen
2010-01-26
1
-28
/
+31
*
Revert test polarity to match comment and desired outcome. Remove undeserved ...
Jakob Stoklund Olesen
2010-01-26
1
-2
/
+2
*
Remove dead code.
Jakob Stoklund Olesen
2010-01-26
1
-3
/
+0
*
Skip calculation of ArgumentWeights if it will never be used.
Jakob Stoklund Olesen
2010-01-26
1
-0
/
+6
*
Pad my commit stats by reducing indentation in this now separate
Eric Christopher
2010-01-14
1
-19
/
+20
*
Few minor changes that were requested. No functional change.
Eric Christopher
2010-01-14
1
-2
/
+6
*
Small tweak to inline cost computation. Ext of i/fcmp results are mostly opti...
Evan Cheng
2010-01-14
1
-1
/
+6
*
Reduce the inlining cost of functions that contain calls to easily,
Eric Christopher
2010-01-14
1
-1
/
+27
*
Add a missing closing parenthesis, and tweak to fit in 80
Duncan Sands
2009-11-01
1
-2
/
+2
*
add a comment about why we don't allow inlining indbr.
Chris Lattner
2009-11-01
1
-0
/
+5
*
pull check for return inst out of loop, never inline a callee that contains
Chris Lattner
2009-11-01
1
-5
/
+7
*
rename indbr -> indirectbr to appease the residents of #llvm.
Chris Lattner
2009-10-28
1
-1
/
+1
*
Random updates to passes for indbr, I need blockaddress before I can do much ...
Chris Lattner
2009-10-27
1
-0
/
+3
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-4
/
+0
*
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-23
1
-1
/
+1
*
Remove MallocInst from LLVM Instructions.
Victor Hernandez
2009-10-17
1
-1
/
+1
*
Compute a full cost value even when a setjmp call is found.
Dan Gohman
2009-10-13
1
-3
/
+1
*
Split code not specific to Function inlining out into a separate class,
Dan Gohman
2009-10-13
1
-25
/
+28
*
Move the InlineCost code from Transforms/Utils to Analysis.
Dan Gohman
2009-10-13
1
-0
/
+337