Devang Patel
|
8c78a0bff0
|
Drop 'const'
llvm-svn: 36662
|
2007-05-03 01:11:54 +00:00 |
Devang Patel
|
e95c6ad802
|
Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.
llvm-svn: 36652
|
2007-05-02 21:39:20 +00:00 |
Devang Patel
|
09f162ca6a
|
Do not use typeinfo to identify pass in pass manager.
llvm-svn: 36632
|
2007-05-01 21:15:47 +00:00 |
Chris Lattner
|
1ef9cd400d
|
eliminate static ctors for Statistic objects.
llvm-svn: 32703
|
2006-12-19 22:59:26 +00:00 |
Chris Lattner
|
700b873130
|
Detemplatize the Statistic class. The only type it is instantiated with
is 'unsigned'.
llvm-svn: 32279
|
2006-12-06 17:46:33 +00:00 |
Evan Cheng
|
20350c4025
|
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
of opcode and number of operands.
llvm-svn: 31947
|
2006-11-27 23:37:22 +00:00 |
Chris Lattner
|
158e1f519c
|
Rename SPARC V8 target to be the LLVM SPARC target.
llvm-svn: 25985
|
2006-02-05 05:50:24 +00:00 |