[AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.
[oota-llvm.git] / lib / CodeGen / AsmPrinter / AsmPrinterInlineAsm.cpp
2015-04-24 Lang Hames[AsmPrinter] Make AsmPrinter's OutStreamer member a...
2015-03-16 Akira Hatanaka[AsmPrinter] Use the per-function subtarget to emit...
2015-02-21 Eric ChristopherUnconditionally create a new MCInstrInfo in the asm...
2015-02-20 Nick LewyckyFix build with gcc. This has a -Wsequence-point error...
2015-02-20 Eric ChristopherRemove the MCInstrInfo cached variable as it was only...
2015-02-20 Eric ChristopherThis needs to be a const variable so the two sides...
2015-02-19 Eric ChristopherOnly use the initialized MCInstrInfo if it's been initi...
2015-02-19 Eric ChristopherMCTargetOptions reside on the TargetMachine that we...
2015-02-19 Eric ChristopherRemove a call to TargetMachine::getSubtarget from the...
2015-02-19 Eric ChristopherRemove unused argument from emitInlineAsmStart.
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2014-12-17 Toma Tabacu[mips] Set GCC-compatible MIPS asssembler options befor...
2014-12-09 Duncan P. N. Exon... IR: Split Metadata from Value
2014-09-10 Yuri Gorshenin[asan-assembly-instrumentation] Added CFI directives...
2014-08-27 Rafael EspindolaReturn a std::unique_ptr when creating a new MemoryBuffer.
2014-08-21 David BlaikieExplicitly pass ownership of the MemoryBuffer to AddNew...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-04-24 Craig Topper[C++] Use 'nullptr'.
2014-04-23 Evgeniy StepanovCreate MCTargetOptions.
2014-04-22 Chandler Carruth[Modules] Remove potential ODR violations by sinking...
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-26 Eric Christopher80-col.
2014-02-13 Daniel SandersRe-commit: Demote EmitRawText call in AsmPrinter::EmitI...
2014-02-12 Daniel SandersRevert r201237+r201238: Demote EmitRawText call in...
2014-02-12 Daniel SandersDemote EmitRawText call in AsmPrinter::EmitInlineAsm...
2014-02-06 David PeixottoRemove const_cast for STI when parsing inline asm
2014-01-24 Rafael EspindolaMove emitInlineAsmEnd to the AsmPrinter interface.
2014-01-22 Greg FitzgeraldFix inline assembly that switches between ARM and Thumb...
2014-01-16 Rafael EspindolaAdd an emitRawComment function and use it to simplify...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-09-12 Joey GoulyAdd an instruction deprecation feature to TableGen.
2013-06-24 Eric Christopher80-column and tab character fixes.
2013-02-11 Bob WilsonRevert "Rename LLVMContext diagnostic handler types...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-25 Bob WilsonRename LLVMContext diagnostic handler types and functions.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-09-11 Chad Rosier[ms-inline asm] Split the parsing of IR asm strings...
2012-09-10 Chad Rosier[ms-inline asm] Properly emit the asm directives when...
2012-09-10 Chad Rosier[ms-inline asm] Pass the correct AsmVariant to the...
2012-09-07 Chad RosierFix indent.
2012-09-07 Chad RosierUpdate function names to conform to guidelines. No...
2012-09-05 Chad Rosier[ms-inline asm] Use the asm dialect from the MI to...
2012-06-21 Jack CarterThe inline asm operand modifier 'n' is suppose
2012-06-21 Jack CarterThe inline asm operand modifier 'c' is suppose
2012-05-08 Akira HatanakaFormatting fixes.
2012-03-22 Eric ChristopherIn erroneous inline assembly we could mistakenly try...
2011-09-21 Jim GrosbachTidy up. Whitepsace.
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-08-16 Jim GrosbachRemove unused Target argument from AsmParser constructi...
2011-07-26 Evan ChengRename TargetAsmParser to MCTargetAsmParser and TargetA...
2011-07-23 Evan ChengMove TargetAsmParser.h TargetAsmBackend.h and TargetAsm...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2010-11-17 Chris LattnerWith the newly simplified SourceMgr interfaces and...
2010-11-17 Chris Lattnernow that AsmPrinter::EmitInlineAsm is factored right...
2010-11-17 Chris Lattnerrearrange how the handler in SourceMgr is installed...
2010-11-17 Chris Lattnerrefactor the interface to EmitInlineAsm a bit, no funct...
2010-10-01 Jim GrosbachNuke trailing whitespace.
2010-07-19 Daniel DunbarTarget: Give the TargetAsmParser access to the TargetMa...
2010-07-18 Daniel DunbarMC: Move several clients to using AsmParser constructor...
2010-07-15 Chris Lattnera more graceful fix for test/Other/inline-asm-newline...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-05-14 Daniel DunbarInline Asm: Ensure buffer is newline terminated to...
2010-04-08 Chris Lattnerimplicit defs get added to the end of machine instrs...
2010-04-08 Benjamin KramerUse twines to simplify calls to report_fatal_error...
2010-04-07 Chris Lattnerintroduce a new recoverable error handling API to LLVMC...
2010-04-07 Chris Lattnerrename llvm::llvm_report_error -> llvm::report_fatal_error
2010-04-07 Chris LattnerHave the inst emitter add the !srcloc mdnode to the...
2010-04-07 Chris Lattnerremove another magic number.
2010-04-06 Chris Lattnerpropagate cookie management out one layer of function...
2010-04-06 Chris Lattnerreport errors through LLVMContext's inline asm handler...
2010-04-05 Chris LattnerGive AsmParser an option to control whether it finalizes
2010-04-05 Chris Lattneradd .o file writing for inline asm in llc. Here's...
2010-04-05 Chris Lattnerstringref-ize the MemoryBuffer::get apis. This requires
2010-04-04 Chris Lattnermove uleb/sleb printing into AsmPrinter from DwarfPrinter.
2010-04-04 Chris Lattneruse stringref instead of strtol to avoid errno gymnastics.
2010-04-04 Chris Lattnersplit inline asm support out to its own .cpp file.