summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Stop undef fragments from closing non-overlapping fragmentsDavid Stenberg2019-05-281-2/+7
* [DebugInfo] Delete TypedDINodeRefFangrui Song2019-05-071-4/+3
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-12/+16
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-13/+13
* [DebugInfo] Make InstrRange into a class, NFCDavid Stenberg2019-04-101-11/+12
* [DebugInfo] Stop changing labels for register-described parameter DBG_VALUEsDavid Stenberg2019-02-131-7/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] Move several private headers to include directoryYonghong Song2018-12-181-1/+1
* Revert "[BTF] Add BTF DebugInfo"Yonghong Song2018-11-301-1/+1
* [BTF] Add BTF DebugInfoYonghong Song2018-11-301-1/+1
* [DWARF] Use a function-local offset for AT_call_return_pcVedant Kumar2018-10-221-0/+15
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-2/+10
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-10/+2
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-2/+10
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-10/+2
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-2/+10
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-10/+2
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-2/+10
* Add a debug dump for DbgValueHistoryMapVedant Kumar2018-06-011-0/+3
* [SelectionDAG] Improve handling of dangling debug infoBjorn Pettersson2018-03-121-25/+2
* Re-land "Fix faulty assertion in debug info"Adrian McCarthy2018-01-051-1/+2
* Revert "Fix faulty assertion in debug info"Adrian McCarthy2017-12-191-2/+1
* Fix faulty assertion in debug infoAdrian McCarthy2017-12-191-1/+2
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-1/+1
* [codeview] Generalize DIExpression parsing to handle load chainsReid Kleckner2017-08-311-4/+8
* [codeview] make DbgVariableLocation::extractFromMachineInstruction use OptionalBob Haarman2017-08-301-6/+10
* [codeview] add missing break in CodeGen/AsmPrinter/DebugHandlerBase.cppBob Haarman2017-08-291-0/+1
* Reland r311957 [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-0/+51
* Revert "[codeview] support more DW_OPs for more complete debug info"Bob Haarman2017-08-291-51/+0
* [codeview] support more DW_OPs for more complete debug infoBob Haarman2017-08-291-0/+51
* Make helper functions static. NFC.Benjamin Kramer2017-05-261-1/+2
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-3/+3
* Revert "Don't generate line&scope debug info for meta-instructions."Adrian Prantl2017-05-221-3/+3
* Don't generate line&scope debug info for meta-instructions.Adrian Prantl2017-05-221-3/+3
* [codeview] Fix assertion failure introduced in r295354 refactoringReid Kleckner2017-05-121-2/+1
* Zero-Initialize PrevInstBB when entering a new MachineFunction.Adrian Prantl2017-03-231-0/+1
* Refactor DebugHandlerBase a bit to common non-debug-having-function filteringDavid Blaikie2017-02-161-1/+26
* Refactor the DIExpression fragment query interface (NFC)Adrian Prantl2016-12-221-4/+6
* Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...Paul Robinson2016-12-121-1/+3
* [DIExpression] Introduce a dedicated DW_OP_LLVM_fragment operationAdrian Prantl2016-12-051-17/+16
* revert r288283 as it causes debug info (line numbers) to be lost in instrumen...Kostya Serebryany2016-12-011-3/+1
* Recommit r288212: Emit 'no line' information for interesting 'orphan' instruc...Paul Robinson2016-11-301-1/+3
* Revert r288212 due to lldb failure.Paul Robinson2016-11-291-3/+1
* Emit 'no line' information for interesting 'orphan' instructions.Paul Robinson2016-11-291-1/+3
* DebugInfo: make DW_TAG_atomic_type validVictor Leschuk2016-10-311-1/+1
* [MC] Move .cv_loc management logic out of MCContextReid Kleckner2016-08-261-0/+1
* [codeview] Improved array type support.Amjad Aboud2016-07-121-0/+29
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-141-0/+1
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-0/+200
OpenPOWER on IntegriCloud