aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extend the dumping infrastructure to deal with additionalEric Christopher2013-01-021-2/+12
* For the dwarf5 split debug info code split out the string sectionEric Christopher2012-12-272-4/+4
* FileCheck-ize.Eric Christopher2012-12-271-5/+8
* FileCheck-ize.Eric Christopher2012-12-271-7/+11
* Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher2012-12-271-3/+4
* Move these files over to the debug info directory.Eric Christopher2012-12-212-0/+112
* Split out abbreviations for the skeleton info from the rest ofEric Christopher2012-12-191-0/+3
* Add support for passing -main-file-name all the way through toEric Christopher2012-12-182-1/+18
* Debug Info: add support to mark member variables as artificialDavid Blaikie2012-12-131-0/+1
* Refactor out the abbreviation handling into a separate class thatEric Christopher2012-12-101-1/+1
* Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher2012-12-101-1/+1
* Handle non-default array bounds.Bill Wendling2012-12-061-0/+48
* Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling2012-12-046-7/+9
* Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie2012-12-041-0/+28
* Add a 'count' field to the DWARF subrange.Bill Wendling2012-12-045-3/+139
* Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky2012-12-031-6/+4