Anand Shukla
|
fd61c60864
|
minor corrections
llvm-svn: 2971
|
2002-07-18 20:56:47 +00:00 |
Anand Shukla
|
2d3d20b09f
|
changes BBsorting and oredering
llvm-svn: 2817
|
2002-07-08 19:37:06 +00:00 |
Anand Shukla
|
21906891d7
|
additions and bug fixes
llvm-svn: 2794
|
2002-06-25 21:14:58 +00:00 |
Chris Lattner
|
e1fc2d965f
|
Convert code to use the DEBUG macro so that debug code can simply be
enabled with the -debug command line option.
llvm-svn: 2721
|
2002-05-22 21:56:32 +00:00 |
Chris Lattner
|
570b8e1da8
|
Pass stuff by reference instead of by copy. Copying entire graphs seems like
a bad idea
llvm-svn: 1810
|
2002-02-26 19:49:45 +00:00 |
Chris Lattner
|
18ff945065
|
Move processGraph down lower in the file so all of the forward declarations
can be eliminated.
llvm-svn: 1809
|
2002-02-26 19:43:49 +00:00 |
Chris Lattner
|
5328c6fd97
|
* Changes to compile successfully with GCC 3.0
* Eliminated memory leak in processGraph
* Pass vectors by const reference to moveDummyCode instead of by copy
llvm-svn: 1808
|
2002-02-26 19:40:28 +00:00 |
Anand Shukla
|
854c302594
|
Initial checkin: functions on Graph used for path profile pass
llvm-svn: 1806
|
2002-02-26 19:02:16 +00:00 |