Chris Lattner
|
c49f5f35db
|
Fix problems with freeing memory twice
llvm-svn: 520
|
2001-09-09 22:26:29 +00:00 |
Chris Lattner
|
57de997eff
|
Fix build breakage. :(
llvm-svn: 511
|
2001-09-09 19:52:23 +00:00 |
Chris Lattner
|
23fcc08d38
|
The header file for a translation unit should always be included first
System headers should be last
llvm-svn: 475
|
2001-09-07 17:18:30 +00:00 |
Vikram S. Adve
|
5f72f42aee
|
Moved function PrintMachineInstructions here.
llvm-svn: 392
|
2001-08-28 23:02:39 +00:00 |
Vikram S. Adve
|
1700068262
|
Always set isDef for operand in position resultPos.
llvm-svn: 357
|
2001-08-13 16:32:45 +00:00 |
Ruchira Sasanka
|
6dec5fe042
|
Changed SetMachineOpernad calls in Set3OperandsFromInstr so that the
result position is a def (i.e., added true to the end of call) -- Ruchira
llvm-svn: 356
|
2001-08-13 16:26:28 +00:00 |
Ruchira Sasanka
|
c82322c526
|
*** empty log message ***
llvm-svn: 351
|
2001-08-07 21:01:23 +00:00 |
Ruchira Sasanka
|
4ac2975f5a
|
added a default isDef arg to SetMachineOperand method - Ruchira
llvm-svn: 350
|
2001-08-07 20:16:52 +00:00 |
Vikram S. Adve
|
ff7070bbb9
|
Allow machine instructions with variable numbers of arguments.
This is used only by Phi for now.
llvm-svn: 336
|
2001-07-31 21:49:28 +00:00 |
Vikram S. Adve
|
bff682dfac
|
Eliminate separate enum for operand register type.
Use union for alternative data for different operand types.
Add iterator over Value* operands in a MachineInstr.
llvm-svn: 307
|
2001-07-28 04:06:37 +00:00 |
Chris Lattner
|
78a307b170
|
Eliminated the Unique class in favor of NonCopyable and NonCopyableV
llvm-svn: 280
|
2001-07-23 18:26:21 +00:00 |
Chris Lattner
|
b299068101
|
Eliminate lots of unnecessary #includes and forward decls
there are probably more to kill
llvm-svn: 261
|
2001-07-21 23:24:48 +00:00 |
Chris Lattner
|
dd511760d9
|
Renamed include/llvm/Codegen to include/llvm/CodeGen
llvm-svn: 253
|
2001-07-21 20:58:30 +00:00 |
Vikram S. Adve
|
ab9e557102
|
Instruction selection via pattern matching on instruction trees using BURG.
llvm-svn: 231
|
2001-07-21 12:41:50 +00:00 |