summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't rely on 'l'(ell) modifiers to indicate a label referenceBill Wendling2020-01-061-19/+16
* [ms] [X86] Use "P" modifier on operands to call instructions in inline X86 as...Eric Astor2019-12-221-4/+33
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [MC] Don't recreate a label if it's already usedBill Wendling2019-08-091-0/+1
* Revert "Use the MachineBasicBlock symbol for a callbr target"Nick Desaulniers2019-07-191-7/+2
* Use the MachineBasicBlock symbol for a callbr targetBill Wendling2019-07-191-2/+7
* [AsmPrinter] refactor to support %c w/ GlobalAddress'Nick Desaulniers2019-04-261-4/+15
* Fix a typo in comments. [NFC]Ali Tamur2019-04-181-1/+1
* [AsmPrinter] hoist %a output template to base class for ARM+Aarch64Nick Desaulniers2019-04-171-4/+11
* [AsmPrinter] defer %c to base class for ARM, PPC, and Hexagon. NFCNick Desaulniers2019-04-171-0/+3
* [AsmPrinter] refactor to remove remove AsmVariant. NFCNick Desaulniers2019-04-101-22/+14
* Remove ASan asm instrumentation.Evgeniy Stepanov2019-03-111-10/+1
* Implementation of asm-goto support in LLVMCraig Topper2019-02-081-3/+10
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MC] Separate masm integer literal lexer support from inline asmReid Kleckner2018-10-241-2/+3
* [CodeGen] emit inline asm clobber list warnings for reserved (cont)Ties Stuij2018-08-301-32/+78
* revert '[CodeGen] emit inline asm clobber list warnings for reserved'Ties Stuij2018-08-081-78/+32
* [CodeGen] emit inline asm clobber list warnings for reservedTies Stuij2018-08-081-32/+78
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-0/+3
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-3/+0
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-0/+3
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-2/+2
* Add -print-schedule scheduling comments to inline asm.Andrew V. Tischenko2017-11-091-0/+1
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* PR31007 and PR27884 will be closed: a possibility to compile constants like 0...Andrew V. Tischenko2017-04-261-0/+3
* [Assembler] Improve diagnostics for inline assembly.Sanne Wouda2017-02-131-7/+13
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-31/+29
* Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus2017-02-081-29/+31
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-31/+29
* MC: support passing search paths to the IASSaleem Abdulrasool2017-01-051-0/+2
* Recognize ${:uid} escapes in intel syntax inline asmReid Kleckner2016-11-291-0/+17
* Enable the %s modifier in inline asm template stringNemanja Ivanovic2016-02-041-0/+5
* Move MCTargetAsmParser.h to llvm/MC/MCParser where it belongs.Benjamin Kramer2016-01-271-1/+1
* Reduce the size of MCRelaxableFragment.Akira Hatanaka2015-11-141-8/+2
* Move most user of TargetMachine::getDataLayout to the Module oneMehdi Amini2015-07-161-2/+2
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-3/+4
* Stop resetting SanitizeAddress in TargetMachine::resetTargetOptions. NFC.Akira Hatanaka2015-05-151-2/+9
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-7/+7
* [AsmPrinter] Use the per-function subtarget to emit inline asm instructions thatAkira Hatanaka2015-03-161-27/+10
* Unconditionally create a new MCInstrInfo in the asm printer forEric Christopher2015-02-211-5/+4
* Fix build with gcc. This has a -Wsequence-point error on 'MII', which is a go...Nick Lewycky2015-02-201-5/+3
* Remove the MCInstrInfo cached variable as it was only used in aEric Christopher2015-02-201-3/+7
* This needs to be a const variable so the two sides of the ternaryEric Christopher2015-02-201-1/+2
* Only use the initialized MCInstrInfo if it's been initialized alreadyEric Christopher2015-02-191-1/+5
* MCTargetOptions reside on the TargetMachine that we always have viaEric Christopher2015-02-191-5/+2
* Remove a call to TargetMachine::getSubtarget from the inlineEric Christopher2015-02-191-1/+11
* Remove unused argument from emitInlineAsmStart.Eric Christopher2015-02-191-3/+3
OpenPOWER on IntegriCloud