summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-111-67/+158
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-101-1/+17
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-101-3/+4
* Fix indent.Chad Rosier2012-09-071-2/+2
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-071-4/+4
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-051-2/+4
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-211-1/+6
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-211-3/+17
* Formatting fixes.Akira Hatanaka2012-05-081-4/+4
* In erroneous inline assembly we could mistakenly try to access theEric Christopher2012-03-221-1/+5
* Tidy up. Whitepsace.Jim Grosbach2011-09-211-3/+3
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-161-1/+1
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-261-2/+3
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-231-1/+1
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-091-5/+10
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+6
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-1/+1
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-171-3/+11
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-171-9/+5
* rearrange how the handler in SourceMgr is installed, eliminating the use of Chris Lattner2010-11-171-8/+35
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-171-10/+17
OpenPOWER on IntegriCloud