summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugValues.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* [DebugInfoMetadata] Refactor DIExpression::prepend constants (NFC)Petar Jovanovic2019-05-201-3/+3
* Temporarily Revert "[DebugInfo] Terminate more location-list ranges at the en...Eric Christopher2019-05-081-47/+11
* [DebugInfo] Terminate more location-list ranges at the end of blocksJeremy Morse2019-04-291-11/+47
* [DEBUGINFO] Reposting r352642: Handle restore instructions in LiveDebugValuesWolfgang Pieb2019-02-041-59/+152
* Reverting r352642 - Handle restore instructions in LiveDebugValues - as it's ...Wolfgang Pieb2019-01-301-149/+59
* [DEBUGINFO] Handle restore instructions in LiveDebugValuesWolfgang Pieb2019-01-301-59/+149
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [LiveDebugValues] Extend var ranges through artificial blocksVedant Kumar2018-10-051-12/+32
* Clarify debug output in LiveDebugValuesVedant Kumar2018-10-051-7/+27
* Remove FrameAccess struct from hasLoadFromStackSlotSander de Smalen2018-09-051-3/+5
* Fix issue introduced by r341301 that broke buildbot.Sander de Smalen2018-09-031-3/+6
* Extend hasStoreToStackSlot with list of FI accesses.Sander de Smalen2018-09-031-2/+2
* Remove trailing spaceFangrui Song2018-07-301-2/+2
* [LiveDebugValues] Tracking copying value between registersPetar Jovanovic2018-07-131-52/+127
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-20/+22
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-1/+1
* IWYU for llvm-config.h in llvm, additions.Nico Weber2018-04-301-0/+1
* [LiveDebugValues] recognize spilled reg killed in instruction after spillPetar Jovanovic2018-01-161-7/+30
* [LiveDebugValues] Change condition for block termination recognitionPetar Jovanovic2018-01-081-1/+1
* MachineFunction: Return reference from getFunction(); NFCMatthias Braun2017-12-151-2/+2
* Remove redundant includes from lib/CodeGen.Michael Zolotukhin2017-12-131-1/+0
* [CodeGen] Rename functions PrintReg* to printReg*Francis Visoiu Mistrih2017-11-281-1/+1
* Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie2017-11-171-3/+3
* Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layeringDavid Blaikie2017-11-081-2/+2
* Move TargetFrameLowering.h to CodeGen where it's implementedDavid Blaikie2017-11-031-1/+1
* Reverting r315590; it did not include changes for llvm-tblgen, which is causi...Aaron Ballman2017-10-151-1/+1
* [dump] Remove NDEBUG from test to enable dump methods [NFC]Don Hinton2017-10-121-1/+1
* CodeGen: Minor cleanups to use MachineInstr::getMF. NFCJustin Bogner2017-10-101-2/+2
* [CodeGen] Fix some Clang-tidy modernize-use-using and Include What You Use wa...Eugene Zelenko2017-08-241-19/+36
* Retire the llvm.dbg.mir hack after r311594.Adrian Prantl2017-08-231-3/+0
* Update LiveDebugValues to generate DIExpressions for spill offsetsAdrian Prantl2017-08-021-2/+7
* Remove the unused offset field from LiveDebugValues (NFC)Adrian Prantl2017-07-281-16/+3
* Remove the unused offset from DBG_VALUE (NFC)Adrian Prantl2017-07-281-2/+2
* Fixing an issue with the initialization of LexicalScopes objects when mixing ...Wolfgang Pieb2017-07-191-1/+6
* CodeGen: Rename DEBUG_TYPE to match passnamesMatthias Braun2017-05-251-2/+2
* LiveDebugValues: Assume calls never clobber SP.Adrian Prantl2017-03-031-1/+5
* Reapply r294532, reverted in r294787.Wolfgang Pieb2017-02-141-9/+147
* Revert r294532, it caused PR31935Nico Weber2017-02-101-141/+9
* Reapply r294356 ("Keep track of spilled variables in LiveDebugValues").Wolfgang Pieb2017-02-081-9/+141
* Revert r294356, "DebugInfo: Track spilled variables in LiveDebugValues"NAKAMURA Takumi2017-02-081-137/+7
* DebugInfo: Track spilled variables in LiveDebugValuesWolfgang Pieb2017-02-071-7/+137
* Use print() instead of dump() in codeMatthias Braun2017-01-281-1/+5
* Teach LiveDebugValues about lexical scopes.Adrian Prantl2016-09-281-8/+43
* Propagate DBG_VALUE entries when there are unvisited predecessorsKeith Walker2016-09-271-10/+24
* Improve the -debug output for Debug Range Extension (NFC)Keith Walker2016-09-201-1/+2
* MachineFunctionProperties/MIRParser: Rename AllVRegsAllocated->NoVRegs, compu...Matthias Braun2016-08-251-1/+1
* Avoid duplicated map lookups. No functionality change intended.Benjamin Kramer2016-06-171-2/+1
* Make LiveDebugValues preserve CFGMatt Arsenault2016-06-081-0/+1
* PR26055: Speed up LiveDebugValues::transferDebugValue()Adrian Prantl2016-05-261-43/+85
* Undo a suboptimal clang-format decision. NFCAdrian Prantl2016-05-261-4/+2
OpenPOWER on IntegriCloud