OSDN Git Service

[X86][SSE] Support v8i16/v16i16 rotations
[android-x86/external-llvm.git] / lib / MC /
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
2018-04-19 Sam Clegg[WebAssembly] Enabled -triple=wasm32-unknown-unknown...
2018-04-15 Andrea Di Biagio[MC] Moved all the remaining logic that computed instru...
2018-04-13 Mandeep Singh Grang[MC] Change std::sort to llvm::sort in response to...
2018-04-11 Paul Robinson[DWARFv5] Fuss with asm syntax for conveying MD5 checksum.
2018-04-10 Steven Wu[MachO] Emit Weak ReadOnlyWithRel to ConstDataSection
2018-04-07 Graydon Hoare[Support] Make line-number cache robust against access...
2018-04-06 Sameer AbuAsal [RISCV] Tablegen-driven Instruction Compression.
2018-04-05 Sam Clegg[WebAssembly] Allow for the creation of user-defined...
2018-04-04 Pavel LabathRe-commit r329179 after fixing build&test issues
2018-04-04 Nico WeberRevert r329179 (and follow-up unsuccessful fix attempts...
2018-04-04 Pavel Labath[CodeGen] Generate DWARF v5 Accelerator Tables
2018-04-03 Alexey Bataev[DEBUGINFO] Add option that allows to disable emission...
2018-04-03 Andrea Di Biagio[MC] Fix -Wmissing-field-initializer warning after...
2018-03-29 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-28 Alexander PotapenkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-27 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-27 Paul Robinson[DWARF] Suppress split line tables more carefully.
2018-03-27 Krzysztof ParzyszekUse .set instead of = when printing assignment in assem...
2018-03-26 David BlaikieAdd a build dependency from libMC to libDebugInfoCodeVi...
2018-03-24 Eric ChristopherAllow FDE references outside the +/-2GB range supported...
2018-03-22 Paul Robinson[DWARF] Fix mixing assembler -g with DWARF .file direct...
2018-03-22 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-20 Derek Schuff[WebAssembly] Added initial AsmParser implementation.
2018-03-15 Reid KlecknerRe-land r327620 "[CodeView] Initial support for emittin...
2018-03-14 Reid Kleckner[MC] Always emit relocations for same-section function...
2018-03-13 Sanjay Patel[MC] fix documentation comments; NFC
2018-03-13 Andrea Di Biagio[MC] Move the reciprocal throughput computation from...
2018-03-13 Andrea Di Biagio[MC] Move the instruction latency computation from...
2018-03-09 Rafael EspindolaDelay creating an alias for @@@.
2018-03-09 Nicholas Wilson[WebAssembly] Disallow weak undefined globals in the...
2018-03-09 Rafael EspindolaDon't treat .symver as a regular alias definition.
2018-03-09 Paul RobinsonRevert "[DWARF] Fix mixing assembler -g with DWARF...
2018-03-08 Paul Robinson[DWARF] Fix mixing assembler -g with DWARF .file direct...
2018-03-07 Alexander KornienkoRevert "Reapply "[DWARFv5] Emit file 0 to the line...
2018-03-06 Paul RobinsonReapply "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Oliver Stannard[Asm] Fix another layering violation in assmebly macro...
2018-03-06 Oliver Stannard[ARM][Asm] Fix layering violation introduced by r326795
2018-03-06 Oliver Stannard[Asm] Add debug printing for assembler macros
2018-03-06 Oliver Stannard[Asm] Refactor debug printing of AsmToken
2018-03-06 Paul RobinsonRevert "[DWARFv5] Emit file 0 to the line table."
2018-03-06 Paul Robinson[DWARFv5] Emit file 0 to the line table.
2018-03-05 Nicholas Wilson[WebAssembly] Reorder reloc sections to come between...
2018-03-01 Sam Clegg[WebAssembly] Use uint8_t for single byte values to...
2018-02-28 Nicholas Wilson[WebAssembly] Reorder symbol table to match MC order
2018-02-27 Sam Clegg[WebAssembly] Remove DataSize from linking metadata...
next