Remove an assumption of default arguments. This is in anticipation of a
[oota-llvm.git] / lib / Target /
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 David GreeneRemove an assumption of default arguments. This is...
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2010-02-15 Andrew LenharthFix changes from r75027
2010-02-15 Chris Lattnerno need to add the instruction count anymore.
2010-02-14 Chris Lattnermark "addr" as having type "iPTR", eliminating some...
2010-02-14 Sanjiv Guptafixes to pagesel/banksel inserter.
2010-02-14 Anton KorobeynikovForgot to commit the header
2010-02-14 Anton KorobeynikovDrop winmcasminfo and use normal AT&T COFF for all...
2010-02-14 Johnny ChenTry to factorize the specification of saturating add...
2010-02-13 Chris Lattnerteach the encoder to handle pseudo instructions like...
2010-02-13 Daniel DunbarX86: Move extended MCFixupKinds into X86FixupKinds.h
2010-02-13 Chris Lattneradd encoder support and tests for rdtscp
2010-02-13 Johnny ChenAdd SETEND and BXJ instructions for disassembly only.
2010-02-13 Sean CallananAdded the rdtscp instruction to the x86 instruction
2010-02-13 Evan ChengTeach MachineFrameInfo to track maximum alignment while...
2010-02-13 Sean CallananFixed encodings for invlpg, invept, and invvpid.
2010-02-13 Johnny ChenAdded a bunch of saturating add/subtract instructions...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-13 Chris Lattnerremove special cases for vmlaunch, vmresume, vmxoff...
2010-02-13 Daniel DunbarMC/X86: Push immediate operands as immediates not expre...
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnerimplement the rest of correct x86-64 encoder support for
2010-02-12 Dale JohannesenAdd the problem I just hacked around in 96015/96020.
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Chris Lattnerimplement infrastructure to support fixups for rip-rel
2010-02-12 Johnny ChenAdd YIELD, WFE, WFI, and SEV instructions for disassemb...
2010-02-12 Chris Lattnerpull the rip-relative addressing mode case up early.
2010-02-12 Chris Lattnerfixme resolved!
2010-02-12 Chris Lattnerstart producing reloc_pcrel_4byte/reloc_pcrel_1byte...
2010-02-12 Chris Lattnerenhance the immediate field encoding to know whether...
2010-02-12 Evan ChengLoad / store multiple instructions cannot load / store...
2010-02-12 Dale JohannesenThis should have gone in with 26015, see comments there.
2010-02-12 Johnny ChenAdd halfword multiply accumulate long SMLALBB/BT/TB...
2010-02-12 Dale JohannesenWhen save/restoring CR at prolog/epilog, in a large
2010-02-12 Chris LattnerAdd support for a union type in LLVM IR. Patch by...
2010-02-12 Johnny ChenAdd SWP (Swap) and SWPB (Swap Byte) for disassembly...
2010-02-12 Johnny ChenAdd CPS, MRS, MRSsys, MSR, MSRsys for disassembly only.
2010-02-12 Anton KorobeynikovSetup correct data layout to match gcc's expectations...
2010-02-12 Anton KorobeynikovCleanup stdcall / fastcall name mangling.
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
2010-02-12 Chris Lattnerrevert r95949, it turns out that adding new prefixes...
2010-02-12 Johnny ChenAdded coprocessor Instructions CDP, CDP2, MCR, MCR2...
2010-02-12 Daniel DunbarX86: Fix definition for RCL/RCR.*m? operations -- they...
2010-02-12 Chris Lattneradd another bit of space for new kinds of instruction...
2010-02-12 Nate BegemanAdd a missing pattern for movhps so that we get:
2010-02-12 Chris Lattnerfix the encodings of monitor and mwait, which were...
2010-02-11 Chris Lattnerenhance llvm-mc -show-inst to print the enum of an...
2010-02-11 Chris Lattneradd a new MCInstPrinter::getOpcodeName interface, when...
2010-02-11 Chris Lattnerimprove encoding information for branches. We now...
2010-02-11 Chris Lattnermake getFixupKindInfo return a const reference, allowing
2010-02-11 Chris Lattnerswitch to target-indep fixups for 1/2/4/8 byte data.
2010-02-11 Johnny ChenAdded LDRT/LDRBT/STRT/STRBT for disassembly only.
2010-02-11 Chris Lattnerunbreak the build.
2010-02-11 Chris Lattnerrefactor the conditional jump instructions in the ...
2010-02-11 Johnny ChenForgot to also check in this file for vcvt (floating...
2010-02-11 Johnny ChenAdded VCVT (between floating-point and fixed-point...
2010-02-11 Johnny ChenAdded BKPT/tBKPT (breakpoint) to the instruction table...
2010-02-11 Johnny ChenAdd pseudo instruction TRAP for disassembly, which...
2010-02-11 Chris Lattnerdont' call getX86RegNum on X86::RIP, it doesn't like...
2010-02-11 Chris Lattnerfix a really nasty bug I introduced in r95693: r12...
2010-02-11 Chris LattnerAdd and commonize encoder support for all immediates.
2010-02-11 Chris Lattnergeneralize EmitDisplacementField to work with any size
2010-02-11 Chris Lattnereliminate the dead IsPCRel argument.
2010-02-11 Chris Lattnereliminate the dead "PCAdj" logic.
2010-02-10 Mon P WangThe previous fix of widening divides that trap was...
2010-02-10 Eli FriedmanA few missed optimizations; the last one could have...
2010-02-10 Daniel DunbarMC/X86 AsmMatcher: Fix a use after free spotted by...
2010-02-10 Johnny ChenAdded NOP, DBG, SVC to the instruction table for disass...
2010-02-10 Dan GohmanFix "the the" and similar typos.
2010-02-10 Chris Lattneremit some simple (and probably incorrect) fixups for...
2010-02-10 Chris Lattnerkeep track of what the current byte being emitted is
2010-02-10 Chris Lattnersimplify displacement handling, emit displacements...
2010-02-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
2010-02-10 Chris Lattnerprint all the newlines at the end of instructions with
2010-02-10 Kevin EnderbyFix the encoding of the movntdqa X86 instruction. ...
2010-02-10 Chris LattnerAdd ability for MCInstPrinters to add comments for...
2010-02-09 David GreeneTableGen fragment refactoring.
2010-02-09 Johnny ChenAdd VBIF/VBIT for disassembly only.
2010-02-09 Daniel DunbarMC/X86: Add a dummy implementation of MCFixup generatio...
2010-02-09 Daniel DunbarMC: First cut at MCFixup, for getting fixup/relocation...
2010-02-09 Johnny ChenAdded VMRS/VMSR for disassembly only.
2010-02-09 Chris Lattnerport encoder enhancements over to the new encoder.
2010-02-09 Chris Lattnerfix X86 encoder to output [disp] only addresses with...
2010-02-09 Chris Lattnerrevert r95689: getX86RegNum(BaseReg) != N86::ESP is
2010-02-09 Chris Lattnersimplify.
2010-02-09 Chris Lattnermove target-independent opcodes out of TargetInstrInfo
2010-02-09 Jim GrosbachRadar 7417921
2010-02-09 Johnny ChenAdded vcvtb/vcvtt (between half-precision and single...
2010-02-09 Chris Lattnermove PR3462 to here.
2010-02-09 Chris Lattneradd a note from PR6194
2010-02-09 Chris LattnerImplement x86 asm parsing support for %st and %st(4)
2010-02-09 Chris Lattnerpass stringref by value instead of by const&
2010-02-09 Chris Lattnermove PR6212 to this file.
2010-02-08 Chris Lattnerthis is done, tested by CodeGen/ARM/iabs.ll
2010-02-08 Jim Grosbachtighten up eh.setjmp sequence a bit.
2010-02-08 Chris Lattnerunify the paths for external symbols and global variables:
next