llvm-6502/lib/Target/X86
Nate Begeman f8b02949e3 Make pattern isel default for ppc
Add new ppc beta option related to using condition registers
Make pattern isel control flag (-enable-pattern-isel) global and tristate
  0 == off
  1 == on
  2 == target default


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21309 91177308-0d34-0410-b5e6-96231b3b80d8
2005-04-15 22:12:16 +00:00
..
.cvsignore
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
X86AsmPrinter.cpp Fix the missing symbols problem Bill was hitting. Patch contributed by 2005-03-17 15:38:16 +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 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 add signed versions of the extra precision multiplies 2005-04-06 04:19:22 +00:00
X86ISelPattern.cpp Fix some mysteriously missing {}'s which cause the miscompilation of 2005-04-13 03:29:53 +00:00
X86ISelSimple.cpp Use live out sets for return values instead of imp_defs, which is cleaner and faster. 2005-04-09 15:23:56 +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
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 signed versions of the extra precision multiplies 2005-04-06 04:19:22 +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 Make pattern isel default for ppc 2005-04-15 22:12:16 +00:00
X86TargetMachine.h