aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek2013-02-143-0/+48
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-141-0/+0
* The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky2013-02-141-1/+1
* Clean up LDV, no functionality change.Manman Ren2013-02-131-1/+1
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-131-0/+173
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-121-3/+0
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-121-0/+127
* AArch64: generate dwarfdump test rather than include .o in subversionTim Northover2013-02-113-16/+33
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-112-0/+16
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-091-1/+1
* Update tests for DWARF parser: store sources next to pre-built object files a...Alexey Samsonov2013-02-0819-39/+132
* Fix typoEli Bendersky2013-02-061-1/+1
* Add a comment to the test that points to the source from which the input objectEli Bendersky2013-02-061-0/+1
* Add a test for checking the current .debug_frame dumping capability.Eli Bendersky2013-02-063-0/+28
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-061-2/+2
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-053-3/+65
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-051-0/+10
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-051-1/+4
* Update debugging test for change in expected metadata.Tim Northover2013-02-041-6/+16
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-042-12/+6
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-0239-181/+92
* Removing ssp and uwtable from the testcaseManman Ren2013-02-021-1/+1
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-011-0/+63
* Add explicit triples to AArch64 testsTim Northover2013-02-014-5/+5
* Add AArch64 as an experimental target.Tim Northover2013-01-315-0/+248
* Support artificial parameters in function types.David Blaikie2013-01-291-3/+9
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-263-31/+82
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-262-6/+40
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-252-0/+15
* Add back a RUN line removed by mistake by a previous commitEli Bendersky2013-01-251-0/+1
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-2534-37/+36
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-251-0/+13
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-201-28/+30
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-191-29/+30
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-181-0/+6
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-171-4/+8
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-171-0/+1
* Make this test X86 only.Eric Christopher2013-01-161-1/+1
* Move this to X86.Eric Christopher2013-01-161-0/+0
* Add testcase missed yesterday from Paul Robinson.Eric Christopher2013-01-161-0/+172
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-151-1/+39
* Add the C testcase to this file.Eric Christopher2013-01-081-0/+6
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-081-0/+23
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-081-0/+3
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-071-4/+4
* Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie2013-01-071-4/+0
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-071-0/+34
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-051-5/+9
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-051-7/+14
* Add a name for the anonymous type we're creating for subrangeEric Christopher2013-01-044-42/+83