OSDN Git Service

ReleaseNotes for PowerPC
[android-x86/external-llvm.git] / lib / MC /
2018-08-30 Hans WennborgMerging r340839:
2018-08-21 Hans WennborgMerging r339895 and r339896:
2018-08-07 Hans WennborgMerging r338968:
2018-08-01 Simon PilgrimFix "not all control paths return a value" MSVC warning.
2018-08-01 Jonas Devlieghere[MC] Report fatal error for DWARF types for non-ELF...
2018-08-01 Hsiangkai Wang[DebugInfo] Fix build failed in clang-x86_64-linux...
2018-08-01 Hsiangkai Wang[DebugInfo] Generate fixups as emitting DWARF .debug_line.
2018-07-31 Andrea Di Biagio[llvm-mca][BtVer2] Teach how to identify dependency...
2018-07-30 Fangrui SongRemove trailing space
2018-07-26 Martin Storsjo[MC] Add support for the .rva assembler directive for...
2018-07-26 Michael Kruse[ADT] Replace std::isprint by llvm::isPrint.
2018-07-26 Martin StorsjoRevert "[COFF] Use comdat shared constants for MinGW...
2018-07-25 Martin Storsjo[COFF] Use comdat shared constants for MinGW as well
2018-07-23 Martin Storsjo[MC] Add a separate flag for skipping comdat constant...
2018-07-23 Martin Storsjo[COFF] Fix assembly output of comdat sections without...
2018-07-18 Nirav Dave[MC] Fix nested macro body parsing
2018-07-17 Peter CollingbourneMC: Implement support for new .addrsig and .addrsig_sym...
2018-07-16 Sam Clegg[WebAssembly] Remove ELF file support.
2018-07-12 Wolfgang Pieb[DWARF v5] Generate range list tables into the .debug_r...
2018-07-11 Jonas DevlieghereUse debug-prefix-map for AT_NAME
2018-07-10 Jonas Devlieghere[MC] Add interface to finish pending labels.
2018-07-10 Paul RobinsonSupport -fdebug-prefix-map in llvm-mc. This is useful...
2018-07-02 Francis Visoiu Mistrih[MC] Error on a .zerofill directive in a non-virtual...
2018-07-02 Eric ChristopherAdd an entry for rodata constant merge sections to...
2018-06-25 Eric ChristopherAdd a warning if someone attempts to add extra section...
2018-06-25 Alexander RichardsonAdd Triple::isMIPS()/isMIPS32()/isMIPS64(). NFC
2018-06-22 Paul Robinson[DWARFv5] Allow ".loc 0" to refer to the root file.
2018-06-22 George RimarRecommit r335333 "[MC] - Add .stack_size sections into...
2018-06-22 George RimarRevert r335332 "[MC] - Add .stack_size sections into...
2018-06-22 George Rimar[MC] - Add .stack_size sections into groups and link...
2018-06-21 Reid Kleckner[mingw] Fix GCC ABI compatibility for comdat things
2018-06-21 Paul Robinson[DWARF] Warn on and ignore ".file 0" for DWARF v4 and...
2018-06-21 Eric ChristopherRemove FIXME comment about WIP.
2018-06-20 Paul Robinson[DWARF] Don't keep a ref to possibly stack allocated...
2018-06-20 Paul RobinsonRemove a redundant initialization. NFC
2018-06-20 Andrea Di Biagio[llvm-mca][X86] Teach how to identify register writes...
2018-06-18 Nirav DaveFix typoed cast to avoid assertion in MCFragment::dump.
2018-06-15 Sean Fertile[PowerPC] Add support for high and higha symbol modifie...
2018-06-15 Sean Fertile[PPC64] Support "symbol@high" and "symbol@higha" symbol...
2018-06-15 Peter Smith[MC] Move bundling and MCSubtargetInfo to MCEncodedFrag...
2018-06-14 Sam CleggRevert "[MC] Factor MCObjectStreamer::addFragmentAtoms...
2018-06-14 Sam Clegg[MC] Move MCAssembler::dump into the correct cpp file...
2018-06-14 Paul Robinson[DWARFv5] Tolerate files not all having an MD5 checksum.
2018-06-12 Paul Robinson[DWARFv5] llvm-mc -dwarf-version does not imply -g.
2018-06-11 Konstantin ZhuravlyovAMDGPU: Add 64-bit relative variant kind
2018-06-06 Peter Smith[MC] Pass MCSubtargetInfo to fixupNeedsRelaxation and...
2018-06-05 Sanjay Patel[CodeGen] assume max/default throughput for unspecified...
2018-06-05 Nirav Dave[MC][X86] Allow assembler variable assignment to regist...
2018-06-02 Michael J. Spencer[MC] Add assembler support for .cg_profile.
2018-05-31 Andrea Di Biagio[MCSchedule] Add the ability to compute the latency...
2018-05-30 Sam Clegg[WebAssembly] MC: Add compile-twice test and fix corres...
2018-05-23 Alex Bradbury[RISCV] Add symbol diff relocation support for RISC-V
2018-05-22 Peter CollingbourneMC: Remove dead code. NFCI.
2018-05-21 Peter CollingbourneMC: Introduce an ELF dwo object writer and teach llvm...
2018-05-21 Peter CollingbourneMC: Extract a derived class from ELFObjectWriter. NFCI.
2018-05-21 Peter CollingbourneMC: Separate creating a generic object writer from...
2018-05-21 Peter CollingbourneMC: Extract ELFObjectWriter's ELF writing functionality...
2018-05-21 Peter CollingbourneMC: Remove stream and output functions from MCObjectWri...
2018-05-21 Peter CollingbourneMC: Have the object writers return the number of bytes...
2018-05-21 Peter CollingbourneMC: Change object writers to use endian::Writer. NFCI.
2018-05-21 Peter CollingbourneMC: Change MCAssembler::writeSectionData and writeFragm...
2018-05-21 Peter CollingbourneMC: Change MCAsmBackend::writeNopData() to take a raw_o...
2018-05-18 Peter CollingbourneSupport: Simplify endian stream interface. NFCI.
2018-05-18 Peter CollingbourneMC: Change the streamer ctors to take an object writer...
2018-05-18 Nirav Dave[MC] Relax .fill size requirements
2018-05-18 Shiva Chen[RISCV] Add WasForced parameter to MCAsmBackend::fixupN...
2018-05-17 Sam Clegg[WebAssembly] MC: Fix typo in comment
2018-05-16 Sam Clegg[WebAssembly] Remove unused headers in MCWasmObjectWriter
2018-05-16 Sam Clegg[WebAssembly] MC: Ensure that FUNCTION_OFFSET relocatio...
2018-05-14 Sam Clegg[WebAssembly] Move toString helpers to BinaryFormat
2018-05-14 Nicola ZaghenRename DEBUG macro to LLVM_DEBUG.
2018-05-14 Bill WendlingCorrect compatibility with the GNU Assembler's handling...
2018-05-10 Sam Clegg[WebAssembly] Create section start symbols automaticall...
2018-05-08 Peter CollingbourneMC: Remove dead code. NFCI.
2018-05-08 Sam Clegg[WebAssembly] MC: Use existing MCSymbol.Index field...
2018-05-07 Sam Clegg[MC] ELFObjectWriter: Removing unneeded variable and...
2018-05-07 Sam Clegg[WebAssembly] Ensure all .debug_XXX section has proper...
2018-05-02 Sam Clegg[WebAssembly] MC: Create and use first class section...
2018-05-02 Sam Clegg[MC] Factor MCObjectStreamer::addFragmentAtoms out...
2018-05-02 Sam CleggFix release build breakage
2018-05-01 Adrian PrantlRemove \brief commands from doxygen comments.
2018-05-01 Florian Hahn[MC] Add llvm_unreachable to toString to fix compile...
2018-05-01 Gabor BuellaNFC, Avoid a warning in WasmObjectWriter
2018-04-30 Sam Clegg[WebAssembly] MC: Improve debug output
2018-04-30 Nirav Dave[MC] Change AsmParser to leverage Assembler during...
2018-04-30 Nico WeberIWYU for llvm-config.h in llvm, additions.
2018-04-27 Vlad TsyrklevichELFObjectWriter: Allow one unique symver per symbol
2018-04-27 Nirav Dave[MC] Undo spurious commit added into r331052.
2018-04-27 Nirav Dave[MC] Provide default value for IsResolved.
2018-04-27 Nirav Dave[MC] Modify MCAsmStreamer to always build MCAssembler...
2018-04-27 Nirav Dave[MC] Allow MCAssembler to be constructed without all...
2018-04-27 Sam Clegg[WebAssembly] Section symbols must have local binding
2018-04-26 Sam Clegg[WebAssembly] Write DWARF data into wasm object file
2018-04-26 Sam Clegg[WebAssembly] Add version to object file metadata
2018-04-25 Reid Kleckner[codeview] Ignore .cv_loc directives at the end of...
2018-04-24 Chandler Carruth[wasm] Fix uninitialized memory introduced in r330749.
2018-04-24 Sam Clegg[WebAssembly] Use section index in relocation section...
2018-04-24 Eric ChristopherReflow formatting after previous NFC commit.
2018-04-24 Eric ChristopherChange if-conditionals to else-if as they should all...
2018-04-23 Sam Clegg[WebAssembly] MC: Refactor section creation code
next