Chris Lattner
|
7f74a56e24
|
Changes to build successfully with GCC 3.02
llvm-svn: 1503
|
2002-01-20 22:54:45 +00:00 |
Chris Lattner
|
2413b160ec
|
Renamed inst_const_iterator -> const_inst_iterator
Renamed op_const_iterator -> const_op_iterator
Renamed PointerType::getValueType() -> PointerType::getElementType()
llvm-svn: 1408
|
2001-12-04 00:03:30 +00:00 |
Chris Lattner
|
5de2204fe8
|
Create a new #include "Support/..." directory structure to move things
from "llvm/Support/..." that are not llvm dependant.
Move files and fix #includes
llvm-svn: 1400
|
2001-11-27 00:03:19 +00:00 |
Vikram S. Adve
|
dff0a891c1
|
Major improvement to how nodes are built for a BB.
LLVM instruction is no longer recorded in each node, but BB is.
llvm-svn: 1262
|
2001-11-12 14:18:01 +00:00 |
Chris Lattner
|
bb09a10929
|
Pull iterators out of CFG.h and CFGdecls and put them in Support directory
llvm-svn: 664
|
2001-09-28 22:56:31 +00:00 |
Vikram S. Adve
|
8656a80661
|
Format file header.
llvm-svn: 611
|
2001-09-18 12:52:03 +00:00 |
Chris Lattner
|
8d44b99844
|
Chris seems fond of #include <vector>. Fix these. Also convert use list in
Value to a vector instead of a list.
Move SchedGraph.h & SchedPriorities.h into lib/CodeGen/InstrScheduling
llvm-svn: 572
|
2001-09-14 16:56:32 +00:00 |
Chris Lattner
|
e99c9acb84
|
Remove unneeded #includes
llvm-svn: 489
|
2001-09-07 21:22:28 +00:00 |
Vikram S. Adve
|
138c3bb667
|
Class that encapsulates priority heuristics for instruction scheduling.
llvm-svn: 395
|
2001-08-28 23:06:49 +00:00 |