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
/
include
/
llvm
/
Analysis
/
ProfileInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert debug messages to use dbgs(). Generally this means
David Greene
2009-12-23
1
-15
/
+15
*
Converted ProfileInfo to template, added more API for ProfileInfo-preserving.
Andreas Neustifter
2009-12-03
1
-34
/
+146
*
Add the first functions for updating ProfileInfo.
Andreas Neustifter
2009-09-09
1
-0
/
+19
*
Preparation for Optimal Edge Profiling:
Andreas Neustifter
2009-09-01
1
-2
/
+7
*
Move ProfileInfo::Edge's operator<< out of line. Among other benefits,
Dan Gohman
2009-08-26
1
-12
/
+2
*
Bugfix for r80100, forgot include. Sorry.
Andreas Neustifter
2009-08-26
1
-0
/
+1
*
Implemented comments from Daniel Dunbar.
Andreas Neustifter
2009-08-26
1
-0
/
+13
*
This patch cleans up the ProfileInfo by
Andreas Neustifter
2009-08-24
1
-12
/
+17
*
Some ProfileInfo cleanups.
Daniel Dunbar
2009-08-08
1
-1
/
+1
*
More ProfileInfo improvements.
Daniel Dunbar
2009-08-08
1
-13
/
+35
*
Make block and function count available via ProfileInfo.
Daniel Dunbar
2009-08-05
1
-0
/
+6
*
ProfileInfo interface tweaks.
Daniel Dunbar
2009-07-14
1
-4
/
+12
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Drop 'const'
Devang Patel
2007-05-03
1
-1
/
+1
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-1
/
+1
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+1
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-3
/
+3
*
Switch over to using edge profile information as the basic profiling represen...
Chris Lattner
2004-03-08
1
-10
/
+18
*
We don't want to make this a pure interface, as it makes all implementors
Chris Lattner
2004-03-08
1
-2
/
+9
*
Add an important prototype
Chris Lattner
2004-02-11
1
-0
/
+8
*
An initial implementation of an LLVM ProfileInfo class which is designed to
Chris Lattner
2004-02-10
1
-0
/
+43