aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/LiveDebugVariables.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-20/+49
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+6
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+0
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-25/+49
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-3/+12
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-17/+20
* Update to LLVM 3.5a.Stephen Hines2014-04-241-10/+7
* Represent RegUnit liveness with LiveRange instanceMatthias Braun2013-10-101-9/+9
* Rename LiveRange to LiveInterval::SegmentMatthias Braun2013-10-101-4/+4
* Debug info: Fix PR16736 and rdar://problem/14990587.Adrian Prantl2013-09-161-1/+2
* Track new virtual registers by register number.Mark Lacey2013-08-141-11/+15
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-10/+19
* Debug Info: Simplify Frame Index handling in DBG_VALUE Machine InstructionsDavid Blaikie2013-06-161-12/+0
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-22/+11
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-11/+22
* Clean up LDV, no functionality change.Manman Ren2013-02-131-60/+19
* Fix comment.Eric Christopher2013-02-131-2/+2
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-131-4/+12
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-3/+3
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* Make the LiveRegMatrix analysis available to targets.Jakob Stoklund Olesen2012-11-281-1/+1
* Tidy up a few more uses of MF.getFunction()->getName().David Blaikie2012-08-221-2/+1
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-1/+1
* Don't depend on live ranges being present.Jakob Stoklund Olesen2012-06-221-3/+8
* Use regunit liveness to guide LiveDebugVariables.Jakob Stoklund Olesen2012-06-221-5/+18
* Handle NewReg==OldReg in renameRegister().Jakob Stoklund Olesen2012-05-151-1/+2
* Tabs.Eric Christopher2012-03-151-3/+3
* Typo.Eric Christopher2012-03-151-1/+1
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-071-2/+2
* Rename SlotIndexes to match how they are used.Jakob Stoklund Olesen2011-11-131-4/+4
* Stop tracking spill slot uses in VirtRegMap.Jakob Stoklund Olesen2011-11-131-2/+1
* Namespacify.Benjamin Kramer2011-09-161-0/+2
* Use a cache to maintain list of machine basic blocks for a given UserValue.Devang Patel2011-09-131-10/+33
* While extending definition range of a debug variable, consult lexical scopes ...Devang Patel2011-08-101-10/+22
* Print variable's inline location in debug output.Devang Patel2011-08-091-2/+5
* Increment counter inside insertDebugValue().Devang Patel2011-08-041-2/+1
* Add counter.Devang Patel2011-08-041-1/+4
* Correctly handle multiple DBG_VALUE instructions at the same SlotIndex.Jakob Stoklund Olesen2011-08-031-0/+3
* Typo.Devang Patel2011-07-061-1/+1
* Remove an assertion to fix PR9872.Jakob Stoklund Olesen2011-05-081-0/+4
* Iterate backwards over debug locations when splitting them so they can be saf...Jakob Stoklund Olesen2011-05-061-1/+4
* Update LiveDebugVariables after live range splitting.Jakob Stoklund Olesen2011-05-061-1/+146
* Use TargetMachine hooks to properly print debug variable locations.Jakob Stoklund Olesen2011-05-061-6/+7
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Reapply r128045 and r128051 with fixes.Jakob Stoklund Olesen2011-03-221-17/+7
* Revert r128045 and r128051, debug info enhancements.Andrew Trick2011-03-221-0/+17
* Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.Jakob Stoklund Olesen2011-03-221-17/+0
* Extend live debug values down the dominator tree by following copies.Jakob Stoklund Olesen2011-03-181-24/+136
* DebugLoc associated with a machine instruction is used to emit location entri...Devang Patel2011-02-041-20/+29
* Better terminator avoidance.Jakob Stoklund Olesen2011-01-131-9/+3