Misha Brukman
|
d21a02ad58
|
Implement the TargetInstrInfo's createNOPinstr() and isNOPinstr() interface.
llvm-svn: 6320
|
2003-05-24 00:09:50 +00:00 |
Chris Lattner
|
b4d58d7f9e
|
Rename MachineInstrInfo -> TargetInstrInfo
llvm-svn: 5272
|
2003-01-14 22:00:31 +00:00 |
Chris Lattner
|
b54343a64f
|
Add comments, switch uses/defs to match InstrInfo.def file
llvm-svn: 5102
|
2002-12-18 01:05:54 +00:00 |
Chris Lattner
|
0d80874f6c
|
* Move information about Implicit Defs/Uses into X86InstrInfo.def.
* Expose information about implicit defs/uses of register through the
MachineInstrInfo.h file.
llvm-svn: 4877
|
2002-12-03 05:42:53 +00:00 |
Misha Brukman
|
1a72c637fb
|
Added -*- C++ -*- mode to the comments.
llvm-svn: 4826
|
2002-11-22 22:42:50 +00:00 |
Chris Lattner
|
cf72e52df3
|
Expose base opcode
llvm-svn: 4742
|
2002-11-18 06:56:24 +00:00 |
Chris Lattner
|
0018e8d5fc
|
Start to add more information to instr.def
llvm-svn: 4741
|
2002-11-18 05:37:11 +00:00 |
Chris Lattner
|
9289d7d693
|
Reorganize printing interface a bit
llvm-svn: 4728
|
2002-11-17 22:53:13 +00:00 |
Chris Lattner
|
87b84a6913
|
Set the destination register field based on the target specific flags
llvm-svn: 4442
|
2002-10-30 01:15:31 +00:00 |
Chris Lattner
|
27d247978b
|
Rename X86InstructionInfo to X86InstrInfo
llvm-svn: 4413
|
2002-10-29 21:05:24 +00:00 |
Chris Lattner
|
f57420ee17
|
Minor renaming
llvm-svn: 4410
|
2002-10-29 20:48:56 +00:00 |
Chris Lattner
|
16cbd41c21
|
Implement MachineInstrInfo interface
llvm-svn: 4394
|
2002-10-29 17:43:19 +00:00 |
Chris Lattner
|
d92fb0058b
|
Initial checkin of X86 backend.
We can instruction select exactly one instruction 'ret void'. Wow.
llvm-svn: 4284
|
2002-10-25 22:55:53 +00:00 |