aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-07-08[DebugInfo][InstrRef][4/4] Support DBG_INSTR_REF through all backend passesJeremy Morse1-50/+107
2021-05-31[LiveDebugVariables] Stop trimming locations of non-inlined varsDjordje Todorovic1-1/+5
2021-05-26[DebugInstrRef][1/3] Track PHI values through register allocationJeremy Morse1-1/+122
2021-05-07Reapply "[DebugInfo] Drop DBG_VALUE_LISTs with an excessive number of debug o...Stephen Tozer1-11/+27
2021-05-07[CodeGen] Ensure UserValue::getDebugLoc() and UserLabel::getDebugLoc() consis...Simon Pilgrim1-2/+2
2021-04-30Revert "[DebugInfo] Drop DBG_VALUE_LISTs with an excessive number of debug op...Nick Desaulniers1-27/+11
2021-04-28[DebugInfo] Drop DBG_VALUE_LISTs with an excessive number of debug operandsStephen Tozer1-11/+27
2021-04-19[CSSPGO] Exclude pseudo probes from slot indexHongtao Yu1-2/+2
2021-03-10[DebugInfo] Process DBG_VALUE_LIST in LiveDebugVariablesgbtozers1-200/+400
2021-02-13[CodeGen] Use range-based for loops (NFC)Kazu Hirata1-7/+5
2021-01-28[LiveDebugVariables] Add cache for SkipPHIsLabelsAndDebug to preventWei Mi1-20/+64
2020-11-26[LiveDebugVariables] Strip all debug instructions from nodebug functionsRobert Lougher1-3/+3
2020-10-22[DebugInstrRef] Pass DBG_INSTR_REFs through register allocationJeremy Morse1-0/+52
2020-09-17LiveDebugVariables.cpp - remove unnecessary Compiler.h include. NFCI.Simon Pilgrim1-1/+0
2020-09-16[NFC][Regalloc] accessors for 'reg' and 'weight'Mircea Trofin1-3/+3
2020-09-04[LiveDebugVariables] Delete unneeded doInitializationFangrui Song1-4/+0
2020-08-23[LiveDebugVariables] Internalize class DbgVariableValue. NFCFangrui Song1-0/+2
2020-06-30RegAlloc: Start using RegisterMatt Arsenault1-11/+11
2020-06-22[DebugInfo] Update MachineInstr to help support variadic DBG_VALUE instructionsstozer1-8/+9
2020-04-02[NFC] Fix performance issue in LiveDebugVariablesOCHyams1-35/+12
2020-02-11[DebugInfo][NFC] Fixup the UserValue methods to use FragmentInfoOCHyams1-18/+19
2020-02-11[DebugInfo][NFC] Rename the class DbgValueLocation to DbgVariableValueOCHyams1-87/+93
2020-02-11[DebugInfo] Teach LDV how to handle identical variable fragmentsOCHyams1-23/+37
2020-02-06Revert "[DebugInfo] Remove some users of DBG_VALUEs IsIndirect field"Jeremy Morse1-19/+33
2020-02-06Revert "[SafeStack][DebugInfo] Insert DW_OP_deref in correct location"Jeremy Morse1-2/+2
2020-02-04[DebugInfo] Re-instate LiveDebugVariables scope trimmingJeremy Morse1-1/+24
2020-01-30[SafeStack][DebugInfo] Insert DW_OP_deref in correct locationLeonard Chan1-2/+2
2020-01-06Fix "use of uninitialized variable" static analyzer warning. NFCI.Simon Pilgrim1-1/+1
2019-11-13Sink all InitializePasses.h includesReid Kleckner1-0/+1
2019-11-01[LDV][RAGreedy] Inform LiveDebugVariables about new VRegs added by InlineSpillerBjorn Pettersson1-17/+27
2019-10-29Revert "[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMap"Andrea Di Biagio1-97/+82
2019-10-16[NFC] Replace a linked list in LiveDebugVariables pass with a DenseMapOrlando Cazalet-Hyams1-82/+97
2019-10-15[DebugInfo] Remove some users of DBG_VALUEs IsIndirect fieldJeremy Morse1-33/+19
2019-08-15Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders1-4/+4
2019-08-15[llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere1-2/+2
2019-08-01Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders1-8/+8
2019-07-12Delete dead storesFangrui Song1-3/+1
2019-06-06[DebugInfo] Incorrect debug info record generated for loop counter.Alexey Lapshin1-19/+1
2019-05-20[DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic1-2/+4
2019-05-09Bugfix for nullptr check by klocworkPengfei Wang1-1/+2
2019-04-12Include what's used in a few cpp files - these were getting transitiveEric Christopher1-0/+1
2019-02-23[NFC] Fix typos: preceeding -> precedingJordan Rupprecht1-1/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-18[CodeGen] Fix bugs in LiveDebugVariables when debug labels are generated.Hsiangkai Wang1-13/+125
2018-11-30[NFC] Refine doxygen format.Hsiangkai Wang1-57/+64
2018-09-07[DebugInfo] Handle stack slot offsets for spilled sub-registers in LDVDavid Stenberg1-30/+57
2018-09-05[DebugInfo] Fix bug in LiveDebugVariables.Hsiangkai Wang1-5/+10
2018-09-02Revert "[DebugInfo] Fix bug in LiveDebugVariables."Hsiangkai Wang1-10/+5
2018-09-02[DebugInfo] Fix bug in LiveDebugVariables.Hsiangkai Wang1-5/+10
2018-08-25[LiveDebugVariables] Avoid faulty addDefsFromCopies in computeIntervalsBjorn Pettersson1-1/+9