..
.cvsignore
ignore generated files
2004-11-21 00:01:54 +00:00
Makefile
Adjust to changes in asmwriter filenames
2004-12-16 17:33:24 +00:00
X86.h
Add a new prototype
2005-01-07 07:48:33 +00:00
X86.td
Add support for the -x86-asm-syntax flag, which can be used to choose between
2004-10-03 20:36:57 +00:00
X86AsmPrinter.cpp
Adjust to changes in asmwriter filenames
2004-12-16 17:33:24 +00:00
X86CodeEmitter.cpp
There is no reason to emit function stubs for direct calls.
2004-11-21 03:46:06 +00:00
X86FloatingPoint.cpp
Changes For Bug 352
2004-09-01 22:55:40 +00:00
X86InstrBuilder.h
Add a new method.
2005-01-02 02:38:18 +00:00
X86InstrInfo.cpp
Disable 2->3 address promotion of add and inc instructions to LEA's. In
2005-01-02 04:18:17 +00:00
X86InstrInfo.h
Implement the convertToThreeAddress method, add support for inverting JP/JNP
2005-01-02 02:37:07 +00:00
X86InstrInfo.td
ADC and IMUL are also commutable.
2005-01-03 01:27:59 +00:00
X86ISelPattern.cpp
Reimplementation of the X86 pattern isel. This is still missing many large
2005-01-07 07:49:41 +00:00
X86ISelSimple.cpp
The X86 instruction selector already handles codegen of:
2005-01-08 05:45:24 +00:00
X86JITInfo.cpp
Do not push two return addresses on the stack when we call external functions who have their addresses taken. This fixes test-call.ll
2004-11-22 22:25:30 +00:00
X86JITInfo.h
We implement these interfaces
2004-11-20 23:53:56 +00:00
X86PeepholeOpt.cpp
Add some new instructions. Fix the asm string for sbb32rr
2004-10-06 04:01:02 +00:00
X86RegisterInfo.cpp
Add support for SETNPr to lower to memory form.
2005-01-02 02:37:46 +00:00
X86RegisterInfo.h
Code insertion methods now return void instead of an int.
2004-08-15 22:15:11 +00:00
X86RegisterInfo.td
Minor optimization to allocate R8 registers in a better order.
2005-01-05 16:09:16 +00:00
X86Relocations.h
Describe the X86 target-specific relocations.
2004-11-20 23:54:19 +00:00
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
Remove a dead function, which died when we got GAS emission working (phwew,
2004-11-16 04:34:29 +00:00