summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Move DataLayout back to the TargetMachine from TargetSubtargetInfoEric Christopher2015-01-261-1/+1
* [mips] Set GCC-compatible MIPS asssembler options before inline asm blocks.Toma Tabacu2014-12-171-0/+4
* IR: Split Metadata from ValueDuncan P. N. Exon Smith2014-12-091-2/+3
* [asan-assembly-instrumentation] Added CFI directives to the generated instrum...Yuri Gorshenin2014-09-101-0/+5
* Return a std::unique_ptr when creating a new MemoryBuffer.Rafael Espindola2014-08-271-3/+5
* Explicitly pass ownership of the MemoryBuffer to AddNewSourceBuffer using std...David Blaikie2014-08-211-6/+4
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-1/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-4/+8
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-8/+4
* [C++] Use 'nullptr'.Craig Topper2014-04-241-8/+8
* Create MCTargetOptions.Evgeniy Stepanov2014-04-231-1/+5
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-061-7/+5
* 80-col.Eric Christopher2014-02-261-1/+2
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-131-2/+7
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-121-6/+2
OpenPOWER on IntegriCloud