llvm-mc/AsmMatcher: Switch token matching to use the new string matcher.
[oota-llvm.git] / lib / Target / X86 /
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Switch token matching to use the...
2009-08-08 Bruno Cardoso LopesUse reloc_absolute_word_sext relocation for X86::MOV64...
2009-08-08 Daniel Dunbarllvm-mc/AsmMatcher: Improve match code.
2009-08-08 Chris Lattnermake printInstruction return void since its result...
2009-08-07 Anton KorobeynikovDo not generate 32-bit call on win64 when imm does...
2009-08-07 Bill WendlingReformatting of lines. Put multiple DEBUG statements...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Tweaks in response to feedback.
2009-08-07 Daniel DunbarImprove disabling of X86 AsmMatcher.
2009-08-07 Daniel DunbarDisable X86 AsmMatcher for now, it is causing gcc-4...
2009-08-07 Daniel Dunbarllvm-mc/AsmMatcher: Move to a slightly more sane matchi...
2009-08-06 Anton KorobeynikovWe need to sext global addresses in kernel code model...
2009-08-06 Dan GohmanFix a bug in x86's PreprocessForRMW logic that was...
2009-08-06 Anton KorobeynikovMissed part of recent kernel codemodel tweaks
2009-08-05 Anton KorobeynikovBetter handle kernel code model. Also, generalize the...
2009-08-05 Dan GohmanUse GR32 for copies between GR32_NOSP and GR32_NOREX...
2009-08-05 Chris Lattnerremove the 'DataSectionStartSuffix' and 'TextSectionSta...
2009-08-05 Dan GohmanhasSuperClass tests for a strict superset relation...
2009-08-05 Daniel DunbarRemove some dead code.
2009-08-05 Dan GohmanEnable the new no-SP register classes by default. This...
2009-08-05 Devang PatelRemove dead code. MDNode and MDString are not Constant...
2009-08-05 Bruno Cardoso Lopes- Remove custom handling of jumptables by the elf writt...
2009-08-05 Dan GohmanTeach X86FastISel how to handle CCValAssign::BCvt,...
2009-08-05 Chris LattnerClarify common linkage and the requirements on it....
2009-08-05 Dan GohmanMajor calling convention code refactoring.
2009-08-05 Dan GohmanDon't flush the raw_ostream between each MachineFunctio...
2009-08-05 Bruno Cardoso Lopes1) Proper emit displacements for x86, using absolute...
2009-08-04 Chris Lattnerremove a random reference to subtarget. Even without...
2009-08-04 Chris Lattnerrip out SectionEndDirectiveSuffix support, only uses by
2009-08-04 Chris Lattnermake MergeableCString be a SectionKind "abstract class...
2009-08-03 Chris Lattnerhoist some common code out of a switch
2009-08-03 Chris LattnerEliminate textual section switching from the x86 backen...
2009-08-03 Chris Lattnerremove a dead switch directive, replace it with some
2009-08-03 Evan ChengRemove neverHasSideEffects on MMX_MOVD64rrv164 since...
2009-08-03 Chris Lattnereliminate textual section switching from intel asm...
2009-08-03 Anton KorobeynikovUnbreak win64 compilation callback.
2009-08-03 Anton KorobeynikovCreate proper frame index for FP
2009-08-03 Anton KorobeynikovPerform bitconvert to proper type
2009-08-03 Anton KorobeynikovAdd 'Indirect' LocInfo class and use to pass __m128...
2009-08-03 Anton KorobeynikovCleanup Darwin MMX calling conv stuff - make the stuff...
2009-08-03 Anton KorobeynikovUnbreak Win64 CC. Step one: honour register save area...
2009-08-03 Rafael EspindolaUse movd instead of movq
2009-08-03 Rafael EspindolaFix the instruction encoding.
2009-08-03 Rafael EspindolaRemove a bitcast that was a no-op.
2009-08-03 Rafael EspindolaUse movq to move 64 bits in and out of mmx registers.
2009-08-03 Bill Wendling- s/DOUT/DEBUG(errs()/g
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Bill WendlingThe x86 jit doesn't generate a def_cfa_offset unwind...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Dan GohmanFix indentation.
2009-08-02 Dan GohmanAdd a comment.
2009-08-02 Dan GohmanResync lea32addr and lea64addr.
2009-08-02 Chris Lattnermove dwarf debug info section selection stuff from...
2009-08-02 Chris Lattnerconvert EHFrameSection to be managed by TLOF instead...
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerremove the x86/ppc impls of getEHGlobalPrefix, which...
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-08-01 Dan GohmanFix typos in comments.
2009-08-01 Dan GohmanMinor code cleanups.
2009-08-01 Dan GohmanMinor code simplifications.
2009-08-01 Dan GohmanThe X86 maximal stack alignment calculator preserves...
2009-08-01 Dan GohmanX86 floating-point passes don't modify the CFG.
2009-07-31 Dan GohmanUse setPreservesAll in X86CodeEmitter.
2009-07-31 Daniel Dunbarllvm-mc: A few more parsing / match tweaks.
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Daniel Dunbarllvm-mc/X86: Sketch match functions for immediates...
2009-07-31 Owen AndersonMove a few more APIs back to 2.5 forms. The only remai...
2009-07-31 Eric ChristopherWhitespace and 80-col cleanup.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnerrefactor section construction in TLOF to be through...
2009-07-31 Benjamin KramerFix a struct/class mismatch, to silence a MSVC warning.
2009-07-31 Daniel Dunbarllvm-mc: Match a few X86 instructions.
2009-07-30 Dan GohmanMinor whitespace tidiness.
2009-07-30 Dan GohmanRename GRAD to GR32_AD, to follow the naming convention...
2009-07-30 Evan ChengAdd a note.
2009-07-30 Evan ChengOptimize some common usage patterns of atomic built...
2009-07-30 Dan GohmanAdd a new register class to describe operands that...
2009-07-30 Dan GohmanEliminate a bunch of redundant tables.
2009-07-30 Dan GohmanUse array_endof instead of doing it manually.
2009-07-29 Chris Lattner1. Introduce a new TargetOperandInfo::getRegClass(...
2009-07-29 Chris LattnerGive getPointerRegClass() a "kind" value so that target...
2009-07-29 Eric ChristopherAdd llvm_unreachable for ... unreachable code!
2009-07-29 Chris Lattnermore syntactic cleanups.
2009-07-29 Chris Lattnerminor smallvector cleanups
2009-07-29 Chris Lattnerwhitespace cleanup.
2009-07-29 Chris Lattnerpass the mangler down into the various SectionForGlobal...
2009-07-29 Eric ChristopherFix comment.
2009-07-29 Bill WendlingChange the "PreferredEHDataFormat" from "absptr" if...
2009-07-29 Eric ChristopherAdd support for gcc __builtin_ia32_ptest{z,c,nzc} intri...
2009-07-29 Daniel DunbarMatch X86 register names to number.
2009-07-28 Daniel DunbarMove X86 instruction parsing into X86/AsmParser.
2009-07-28 Bill WendlingDarwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect...
2009-07-28 Devang PatelRename MDNode.h header. It defines MDnode and other...
2009-07-28 Owen AndersonReturn ConstantVector to 2.5 API.
2009-07-28 Daniel DunbarProvide generic MCAsmParser when constructing target...
next