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
/
DebugInfo
Age
Commit message (
Expand
)
Author
2012-08-01
Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing
Eric Christopher
2012-07-27
Add a DW_AT_high_pc for CUs that are a single address range. Update
Eric Christopher
2012-07-19
test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...
NAKAMURA Takumi
2012-07-19
DebugInfo library: add support for fetching absolute paths to source files
Alexey Samsonov
2012-07-17
Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...
Alexey Samsonov
2012-07-12
The end of the prologue should be marked with is_stmt.
Eric Christopher
2012-07-06
Fix PR13202 and a regtest.
Alexey Samsonov
2012-07-02
Convert the uses of '|&' to use '2>&1 |' instead, which works on old
Chandler Carruth
2012-07-02
This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p...
Alexey Samsonov
2012-06-22
Emit relocations for DW_AT_location entries on systems which need it. This is
Nick Lewycky
2012-06-01
Add support for enum forward declarations.
Eric Christopher
2012-05-27
Have getOrCreateSubprogramDIE store the DIE for a subprogram
Peter Collingbourne
2012-05-23
Add support for C++11 enum classes in llvm.
Eric Christopher
2012-05-19
Actually support DW_TAG_rvalue_reference_type that we were trying
Eric Christopher
2012-05-08
Handle OpDeref in case it comes in as a register operand.
Eric Christopher
2012-05-01
X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...
Alexey Samsonov
2012-04-05
Patch to set is_stmt a little better for prologue lines in a function.
Eric Christopher
2012-04-03
Fix thinko check for number of operands to be the one that actually
Eric Christopher
2012-03-28
Fix the output of the DW_TAG_friend tag to include DW_AT_friend
Eric Christopher
2012-03-27
Add a test for the previous commit. Also, remove two tests that were
Eric Christopher
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-03-19
llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.
NAKAMURA Takumi
2012-03-16
Do the right thing on NULL uint64 fields.
Eric Christopher
2012-03-15
For types with a parent of the compile unit make sure and emit
Eric Christopher
2012-03-15
Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting
Eric Christopher
2012-03-14
Remove the DW_AT_MIPS_linkage name attribute when we don't need it
Eric Christopher
2012-03-07
Add the DW_AT_APPLE_runtime_class attribute to forward declarations
Eric Christopher
2012-03-02
Revert "Reorder the sections being output to reduce the number of assembler"
Eric Christopher
2012-03-01
Reorder the sections being output to reduce the number of assembler
Eric Christopher
2012-02-24
If the Address of a variable is an argument then treat the entire
Eric Christopher
2012-02-22
Only add DW_AT_prototyped if we're working with a C-like language.
Eric Christopher
2012-02-21
Testcase for previous commit.
Eric Christopher
2012-02-21
There's no need for a DW_AT_byte_size on a pointer type.
Eric Christopher
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2012-01-24
Fix the testcases for the previous patch.
Eric Christopher
2012-01-11
Don't avoid recursing for pointer types, just reference types. Expand on
Eric Christopher
2011-12-16
When recursing for the original size of a type, stop if we are at a
Eric Christopher
2011-11-27
Upgrade syntax of tests using volatile instructions to use 'load volatile' in...
Chris Lattner
2011-11-27
remove autoupgrade support for really old-style debug info intrinsics.
Chris Lattner
2011-11-12
The dwarf standard says that the only differences between a out-of-line
Rafael Espindola
2011-11-11
Move X86 specific test in X86 directory.
Devang Patel
2011-11-11
Move X86 specific test in X86 directory.
Devang Patel
2011-11-10
Check in getOrCreateSubprogramDIE if a declaration exists and if so output
Rafael Espindola
2011-11-04
Add triple to test.
Rafael Espindola
2011-11-04
Emit declarations before definitions if they are available. This causes DW_AT...
Rafael Espindola
2011-11-01
Move another test requiring x86 into X86 directory.
Eli Friedman
2011-11-01
Move test requiring x86 backend into X86 directory.
Eli Friedman
2011-10-28
Always use the string pool, even when it makes the .o larger. This may help
Nick Lewycky
2011-10-27
Teach our Dwarf emission to use the string pool.
Nick Lewycky
2011-10-11
Add a new wrapper node for a DILexicalBlock that encapsulates it and a
Eric Christopher
[next]