summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveDebugValues.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Work around an MSVC compiler issue in r270776.Adrian Prantl2016-05-251-3/+3
* PR26055: Speed up LiveDebugValues by replacing lists with bitvectors.Adrian Prantl2016-05-251-143/+183
* [NFC] Header cleanupMehdi Amini2016-04-181-4/+2
* Sink DI metadata usage out of MachineInstr.h and MachineInstrBuilder.hReid Kleckner2016-04-141-0/+1
* Introduce MachineFunctionProperties and the AllVRegsAllocated propertyDerek Schuff2016-03-281-0/+5
* Consider regmasks when computing register-based DBG_VALUE live rangesReid Kleckner2016-03-251-7/+23
* Speed up LiveDebugValuesDaniel Berlin2016-01-101-28/+52
* Don't use random class variables across functionsDaniel Berlin2016-01-101-29/+30
* [LiveDebugValues] Replace several lines of code with operator[].Alexey Samsonov2016-01-071-16/+2
* Recommit LiveDebugValues pass after fixing a couple of minor issues.Vikram TV2015-12-161-0/+405
* Revert "Implement a new pass - LiveDebugValues - to compute the set of live D...Mehdi Amini2015-12-091-402/+0
* Implement a new pass - LiveDebugValues - to compute the set of live DEBUG_VAL...Vikram TV2015-12-091-0/+402
OpenPOWER on IntegriCloud