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
*
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