summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCStreamer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-2/+5
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-5/+2
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-151-2/+6
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-2/+5
* MC: add support for cfi_return_columnSaleem Abdulrasool2017-07-281-0/+6
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-3/+3
* This patch closes PR#32216: Better testing of schedule model instruction late...Andrew V. Tischenko2017-04-141-2/+2
* Perform symbol binding for .symver versioned symbolsTeresa Johnson2017-03-091-0/+2
* [MC] Factor out non-COFF handling of COFF-specific directives.Dan Gohman2017-02-271-4/+12
* Move some error handling down to MCStreamer.Rafael Espindola2017-02-101-1/+8
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-071-6/+14
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-021-3/+2
* [Assembler] Better error messages for .org directiveOliver Stannard2016-12-141-1/+2
* Revert "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2016-12-081-2/+3
* [CodeGen] Fix invalid DWARF info on Win64Keno Fischer2016-12-081-3/+2
* [MC] Refactor emitELFSize to make usage more consistent. NFC.Dan Gohman2016-12-011-1/+1
* MCStreamer: Use "cfi" for CFI related temp labels.Matthias Braun2016-11-301-25/+18
* Tidy the calls to getCurrentSection().first -> getCurrentSectionOnly to helpEric Christopher2016-10-141-1/+1
* Revert r283690, "MC: Remove unused entities."Peter Collingbourne2016-10-101-0/+4
* MC: Remove unused entities.Peter Collingbourne2016-10-091-4/+0
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-7/+39
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-4/+5
* [mips][ias] Support .dtprel[d]word and .tprel[d]word directivesSimon Atanasyan2016-08-221-0/+16
* Provide support for preserving assembly commentsNirav Dave2016-07-111-0/+3
* doesSetDirectiveSuppressesReloc -> doesSetDirectiveSuppressReloc, theJoerg Sonnenberger2016-06-181-1/+1
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-5/+5
* [codeview] Improve readability of type record assemblyReid Kleckner2016-05-311-0/+1
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-281-2/+14
* Revert "[MC] Support symbolic expressions in assembly directives"Petr Hosek2016-05-271-14/+2
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-271-2/+14
* Revert "[MC] Support symbolic expressions in assembly directives"Reid Kleckner2016-05-251-14/+2
* [MC] Support symbolic expressions in assembly directivesPetr Hosek2016-05-251-2/+14
* [MC] Create unique .pdata sections for every .text sectionReid Kleckner2016-05-021-0/+36
* Add capability to push/pop DFI in MCStreamer. NFCAmaury Sechet2016-02-241-2/+6
* [MC] Add support for encoding CodeView variable definition rangesDavid Majnemer2016-02-051-0/+4
* [codeview] Correctly handle inlining functions post-dominated by unreachableDavid Majnemer2016-02-021-1/+2
* [codeview] Wire up the .cv_inline_linetable directiveReid Kleckner2016-02-021-1/+1
* [CodeView] Implement .cv_inline_linetableDavid Majnemer2016-01-291-0/+4
* Reland "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-0/+16
* Revert "[CodeView] Use assembler directives for line tables"Reid Kleckner2016-01-291-16/+0
* [CodeView] Use assembler directives for line tablesReid Kleckner2016-01-281-0/+16
* Simplify now that emitValueToOffset always returns false.Rafael Espindola2015-11-041-3/+1
* [X86] Emit .cfi_escape GNU_ARGS_SIZE when adjusting the stack before callsMichael Kuperstein2015-10-071-0/+8
* Fix pr24486.Rafael Espindola2015-10-051-4/+5
* Disallow assigning symbol a null section.Rafael Espindola2015-10-031-4/+2
* Cleanup places that passed SMLoc by const reference to pass it by value inste...Craig Topper2015-09-201-4/+2
* [X86] Add .intel_syntax noprefix directive to intel-syntax x86 asm outputMichael Kuperstein2015-07-221-0/+2
* [MC] Adding prettyPrintAsm to MCTargetStreamer to allow targets to specialize...Colin LeMahieu2015-06-181-0/+6
* Generalize emitAbsoluteSymbolDiff.Rafael Espindola2015-06-111-0/+19
OpenPOWER on IntegriCloud