summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Revert "PR32288: More efficient encoding for DWARF expr subregister access."Adrian Prantl2017-03-162-35/+3
* PR32288: More efficient encoding for DWARF expr subregister access.Adrian Prantl2017-03-162-3/+35
* CodeGen: Use the source filename as the argument to .file, rather than the mo...Peter Collingbourne2017-03-151-1/+1
* Ensure that prefix data is preserved with subsections-via-symbolsPeter Collingbourne2017-03-151-2/+17
* Revert "Debug Info: Add basic support for external types references."Adrian Prantl2017-03-133-20/+1
* [DebugInfo] Emit address space with DW_AT_address_class attribute for pointer...Konstantin Zhuravlyov2017-03-081-0/+7
* [DebugInfo] Make legal and emit DW_OP_swap and DW_OP_xderefKonstantin Zhuravlyov2017-03-081-0/+6
* [DWARFv5] Update definitions to match published spec.Paul Robinson2017-03-061-2/+16
* [XRay] Allow logging the first argument of a function call.Dean Michael Berris2017-03-061-0/+3
* [Support] Move Stream library from MSF -> Support.Zachary Turner2017-03-021-2/+2
* Remove spurious use of LLVM_FALLTHROUGH (NFC)Paul Robinson2017-03-011-43/+17
* [DebugInfo] [DWARFv5] Unique abbrevs for DIEs with different implicit_const v...Victor Leschuk2017-03-011-2/+8
* Elide argument copies during instruction selectionReid Kleckner2017-03-011-1/+1
* Alphabetize some cases (NFC)Paul Robinson2017-03-011-12/+12
* [DWARF] Default lower bound should respect requested DWARF version.Paul Robinson2017-03-011-10/+22
* Add missing module/license header. NFC.Paul Robinson2017-03-011-0/+13
* [DWARFv5] Emit new unit header format.Paul Robinson2017-02-283-9/+30
* [PDB] Make streams carry their own endianness.Zachary Turner2017-02-281-1/+1
* [PDB] Partial resubmit of r296215, which improved PDB Stream Library.Zachary Turner2017-02-271-3/+2
* Revert r296215, "[PDB] General improvements to Stream library." and followings.NAKAMURA Takumi2017-02-251-2/+3
* [PDB] General improvements to Stream library.Zachary Turner2017-02-251-3/+2
* [PDB] Rename Stream related source files.Zachary Turner2017-02-251-2/+2
* OptDiag: Summarize the instruction count in asm-printerJustin Bogner2017-02-241-1/+13
* Debug Info: Sort frame index expressions before emitting them.Adrian Prantl2017-02-173-36/+44
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-166-54/+60
* [MC] Fix some Clang-tidy modernize and Include What You Use warnings; other m...Eugene Zelenko2017-02-142-42/+80
* [Assembler] Improve diagnostics for inline assembly.Sanne Wouda2017-02-131-7/+13
* [DebugInfo] Rename EmitDebugValue to EmitDebugThreadLocal (NFC)Simon Dardis2017-02-082-2/+2
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-31/+29
* Revert "[Assembler] Enable nicer diagnostics for inline assembly."Diana Picus2017-02-081-29/+31
* [Assembler] Enable nicer diagnostics for inline assembly.Sanne Wouda2017-02-081-31/+29
* DebugInfo: ensure type and namespace names are included in pubnames/pubtypes ...David Blaikie2017-02-035-14/+71
* Remove an assertion that doesn't hold when mixing -g and -gmlt throughPaul Robinson2017-02-011-3/+1
* Change debug-info-for-profiling from a TargetOption to a function attribute.Dehao Chen2017-02-012-2/+2
* Remove an assertion that doesn't hold when mixing -g and -gmlt throughPaul Robinson2017-02-011-1/+0
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+3
* Cleanup dump() functions.Matthias Braun2017-01-281-6/+11
* DebugInfo: remove unused parameter from function. NFC.Tim Northover2017-01-252-4/+2
* [mips] Fix debug information for __thread variablePetar Jovanovic2017-01-202-1/+10
* Add -debug-info-for-profiling to emit more debug info for sample pgo profile ...Dehao Chen2017-01-193-8/+15
* Don't create a comdat group for a dropped def with initializerTeresa Johnson2017-01-181-2/+5
* [CodeView] Finish decoupling TypeDatabase from TypeDumper.Zachary Turner2017-01-111-3/+5
* [CodeView/PDB] Rename a bunch of files.Zachary Turner2017-01-111-1/+1
* [CodeView] Add TypeDatabase class.Zachary Turner2017-01-111-0/+1
* DebugInfo: support for DW_FORM_implicit_constVictor Leschuk2017-01-102-1/+17
* PR 31534: When emitting both DWARF unwind tables and debug information,Joerg Sonnenberger2017-01-053-3/+26
* MC: support passing search paths to the IASSaleem Abdulrasool2017-01-051-0/+2
* [XRay] Merge instrumentation point table emission code into AsmPrinter.Dean Michael Berris2017-01-031-0/+57
* Emit .cfi_sections before the first .cfi_startprocJoerg Sonnenberger2017-01-023-19/+17
* Reapply "[CodeGen] Fix invalid DWARF info on Win64"Keno Fischer2017-01-024-6/+9
OpenPOWER on IntegriCloud