summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/DbgEntityHistoryCalculator.cpp
Commit message (Expand)AuthorAgeFilesLines
* [OPT-DBG] Teach DbgEntityHistoryCalculator about meta-instructions.Tom Weaver2019-12-201-1/+3
* [DebugInfo] Add a DW_OP_LLVM_entry_value operationDavid Stenberg2019-10-151-1/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-3/+3
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-2/+2
* [DWARF] Handle the DW_OP_entry_value operandDjordje Todorovic2019-06-271-0/+4
* CodeGen: Introduce a class for registersMatt Arsenault2019-06-241-2/+2
* [DebugInfo] Use FrameDestroy to extend stack locations to end-of-functionJeremy Morse2019-06-131-2/+5
* [DebugInfo] Terminate all location-lists at end of blockJeremy Morse2019-06-101-105/+63
* [DebugInfo] More strict debug range for stack variablesNikola Prica2019-06-101-1/+3
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-081-35/+9
* [DebugInfo] Terminate more location-list ranges at the end of blocksJeremy Morse2019-04-291-9/+35
* [DebugInfo] Track multiple registers in DbgEntityHistoryCalculatorDavid Stenberg2019-04-101-28/+41
* [DebugInfo] Improve handling of clobbered fragmentsDavid Stenberg2019-04-101-31/+109
* [DebugInfo] Rename DbgValueHistoryMap::{InstrRange -> Entry}, NFCDavid Stenberg2019-04-101-25/+23
* [DebugInfo] Make InstrRange into a class, NFCDavid Stenberg2019-04-101-13/+18
* 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
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-13/+12
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-171-0/+316
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-141-316/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-141-0/+316
* Revert "[DebugInfo] Generate DWARF debug information for labels."Vlad Tsyrklevich2018-07-311-316/+0
* [DebugInfo] Generate DWARF debug information for labels.Hsiangkai Wang2018-07-311-0/+316
* Revert "[DebugInfo] Generate DWARF debug information for labels."Shiva Chen2018-07-241-316/+0
* [DebugInfo] Generate DWARF debug information for labels.Shiva Chen2018-07-241-0/+316
OpenPOWER on IntegriCloud