summaryrefslogtreecommitdiff
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAge
* This reapplies r207235 with an additional bugfixes caught by the msanAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "This reapplies r207130 with an additional testcase+and a missing chec...Adrian Prantl2014-04-25
* This reapplies r207130 with an additional testcase+and a missing check forAdrian Prantl2014-04-25
* Revert "Debug info for optimized code: Support variables that are on the stac...Adrian Prantl2014-04-25
* Debug info for optimized code: Support variables that are on the stack andAdrian Prantl2014-04-24
* [Modules] Remove potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* Use unique_ptr to handle ownership of UserValues in LiveDebugVariablesImplDavid Blaikie2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-14
* Switch a number of loops in lib/CodeGen over to range-based for-loops, now thatOwen Anderson2014-03-17
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Remove capability for polymorphic destruction from LexicalScopeEric Christopher2013-11-20
* Grammar.Eric Christopher2013-11-20
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-10
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-10
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-16
* Track new virtual registers by register number.Mark Lacey2013-08-14
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-09
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-16
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-30
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-30
* Clean up LDV, no functionality change.Manman Ren2013-02-13
* Fix comment.Eric Christopher2013-02-13
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-28
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-22
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* Don't depend on live ranges being present.Jakob Stoklund Olesen2012-06-22
* Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen2012-06-22
* Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen2012-05-15
* Tabs.Eric Christopher2012-03-15
* Typo.Eric Christopher2012-03-15
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-13
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-13
* Namespacify.Benjamin Kramer2011-09-16
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-13
* While extending definition range of a debug variable, consult lexical scopes ...Devang Patel2011-08-10
* Print variable's inline location in debug output.Devang Patel2011-08-09
* Increment counter inside insertDebugValue().Devang Patel2011-08-04
* Add counter.Devang Patel2011-08-04
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-03
* Typo.Devang Patel2011-07-06
* Remove an assertion to fix PR9872.Jakob Stoklund Olesen2011-05-08
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-06