Chris Lattner
|
dae48f93b0
|
Split utility functions out of BlockProfiling.cpp
llvm-svn: 12224
|
2004-03-08 17:06:13 +00:00 |
Chris Lattner
|
3232bbb9d8
|
initialization calls now return argc. If the program uses the argc value
passed into main, make sure they use the return value of the init call
instead of the one passed in.
llvm-svn: 11262
|
2004-02-10 17:41:01 +00:00 |
Chris Lattner
|
df3c342a4c
|
Finegrainify namespacification
llvm-svn: 10727
|
2004-01-09 06:12:26 +00:00 |
Brian Gaeke
|
960707c335
|
Put all LLVM code into the llvm namespace, as per bug 109.
llvm-svn: 9903
|
2003-11-11 22:41:34 +00:00 |
Chris Lattner
|
3420137e63
|
Refactor code, initial implementation of -insert-block-profiling pass
llvm-svn: 9593
|
2003-10-29 21:24:22 +00:00 |
Chris Lattner
|
183fa7ceb3
|
Pass in argc & argv
llvm-svn: 9563
|
2003-10-28 22:42:24 +00:00 |
Chris Lattner
|
c8ba0672ac
|
Initial checkin of profiling instrumentation pass. So far, despite the
file name, we only support function profiling. This will be fixed in the
near future.
llvm-svn: 9547
|
2003-10-28 18:59:04 +00:00 |