[X86] Change the immediate for IN/OUT instructions to u8imm so the assembly parser...
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc /
2015-09-15 Daniel SandersRevert r247692: Replace Triple with a new TargetTuple...
2015-09-15 Daniel SandersRe-commit r247683: Replace Triple with a new TargetTupl...
2015-09-15 Daniel SandersRevert r247684 - Replace Triple with a new TargetTuple ...
2015-09-15 Daniel SandersReplace Triple with a new TargetTuple in MCTargetDesc...
2015-09-15 Daniel SandersFix namespace indentation and missing blank lines befor...
2015-08-14 Pat GavlinAdd a target environment for CoreCLR.
2015-08-12 Sanjay Patel80-cols; NFC
2015-07-10 Duncan P. N. Exon... MC: Remove MCSubtargetInfo() default constructor
2015-07-06 Daniel SandersChange the last few internal StringRef triples into...
2015-07-05 Michael Kuperstein[X86] Fix incorrect/inefficient pushw encodings for...
2015-07-03 Rafael EspindolaReturn ErrorOr from getSymbolAddress.
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-07-01 Michael Kuperstein[X86] Avoid over-relaxation of 8-bit immediates in...
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-19 Eric ChristopherFix "the the" in comments.
2015-06-17 Rafael EspindolaMove IsUsedInReloc from MCSymbolELF to MCSymbol.
2015-06-16 Daniel SandersClean up redundant copies of Triple objects. NFC
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCSubta...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in create...
2015-06-10 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmBa...
2015-06-06 Rafael EspindolaHandle 16 bit PC relative relocations.
2015-06-04 Jim GrosbachMC: Clean up the naming for MCMachObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Clean up naming in MCObjectWriter. NFC.
2015-06-04 Jim GrosbachMC: Remove obsolete MachO UseAggressiveSymbolFolding.
2015-06-04 Daniel SandersReplace string GNU Triples with llvm::Triple in MCAsmIn...
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-29 Rafael EspindolaRemove getData.
2015-05-29 Rafael EspindolaRemove the MCSymbolData typedef.
2015-05-29 Reid Kleckner[WinEH] Emit EH tables for __CxxFrameHandler3 on 32...
2015-05-28 Rafael EspindolaRemove a trivial forwarding function. NFC.
2015-05-26 Michael KupersteinUse std::bitset for SubtargetFeatures.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCMachObjectWriter.h.
2015-05-26 Rafael EspindolaStop using MCSectionData in MCExpr.h.
2015-05-26 Rafael EspindolaReturn a MCSection from MCFragment::getParent().
2015-05-25 Rafael EspindolaStop forwarding getOrdinal and setOrdinal.
2015-05-20 Duncan P. N. Exon... MC: Update MCAssembler to use MCSymbol, NFC
2015-05-20 Duncan P. N. Exon... MC: Use MCSymbol in MachObjectWriter, NFC
2015-05-20 Duncan P. N. Exon... MC: Take MCSymbol in MachObjectWriter::getSymbolAddress...
2015-05-19 Duncan P. N. Exon... MC: Use MCSymbol in MCAsmLayout::getSymbolOffset()...
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-05-16 Duncan P. N. Exon... MC: Use MCSymbol in RelAndSymbol, NFC
2015-05-16 Duncan P. N. Exon... MC: Change MCFragment::Atom to an MCSymbol, NFC
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-05-15 Jim GrosbachMC: MCCodeGenInfo naming update. NFC.
2015-05-15 Jim GrosbachMC: Update MCCodeEmitter naming. NFC.
2015-05-15 Jim GrosbachMC: Update MCFixup naming. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-13 Michael KupersteinReverting r237234, "Use std::bitset for SubtargetFeatures"
2015-05-13 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-05-05 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid KlecknerRe-land "[WinEH] Add an EH registration and state inser...
2015-05-01 Reid KlecknerRevert "[WinEH] Add an EH registration and state insert...
2015-05-01 Reid Kleckner[WinEH] Add an EH registration and state insertion...
2015-04-29 Reid Kleckner[X86] Avoid mangling frameescape labels
2015-04-17 Rafael EspindolaMove AliasedSymbol to MachObjectWriter.
2015-04-14 Rafael EspindolaUse raw_pwrite_stream in the object writer/streamer.
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-04-09 Rafael Espindolaclang-format bits of code to make a followup patch...
2015-04-09 Rafael EspindolaDon't repeat name in comment. NFC.
2015-03-31 Eric ChristopherReplace the MCSubtargetInfo parameter with a Triple...
2015-03-30 Eric ChristopherRemove unused MCSubtargetInfo argument from the X86...
2015-03-30 Eric ChristopherRemove unused Target argument from MCInstPrinter ctor...
2015-03-27 Yaron KerenRemove superfluous .str() and replace std::string conca...
2015-03-25 Craig Topper[X86] Remove GetCpuIDAndInfo, GetCpuIDAndInfoEx and...
2015-03-24 Michael KupersteinRevert "Use std::bitset for SubtargetFeatures"
2015-03-24 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2015-03-22 David MajnemerSilence a GCC warning
2015-03-22 Simon PilgrimFixed MSVC compile warning issue introduced in r232837
2015-03-20 Benjamin KramerX86: Make helper functions static. NFC.
2015-03-20 Rafael EspindolaReorganize the x86 ELF relocation selection logic.
2015-03-20 Rafael EspindolaReduce indentation after return. NFC.
2015-03-20 Rafael EspindolaUse early returns. NFC.
2015-03-20 Rafael EspindolaFold a llvm_unreachable into an assert. NFC.
2015-03-20 Rafael Espindolaclang-format a function. NFC.
2015-03-19 Rafael EspindolaSplit the object streamer callback in one per file...
2015-03-18 Rafael Espindolatwo or more, use a for.
2015-03-18 Rafael EspindolaHandle X86::reloc_riprel_4byte in 32 bits mode.
2015-03-16 Rafael EspindolaPass in a "const Triple &T" instead of a raw StringRef.
2015-03-16 Rafael EspindolaRemove unused argument. NFC.
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-03-10 Eric ChristopherRemove the use of the subtarget in MCCodeEmitter creati...
2015-03-04 Davide Italiano[MC][Target] Implement support for R_X86_64_SIZE{32...
2015-02-19 Michael KupersteinReverting r229831 due to multiple ARM/PPC/MIPS build...
2015-02-19 Michael KupersteinUse std::bitset for SubtargetFeatures
2015-02-16 Aaron BallmanWe require MSVC 1800 as our minimum, so these checks...
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2015-02-15 Craig Topper[X86] Add the remaining 11 possible exact ModRM formats...
2015-01-23 Reid KlecknerClassify functions by EH personality type rather than...
next