projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Remove static global GCNames from Function.cpp and move it to the Context
[oota-llvm.git]
/
lib
/
CodeGen
/
LiveDebugVariables.cpp
2015-12-21
Adrian Prantl
Fix PR24563 (LiveDebugVariables unconditionally propaga...
blob
|
commitdiff
|
raw
2015-11-05
Peter Collingbourne
DI: Reverse direction of subprogram -> function edge.
blob
|
commitdiff
|
raw
|
diff to current
2015-10-24
Rafael Espindola
Refactor: Simplify boolean conditional return statement...
blob
|
commitdiff
|
raw
|
diff to current
2015-10-09
Duncan P. N. Exon...
CodeGen: Remove more ilist iterator implicit conversion...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-29
Duncan P. N. Exon...
IR: Give 'DI' prefix to debug info metadata
blob
|
commitdiff
|
raw
|
diff to current
2015-04-21
Duncan P. N. Exon...
DebugInfo: Drop rest of DIDescriptor subclasses
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
Duncan P. N. Exon...
DebugInfo: Fix UserValue::match() in LiveDebugVariables...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-16
Duncan P. N. Exon...
DebugInfo: Gut DIScope, DIEnumerator and DISubrange
blob
|
commitdiff
|
raw
|
diff to current
2015-04-15
Duncan P. N. Exon...
DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
blob
|
commitdiff
|
raw
|
diff to current
2015-04-14
Duncan P. N. Exon...
DebugInfo: Move DIVariable::printExtendedName() to...
blob
|
commitdiff
|
raw
|
diff to current
2015-04-06
Duncan P. N. Exon...
CodeGen: Stop using DIDescriptor::is*() and auto-casting
blob
|
commitdiff
|
raw
|
diff to current
2015-04-03
Duncan P. N. Exon...
CodeGen: Assert that inlined-at locations agree
blob
|
commitdiff
|
raw
|
diff to current
2015-03-23
Benjamin Kramer
Re-sort includes with sort-includes.py and insert raw_o...
blob
|
commitdiff
|
raw
|
diff to current
2015-02-27
Eric Christopher
Rewrite MachineOperand::print and MachineInstr::print...
blob
|
commitdiff
|
raw
|
diff to current
2015-01-14
Chandler Carruth
[cleanup] Re-sort all the #include lines in LLVM using
blob
|
commitdiff
|
raw
|
diff to current
2014-10-24
Marcello Maggioni
Added reset of LexicalScope in LiveDebugVariables reset...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Revert r218778 while investigating buldbot breakage.
blob
|
commitdiff
|
raw
|
diff to current
2014-10-01
Adrian Prantl
Move the complex address expression out of DIVariable...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-07
Frederic Riss
test commit: remove trailing whitespace.
blob
|
commitdiff
|
raw
|
diff to current
2014-08-05
Eric Christopher
Have MachineFunction cache a pointer to the subtarget...
blob
|
commitdiff
|
raw
|
diff to current
2014-08-04
Eric Christopher
Remove the TargetMachine forwards for TargetSubtargetIn...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-25
David Blaikie
Recommit r212203: Don't try to construct debug LexicalS...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-21
David Blaikie
Revert "Recommit r212203: Don't try to construct debug...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-09
David Blaikie
Recommit r212203: Don't try to construct debug LexicalS...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-03
Eric Christopher
Temporarily revert "Don't try to construct debug Lexica...
blob
|
commitdiff
|
raw
|
diff to current
2014-07-02
David Blaikie
Don't try to construct debug LexicalScopes hierarchy...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
This reapplies r207235 with an additional bugfixes...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
Revert "This reapplies r207130 with an additional testc...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
This reapplies r207130 with an additional testcase...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
Revert "This reapplies r207130 with an additional testc...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
This reapplies r207130 with an additional testcase...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-25
Adrian Prantl
Revert "Debug info for optimized code: Support variable...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-24
Adrian Prantl
Debug info for optimized code: Support variables that...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-22
Chandler Carruth
[Modules] Remove potential ODR violations by sinking...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-21
David Blaikie
Use unique_ptr to handle ownership of UserValues in...
blob
|
commitdiff
|
raw
|
diff to current
2014-04-14
Craig Topper
[C++11] More 'nullptr' conversion. In some cases just...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-17
Owen Anderson
Switch a number of loops in lib/CodeGen over to range...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-13
Owen Anderson
Phase 2 of the great MachineRegisterInfo cleanup. ...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-06
Chandler Carruth
[Layering] Move DebugInfo.h into the IR library where...
blob
|
commitdiff
|
raw
|
diff to current
2014-03-02
Benjamin Kramer
[C++11] Replace llvm::next and llvm::prior with std...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-20
Eric Christopher
Remove capability for polymorphic destruction from...
blob
|
commitdiff
|
raw
|
diff to current
2013-11-20
Eric Christopher
Grammar.
blob
|
commitdiff
|
raw
|
diff to current
2013-10-10
Matthias Braun
Represent RegUnit liveness with LiveRange instance
blob
|
commitdiff
|
raw
|
diff to current
2013-10-10
Matthias Braun
Rename LiveRange to LiveInterval::Segment
blob
|
commitdiff
|
raw
|
diff to current
2013-09-16
Adrian Prantl
Debug info: Fix PR16736 and rdar://problem/14990587.
blob
|
commitdiff
|
raw
|
diff to current
2013-08-14
Mark Lacey
Track new virtual registers by register number.
blob
|
commitdiff
|
raw
|
diff to current
2013-07-09
Adrian Prantl
Reapply an improved version of r180816/180817.
blob
|
commitdiff
|
raw
|
diff to current
2013-06-16
David Blaikie
Debug Info: Simplify Frame Index handling in DBG_VALUE...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Temporarily revert "Change the informal convention...
blob
|
commitdiff
|
raw
|
diff to current
2013-04-30
Adrian Prantl
Change the informal convention of DBG_VALUE so that...
blob
|
commitdiff
|
raw
|
diff to current
2013-02-13
Manman Ren
Clean up LDV, no functionality change.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-13
Eric Christopher
Fix comment.
blob
|
commitdiff
|
raw
|
diff to current
2013-02-13
Manman Ren
Debug Info: LiveDebugVarible can remove DBG_VALUEs...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-02
Chandler Carruth
Move all of the header files which are involved in...
blob
|
commitdiff
|
raw
|
diff to current
2012-12-03
Chandler Carruth
Use the new script to sort the includes of every file...
blob
|
commitdiff
|
raw
|
diff to current
2012-11-28
Jakob Stoklund Olesen
Make the LiveRegMatrix analysis available to targets.
blob
|
commitdiff
|
raw
|
diff to current
2012-08-22
David Blaikie
Tidy up a few more uses of MF.getFunction()->getName().
blob
|
commitdiff
|
raw
|
diff to current
2012-06-28
Bill Wendling
Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Jakob Stoklund Olesen
Don't depend on live ranges being present.
blob
|
commitdiff
|
raw
|
diff to current
2012-06-22
Jakob Stoklund Olesen
Use regunit liveness to guide LiveDebugVariables.
blob
|
commitdiff
|
raw
|
diff to current
2012-05-15
Jakob Stoklund Olesen
Handle NewReg==OldReg in renameRegister().
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Eric Christopher
Tabs.
blob
|
commitdiff
|
raw
|
diff to current
2012-03-15
Eric Christopher
Typo.
blob
|
commitdiff
|
raw
|
diff to current
2011-12-07
Evan Cheng
Add bundle aware API for querying instruction propertie...
blob
|
commitdiff
|
raw
|
diff to current
2011-11-13
Jakob Stoklund Olesen
Rename SlotIndexes to match how they are used.
blob
|
commitdiff
|
raw
|
diff to current
2011-11-13
Jakob Stoklund Olesen
Stop tracking spill slot uses in VirtRegMap.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-16
Benjamin Kramer
Namespacify.
blob
|
commitdiff
|
raw
|
diff to current
2011-09-13
Devang Patel
Use a cache to maintain list of machine basic blocks...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-10
Devang Patel
While extending definition range of a debug variable...
blob
|
commitdiff
|
raw
|
diff to current
2011-08-09
Devang Patel
Print variable's inline location in debug output.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Devang Patel
Increment counter inside insertDebugValue().
blob
|
commitdiff
|
raw
|
diff to current
2011-08-04
Devang Patel
Add counter.
blob
|
commitdiff
|
raw
|
diff to current
2011-08-03
Jakob Stoklund Olesen
Correctly handle multiple DBG_VALUE instructions at...
blob
|
commitdiff
|
raw
|
diff to current
2011-07-06
Devang Patel
Typo.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-08
Jakob Stoklund Olesen
Remove an assertion to fix PR9872.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Jakob Stoklund Olesen
Iterate backwards over debug locations when splitting...
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Jakob Stoklund Olesen
Update LiveDebugVariables after live range splitting.
blob
|
commitdiff
|
raw
|
diff to current
2011-05-06
Jakob Stoklund Olesen
Use TargetMachine hooks to properly print debug variabl...
blob
|
commitdiff
|
raw
|
diff to current
2011-04-15
Chris Lattner
Fix a ton of comment typos found by codespell. Patch by
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Jakob Stoklund Olesen
Reapply r128045 and r128051 with fixes.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Andrew Trick
Revert r128045 and r128051, debug info enhancements.
blob
|
commitdiff
|
raw
|
diff to current
2011-03-22
Jakob Stoklund Olesen
Dont emit 'DBG_VALUE %noreg, ...' to terminate user...
blob
|
commitdiff
|
raw
|
diff to current
2011-03-18
Jakob Stoklund Olesen
Extend live debug values down the dominator tree by...
blob
|
commitdiff
|
raw
|
diff to current
2011-02-04
Devang Patel
DebugLoc associated with a machine instruction is used...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Jakob Stoklund Olesen
Better terminator avoidance.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-13
Jakob Stoklund Olesen
Temporary workaround for an i386 crash in LiveDebugVari...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-12
Jakob Stoklund Olesen
Try again enabling LiveDebugVariables.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-12
Jakob Stoklund Olesen
Don't emit a DBG_VALUE for a spill slot that the rewrit...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-12
Jakob Stoklund Olesen
Fix braino in dominator tree walk.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-12
Jakob Stoklund Olesen
Sometimes, old virtual registers can linger on DBG_VALU...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Jakob Stoklund Olesen
The world is not ready for LiveDebugVariables yet.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Jakob Stoklund Olesen
Enable LiveDebugVariables by default.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-11
Jakob Stoklund Olesen
Don't insert DBG_VALUE instructions after the first...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-10
Jakob Stoklund Olesen
Simplify a bunch of isVirtualRegister() and isPhysicalR...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
Jakob Stoklund Olesen
Simplify LiveDebugVariables by storing MachineOperand...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-09
Jakob Stoklund Olesen
Replace TargetRegisterInfo::printReg with a PrintReg...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Devang Patel
Speculatively revert r123032.
blob
|
commitdiff
|
raw
|
diff to current
2011-01-07
Devang Patel
Appropriately truncate debug info range in dwarf output.
blob
|
commitdiff
|
raw
|
diff to current
2010-12-03
Jakob Stoklund Olesen
Rename virtRegMap to avoid confusion with the VirtRegMa...
blob
|
commitdiff
|
raw
|
diff to current
next