summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC
Commit message (Expand)AuthorAgeFilesLines
...
* [WebAssembly] Use section index in relocation section headerSam Clegg2018-04-241-49/+31
* Reflow formatting after previous NFC commit.Eric Christopher2018-04-241-6/+6
* Change if-conditionals to else-if as they should all be mutually exclusive.Eric Christopher2018-04-241-3/+3
* [WebAssembly] MC: Refactor section creation codeSam Clegg2018-04-231-17/+14
* [WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm path using ELF dire...Sam Clegg2018-04-191-3/+7
* [MC] Moved all the remaining logic that computed instruction latency and reci...Andrea Di Biagio2018-04-151-15/+36
* [MC] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-132-6/+6
* [DWARFv5] Fuss with asm syntax for conveying MD5 checksum.Paul Robinson2018-04-112-28/+32
* [MachO] Emit Weak ReadOnlyWithRel to ConstDataSectionSteven Wu2018-04-101-3/+6
* [Support] Make line-number cache robust against access patterns.Graydon Hoare2018-04-071-22/+2
* [RISCV] Tablegen-driven Instruction Compression.Sameer AbuAsal2018-04-061-0/+18
* [WebAssembly] Allow for the creation of user-defined custom sectionsSam Clegg2018-04-051-1/+43
* Re-commit r329179 after fixing build&test issuesPavel Labath2018-04-041-0/+10
* Revert r329179 (and follow-up unsuccessful fix attempts 329184, 329186); it d...Nico Weber2018-04-041-10/+0
* [CodeGen] Generate DWARF v5 Accelerator TablesPavel Labath2018-04-041-0/+10
* [DEBUGINFO] Add option that allows to disable emission of flags in .loc direc...Alexey Bataev2018-04-032-19/+32
* [MC] Fix -Wmissing-field-initializer warning after r329067.Andrea Di Biagio2018-04-031-0/+1
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-294-62/+117
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Potapenko2018-03-284-112/+62
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-274-62/+112
* [DWARF] Suppress split line tables more carefully.Paul Robinson2018-03-271-2/+5
* Use .set instead of = when printing assignment in assembly outputKrzysztof Parzyszek2018-03-271-1/+2
* Add a build dependency from libMC to libDebugInfoCodeView to match the realit...David Blaikie2018-03-261-1/+1
* Allow FDE references outside the +/-2GB range supported by PC relativeEric Christopher2018-03-241-0/+2
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-221-16/+32
* [MC] fix documentation comments; NFCSanjay Patel2018-03-221-5/+0
* [WebAssembly] Added initial AsmParser implementation.Derek Schuff2018-03-201-0/+2
* Re-land r327620 "[CodeView] Initial support for emitting S_BLOCK32 symbols fo...Reid Kleckner2018-03-151-0/+1
* [MC] Always emit relocations for same-section function referencesReid Kleckner2018-03-141-5/+7
* [MC] fix documentation comments; NFCSanjay Patel2018-03-131-25/+14
* [MC] Move the reciprocal throughput computation from TargetSchedModel to MCSc...Andrea Di Biagio2018-03-131-0/+24
* [MC] Move the instruction latency computation from TargetSchedModel to MCSche...Andrea Di Biagio2018-03-131-0/+17
* Delay creating an alias for @@@.Rafael Espindola2018-03-095-66/+26
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+3
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-093-3/+18
* Revert "[DWARF] Fix mixing assembler -g with DWARF .file directives."Paul Robinson2018-03-091-29/+14
* [DWARF] Fix mixing assembler -g with DWARF .file directives.Paul Robinson2018-03-081-14/+29
* Revert "Reapply "[DWARFv5] Emit file 0 to the line table.""Alexander Kornienko2018-03-074-105/+57
* Reapply "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-064-57/+105
* [Asm] Fix another layering violation in assmebly macro dumpingOliver Stannard2018-03-061-1/+1
* [ARM][Asm] Fix layering violation introduced by r326795Oliver Stannard2018-03-061-1/+6
* [Asm] Add debug printing for assembler macrosOliver Stannard2018-03-062-0/+43
* [Asm] Refactor debug printing of AsmTokenOliver Stannard2018-03-061-0/+93
* Revert "[DWARFv5] Emit file 0 to the line table."Paul Robinson2018-03-064-105/+57
* [DWARFv5] Emit file 0 to the line table.Paul Robinson2018-03-064-57/+105
* [WebAssembly] Reorder reloc sections to come between symtab and nameNicholas Wilson2018-03-051-1/+1
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-9/+9
* [WebAssembly] Reorder symbol table to match MC orderNicholas Wilson2018-02-281-41/+40
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-9/+3
* [DebugInfo] Support DWARF v5 source code embedding extensionScott Linder2018-02-235-31/+92
OpenPOWER on IntegriCloud