summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
Commit message (Expand)AuthorAge
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* [C++] Use 'nullptr'.Craig Topper2014-04-24
* Create MCTargetOptions.Evgeniy Stepanov2014-04-23
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* 80-col.Eric Christopher2014-02-26
* Re-commit: Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove ...Daniel Sanders2014-02-13
* Revert r201237+r201238: Demote EmitRawText call in AsmPrinter::EmitInlineAsm(...Daniel Sanders2014-02-12
* Demote EmitRawText call in AsmPrinter::EmitInlineAsm() and remove hasRawTextS...Daniel Sanders2014-02-12
* Remove const_cast for STI when parsing inline asmDavid Peixotto2014-02-06
* Move emitInlineAsmEnd to the AsmPrinter interface.Rafael Espindola2014-01-24
* Fix inline assembly that switches between ARM and Thumb modesGreg Fitzgerald2014-01-22
* Add an emitRawComment function and use it to simplify some uses of EmitRawText.Rafael Espindola2014-01-16
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Add an instruction deprecation feature to TableGen.Joey Gouly2013-09-12
* 80-column and tab character fixes.Eric Christopher2013-06-24
* Revert "Rename LLVMContext diagnostic handler types and functions."Bob Wilson2013-02-11
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename LLVMContext diagnostic handler types and functions.Bob Wilson2012-12-25
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [ms-inline asm] Split the parsing of IR asm strings into GCC and MS variants.Chad Rosier2012-09-11
* [ms-inline asm] Properly emit the asm directives when the AsmPrinterVariantChad Rosier2012-09-10
* [ms-inline asm] Pass the correct AsmVariant to the PrintAsmOperand() functionChad Rosier2012-09-10
* Fix indent.Chad Rosier2012-09-07
* Update function names to conform to guidelines. No functional change intended.Chad Rosier2012-09-07
* [ms-inline asm] Use the asm dialect from the MI to set the parser dialect.Chad Rosier2012-09-05
* The inline asm operand modifier 'n' is suppose Jack Carter2012-06-21
* The inline asm operand modifier 'c' is suppose Jack Carter2012-06-21
* Formatting fixes.Akira Hatanaka2012-05-08
* In erroneous inline assembly we could mistakenly try to access theEric Christopher2012-03-22
* Tidy up. Whitepsace.Jim Grosbach2011-09-21
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Remove unused Target argument from AsmParser construction methods.Jim Grosbach2011-08-16
* Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm...Evan Cheng2011-07-26
* Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th...Evan Cheng2011-07-23
* Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng2011-07-09
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* With the newly simplified SourceMgr interfaces and the generalizedChris Lattner2010-11-17
* now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate theChris Lattner2010-11-17
* rearrange how the handler in SourceMgr is installed, eliminating the use of Chris Lattner2010-11-17
* refactor the interface to EmitInlineAsm a bit, no functionality change.Chris Lattner2010-11-17
* Nuke trailing whitespace.Jim Grosbach2010-10-01
* Target: Give the TargetAsmParser access to the TargetMachine.Daniel Dunbar2010-07-19
* MC: Move several clients to using AsmParser constructor function.Daniel Dunbar2010-07-18
* a more graceful fix for test/Other/inline-asm-newline-terminator.ll,Chris Lattner2010-07-15
* Propagate the AlignStack bit in InlineAsm's to the Dale Johannesen2010-07-02
* MC: Pass the target instance to the AsmParser constructor.Daniel Dunbar2010-07-01
* Inline Asm: Ensure buffer is newline terminated to match how the text is prin...Daniel Dunbar2010-05-14