summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove left-over debug printout from r321692Hans Wennborg2018-01-031-1/+0
* Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury2018-01-031-4/+7
* [X86] Don't use NOPL when the assembler is passed an empty CPU string.Craig Topper2017-12-181-1/+1
* Revert part of r321026 "[X86] Don't use NOPL when the assembler is passed an ...Craig Topper2017-12-181-1/+1
* [X86] Don't use NOPL when the assembler is passed an empty CPU string. Update...Craig Topper2017-12-181-1/+1
* Remove redundant includes from lib/Target/X86.Michael Zolotukhin2017-12-131-3/+0
* [X86] Limit NOPs to 7 bytes when 'slm' is spelled 'silvermont'.Craig Topper2017-11-131-1/+1
* [MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames2017-10-101-7/+14
* Fully fix the movw/movt addend.Rafael Espindola2017-07-111-1/+1
* Remove redundant argument.Rafael Espindola2017-06-241-1/+1
* ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola2017-06-231-1/+2
* Use a MutableArrayRef. NFC.Rafael Espindola2017-06-211-3/+2
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-2/+2
* Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury2017-04-051-1/+1
* [LMT] Restrict nop length to oneAsaf Badouh2016-12-011-2/+2
* X86: loosen an overly aggressive MachO assertionSaleem Abdulrasool2016-09-201-2/+6
* MC] Provide an MCTargetOptions to implementors of MCAsmBackendCtorTy, NFCJoel Jones2016-07-251-2/+4
* Add missing include from previous commitNirav Dave2016-07-111-0/+1
* Fix branch relaxation in 16-bit mode.Nirav Dave2016-07-111-30/+52
* Add initial support for R_386_GOT32X.Rafael Espindola2016-07-061-0/+2
* Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.Rafael Espindola2016-05-281-0/+4
* Simplify and clang-format a table.Rafael Espindola2016-05-281-5/+5
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* [X86] Restrict max long nop length for Lakemont.Andrey Turetskiy2016-04-111-1/+2
* Revert r253557 "Alternative to long nops for X86 CPUs, by Andrey Turetsky"Hans Wennborg2016-02-191-32/+14
* [MC, COFF] Add .reloc support for WinCOFFDavid Majnemer2016-01-191-5/+14
* [X86] Add relaxtion logic for SBB instructions.Quentin Colombet2015-12-151-0/+8
* [X86] Add relaxtion logic for ADC instructions.Quentin Colombet2015-12-141-0/+8
* Replace uint16_t with the MCPhysReg typedef in many places. A lot of physical...Craig Topper2015-12-051-3/+3
* Alternative to long nops for X86 CPUs, by Andrey TuretskyAlexey Bataev2015-11-191-14/+32
* [ELF] elfiamcu triple should imply e_machine == EM_IAMCUMichael Kuperstein2015-11-041-0/+15
* Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...Daniel Sanders2015-09-151-10/+10
* Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...Daniel Sanders2015-09-151-10/+10
* Revert r247684 - Replace Triple with a new TargetTuple ...Daniel Sanders2015-09-151-10/+10
* Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.Daniel Sanders2015-09-151-10/+10
* [X86] Fix incorrect/inefficient pushw encodings for x86-64 targetsMichael Kuperstein2015-07-051-1/+0
* [X86] Avoid over-relaxation of 8-bit immediates in integer arithmetic instruc...Michael Kuperstein2015-07-011-24/+6
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Replace string GNU Triples with llvm::Triple in MCAsmBackend subclasses and c...Daniel Sanders2015-06-101-6/+2
* MC: Clean up naming in MCObjectWriter. NFC.Jim Grosbach2015-06-041-3/+3
* Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper2015-05-151-0/+2
* Use raw_pwrite_stream in the object writer/streamer.Rafael Espindola2015-04-141-6/+6
* Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie2015-03-161-4/+4
* Add r224985 back with fixes.Rafael Espindola2015-01-191-13/+0
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-0/+13
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-13/+0
* Recommit r224935 with a fix for the ObjC++/AArch64 bug that that revisionLang Hames2015-01-091-20/+0
* Revert r224935 "Refactor duplicated code. No intended functionality change."Lang Hames2015-01-061-0/+20
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-0/+13
OpenPOWER on IntegriCloud