index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
X86
/
dbg-value-range.ll
Age
Commit message (
Expand
)
Author
2013-03-11
Upgrading debug info test cases to be (more) compatible with the current debu...
David Blaikie
2013-03-08
Upgrade tests to the latest debug info format.
David Blaikie
2012-05-17
Remove -join-physregs from the test suite.
Jakob Stoklund Olesen
2011-05-27
Make size computation less brittle.
Rafael Espindola
2011-05-04
Prepare remaining tests for -join-physreg going away.
Jakob Stoklund Olesen
2011-04-19
llc: Eliminate a use of getDarwinMajorNumber().
Daniel Dunbar
2011-04-05
Run LiveDebugVariables in RegAllocBasic and RegAllocGreedy.
Jakob Stoklund Olesen
2011-03-25
Emit less labels for debug info and stop emitting .loc directives for DBG_VAL...
Jakob Stoklund Olesen
2011-03-22
Reapply r128045 and r128051 with fixes.
Jakob Stoklund Olesen
2011-03-22
Revert r128045 and r128051, debug info enhancements.
Andrew Trick
2011-03-22
Dont emit 'DBG_VALUE %noreg, ...' to terminate user variable ranges.
Jakob Stoklund Olesen
2011-02-15
Ignore DBG_VALUE machine instructions while constructing instruction ranges b...
Devang Patel
2011-02-04
DebugLoc associated with a machine instruction is used to emit location entri...
Devang Patel
2011-01-12
Try again enabling LiveDebugVariables.
Jakob Stoklund Olesen
2011-01-11
The world is not ready for LiveDebugVariables yet.
Jakob Stoklund Olesen
2011-01-11
Enable LiveDebugVariables by default.
Jakob Stoklund Olesen
2011-01-07
Speculatively revert r123032.
Devang Patel
2011-01-07
Appropriately truncate debug info range in dwarf output.
Devang Patel