aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAgeFilesLines
* Now that llvm-dwarfdump supports flags to specify which DWARF section to dump,Eli Bendersky2013-01-2532-35/+34
* 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/+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
* 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-043-4/+6
* 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-042-0/+136
* Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher2012-11-301-0/+26
* Add a relocation visitor to lib object. This works via caching relocatedEric Christopher2012-11-071-0/+109
* Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman2012-10-051-9/+7
* Update this a bit more to represent how the prologue should work:Eric Christopher2012-10-041-0/+35
* Revert 165051-165049 while looking into the foreach.m failure inEric Christopher2012-10-031-65/+0
* Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher2012-10-021-35/+0
* Allow alternate instructions to silence bot.Eric Christopher2012-10-021-1/+1
* Don't use a debug location for frame setup instructions in theEric Christopher2012-10-021-0/+35
* Remove the SavePoint infrastructure from fast isel, replaceEric Christopher2012-10-021-0/+65
* Fix broken tests.Benjamin Kramer2012-10-021-1/+2
* Only emit DW_AT_object_pointer if this is a definition.Eric Christopher2012-09-201-2/+2
* llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi2012-09-182-0/+103
* Recommit, with fixes:Eric Christopher2012-09-121-0/+79
* Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher2012-09-121-77/+0
* Add some support for dealing with an object pointer on arguments.Eric Christopher2012-09-121-0/+77
* Revert r160148 it seems to cause more problems than it shouldEric Christopher2012-09-101-28/+0
* Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher2012-08-242-5/+5
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-08-231-4/+3
* Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher2012-08-0110-47/+23
* Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher2012-07-2710-23/+47