aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/LiveDebugVariables.cpp
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-23Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables.Chandler Carruth1-10/+5
2018-08-23[DebugInfo] Fix bug in LiveDebugVariables.Hsiangkai Wang1-5/+10
2018-07-16[CodeGen] Fix inconsistent declaration parameter nameFangrui Song1-1/+1
2018-06-21[DebugInfo] Make sure all DBG_VALUEs' reguse operands have IsDebug propertyMikael Holmen1-8/+2
2018-06-21[DebugInfo] Keep DBG_VALUE undef in LiveDebugVariablesMikael Holmen1-10/+22
2018-05-14Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen1-21/+25
2018-04-30IWYU for llvm-config.h in llvm, additions.Nico Weber1-0/+1
2018-03-06Fixup for rL326769 (RegState::Debug is being truncated to a bool)Bjorn Pettersson1-2/+5
2018-03-06[DebugInfo] Discard invalid DBG_VALUE instructions in LiveDebugVariablesBjorn Pettersson1-1/+37
2018-02-09[DebugInfo] Don't insert DEBUG_VALUE after terminatorsStefan Maksimovic1-1/+1
2017-12-29[MachineOperand] Fix LiveDebugVariables code after isRenamable change.Geoff Berry1-1/+4
2017-12-15MachineFunction: Return reference from getFunction(); NFCMatthias Braun1-1/+1
2017-12-13Rename LiveIntervalAnalysis.h to LiveIntervals.hMatthias Braun1-1/+1
2017-12-04[CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih1-2/+2
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-3/+3
2017-11-08Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie1-1/+1
2017-10-15Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman1-2/+2
2017-10-12[dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton1-2/+2
2017-10-05[DebugInfo] Insert DEBUG_VALUEs after each register redefinitionKarl-Johan Karlsson1-18/+57
2017-10-03Implement David Blaikie's suggestion for comparison operatorsReid Kleckner1-3/+8
2017-10-03[DebugInfo] Correctly coalesce DBG_VALUEs that mix direct and indirect valuesReid Kleckner1-83/+126
2017-09-28[DebugInfo] Do not extend range for physreg in LiveDebugVariablesBjorn Pettersson1-6/+6
2017-09-27Cleanup some problems with LLVM_ENABLE_DUMP in release builds, andDon Hinton1-1/+1