summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-121-2/+6
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-061-10/+13
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-241-3/+5
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-221-8/+13
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-161-15/+6
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+3
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-121-1/+1
* 80-column and tab character fixes.Eric Christopher2013-06-241-1/+1
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-111-5/+5
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-4/+4
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-251-5/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-7/+7
OpenPOWER on IntegriCloud