OSDN Git Service

Reflow formatting after previous NFC commit.
[android-x86/external-llvm.git] / lib / MC /
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...
2018-02-23 Scott Linder[DebugInfo] Support DWARF v5 source code embedding...
2018-02-23 Eric ChristopherSimplify a DEBUG statement to remove a set but not...
2018-02-23 Benjamin KramerShrink various scheduling tables by using narrower...
2018-02-23 Sam Clegg[WebAssembly] Add first claass symbol table to wasm...
2018-02-22 Paul Robinson[DWARFv5] Turn an assert into a diagnostic. Hand-coded...
2018-02-22 Simon Pilgrim[MC] Don't crash on modulo by zero (PR35650)
2018-02-20 George Rimar[MC] - Don't crash on unclosed frame.
2018-02-16 Sam Clegg[WebAssembly] MC: Make explicit our current lack of...
2018-02-14 Rafael EspindolaStore defined macros in MCContext.
2018-02-12 Sam Clegg[WebAssembly] MC: Remove redundant struct types
2018-02-12 Nicholas WilsonTest commit: reformat comment
2018-02-12 Gerolf Hoflehner[MC] Issue error message when data region is not terminated
2018-02-09 Rafael EspindolaUse assembler expressions to lay out the EH LSDA.
2018-02-09 Oliver Stannard[ELF] Print the .type assembly directive correctly...
2018-02-06 Paul Robinson[DWARFv5] Emit .debug_line_str (in a non-DWO file).
2018-02-01 Rafael Espindola[MC] Fix assembler infinite loop on EH table using...
2018-01-31 Sam Clegg[WebAssembly] MC: Remove unused code for handling of...
2018-01-31 Sam Clegg[WebAssembly] MC: Resolve aliases when creating provisi...
2018-01-31 Sam Clegg[WebAssembly] Remove some unused code and tidy logging...
2018-01-30 Paul RobinsonTurn two static functions into methods, to simplify...
2018-01-30 Saleem AbdulrasoolCodeGen: support an extension to pass linker options...
2018-01-23 Sam Clegg[WebAssembly] Remove "name" section of object wasm...
2018-01-23 Sam Clegg[WebAssembly] Store function index rather than table...
2018-01-19 Sam Clegg[WebAssembly] MC: Start table at offset 1 rather than 0
2018-01-18 Reid Kleckner[CodeView] Add line numbers for inlined call sites
2018-01-18 Reid Kleckner[CodeView] Sink complex inline functions to .cpp file...
2018-01-17 Sam Clegg[WebAssembly] Remove debug names from symbol table
2018-01-15 Dan Gohman[WebAssembly] Make WasmObjectWriter's destructor public...
2018-01-12 Paul Robinson[DWARFv5] CodeGen support for MD5 file checksums
2018-01-12 Sam CleggMC: Remove redundant `SetUsed` arguments in MCSymbol...
2018-01-11 Sam Clegg[WebAssembly] MC: Remove SetUsed argument when calling...
2018-01-11 Sam Clegg[WebAssemlby] MC: Don't write COMDAT symbols as global...
2018-01-09 Adrian McCarthyReland "Emit Function IDs table for Control Flow Guard"
2018-01-09 Sam Clegg[WebAssembly] Add COMDAT support
2018-01-09 Paul Robinson[DWARFv5] MC support for MD5 file checksums
2018-01-09 Rafael EspindolaUse a MCExpr for the size of MCFillFragment.
2018-01-09 Sam Clegg[WebAssembly] MC: Use zero for provisional value of...
2018-01-09 Rafael EspindolaDon't create MCFillFragment directly.
2018-01-09 Rafael EspindolaInline a emitFill variant that is only used once. NFC.
2018-01-09 Rafael EspindolaMake one of the emitFill methods non virtual. NFC.
2018-01-08 Adrian McCarthyRevert "Emit Function IDs table for Control Flow Guard"
2018-01-08 Adrian McCarthyEmit Function IDs table for Control Flow Guard
2017-12-31 George Rimar[MC] - Stop ignoring invalid meta data symbols.
2017-12-25 George Rimar[MC] - Disallow invalid section groups declarations.
2017-12-24 Benjamin KramerMake helpers static. No functionality change.
2017-12-24 George Rimar[MC] - Teach llvm-mc to handle comdats whose names...
2017-12-22 Sam Clegg[WebAssembly] MC: Fix for address taken aliases
2017-12-21 Sam Clegg[WebAssembly] Fix local references to weak aliases
2017-12-20 Alexey Bataev[NVPTX] Initial adaptation of MCAsmStreamer/MCTargetStr...
2017-12-20 Dan Gohman[WebAssembly] Remove an obsolete comment.
2017-12-15 Sam Clegg[WebAssembly] Implement @llvm.global_ctors and @llvm...
2017-12-14 Paul Robinson[MC] Allow .file directives to be out-of-order
next