summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
* [Alignment] Introduce llvm::Align to MCSectionGuillaume Chatelet2019-09-134-10/+10
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-123-6/+12
* AArch64: support arm64_32, an ILP32 slice for watchOS.Tim Northover2019-09-121-3/+4
* [ELF][MC] Set types of aliases of IFunc to STT_GNU_IFUNCFangrui Song2019-09-071-0/+15
* [MC] Fix undefined behavior in MCInstPrinter::formatHexJonas Devlieghere2019-09-061-12/+13
* [MC] Pass through .code16/32/64 and .syntax unified for COFFReid Kleckner2019-09-031-1/+13
* [MC] Avoid crashes from improperly nested or wrong target .seh_handlerdata di...Reid Kleckner2019-08-302-1/+7
* [X86] Print register names in .seh_* directivesReid Kleckner2019-08-303-176/+38
* [WebAssembly] Make __attribute__((used)) not imply export.Dan Gohman2019-08-293-5/+11
* Handle local commons for XCOFF object file writingJason Liu2019-08-272-4/+13
* [PowerPC][AIX] Adds support for writing the .data section in assembly filesXing Xue2019-08-254-0/+28
* Do a sweep of symbol internalization. NFC.Benjamin Kramer2019-08-231-2/+2
* Revert r369233.Manoj Gupta2019-08-231-14/+10
* [PowerPC][XCOFF][MC] Explicitly set containing csect on symbols. [NFC]Sean Fertile2019-08-221-2/+1
* Fix assert in XCOFFObjectWriter related to program code csects.Sean Fertile2019-08-201-3/+1
* Remove assert with tautological compare from XCOFFObjectWriter.Sean Fertile2019-08-201-1/+0
* Adds support for writing the .bss section for XCOFF object files.Sean Fertile2019-08-205-17/+425
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-201-0/+1
* [MC] Delete an overload of MCExpr::evaluateKnownAbsolute and its associated hackFangrui Song2019-08-201-14/+7
* MCAsmMacro: add `#if !defined(NDEBUG) || defined(LLVM_ENABLE_DUMP)` to some d...Fangrui Song2019-08-201-0/+2
* [WebAssembly][MC] Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off build...Fangrui Song2019-08-201-3/+1
* [WebAssembly][MC] Simplify WasmObjectWriter::recordRelocation. NFC.Sam Clegg2019-08-201-43/+15
* [MC] Simplify ELFObjectWriter::recordRelocation. NFCFangrui Song2019-08-191-22/+16
* [MC] Delete unnecessary diagnostic: "No relocation available to represent thi...Fangrui Song2019-08-191-15/+1
* [MC] Don't emit .symver redirected symbols to the symbol tableFangrui Song2019-08-191-10/+14
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-159-15/+15
* [NFC][AIX] Use assert instead of llvm_unreachableDavid Tenty2019-08-133-11/+11
* [MC] Don't recreate a label if it's already usedBill Wendling2019-08-092-1/+9
* [llvm-mc] Add reportWarning() to MCContextBrian Cain2019-08-081-2/+17
* Enable assembly output of local commons for AIXDavid Tenty2019-08-085-3/+35
* [XCOFF][MC] report_fatal_error before dereferencing NULLHubert Tong2019-08-061-1/+2
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-053-14/+211
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-053-209/+14
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-053-14/+209
* Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFCFangrui Song2019-08-051-1/+1
* Use MCRegister in MCRegisterInfo's interfacesDaniel Sanders2019-08-021-9/+11
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-023-209/+14
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-023-14/+209
* Address post commit review comments on revision 366727.Sean Fertile2019-07-301-1/+1
* [MC] Delete unused MCInstPrinter::markup overload and getPrintHexStyleFangrui Song2019-07-251-6/+0
* [MC] Add MCInstrAnalysis::evaluateMemoryOperandAddressSeiya Nuta2019-07-251-0/+6
* Stubs out TLOF for AIX and add support for common vars in assembly output.Sean Fertile2019-07-224-4/+21
* Revert "Reland [ELF] Loose a condition for relocation with a symbol"Vlad Tsyrklevich2019-07-221-0/+5
* Reland [ELF] Loose a condition for relocation with a symbolNikola Prica2019-07-221-5/+0
* [DebugInfo] Some fields do not need relocations even relax is enabled.Hsiangkai Wang2019-07-191-2/+19
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-193-17/+63
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-183-63/+17
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-183-17/+63
* Changes to display code view debug info type records in hex formatNilanjana Basu2019-07-172-5/+17
* [WebAssembly] Assembler: recognize .init_array as data section.Wouter van Oortmerssen2019-07-151-0/+3
OpenPOWER on IntegriCloud