summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCAsmStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [BranchAlign] Compiler support for suppressing branch alignPhilip Reames2020-01-081-0/+2
* [MC] Add parameter `Address` to MCInstPrinter::printInstFangrui Song2020-01-061-2/+2
* [XCOFF][AIX] Differentiate usage of label symbol and csect symbolJason Liu2019-11-081-5/+8
* Avoid including CodeView/SymbolRecord.h from MCStreamer.hReid Kleckner2019-10-191-8/+9
* [AIX]Emit function descriptor csect in assemblyXiangling Liao2019-09-261-0/+1
* MCRegisterInfo: Merge getLLVMRegNum and getLLVMRegNumFromEHPavel Labath2019-09-241-3/+2
* [MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...Reid Kleckner2019-08-301-0/+6
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-301-12/+20
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-251-0/+10
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-151-1/+1
* [NFC][AIX] Use assert instead of llvm_unreachableDavid Tenty2019-08-131-3/+3
* Enable assembly output of local commons for AIXDavid Tenty2019-08-081-0/+20
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-7/+56
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-56/+7
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-7/+56
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-56/+7
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-7/+56
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-171-0/+5
* [macCatalyst] Use macCatalyst pretty name in .build_version darwinAlex Lorenz2019-07-121-1/+1
* Add support for the 'macCatalyst' MachO platformAlex Lorenz2019-07-021-0/+1
* [llvm] Prevent duplicate files in debug line header in dwarf 5: another attemptAli Tamur2019-04-191-1/+2
* [llvm] Non-functional change: declared a local variable as const.Ali Tamur2019-04-101-1/+1
* NFC: Move API uses of MD5::MD5Result to Optional rather than a pointer.Eric Christopher2019-04-041-5/+5
* [AsmPrinter] Remove hidden flag -print-schedule.Andrea Di Biagio2019-02-041-24/+6
* [MC] Teach the MachO object writer about N_FUNC_COLDVedant Kumar2019-01-251-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Dwarf/AArch64] Return address signing B key dwarf supportLuke Cheeseman2018-12-211-0/+7
* Add PLATFORM constants for iOS, tvOS, and watchOS simulatorsMichael Trent2018-12-201-5/+8
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-12-181-0/+7
* [macho] save the SDK version stored in module metadata into the version min andAlex Lorenz2018-12-141-4/+21
* Revert r347490 as it breaks address sanitizer buildsLuke Cheeseman2018-11-231-7/+0
* Revert r343341Luke Cheeseman2018-11-231-0/+7
* [ARM64][Windows] MCLayer support for exception handlingSanjin Sijaric2018-10-271-0/+5
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-241-4/+8
* Revert r343317Luke Cheeseman2018-09-281-7/+0
* Reapply changes reverted by r343235Luke Cheeseman2018-09-281-0/+7
* Revert r343192 as an ubsan build is currently failingLuke Cheeseman2018-09-271-7/+0
* Reapply changes reverted in r343114, lldb patch to follow shortlyLuke Cheeseman2018-09-271-0/+7
* Revert r343112 as CallFrameString API change has broken lldb buildsLuke Cheeseman2018-09-261-7/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+7
* Revert r343089 "[AArch64] - Return address signing dwarf support"Hans Wennborg2018-09-261-7/+0
* [AArch64] - Return address signing dwarf supportLuke Cheeseman2018-09-261-0/+7
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-11/+6
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-261-0/+11
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-1/+1
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-171-0/+14
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-021-2/+11
* [DWARFv5] Tolerate files not all having an MD5 checksum.Paul Robinson2018-06-141-0/+3
* [MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and applyFixupPeter Smith2018-06-061-2/+4
OpenPOWER on IntegriCloud