summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DwarfDebug.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Stop calling getTargetTriple off of the AsmPrinter and constructing aEric Christopher2016-10-011-2/+2
* DebugInfo: New metadata representation for global variables.Peter Collingbourne2016-09-131-1/+9
* Make some LLVM_CONSTEXPR variables const. NFC.George Burgess IV2016-08-251-1/+1
* DebugInfo: Add flag to CU to disable emission of inline debug info into the s...David Blaikie2016-08-241-2/+4
* Use range algorithms instead of unpacking begin/endDavid Majnemer2016-08-111-7/+5
* Move helpers into anonymous namespaces. NFC.Benjamin Kramer2016-08-061-1/+1
* Run clang-tidy's performance-unnecessary-copy-initialization over LLVM.Benjamin Kramer2016-06-121-1/+1
* DwarfDebug: Simplify. NFC.Peter Collingbourne2016-06-011-6/+2
* [MC] Rename EmitFill to emitFillPetr Hosek2016-06-011-1/+1
* DWARF: Omit DW_AT_APPLE attributes (except ObjC ones) when not targeting LLDBDavid Blaikie2016-05-241-8/+12
* CodeGen: Move the call to DwarfDebug::beginModule() out of the constructor.Peter Collingbourne2016-05-201-5/+1
* CodeGen: Do not require a MachineFunction just to create a DIEDwarfExpression.Peter Collingbourne2016-05-201-7/+7
* Fix pr27728.Rafael Espindola2016-05-201-16/+8
* clang-format. NFC.Rafael Espindola2016-05-191-13/+13
* Debug Info: Introduce a DwarfDebug::UseDWARF2Bitfields flagAdrian Prantl2016-05-171-0/+3
* Debug Info: Prevent DW_AT_abstract_origin from being emitted twiceAdrian Prantl2016-05-101-7/+0
* Reverting 268054 & 268063 as they caused PR27579.Amjad Aboud2016-04-301-29/+6
* Recommitted r264280 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-04-291-6/+29
* DebugInfo: Remove MDString-based type referencesDuncan P. N. Exon Smith2016-04-231-17/+7
* [DWARF] Force a linkage_name on an inlined subprogram's abstract origin.Paul Robinson2016-04-181-11/+19
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-25/+31
* Drop debug info for DISubprograms that are not referenced by anythingAdrian Prantl2016-04-091-29/+8
* Support the Nodebug emission kind for DICompileUnits.Adrian Prantl2016-04-081-12/+21
* DwarfDebug: Support floating point constants in location lists.Adrian Prantl2016-04-081-3/+3
* Move the DebugEmissionKind enum from DIBuilder into DICompileUnit.Adrian Prantl2016-03-311-2/+1
* Revert "Recommitted r263424 "Supporting all entities declared in lexical scop...Reid Kleckner2016-03-241-27/+5
* [debuginfo] Include dwo_name in the split unit to improve dwp diagnosticsDavid Blaikie2016-03-241-1/+4
* Recommitted r263424 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-241-5/+27
* Revert "Recommitted r261633 "Supporting all entities declared in lexical scop...Benjamin Kramer2016-03-141-27/+5
* Recommitted r261633 "Supporting all entities declared in lexical scope in LLV...Amjad Aboud2016-03-141-5/+27
* Improve the debug output of DwarfDebug::buildLocationList().Adrian Prantl2016-02-291-1/+1
* Fix PR26585 by improving the promotion of DBG_VALUEs to DW_AT_locations.Adrian Prantl2016-02-291-2/+17
* fix typo in commentAdrian Prantl2016-02-291-1/+1
* Revert r261633 "Supporting all entities declared in lexical scope in LLVM deb...Hans Wennborg2016-02-231-27/+5
* Supporting all entities declared in lexical scope in LLVM debug info.Amjad Aboud2016-02-231-5/+27
* DwarfDebug: emit type units immediately.Peter Collingbourne2016-02-111-15/+17
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-166/+12
* [DWARFDebug] Fix another case of overlapping rangesKeno Fischer2016-02-031-13/+42
* Fix Clang-tidy readability-redundant-control-flow warnings; other minor fixes.Eugene Zelenko2016-02-021-2/+1
* Improved macro emission in dwarf.Amjad Aboud2016-02-011-40/+27
* Fixed few comments.Amjad Aboud2016-01-241-3/+3
* [DwarfDebug] Don't merge DebugLocEntries if their pieces overlapKeno Fischer2016-01-161-1/+2
* [DwarfDebug] Move MergeValues to .cpp, NFCKeno Fischer2016-01-161-0/+17
* Turn off lldb debug tuning by default for FreeBSDDimitry Andric2016-01-071-1/+1
* Added support for macro emission in dwarf (supporting DWARF version 4).Amjad Aboud2016-01-071-0/+78
* Set debugger tuning from TargetOptions (NFC)Paul Robinson2015-12-161-14/+3
* DI: Reverse direction of subprogram -> function edge.Peter Collingbourne2015-11-051-5/+3
* Move imported entities into DwarfCompilationUnit to speed up LTO linking.Ivan Krasin2015-10-261-6/+1
* [AsmPrinter] Prune dead code. NFC.Benjamin Kramer2015-10-151-13/+0
* Do not assert on first non-prologue instruction being a CFI directive.Michael Kuperstein2015-10-081-5/+1
OpenPOWER on IntegriCloud