1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 12:02:58 +02:00
llvm-mirror/lib/Target/X86
Chris Lattner 97abe28059 This purely mechanical patch gives the "I" tblgen class operand list and asm
string operands, and adjusts all users to pass them in instead of using II.

llvm-svn: 15624
2004-08-10 20:17:41 +00:00
..
.cvsignore Tell CVS to ignore all .inc files 2003-08-03 15:50:17 +00:00
Makefile Factor a bunch of the rules and add support for generating the asmwriter. 2004-08-01 06:01:32 +00:00
X86.h Remove some (LARGE) abandoned code for the release. If this is ever needed 2004-07-22 21:30:35 +00:00
X86.td Eliminate 3 of the X86 printImplicit* flags. 2004-08-01 08:23:17 +00:00
X86AsmPrinter.cpp Stop using getValues(). 2004-08-04 08:44:43 +00:00
X86CodeEmitter.cpp Make sure to emit the immediate byte for instructions like: 2004-07-17 20:26:14 +00:00
X86FloatingPoint.cpp Fix file header as it has been renamed. 2004-07-26 18:45:48 +00:00
X86InstrBuilder.h Add assertion for scale verification. 2004-03-04 18:05:02 +00:00
X86InstrInfo.cpp Fix a warning 2004-08-01 19:31:30 +00:00
X86InstrInfo.h Eliminate 3 of the X86 printImplicit* flags. 2004-08-01 08:23:17 +00:00
X86InstrInfo.td This purely mechanical patch gives the "I" tblgen class operand list and asm 2004-08-10 20:17:41 +00:00
X86InstrSelInfo.td Tablgen files for really simple instruction selector 2004-04-06 19:34:00 +00:00
X86ISelPattern.cpp Fix file header as it has been renamed. 2004-07-26 18:45:48 +00:00
X86ISelSimple.cpp Fix file header as it has been renamed. 2004-07-26 18:45:48 +00:00
X86JITInfo.h Clean up a lot of the code I added yesterday by exposing the IntrinsicLowering 2003-12-28 21:23:38 +00:00
X86PeepholeOpt.cpp Fix file header as it has been renamed. 2004-07-26 18:45:48 +00:00
X86RegisterInfo.cpp Reserve the correct amt of space. 2004-07-17 20:24:05 +00:00
X86RegisterInfo.h Another API change to MRegisterInfo::foldMemoryOperand. Instead of a 2004-03-14 20:14:27 +00:00
X86RegisterInfo.td give FP stack registers names 2004-08-01 08:12:13 +00:00
X86TargetMachine.cpp Completely disable the pattern isel until it is more substantial. 2004-08-01 03:28:02 +00:00
X86TargetMachine.h Auto-registrate target 2004-07-11 02:48:49 +00:00