summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc
Commit message (Expand)AuthorAgeFilesLines
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-198-12/+12
* Fix "the the" in comments.Eric Christopher2015-06-191-1/+1
* Move IsUsedInReloc from MCSymbolELF to MCSymbol.Rafael Espindola2015-06-171-1/+1
* Clean up redundant copies of Triple objects. NFCDaniel Sanders2015-06-162-2/+2
* Replace string GNU Triples with llvm::Triple in MCSubtargetInfo and create*MC...Daniel Sanders2015-06-102-13/+12
* Replace string GNU Triples with llvm::Triple in create*MCRelocationInfo(). NFC.Daniel Sanders2015-06-101-3/+2
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-102-8/+4
* Handle 16 bit PC relative relocations.Rafael Espindola2015-06-061-0/+1
* MC: Clean up the naming for MCMachObjectWriter. NFC.Jim Grosbach2015-06-041-8/+8
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-042-4/+4
* MC: Remove obsolete MachO UseAggressiveSymbolFolding.Jim Grosbach2015-06-041-4/+2
* Replace string GNU Triples with llvm::Triple in MCAsmInfo subclasses and crea...Daniel Sanders2015-06-041-2/+2
* Simplify another function that doesn't fail.Rafael Espindola2015-06-011-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-305-33/+33
* Remove getData.Rafael Espindola2015-05-291-15/+10
* Remove the MCSymbolData typedef.Rafael Espindola2015-05-291-5/+5
* [WinEH] Emit EH tables for __CxxFrameHandler3 on 32-bit x86Reid Kleckner2015-05-291-0/+5
* Remove a trivial forwarding function. NFC.Rafael Espindola2015-05-281-5/+5
* Use std::bitset for SubtargetFeatures.Michael Kuperstein2015-05-261-3/+3
* Stop using MCSectionData in MCMachObjectWriter.h.Rafael Espindola2015-05-261-11/+7
* Stop using MCSectionData in MCExpr.h.Rafael Espindola2015-05-261-8/+5
* Return a MCSection from MCFragment::getParent().Rafael Espindola2015-05-261-15/+22
* Stop forwarding getOrdinal and setOrdinal.Rafael Espindola2015-05-251-5/+6
* MC: Update MCAssembler to use MCSymbol, NFCDuncan P. N. Exon Smith2015-05-201-3/+3
* MC: Use MCSymbol in MachObjectWriter, NFCDuncan P. N. Exon Smith2015-05-201-14/+13
* MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFCDuncan P. N. Exon Smith2015-05-201-13/+11
* MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFCDuncan P. N. Exon Smith2015-05-191-4/+4
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-183-5/+5
* MC: Use MCSymbol in RelAndSymbol, NFCDuncan P. N. Exon Smith2015-05-161-10/+6
* MC: Change MCFragment::Atom to an MCSymbol, NFCDuncan P. N. Exon Smith2015-05-161-12/+16
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+2
* MC: MCCodeGenInfo naming update. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Update MCCodeEmitter naming. NFC.Jim Grosbach2015-05-151-2/+2
* MC: Update MCFixup naming. NFC.Jim Grosbach2015-05-151-1/+1
* MC: Modernize MCOperand API naming. NFC.Jim Grosbach2015-05-131-1/+1
* Reverting r237234, "Use std::bitset for SubtargetFeatures"Michael Kuperstein2015-05-131-3/+3
* Use std::bitset for SubtargetFeaturesMichael Kuperstein2015-05-131-3/+3
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-051-1/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+1
* Re-land "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-1/+2
* Revert "[WinEH] Add an EH registration and state insertion pass for 32-bit x86"Reid Kleckner2015-05-011-2/+1
* [WinEH] Add an EH registration and state insertion pass for 32-bit x86Reid Kleckner2015-05-011-1/+2
* [X86] Avoid mangling frameescape labelsReid Kleckner2015-04-291-1/+5
* Move AliasedSymbol to MachObjectWriter.Rafael Espindola2015-04-171-2/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-146-19/+21
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-113-3/+4
* clang-format bits of code to make a followup patch easy to read.Rafael Espindola2015-04-093-10/+5
* Don't repeat name in comment. NFC.Rafael Espindola2015-04-091-10/+9
* Replace the MCSubtargetInfo parameter with a Triple when creatingEric Christopher2015-03-311-3/+3
* Remove unused MCSubtargetInfo argument from the X86 MCInstPrinter ctors.Eric Christopher2015-03-301-1/+1
OpenPOWER on IntegriCloud