Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -1/+1 |
| | | | | llvm-svn: 62279 | ||||
* | Fix warning. | Daniel Dunbar | 2008-10-31 | 1 | -1/+1 |
| | | | | llvm-svn: 58486 | ||||
* | Add InlineCost class for represent the estimated cost of inlining a | Daniel Dunbar | 2008-10-30 | 1 | -7/+18 |
| | | | | | | | | | function. - This explicitly models the costs for functions which should "always" or "never" be inlined. This fixes bugs where such costs were not previously respected. llvm-svn: 58450 | ||||
* | Assorted comment/naming fixes, 80-col violations, and reindentation. | Daniel Dunbar | 2008-10-28 | 1 | -9/+10 |
| | | | | | | - No functionality change. llvm-svn: 58352 | ||||
* | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman | 2008-05-13 | 1 | -5/+3 |
| | | | | | | | several things that were neither in an anonymous namespace nor static but not intended to be global. llvm-svn: 51017 | ||||
* | Make several variable declarations static. | Dan Gohman | 2008-05-06 | 1 | -1/+1 |
| | | | | llvm-svn: 50696 | ||||
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
| | | | | llvm-svn: 45418 | ||||
* | Use SmallPtrSet. | Devang Patel | 2007-07-27 | 1 | -2/+1 |
| | | | | llvm-svn: 40560 | ||||
* | Add BasicInliner interface. | Devang Patel | 2007-07-25 | 1 | -0/+171 |
This interface allows clients to inline bunch of functions with module level call graph information.:wq llvm-svn: 40486 |