Reapply r110396, with fixes to appease the Linux buildbot gods.
[oota-llvm.git] / lib / Target / X86 / X86CodeEmitter.cpp
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-08-05 Eric ChristopherHandle the memory barrier pseudo that goes to nothing...
2010-07-22 Chris Lattnerinstead of migrating it to the MC instruction encoder...
2010-07-16 Bill WendlingRename DBG_LABEL PROLOG_LABEL, because it's only used...
2010-07-16 Jakob Stoklund OlesenRemove the X86::FP_REG_KILL pseudo-instruction and...
2010-07-08 Chris LattnerChange LEA to have 5 operands for its memory operand...
2010-07-08 Chris Lattneradd some long-overdue enums to refer to the parts of...
2010-06-22 Dan GohmanUse pre-increment instead of post-increment when the...
2010-04-21 Bill WendlingHandle a displacement location in 64-bit as an RIP...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-03-14 Chris Lattnerchange the DBG_LABEL MachineInstr to always be created
2010-03-14 Chris Lattnerswitch GC_LABEL to use an MCSymbol operand instead...
2010-03-14 Chris Lattnerchange the LabelSDNode to be EHLabelSDNode and make...
2010-03-14 Chris Lattnerchange EH related stuff (other than EH_LABEL) to use...
2010-02-13 Chris Lattnerrip out the 'heinous' x86 MCCodeEmitter implementation.
2010-02-12 Chris LattnerRemove special cases for [LM]FENCE, MONITOR and MWAIT...
2010-02-12 Chris Lattnergive MCCodeEmitters access to the current MCContext.
2010-02-12 Chris Lattneradd a bunch of mod/rm encoding types for fixed mod...
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-10 Daniel DunbarMC: Switch MCFixup to just hold an MCExpr pointer inste...
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 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-05 Chris Lattnerwire up 64-bit MCCodeEmitter.
2010-02-05 Chris Lattnermove functions for decoding X86II values into the X86II...
2010-02-05 Chris Lattnerchange getSizeOfImm and getBaseOpcodeFor to just take
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-03 Chris Lattnerenhance new encoder to support prefixes + RawFrm
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-02 Chris Lattnerremove dead code.
2010-02-02 Daniel DunbarMCCodeEmitter/X86: Handle tied registers better when...
2010-01-26 Chris Lattnermake MachineFunction keep track of its ID and make
2010-01-05 David GreeneChange errs() to dbgs().
2009-11-23 Dan GohmanRemove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are...
2009-11-16 Jeffrey YasskinMake X86-64 in the Large model always emit 64-bit calls.
2009-11-07 Jeffrey YasskinMake the need-stub variables accurate and consistent...
2009-10-27 Chris Lattnerapparently the X86 JIT isn't fully contextized, it...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-12 Chris LattnerFix PR5087, patch by Jakub Staszak!
2009-10-06 Devang PatelUpdate processDebugLoc() so that it can be used to...
2009-09-28 Jakob Stoklund OlesenIntroduce the TargetInstrInfo::KILL machine instruction...
2009-09-08 Nicolas GeoffrayAlso emit a label for TargetInstrInfo::GC_LABEL.
2009-09-03 Chris Lattnerjust use dump()
2009-09-01 Daniel DunbarSimplify.
2009-09-01 Daniel DunbarFix what I believe is a copy-n-pasto introduced in...
2009-09-01 Daniel DunbarX86/Encoding: Support ExternalSymbol operands in emitDi...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-30 Daniel Dunbarllvm-mc/X86: Encode constant MCValue's correctly.
2009-08-27 Daniel Dunbarllvm-mc/X86: Implement single instruction encoding...
2009-08-22 Devang PatelRecord variable debug info at ISel time directly.
2009-08-16 Chris Lattnermore formatting improvements, no functionality change.
2009-08-16 Chris Lattnercode formatting improvements, no functionality change.
2009-08-08 Eric ChristopherAdd crc32 instruction and intrinsics. Add a new class...
2009-08-08 Bruno Cardoso LopesUse reloc_absolute_word_sext relocation for X86::MOV64...
2009-08-05 Bruno Cardoso Lopes1) Proper emit displacements for x86, using absolute...
2009-08-03 Bill Wendling- s/DOUT/DEBUG(errs()/g
2009-07-31 Dan GohmanUse setPreservesAll in X86CodeEmitter.
2009-07-25 Daniel DunbarMore migration to raw_ostream, the water has dried...
2009-07-16 Jeffrey YasskinAdd line numbers to OProfile. To do this, I added a...
2009-07-14 Bruno Cardoso LopesUse the right relocation type for X86::MOV64ri64i32
2009-07-14 Torok Edwinllvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE...
2009-07-11 Torok Edwinassert(0) -> LLVM_UNREACHABLE.
2009-07-10 Chris Lattnerchange isGlobalStubReference to take target flags inste...
2009-07-10 Chris Lattnerconvert some late code (called by regalloc and code...
2009-07-10 Chris LattnerGVRequiresExtraLoad is now never used for calls, simpli...
2009-07-10 Chris Lattnerconvert a helper method to be a static function instead...
2009-07-08 Torok EdwinImplement changes from Chris's feedback.
2009-07-08 Torok EdwinStart converting to new error handling API.
2009-07-06 Bruno Cardoso LopesAdd the Object Code Emitter class. Original patch by...
2009-06-27 Chris Lattnerfix a bunch of failures in the X86-64 JIT by tolerating...
2009-06-01 Bruno Cardoso LopesFix new CodeEmitter stuff to follow LLVM codying style...
2009-05-30 Bruno Cardoso LopesFirst patch in the direction of splitting MachineCodeEm...
2009-05-28 Bill WendlingThe MONITOR and MWAIT instructions have insufficient...
2009-05-12 Evan ChengAvoid unneeded SIB byte encoding. Patch by Zoltan Varga.
2009-05-06 Dale JohannesenUse X86AddrNumOperands instead of magic constant one
2009-05-05 Evan ChengRevert part of 70929 that has to do with determining...
2009-05-04 Evan Cheng- Avoid the longer SIB encoding on x86_64 when it's...
2009-04-08 Rafael EspindolaRe-apply 68552.
2009-04-07 Bill WendlingTemporarily revert r68552. This was causing a failure...
2009-04-07 Rafael EspindolaReduce code duplication on the TLS implementation.
2009-03-28 Rafael EspindolaHave only one definition of X86AddrNumOperands.
2009-03-28 Rafael EspindolaMake code a bit less brittle by no hardcoding the number
2009-03-12 Evan ChengRe-apply 66024 with fixes: 1. Fixed indirect call to...
2008-12-10 Evan ChengFix MachineCodeEmitter to use uintptr_t instead of...
2008-11-19 Evan ChengEliminate a compile time warning.
2008-11-10 Dan GohmanFix indentation.
2008-11-10 Evan ChengRename isGVNonLazyPtr to isIndirectSym to reflect how...
2008-11-05 Evan ChengRename isGVLazyPtr to isGVNonLazyPtr relocation. This...
2008-10-31 Mon P Wangx86_64 rip-relative and magic mode address
2008-10-25 Nicolas GeoffrayGenerate code for TLS instructions.
next