summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/X86AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* CMake: Make most target symbols hidden by defaultTom Stellard2020-01-141-1/+1
* Remove a redundant `default:` on an exhaustive switch(enum).Eric Astor2019-12-301-2/+0
* [X86][AsmParser] re-introduce 'offset' operatorEric Astor2019-12-301-1/+9
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-11/+26
* [X86] Handle MO_ConstantPoolIndex in X86AsmPrinter::PrintOperandCraig Topper2019-11-091-0/+1
* Add Windows Control Flow Guard checks (/guard:cf).Andrew Paverd2019-10-281-1/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-2/+2
* [Alignment][NFC] use llvm::Align for AsmPrinter::EmitAlignmentGuillaume Chatelet2019-09-111-2/+2
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-2/+2
* Revert CMake: Make most target symbols hidden by defaultTom Stellard2019-06-111-1/+1
* CMake: Make most target symbols hidden by defaultTom Stellard2019-06-101-1/+1
* [X86] Create a TargetInfo header. NFCRichard Trieu2019-05-151-0/+1
* [X86] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-101-1/+1
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-0/+1
* [X86AsmPrinter] refactor static functions into private methods. NFCNick Desaulniers2019-04-111-77/+72
* [X86AsmPrinter] refactor to limit use of Modifier. NFCNick Desaulniers2019-04-101-47/+57
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-19/+19
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-0/+5
* Fix emission of _fltused for MSVC.James Y Knight2019-01-241-17/+22
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update the pr_datasz of .note.gnu.property section.Vyacheslav Zakharin2019-01-041-3/+3
* [CodeGen] Support custom format of stack mapsThan McIntosh2018-11-261-3/+3
* [X86] Fix MCNullStreamer support for modules with a CodeView flag Simon Pilgrim2018-11-151-8/+8
* [COFF] Emit @feat.00 on 64-bit and set the CFG bit when emitting guardcf tablesHans Wennborg2018-09-191-8/+15
* [MinGW] [X86] Add stubs for references to data variables that might end up im...Martin Storsjo2018-08-291-0/+4
* [COFF] Hoist constant pool handling from X86AsmPrinter into AsmPrinterMartin Storsjo2018-07-251-23/+0
* Tidy comment language and explanation.Eric Christopher2018-06-181-5/+5
* Pull non-lazy stub table emission into a separate function alongsideEric Christopher2018-06-181-41/+47
* Add return statements to make it clear that all of these are mutually exclusi...Eric Christopher2018-06-181-0/+4
* [X86][ELF][CET] Adding the .note.gnu.property ELF section in X86Alexander Ivchenko2018-06-041-0/+38
* [X86] Don't crash on bad operand modifiers in inline assemblyCraig Topper2018-04-181-0/+6
* Fix layering of MachineValueType.h by moving it from CodeGen to SupportDavid Blaikie2018-03-231-1/+1
* Test commit: Remove an extraneous space. NFCDavid Stenberg2018-03-021-1/+1
* [X86] Support 'V' register operand modifierDavid Woodhouse2018-02-081-1/+10
* [CodeGen] Hoist common AsmPrinter code out of X86, ARM, and AArch64Reid Kleckner2018-01-171-21/+0
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Remove redundant includes from lib/Target/X86.Michael Zolotukhin2017-12-131-2/+0
* [codeview] Don't emit FPO data in funclet prologuesReid Kleckner2017-10-121-4/+0
* Speculative build fix 2Reid Kleckner2017-10-121-1/+1
* [codeview] Disable FPO in functions using EH funcletsReid Kleckner2017-10-121-0/+4
* [X86] Sink X86AsmPrinter ctor into .cpp file, NFCReid Kleckner2017-10-111-0/+4
* [codeview] Implement FPO data assembler directivesReid Kleckner2017-10-111-1/+25
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-1/+1
* Correct PrivateLinkage for COFFReid Kleckner2016-10-131-3/+3
* Move the global variables representing each Target behind accessor functionMehdi Amini2016-10-091-2/+2
* Move the Mangler from the AsmPrinter down to TLOF and clean up theEric Christopher2016-09-161-3/+3
* Revert "[X86] Support the "ms-hotpatch" attribute."Charles Davis2016-08-081-25/+0
* [X86] Support the "ms-hotpatch" attribute.Charles Davis2016-08-081-0/+25
* XRay: Add entry and exit sledsDean Michael Berris2016-07-141-0/+3
OpenPOWER on IntegriCloud