summaryrefslogtreecommitdiff
path: root/lib/Target/X86/MCTargetDesc
AgeCommit message (Expand)Author
2018-02-12Merging r324772:Hans Wennborg
2018-01-03Remove left-over debug printout from r321692Hans Wennborg
2018-01-03Thread MCSubtargetInfo through Target::createMCAsmBackendAlex Bradbury
2017-12-18[X86] Don't use NOPL when the assembler is passed an empty CPU string.Craig Topper
2017-12-18Revert part of r321026 "[X86] Don't use NOPL when the assembler is passed an ...Craig Topper
2017-12-18[X86] Don't use NOPL when the assembler is passed an empty CPU string. Update...Craig Topper
2017-12-16[X86] Add back the assert from r320830 that was reverted in r320850Craig Topper
2017-12-15[X86] Remove assert in X86MCCodeEmitter.cpp that was added in r320830.Craig Topper
2017-12-15Fix for bug PR35549 - Repeated schedule comments.Andrew V. Tischenko
2017-12-15[X86] Fix XSAVE64 and similar instructions to not be allowed by the assembler...Craig Topper
2017-12-13Remove redundant includes from lib/Target/X86.Michael Zolotukhin
2017-12-01Mark all library options as hidden.Zachary Turner
2017-11-21Avoid unecessary opsize byte in segment move to memoryNirav Dave
2017-11-21Revert r318678 to fix Clang testRichard Trieu
2017-11-20[X86] Avoid unecessary opsize byte in segment move to memoryNirav Dave
2017-11-13[X86] Limit NOPs to 7 bytes when 'slm' is spelled 'silvermont'.Craig Topper
2017-10-16This patch is a result of D37262: The issues with X86 prefixes. It closes PR...Andrew V. Tischenko
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-11[codeview] Implement FPO data assembler directivesReid Kleckner
2017-10-11[MC] Have MCObjectStreamer take its MCAsmBackend argument via unique_ptr.Lang Hames
2017-10-10[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriterLang Hames
2017-10-10[SEH] Use reportError instead of report_fatal_error for bad directivesReid Kleckner
2017-10-10[MC] Plumb unique_ptr<MCWinCOFFObjectTargetWriter> throughLang Hames
2017-10-09[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter toLang Hames
2017-10-09[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriterLang Hames
2017-10-03CodeView: Provide a .def file with the register idsHans Wennborg
2017-10-01[X86] Change register&memory TEST instructions from MRMSrcMem to MRMDstMemCraig Topper
2017-08-03Delete Default and JITDefault code modelsRafael Espindola
2017-07-11Fully fix the movw/movt addend.Rafael Espindola
2017-06-28Reuse existing variables. NFC.Rafael Espindola
2017-06-28Fix PR33625.Rafael Espindola
2017-06-24Remove redundant argument.Rafael Espindola
2017-06-23ARM: move some logic from processFixupValue to applyFixup.Rafael Espindola
2017-06-23COFF: Produce an error on invalid pcrel relocs.Rafael Espindola
2017-06-22Add a common error checking for some invalid expressions.Rafael Espindola
2017-06-21Use a MutableArrayRef. NFC.Rafael Espindola
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-04-17Distinguish between code pointer size and DataLayout::getPointerSize() in DWA...Konstantin Zhuravlyov
2017-04-05Add MCContext argument to MCAsmBackend::applyFixup for error reportingAlex Bradbury
2017-02-02[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...Eugene Zelenko
2017-02-02X86: Produce @ABS8 symbol modifiers for absolute symbols in range [0,128).Peter Collingbourne
2017-01-31MC: Introduce the ABS8 symbol modifier.Peter Collingbourne
2016-12-01[LMT] Restrict nop length to oneAsaf Badouh
2016-10-10Revert r283690, "MC: Remove unused entities."Peter Collingbourne
2016-10-09Move the global variables representing each Target behind accessor functionMehdi Amini
2016-10-09MC: Remove unused entities.Peter Collingbourne
2016-10-08Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini
2016-09-22[AVX-512] Add support for commuting VPTERNLOG instructions.Craig Topper
2016-09-20X86: loosen an overly aggressive MachO assertionSaleem Abdulrasool