summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86AsmBackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* [X86] Make `llc --help` output readable againRoman Lebedev2020-01-271-7/+7
* [BranchAlign] Add master --x86-branches-within-32B-boundaries flagPhilip Reames2020-01-141-2/+23
* [X86AsmBackend] Move static function before sole use [NFC]Philip Reames2020-01-111-34/+34
* [X86AsmBackend] Be consistent about placing definitions out of line [NFC]Philip Reames2020-01-111-49/+57
* [NFC] Style cleanupShengchen Kan2020-01-101-9/+10
* [X86] Keep cl::opts at top of file [NFC]Philip Reames2020-01-081-34/+34
* [BranchAlign] Compiler support for suppressing branch alignPhilip Reames2020-01-081-2/+8
* [X86] Move an enum definition into a header to simplify future patches [NFC]Philip Reames2020-01-061-24/+15
* [NFC] Make the type of X86AlignBranchBoundary compatibleShengchen Kan2020-01-021-1/+1
* More style cleanups following rG14fc20ca6282 [NFC]Philip Reames2019-12-201-34/+28
* Fix a memory leak introduced w/the instruction padding support in rG14fc20ca6282Philip Reames2019-12-201-6/+6
* Align branches within 32-Byte boundary (NOP padding)Philip Reames2019-12-201-1/+286
* [X86][MC] no error diagnostic for out-of-range jrcxz/jecxz/jcxzAlexey Lapshin2019-11-261-6/+21
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-2/+2
* [X86] Use isInt<8> to simplify some code. NFCCraig Topper2019-08-071-1/+1
* [X86] Support .reloc *, R_{386,X86_64}_NONE, *Fangrui Song2019-05-171-7/+33
* Add explicit dependencies on MCSection.h and MCDwarf.h to the .cppEric Christopher2019-04-121-0/+1
* [X86] Merge the different Jcc instructions for each condition code into singl...Craig Topper2019-04-051-32/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [X86] Fix gcc7 -Wunused-but-set-variable warning. NFCI.Simon Pilgrim2019-01-091-2/+0
* [X86][Darwin] Emit compact-unwind for register-sized stack adjustmentsFrancis Visoiu Mistrih2019-01-081-10/+0
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-3/+6
* MC: Separate creating a generic object writer from creating a target object w...Peter Collingbourne2018-05-211-22/+22
* Fix ubsan bounds check failure.Peter Collingbourne2018-05-211-1/+2
* MC: Change MCAsmBackend::writeNopData() to take a raw_ostream instead of an M...Peter Collingbourne2018-05-211-18/+17
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-9/+9
* Fix a bunch of typoes. NFCFangrui Song2018-03-301-2/+1
* [llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".George Rimar2018-02-201-0/+3
* [X86] Emit 11-byte or 15-byte NOPs on recent AMD targets, else default to 10-...Simon Pilgrim2018-01-291-4/+12
* [X86] Move HasNOPL to a subtarget feature bit. Plumb MCSubtargetInfo through ...Craig Topper2018-01-101-43/+38
* 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
OpenPOWER on IntegriCloud