Add VCVTR (between floating-point and integer, VFP) for disassembly purpose.
[oota-llvm.git] / lib / Target / X86 /
2010-02-08 Dan GohmanRename the PerformTailCallOpt variable to GuaranteedTai...
2010-02-08 Torok EdwinFix x86 JIT stub on MSVC.
2010-02-06 Evan ChengRun codegen dce pass for all targets at all optimizatio...
2010-02-06 Evan ChengDo not emit callseq instructions around sibcalls. This...
2010-02-05 Chris Lattnerfix incorrect encoding of SBB8mi that Kevin noticed.
2010-02-05 Chris Lattnerfix a case where we'd mis-encode fisttp because of...
2010-02-05 Chris Lattneradd note.
2010-02-05 Chris Lattnerport X86InstrInfo::determineREX over to the new encoder.
2010-02-05 Chris Lattnerwire up 64-bit MCCodeEmitter.
2010-02-05 Chris Lattnerreally kill off the last MRMInitReg inst, remove logic...
2010-02-05 Chris Lattnerlower the last of the MRMInitReg instructions in MCInst...
2010-02-05 Chris Lattnerteach X86MCInstLower to lower the MOV32r0 and MOV8r0
2010-02-05 Chris Lattnergenericize helpers, use them for MOV16r0/MOV64r0
2010-02-05 Chris Lattnerfactor code better in X86MCInstLower::Lower, teach...
2010-02-05 Chris Lattnerimplement the rest of the encoding types.
2010-02-05 Chris Lattnermove functions for decoding X86II values into the X86II...
2010-02-05 Chris Lattnerconstant propagate a method away.
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
2010-02-05 Chris Lattneradd some more encodings.
2010-02-05 Chris Lattnerimplement the non-relocation forms of memory operands
2010-02-05 Evan ChengHandle tail call with byval arguments.
2010-02-05 Chris Lattnerstart adding MRMDestMem, which requires memory form...
2010-02-05 Chris LattnerAdd a few more encodings, we can now encode all of:
2010-02-04 Evan PhoenixDisable external stubs for X86-32 and X86-64
2010-02-04 Chris Lattnermove the PR6214 microoptzn to this file.
2010-02-04 Evan ChengRe-enable x86 tail call optimization.
2010-02-04 Evan ChengIndirect tail call has to go through a call preserved...
2010-02-04 Dale JohannesenRewrite FP constant handling in DEBUG_VALUE yet
2010-02-03 Chris Lattnerenhance new encoder to support prefixes + RawFrm
2010-02-03 Chris Lattnerset up some infrastructure, some minor cleanups.
2010-02-03 Evan ChengSpeculatively disable x86 automatic tail call optimizat...
2010-02-03 Chris Lattnerstub out a new X86 encoder, which can be tried with
2010-02-03 Chris Lattnerrename createX86MCCodeEmitter to more accurately reflec...
2010-02-03 Kevin EnderbyAdded support for X86 instruction prefixes so llvm...
2010-02-03 Chris Lattnerreapply r95206, this time actually delete the code...
2010-02-03 Chris Lattnerrevert r95206, it is apparently causing bootstrap failu...
2010-02-03 Chris Lattnermake the x86 backend emit darwin stubs through mcstreamer
2010-02-03 Chris Lattnermake MachineModuleInfoMachO hold non-const MCSymbol...
2010-02-03 Evan ChengAllow all types of callee's to be tail called. But...
2010-02-03 Chris Lattnerdon't emit \n's at the start of X86AsmPrinter::runOnMac...
2010-02-03 Chris LattnerFinally eliminate printMCInst and send instructions...
2010-02-03 Chris Lattnerrejigger the world so that EmitInstruction prints the...
2010-02-03 Chris Lattnersink handling of target-independent machine instrs...
2010-02-03 Dale JohannesenPrint FPImm a less kludgy way; APFloat.toString seems
2010-02-02 Evan ChengByVal frame object size should be that of the byval...
2010-02-02 Evan ChengRevert 95130.
2010-02-02 Dale JohannesenAccept floating point immediates in DEBUG_VALUE.
2010-02-02 Daniel DunbarAsmParser/X86: Add temporary hack to allow parsing...
2010-02-02 Chris Lattnerrefactor code so that LLVMTargetMachine creates the...
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Daniel DunbarMCAsmParser/X86: Represent absolute memory operands...
2010-02-02 Daniel DunbarMCCodeEmitter/X86: Handle tied registers better when...
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-01-31 Evan ChengChange TAILJMP's to be varargs and transfer implicit...
2010-01-31 Evan ChengFix a missing check from my last commit.
2010-01-31 Evan ChengAvoid recursive sibcall's.
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-30 Evan ChengAllow more tailcall optimization: calls with inputs...
2010-01-30 Evan ChengDon't forget to transfer target flag when inserting...
2010-01-30 Daniel DunbarMC/X86 AsmParser: Handle absolute memory operands corre...
2010-01-30 Daniel DunbarX86.td: Refactor to bring operands that use print_pcrel...
2010-01-30 Daniel DunbarAsmMatcher/X86: Separate out sublass for memory operand...
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-29 Evan ChengCatch more trivial tail call opportunities: no inputs...
2010-01-29 Sean CallananAdded a custom TableGen backend to support the
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-27 Dale JohannesenTreat MO_REG 0 location as undefined in DEBUG_VALUE,
2010-01-27 Jeffrey YasskinKill ModuleProvider and ghost linkage by inverting...
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2010-01-27 Evan ChengEliminate target hook IsEligibleForTailCallOptimization.
2010-01-27 Evan ChengRestore to pre-94570 state.
2010-01-26 Evan ChengIgnore 'forced' tailcall opt in fastisel mode.
2010-01-26 Chris Lattnernow that enough stuff is constified, move function...
2010-01-26 Chris Lattnerconstify a method argument.
2010-01-26 Evan ChengDelete blank lines that bug me.
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Evan ChengDelete dead code.
2010-01-26 Evan ChengCode refactoring, no functionality change.
2010-01-26 Dan GohmanRemove SIL, DIL, and BPL from the GR8_NOREX allocation...
2010-01-26 Dan GohmanSIL, DIL, BPL, and SPL require a REX prefix.
2010-01-26 Chris LattnerMove getJTISymbol from MachineJumpTableInfo to MachineF...
2010-01-26 Chris Lattnersimplify asmprinter: only emit .set directives when...
2010-01-26 Chris Lattnerimplement X86 @GOTOFF jump table entries with the new...
2010-01-26 Chris Lattneradd a new MachineBasicBlock::getSymbol method, replacing
2010-01-26 Chris Lattnerdon't bother setting the AsmPrinter::MF ivar, now that
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-26 Daniel DunbarUnbreak MSVC/CMake build.
2010-01-26 Evan ChengImplement cond ? -1 : 0 with sbb.
2010-01-26 Dale JohannesenAccept immediate as value of a dbg_value.
2010-01-26 Sean CallananAdded the implementation of the Intel-specific
2010-01-26 Dale JohannesenGenerate DEBUG_VALUE comments on x86. The (limited)
2010-01-26 Sean CallananAdded the TargetAsmLexer implementation for AT&T syntax.
2010-01-26 Dale Johannesenuse findDebugLoc in more places.
2010-01-25 Chris Lattnerin 32-bit pic mode for targets with a GOT, x86 emits...
2010-01-25 Chris LattnerRearrange handling of jump tables. Highlights:
next