llvm-6502/lib/Target/X86
2005-02-27 06:18:25 +00:00
..
.cvsignore
Makefile
X86.h Add a new prototype 2005-01-07 07:48:33 +00:00
X86.td
X86AsmPrinter.cpp Support Cygwin assembly generation. The cygwin version of Gnu ASsembler 2005-01-23 03:52:14 +00:00
X86CodeEmitter.cpp
X86FloatingPoint.cpp Allow the FP stackifier to completely ignore functions that do not use FP at 2005-01-23 23:13:59 +00:00
X86InstrBuilder.h Fix indentation. 2005-01-17 23:25:45 +00:00
X86InstrInfo.cpp When commuting these instructions, make sure to actually swap the operands too. 2005-01-19 16:55:52 +00:00
X86InstrInfo.h Teach the code generator that shrd/shld is commutable if it has an immediate. 2005-01-19 07:11:01 +00:00
X86InstrInfo.td Fix spelling, patch contributed by Gabor Greif! 2005-02-27 06:18:25 +00:00
X86ISelPattern.cpp Silence some uninit variable warnings. 2005-02-23 05:57:21 +00:00
X86ISelSimple.cpp Fix a subtle bug involving constant expr casts from int to fp 2005-01-09 01:49:29 +00:00
X86JITInfo.cpp
X86JITInfo.h
X86PeepholeOpt.cpp Do not lose the offset from teh global when peephole optimizing instructions. 2005-01-12 05:17:28 +00:00
X86RegisterInfo.cpp Add rotate instructions. 2005-01-19 07:50:03 +00:00
X86RegisterInfo.h
X86RegisterInfo.td Minor optimization to allocate R8 registers in a better order. 2005-01-05 16:09:16 +00:00
X86Relocations.h
X86TargetMachine.cpp Allow the selection-dag based selector to be diabled with -disable-pattern-isel. 2005-01-07 07:50:50 +00:00
X86TargetMachine.h