improve encoding information for branches. We now know they have
[oota-llvm.git] / lib / Target /
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 Lattnerrename printMachineInstruction -> EmitInstruction
2010-02-03 Chris Lattnerprint instructions through the mcstreamer.
2010-02-03 Chris Lattneremit instructions through the streamer.
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 Jim GrosbachAs of r79039, we still try to eliminate the frame point...
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 Lattnertidy some targets.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize the ppc code emitter.
2010-02-02 Chris Lattnerremove dead code.
2010-02-02 Chris Lattneradd a definition for ID.
2010-02-02 Chris Lattnerdetemplatize ARM code emitter.
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 Lattnerremove dead code.
2010-02-02 Chris Lattnerdetemplatize alpha code emission, it is now JIT specific.
2010-02-02 Chris Lattnereliminate all the dead addSimpleCodeEmitter implementat...
2010-02-02 Evan ChengPass callsite return type to TargetLowering::LowerCall...
2010-02-02 Chris Lattnereliminate FileModel::Model, just use CodeGenFileType...
2010-02-02 Chris Lattnerremove the remnants of TargetMachOWriterInfo.
2010-02-02 Johnny ChenAdded t2BFI (Bitfield Insert) entry for disassembler...
2010-02-02 Chris Lattnerremove PPCMachOWriterInfo.
2010-02-02 Evan ChengPerform sibcall in some cases when arguments are passes...
2010-02-01 Johnny ChenMOVi16 should also be marked as a UnaryDP instruction...
2010-02-01 Evan ChengFix PR6196. GV callee may not be a function.
2010-02-01 Bruno Cardoso LopesMulOp is actually a Mips specific node, so do the match...
2010-02-01 Evan ChengUndo r94946 now all the tests are passing again.
2010-02-01 Bruno Cardoso LopesFix stack size bug while using o32 abi
2010-01-31 Johnny ChenFor MVNr and MVNs, we need to set Inst{25} = 0 so as...
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 Eli FriedmanRemove a completed item, add a couple new ones.
2010-01-31 Sean CallananMoved InstallLexer() from the X86-specific AsmLexer
2010-01-30 Bruno Cardoso LopesFix PR6144. Reload GP before the emission of CALLSEQ_EN...
2010-01-30 Bruno Cardoso LopesFix mov.d out register by using the FFR register class...
2010-01-30 Anton KorobeynikovFix a gross typo: ARMv6+ may or may not support unalign...
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 Johnny ChenModified encoding bits specification for VFP instructio...
2010-01-29 Evan ChengPPC is not ready for sibcall optimization.
2010-01-29 Dale JohannesenAdd assertion to humor the paranoid.
2010-01-29 Bob WilsonImprove isSafeToLoadUnconditionally to recognize that...
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 Benjamin KramerReplace strcpy with memcpy when we have the length...
2010-01-28 Chris Lattnerconvert the last 3 targets to use EmitFunctionBody...
2010-01-28 Evan ChengFix a bug introduced by r94490 where it created a X86IS...
2010-01-28 Chris Lattnerswitch blackfin to the default runOnMachineFunction
2010-01-28 Chris Lattnereliminate a now-useless class.
2010-01-28 Chris LattnerSwitch MSP430, SPU, Sparc, and SystemZ to use EmitFunct...
2010-01-28 Chris LattnerGive AsmPrinter the most common expected implementation of
2010-01-28 Chris Lattnerswitch ARM to EmitFunctionBody().
2010-01-28 Chris LattnerRemove the argument from EmitJumpTableInfo, because...
2010-01-28 Chris LattnerDrop the argument to AsmPrinter::EmitConstantPool and...
2010-01-28 Chris Lattnerdon't emit constant pools twice.
2010-01-27 Chris Lattnerswitch ARM to use EmitFunctionHeader.
2010-01-27 Chris Lattnereliminate the ARMFunctionInfo::Align member, using
2010-01-27 Chris Lattnerswitch blackfin to use EmitFunctionHeader. BlackfinAsm...
2010-01-27 Chris Lattnerswitch mips to use the shared EmitFunctionHeader()...
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 Chris Lattneradd a new AsmPrinter::EmitFunctionEntryLabel virtual...
2010-01-27 Evan ChengPerform trivial tail call optimization for callees...
2010-01-27 Chris Lattnerppc/linux isn't ready for this and it was an accident...
2010-01-27 Chris Lattneruse existing basic block numbers instead of recomputing
2010-01-27 Chris LattnerSwitch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha...
2010-01-27 Evan ChengClarify what -tailcallopt option actually do.
2010-01-27 Jim GrosbachAdjust setjmp instruction sequence to not need 32-bit...
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 Lattnercall emitconstantpool and emitjumptable like other...
2010-01-26 Chris LattnerEliminate SetDirective, and replace it with HasSetDirec...
2010-01-26 Evan ChengDelete dead code.
2010-01-26 Rafael EspindolaEmit .comm alignment in bytes but .align in powers...
2010-01-26 Chris Lattnereliminate MCAsmInfo::NeedsSet: we now just use .set...
2010-01-26 Chris Lattnerdon't set to the default value.
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 Lattnereliminate the TargetLowering::UsesGlobalOffsetTable...
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...
next