summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DebugHandlerBase.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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