Enable the new no-SP register classes by default. This is to address
[oota-llvm.git] / lib / Target / X86 /
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...
2009-07-28 Chris Lattnerthe apple "ld_classic" linker doesn't support .literal1...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Daniel Dunbarllvm-mc: Move AsmLexer::getCurStrVal to StringRef based...
2009-07-27 Chris Lattnerhoist MCContext/MCStreamer up to AsmPrinter since we...
2009-07-27 Owen AndersonMove ConstantFP construction back to the 2.5-ish API.
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris Lattnerapparently we have "windows" and "coff", which are...
2009-07-27 Chris Lattner32-bit darwin targets support .literal16 too.
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Daniel DunbarEliminate some uses of DOUT, cerr, and getNameStart().
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Daniel DunbarFactor commonality in triple match routines into helper...
2009-07-26 Daniel DunbarKill Target specific ModuleMatchQuality stuff.
2009-07-25 Daniel DunbarRemove Value::{isName, getNameRef}.
next