Chris Lattner
|
ad9a6ccb83
|
Remove attribution from file headers, per discussion on llvmdev.
llvm-svn: 45418
|
2007-12-29 20:36:04 +00:00 |
|
Dan Gohman
|
d0a0ea9916
|
Change uses of Function::front to Function::getEntryBlock for readability.
llvm-svn: 35265
|
2007-03-22 16:38:57 +00:00 |
|
Reid Spencer
|
19af04a142
|
For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid
confusion with external linkage types.
llvm-svn: 33663
|
2007-01-30 20:08:39 +00:00 |
|
Bill Wendling
|
a3246c4272
|
Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are
now cerr, cout, and NullStream resp.
llvm-svn: 32298
|
2006-12-07 01:30:32 +00:00 |
|
Bill Wendling
|
040a60d22d
|
Removed some of the iostream #includes. Moved towards converting to using
llvm streams
llvm-svn: 31983
|
2006-11-28 22:46:12 +00:00 |
|
Misha Brukman
|
122d682689
|
Remove trailing whitespace
llvm-svn: 21416
|
2005-04-21 21:13:18 +00:00 |
|
Reid Spencer
|
50ec3f9325
|
Add #include <iostream> since Value.h does not #include it any more.
llvm-svn: 14622
|
2004-07-04 12:19:56 +00:00 |
|
Brian Gaeke
|
f3b62c562e
|
Add stub support for reading BBTraces.
llvm-svn: 13352
|
2004-05-04 17:11:14 +00:00 |
|
Brian Gaeke
|
ae8607e56a
|
Share ProfilingType enum with the C profiling runtime libraries.
llvm-svn: 13346
|
2004-05-04 16:53:07 +00:00 |
|
Chris Lattner
|
de661f7219
|
If we have edge counts, we can produce block counts. I've verified that
using an edge profile to produce block counts gives the exact same numbers
as using a block count directly.
llvm-svn: 12232
|
2004-03-08 20:03:52 +00:00 |
|
Chris Lattner
|
f3a838662e
|
Add initial support for reading edge counts. This will be improved to enable
translation of edge counts into block/function counts when possible.
llvm-svn: 12229
|
2004-03-08 18:20:18 +00:00 |
|
Chris Lattner
|
16ad30203c
|
Fix a typeo
llvm-svn: 11323
|
2004-02-11 18:20:41 +00:00 |
|
Chris Lattner
|
427c8ee657
|
Factor this code out of llvm-prof
llvm-svn: 11314
|
2004-02-11 05:54:25 +00:00 |
|