| Commit message (Expand) | Author | Age | Files | Lines |
* | Add testcase for llvm-dwarfdump to test parsing of the pubnames data. | Krzysztof Parzyszek | 2013-02-14 | 3 | -0/+48 |
* | Moved line-info.ll to DebugInfo\X86 directory | Elena Demikhovsky | 2013-02-14 | 1 | -0/+0 |
* | The test failed on Windows. I've changed the platform to run to "x86_64-apple... | Elena Demikhovsky | 2013-02-14 | 1 | -1/+1 |
* | Clean up LDV, no functionality change. | Manman Ren | 2013-02-13 | 1 | -1/+1 |
* | Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back. | Manman Ren | 2013-02-13 | 1 | -0/+173 |
* | Remove target-specific info from the testcase for DWARF/pubnames. | Krzysztof Parzyszek | 2013-02-12 | 1 | -3/+0 |
* | Allow optionally generating pubnames section in DWARF info. Introduce | Krzysztof Parzyszek | 2013-02-12 | 1 | -0/+127 |
* | AArch64: generate dwarfdump test rather than include .o in subversion | Tim Northover | 2013-02-11 | 3 | -16/+33 |
* | AArch64: Add basic relocation processing for llvm-dwarfdump. | Tim Northover | 2013-02-11 | 2 | -0/+16 |
* | Dwarf: do not use line_table_start in at_stmt_list since we do not always emit | Manman Ren | 2013-02-09 | 1 | -1/+1 |
* | Update tests for DWARF parser: store sources next to pre-built object files a... | Alexey Samsonov | 2013-02-08 | 19 | -39/+132 |
* | Fix typo | Eli Bendersky | 2013-02-06 | 1 | -1/+1 |
* | Add a comment to the test that points to the source from which the input object | Eli Bendersky | 2013-02-06 | 1 | -0/+1 |
* | Add a test for checking the current .debug_frame dumping capability. | Eli Bendersky | 2013-02-06 | 3 | -0/+28 |
* | Attempt to recover gdb bot after r174445. | Manman Ren | 2013-02-06 | 1 | -2/+2 |
* | Dwarf: support for LTO where a single object file can have multiple line tables | Manman Ren | 2013-02-05 | 3 | -3/+65 |
* | Add support for testing the output of the abbrev table for the | Eric Christopher | 2013-02-05 | 1 | -0/+10 |
* | Add support for emitting a stub DW_AT_GNU_dwo_id as part of the | Eric Christopher | 2013-02-05 | 1 | -1/+4 |
* | Update debugging test for change in expected metadata. | Tim Northover | 2013-02-04 | 1 | -6/+16 |
* | [DebugInfo] remove more node indirection (this time from the subprogram's var... | David Blaikie | 2013-02-04 | 2 | -12/+6 |
* | Remove the (apparently) unnecessary debug info metadata indirection. | David Blaikie | 2013-02-02 | 39 | -181/+92 |
* | Removing ssp and uwtable from the testcase | Manman Ren | 2013-02-02 | 1 | -1/+1 |
* | [Dwarf] avoid emitting multiple AT_const_value for static memebers. | Manman Ren | 2013-02-01 | 1 | -0/+63 |
* | Add explicit triples to AArch64 tests | Tim Northover | 2013-02-01 | 4 | -5/+5 |
* | Add AArch64 as an experimental target. | Tim Northover | 2013-01-31 | 5 | -0/+248 |
* | Support artificial parameters in function types. | David Blaikie | 2013-01-29 | 1 | -3/+9 |
* | PR14566: Debug Info: Removing top level lexical blocks | David Blaikie | 2013-01-26 | 3 | -31/+82 |
* | Add DIContext::getLineInfoForAddressRange() function and test. This function... | Andrew Kaylor | 2013-01-26 | 2 | -6/+40 |
* | Add support for applying in-memory relocations to the .debug_line section and... | Andrew Kaylor | 2013-01-25 | 2 | -0/+15 |
* | Add back a RUN line removed by mistake by a previous commit | Eli Bendersky | 2013-01-25 | 1 | -0/+1 |
* | Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, | Eli Bendersky | 2013-01-25 | 34 | -37/+36 |
* | Add command-line flags for DWARF dumping. | Eli Bendersky | 2013-01-25 | 1 | -0/+13 |
* | The last of PR14471 - emission of constant floats | David Blaikie | 2013-01-20 | 1 | -28/+30 |
* | Fix a latent bug exposed by recent static member debug info changes. | David Blaikie | 2013-01-19 | 1 | -29/+30 |
* | Split out DW_OP_addr for the split debug info DWARF5 proposal. | Eric Christopher | 2013-01-18 | 1 | -0/+6 |
* | Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by | Eric Christopher | 2013-01-17 | 1 | -4/+8 |
* | Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for | Eric Christopher | 2013-01-17 | 1 | -0/+1 |
* | Make this test X86 only. | Eric Christopher | 2013-01-16 | 1 | -1/+1 |
* | Move this to X86. | Eric Christopher | 2013-01-16 | 1 | -0/+0 |
* | Add testcase missed yesterday from Paul Robinson. | Eric Christopher | 2013-01-16 | 1 | -0/+172 |
* | Split address information for DWARF5 split dwarf proposal. This involves | Eric Christopher | 2013-01-15 | 1 | -1/+39 |
* | Add the C testcase to this file. | Eric Christopher | 2013-01-08 | 1 | -0/+6 |
* | Remove the llvm-local DW_TAG_vector_type tag and add a test to | Eric Christopher | 2013-01-08 | 1 | -0/+23 |
* | Mark artificial types as such in the annotated debug output. | David Blaikie | 2013-01-08 | 1 | -0/+3 |
* | Add support for separating strings for the split debug info DWARF5 | Eric Christopher | 2013-01-07 | 1 | -4/+4 |
* | Make test/DebugInfo/member-pointers.ll portable by removing the TargetData | David Blaikie | 2013-01-07 | 1 | -4/+0 |
* | PR14759: Debug info support for C++ member pointers. | David Blaikie | 2013-01-07 | 1 | -0/+34 |
* | Include access modifiers in subprogram metadata IR comment. | David Blaikie | 2013-01-05 | 1 | -5/+9 |
* | Emit DW_TAG_formal_parameter for unnamed parameters. | David Blaikie | 2013-01-05 | 1 | -7/+14 |
* | Add a name for the anonymous type we're creating for subrange | Eric Christopher | 2013-01-04 | 4 | -42/+83 |