summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* llvm-dwarfdump: implement --find for .apple_namesAdrian Prantl2017-09-281-8/+1
* [CodeGen] Emit necessary .note sections for -fsplit-stackThan McIntosh2017-09-271-0/+10
* Fixed reverted commit rL312318Strahinja Petrovic2017-09-211-0/+1
* Re-land "Fix Bug 30978 by emitting cv file checksums."Reid Kleckner2017-09-191-7/+13
* Revert "Fix Bug 30978 by emitting cv file checksums."Eric Beckmann2017-09-161-9/+7
* Change encodeU/SLEB128 to pad to certain number of bytesSam Clegg2017-09-152-8/+20
* Fix Bug 30978 by emitting cv file checksums.Eric Beckmann2017-09-151-7/+9
* [codeview] Use a type index of zero for static method "this" typesReid Kleckner2017-09-151-1/+1
* [XRay][CodeGen] Use the current function symbol as the associated symbol for ...Dean Michael Berris2017-09-141-1/+1
* [codeview] Fold FIXME into comment, there's nothing to do. NFCReid Kleckner2017-09-131-4/+4
* [codeview] VLAs and unsized arrays should use a size of zeroReid Kleckner2017-09-131-3/+4
* Mark static member functions as static in CodeViewDebugAdrian McCarthy2017-09-132-11/+14
* Remove -generate-dwarf-pub-sections flag.Peter Collingbourne2017-09-121-14/+1
* IR: Represent -ggnu-pubnames with a flag on the DICompileUnit.Peter Collingbourne2017-09-124-120/+93
* Revert "[DWARF] Incorrect prologue end line record."Robert Lougher2017-09-121-3/+1
* [DWARF] Incorrect prologue end line record.Robert Lougher2017-09-121-1/+3
* Revert r312318, r312325, r312424, r312489Richard Trieu2017-09-071-1/+0
* [DWARF] Line 0 should not have a discriminator.Paul Robinson2017-09-071-2/+2
* [CodeView] Don't output S_UDTs for nested typedefs.Zachary Turner2017-09-051-0/+15
* Add llvm.codeview.annotation to implement MSVC __annotationReid Kleckner2017-09-052-0/+28
* [XRay][CodeGen] Use PIC-friendly code in XRay sleds and remove synthetic refe...Dean Michael Berris2017-09-041-28/+25
* Debug info for variables whose type is shrinked to boolStrahinja Petrovic2017-09-011-0/+1
* [codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner2017-08-314-42/+46
* Revert r311525: "[XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove ...Daniel Jasper2017-08-311-25/+28
* [codeview] make DbgVariableLocation::extractFromMachineInstruction use OptionalBob Haarman2017-08-303-29/+31
* [codeview] add missing break in CodeGen/AsmPrinter/DebugHandlerBase.cppBob Haarman2017-08-291-0/+1
* [NFC] clang-format llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.cppBob Haarman2017-08-291-2/+4
* Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-294-86/+194
* Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman2017-08-294-192/+86
* Revert "[codeview] don't try to emit variable locations without registers"Bob Haarman2017-08-291-1/+1
* [codeview] don't try to emit variable locations without registersBob Haarman2017-08-291-1/+1
* [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-294-86/+192
* Fix a logic error in DwarfExpression::addMachineReg()Adrian Prantl2017-08-281-4/+3
* [CodeView] Don't output S_UDT symbols for forward decls.Zachary Turner2017-08-282-16/+35
* Untabify.NAKAMURA Takumi2017-08-282-6/+6
* [XRay][CodeGen] Use PIC-friendly code in XRay sleds; remove synthetic referen...Dean Michael Berris2017-08-231-28/+25
* Filter out non-constant DIGlobalVariableExpressions reachable via the CUAdrian Prantl2017-08-191-2/+9
* [CodeGen] Fix some Clang-tidy modernize and Include What You Use warnings; o...Eugene Zelenko2017-08-1716-220/+360
* Make .file directive to have basename onlyTaewook Oh2017-08-101-1/+3
* [codeview] Emit nested enums and typedefs from classesReid Kleckner2017-08-081-4/+6
* Assert that the offset of a DBG_VALUE is always 0. (NFC)Adrian Prantl2017-08-022-4/+8
* Remove the unused Offset field from MachineLocation (NFC)Adrian Prantl2017-08-022-11/+3
* Remove unused includes of MachineLocation.h (NFC)Adrian Prantl2017-08-022-1/+1
* Remove unreachable code. (NFC)Adrian Prantl2017-08-024-26/+5
* Remove PrologEpilogInserter's usage of DBG_VALUE's offset fieldAdrian Prantl2017-08-011-5/+16
* DebugInfo: Update flag description that'd been copypasted from anotherDavid Blaikie2017-08-011-1/+1
* DebugInfo: Put range base specifier entry functionality behind a flagDavid Blaikie2017-07-311-4/+9
* [codeview] Ignore DBG_VALUEs when choosing a BB start source locReid Kleckner2017-07-311-0/+2
* DebugInfo: Fix r309526, ensure resetting base address selection entries are usedDavid Blaikie2017-07-311-0/+6
* DebugInfo: Use base address selection entries in debug_ranges to reduce reloc...David Blaikie2017-07-301-10/+35
OpenPOWER on IntegriCloud