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