summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Previously, parsing capability of the .debug_frame section was addedEli Bendersky2013-02-21
* Add testcase for llvm-dwarfdump to test parsing of the pubnames data.Krzysztof Parzyszek2013-02-14
* Moved line-info.ll to DebugInfo\X86 directoryElena Demikhovsky2013-02-14
* The test failed on Windows. I've changed the platform to run to "x86_64-apple...Elena Demikhovsky2013-02-14
* Clean up LDV, no functionality change.Manman Ren2013-02-13
* Debug Info: LiveDebugVarible can remove DBG_VALUEs, make sure we emit them back.Manman Ren2013-02-13
* Remove target-specific info from the testcase for DWARF/pubnames.Krzysztof Parzyszek2013-02-12
* Allow optionally generating pubnames section in DWARF info. IntroduceKrzysztof Parzyszek2013-02-12
* AArch64: generate dwarfdump test rather than include .o in subversionTim Northover2013-02-11
* AArch64: Add basic relocation processing for llvm-dwarfdump.Tim Northover2013-02-11
* Dwarf: do not use line_table_start in at_stmt_list since we do not always emit Manman Ren2013-02-09
* Update tests for DWARF parser: store sources next to pre-built object files a...Alexey Samsonov2013-02-08
* Fix typoEli Bendersky2013-02-06
* Add a comment to the test that points to the source from which the input objectEli Bendersky2013-02-06
* Add a test for checking the current .debug_frame dumping capability.Eli Bendersky2013-02-06
* Attempt to recover gdb bot after r174445.Manman Ren2013-02-06
* Dwarf: support for LTO where a single object file can have multiple line tablesManman Ren2013-02-05
* Add support for testing the output of the abbrev table for theEric Christopher2013-02-05
* Add support for emitting a stub DW_AT_GNU_dwo_id as part of theEric Christopher2013-02-05
* Update debugging test for change in expected metadata.Tim Northover2013-02-04
* [DebugInfo] remove more node indirection (this time from the subprogram's var...David Blaikie2013-02-04
* Remove the (apparently) unnecessary debug info metadata indirection.David Blaikie2013-02-02
* Removing ssp and uwtable from the testcaseManman Ren2013-02-02
* [Dwarf] avoid emitting multiple AT_const_value for static memebers.Manman Ren2013-02-01
* Add explicit triples to AArch64 testsTim Northover2013-02-01
* Add AArch64 as an experimental target.Tim Northover2013-01-31
* Support artificial parameters in function types.David Blaikie2013-01-29
* PR14566: Debug Info: Removing top level lexical blocksDavid Blaikie2013-01-26
* Add DIContext::getLineInfoForAddressRange() function and test. This function...Andrew Kaylor2013-01-26
* Add support for applying in-memory relocations to the .debug_line section and...Andrew Kaylor2013-01-25
* Add back a RUN line removed by mistake by a previous commitEli Bendersky2013-01-25
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-25
* Add command-line flags for DWARF dumping.Eli Bendersky2013-01-25
* The last of PR14471 - emission of constant floatsDavid Blaikie2013-01-20
* Fix a latent bug exposed by recent static member debug info changes.David Blaikie2013-01-19
* Split out DW_OP_addr for the split debug info DWARF5 proposal.Eric Christopher2013-01-18
* Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this byEric Christopher2013-01-17
* Add the DW_AT_GNU_addr_base for the skeleton cu. Add support forEric Christopher2013-01-17
* Make this test X86 only.Eric Christopher2013-01-16
* Move this to X86.Eric Christopher2013-01-16
* Add testcase missed yesterday from Paul Robinson.Eric Christopher2013-01-16
* Split address information for DWARF5 split dwarf proposal. This involvesEric Christopher2013-01-15
* Add the C testcase to this file.Eric Christopher2013-01-08
* Remove the llvm-local DW_TAG_vector_type tag and add a test toEric Christopher2013-01-08
* Mark artificial types as such in the annotated debug output.David Blaikie2013-01-08
* Add support for separating strings for the split debug info DWARF5Eric Christopher2013-01-07
* Make test/DebugInfo/member-pointers.ll portable by removing the TargetDataDavid Blaikie2013-01-07
* PR14759: Debug info support for C++ member pointers.David Blaikie2013-01-07
* Include access modifiers in subprogram metadata IR comment.David Blaikie2013-01-05
* Emit DW_TAG_formal_parameter for unnamed parameters.David Blaikie2013-01-05