summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-3/+4
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-081-1/+2
* Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner2019-10-191-4/+5
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-301-11/+18
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-2/+2
* Enable assembly output of local commons for AIXDavid Tenty2019-08-081-0/+4
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-0/+46
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-46/+0
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-0/+46
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-46/+0
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-0/+46
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+9
* Move getNumFrameInfos and getDwarfFrameInfos out of line and removeEric Christopher2019-04-121-0/+5
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-2/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+2
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-191-2/+2
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-191-2/+2
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-2/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [MCStreamer] Use report_fatal_error in EmitRawTextImplKristina Brooks2019-01-031-7/+8
* Don't go over 80 chars in MCStreamer.cpp. NFC.Kristina Brooks2019-01-031-2/+3
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+7
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+9
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-2/+3
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-9/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+9
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-0/+11
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-241-0/+12
* [MC][DWARF][AsmParser] Ensure nested CFI frames are diagnosed.Kristina Brooks2018-10-191-3/+3
* Revert r343317Luke Cheeseman2018-09-281-9/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+9
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-9/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+9
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-9/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+9
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-9/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+9
* [MC] fix a clang-tidy warning, NFCKrasimir Georgiev2018-08-291-2/+2
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-7/+13
* Remove trailing spaceFangrui Song2018-07-301-1/+1
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-0/+2
* [mingw] Fix GCC ABI compatibility for comdat thingsReid Kleckner2018-06-211-3/+18
* [MC] Add assembler support for .cg_profile.Michael J. Spencer2018-06-021-0/+4
* [MC] Change AsmParser to leverage Assembler during evaluationNirav Dave2018-04-301-1/+2
* [MC] Undo spurious commit added into r331052.Nirav Dave2018-04-271-2/+1
* [MC] Provide default value for IsResolved.Nirav Dave2018-04-271-1/+2
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-291-0/+9
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-281-9/+0
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-271-0/+9
* Delay creating an alias for @@@.Rafael Espindola2018-03-091-1/+1
OpenPOWER on IntegriCloud