summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-09-052-36/+36
* [MC] - ConstantPools.cpp: Style consistency, remove redundant braces. NFC.Kristina Brooks2018-09-031-4/+2
* [MC] fix a clang-tidy warning, NFCKrasimir Georgiev2018-08-291-2/+2
* Revert r340904 "[llvm-mc] - Allow to set custom flags for debug sections."George Rimar2018-08-291-12/+4
* [llvm-mc] - Allow to set custom flags for debug sections.George Rimar2018-08-291-4/+12
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-285-76/+53
* [codeview] Emit labels for .cv_loc immediatelyReid Kleckner2018-08-281-4/+4
* [debuginfo] generate debug info with asm+.fileBrian Cain2018-08-281-8/+8
* [MC, RISCV] Fixed StringRef Assertion `Index < Length && "Invalid index!"'Ana Pazos2018-08-251-1/+1
* Initialize the address-significance table fragment's layout order.Peter Collingbourne2018-08-231-0/+1
* MC: Don't align COFF section contents.Peter Collingbourne2018-08-231-9/+1
* MC: Teach the COFF object writer to write address-significance tables.Peter Collingbourne2018-08-221-0/+35
* [WebAssembly] Ensure relocation entries are ordered by offsetSam Clegg2018-08-221-5/+17
* MC: Remove dead code from WinCOFFObjectWriter.cpp. NFCI.Peter Collingbourne2018-08-181-20/+0
* [MC] Improve error message when a codeview register is unknownReid Kleckner2018-08-171-1/+4
* [MC] Improve COFF associative section lookupReid Kleckner2018-08-161-11/+17
* [MC] Cleanup noop default case spelling. NFC.Nirav Dave2018-08-161-1/+1
* [MC] Remove unused variableBenjamin Kramer2018-08-161-1/+0
* [MC][X86] Enhance X86 Register expression handling to more closely match GCC.Nirav Dave2018-08-162-14/+25
* [RISCV][MC] Don't fold symbol differences if requiresDiffExpressionRelocation...Alex Bradbury2018-08-161-4/+7
* Fix -Wimplicit-fallthrough warning introduced in rL339397.Simon Pilgrim2018-08-101-0/+1
* [MC] Move EH DWARF encodings from MC to CodeGen, NFCReid Kleckner2018-08-091-157/+5
* [DWARF] Unclamp line table version on Darwin for v5 and later.Jonas Devlieghere2018-08-081-3/+6
* MC: Redirect .addrsig directives referring to private (.L) symbols to the sec...Peter Collingbourne2018-08-061-0/+2
* Revert "Add a warning if someone attempts to add extra section flags to secti...Eric Christopher2018-08-051-36/+16
* [WebAssembly] Cleanup of the way globals and global flags are handledNicholas Wilson2018-08-032-1/+1
* Fix "not all control paths return a value" MSVC warning.Simon Pilgrim2018-08-011-0/+1
* [MC] Report fatal error for DWARF types for non-ELF object filesJonas Devlieghere2018-08-011-2/+12
* [DebugInfo] Fix build failed in clang-x86_64-linux-selfhost-modules.Hsiangkai Wang2018-08-011-1/+7
* [DebugInfo] Generate fixups as emitting DWARF .debug_line.Hsiangkai Wang2018-08-012-6/+81
* [llvm-mca][BtVer2] Teach how to identify dependency-breaking idioms.Andrea Di Biagio2018-07-311-0/+5
* Remove trailing spaceFangrui Song2018-07-308-10/+10
* [MC] Add support for the .rva assembler directive for COFF targetsMartin Storsjo2018-07-264-0/+65
* [ADT] Replace std::isprint by llvm::isPrint.Michael Kruse2018-07-261-1/+1
* Revert "[COFF] Use comdat shared constants for MinGW as well"Martin Storsjo2018-07-261-0/+8
* [COFF] Use comdat shared constants for MinGW as wellMartin Storsjo2018-07-251-8/+0
* [MC] Add a separate flag for skipping comdat constant sections for MinGW. NFC.Martin Storsjo2018-07-231-0/+8
* [COFF] Fix assembly output of comdat sections without an attached symbolMartin Storsjo2018-07-231-10/+15
* [MC] Fix nested macro body parsingNirav Dave2018-07-181-1/+2
* MC: Implement support for new .addrsig and .addrsig_sym directives.Peter Collingbourne2018-07-174-0/+87
* [WebAssembly] Remove ELF file support.Sam Clegg2018-07-161-2/+1
* [DWARF v5] Generate range list tables into the .debug_rnglists section. No su...Wolfgang Pieb2018-07-121-0/+6
* Use debug-prefix-map for AT_NAMEJonas Devlieghere2018-07-113-21/+20
* [MC] Add interface to finish pending labels.Jonas Devlieghere2018-07-101-1/+1
* Support -fdebug-prefix-map in llvm-mc. This is useful to omit thePaul Robinson2018-07-103-4/+35
* [MC] Error on a .zerofill directive in a non-virtual sectionFrancis Visoiu Mistrih2018-07-027-14/+39
* Add an entry for rodata constant merge sections to the defaultEric Christopher2018-07-021-0/+3
* Add a warning if someone attempts to add extra section flags to sectionsEric Christopher2018-06-251-16/+33
* Add Triple::isMIPS()/isMIPS32()/isMIPS64(). NFCAlexander Richardson2018-06-251-2/+1
* [DWARFv5] Allow ".loc 0" to refer to the root file.Paul Robinson2018-06-222-4/+6
OpenPOWER on IntegriCloud