summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/ByteStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* [DebugInfo] Add interface for pre-calculating the size of emitted DWARFDavid Stenberg2019-10-151-5/+5
* Change Comments SmallVector to std::vector in DebugLocStream [NFC]David Stenberg2019-10-151-2/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-5/+5
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-5/+5
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* Style update. NFC.Rafael Espindola2018-03-291-1/+1
* [DebugInfo] Align comments in debug_loc sectionBjorn Pettersson2018-01-051-4/+16
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* -Wdeprecated-clean: Fix cases of violating the rule of 5 in ways that are dep...David Blaikie2015-08-031-5/+8
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* Don't generate comments in the DebugLocStream unless required. NFC.Pete Cooper2015-05-201-6/+14
* [AsmPrinter] Make AsmPrinter's OutStreamer member a unique_ptr.Lang Hames2015-04-241-3/+3
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-0/+29
* Revert "Refactor DebugLocDWARFExpression so it doesn't require access to the"Adrian Prantl2015-03-021-29/+0
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-0/+29
* Revert r230930, it caused PR22747.Nico Weber2015-03-021-29/+0
* Refactor DebugLocDWARFExpression so it doesn't require access to theAdrian Prantl2015-03-021-0/+29
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-081-6/+6
* Add a virtual destructor to quiet a warning.Eric Christopher2014-03-071-0/+2
* Actually add the header file.Eric Christopher2014-03-071-0/+69
OpenPOWER on IntegriCloud