aboutsummaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)Author
2013-01-04Add a name for the anonymous type we're creating for subrangeEric Christopher
2013-01-02Extend the dumping infrastructure to deal with additionalEric Christopher
2012-12-27For the dwarf5 split debug info code split out the string sectionEric Christopher
2012-12-27FileCheck-ize.Eric Christopher
2012-12-27FileCheck-ize.Eric Christopher
2012-12-27Right now all of the relocations are 32-bit dwarf, and the relocationEric Christopher
2012-12-21Move these files over to the debug info directory.Eric Christopher
2012-12-19Split out abbreviations for the skeleton info from the rest ofEric Christopher
2012-12-18Add support for passing -main-file-name all the way through toEric Christopher
2012-12-13Debug Info: add support to mark member variables as artificialDavid Blaikie
2012-12-10Refactor out the abbreviation handling into a separate class thatEric Christopher
2012-12-10Use the somewhat semantic term "split dwarf" it more matches what'sEric Christopher
2012-12-06Handle non-default array bounds.Bill Wendling
2012-12-04Use the 'count' attribute to calculate the upper bound of an array.Bill Wendling
2012-12-04Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDBDavid Blaikie
2012-12-04Add a 'count' field to the DWARF subrange.Bill Wendling
2012-12-03Simplify this test a bit because DWARF emission/dumping on some platformsEli Bendersky
2012-12-03Fix PR12942: Allow two CUs to be generated from the same source file.Eli Bendersky
2012-11-30Add some first skeleton work for the DWARF5 Fission proposal. EmitEric Christopher
2012-11-07Add a relocation visitor to lib object. This works via caching relocatedEric Christopher
2012-10-05Make sure to generate the right kind of MDNode for enum forward declarations.Eli Friedman
2012-10-04Update this a bit more to represent how the prologue should work:Eric Christopher
2012-10-03Revert 165051-165049 while looking into the foreach.m failure inEric Christopher
2012-10-02Revert "Don't use a debug location for frame setup instructions in the"Eric Christopher
2012-10-02Allow alternate instructions to silence bot.Eric Christopher
2012-10-02Don't use a debug location for frame setup instructions in theEric Christopher
2012-10-02Remove the SavePoint infrastructure from fast isel, replaceEric Christopher
2012-10-02Fix broken tests.Benjamin Kramer
2012-09-26Fix tests that didn't test anything.Benjamin Kramer
2012-09-20Only emit DW_AT_object_pointer if this is a definition.Eric Christopher
2012-09-18llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.l...NAKAMURA Takumi
2012-09-12Recommit, with fixes:Eric Christopher
2012-09-12Revert "Add some support for dealing with an object pointer on arguments."Eric Christopher
2012-09-12Add some support for dealing with an object pointer on arguments.Eric Christopher
2012-09-10Revert r160148 it seems to cause more problems than it shouldEric Christopher
2012-09-04Add support for fetching inlining context (stack of source code locations)Alexey Samsonov
2012-08-27Add basic support for .debug_ranges section to LLVM's DebugInfo library.Alexey Samsonov
2012-08-24Use DW_FORM_flag_present to save space in debug information if we'reEric Christopher
2012-08-23Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher
2012-08-23Turn these two options in to trinary state so that they can beEric Christopher
2012-08-23Make this darwin specific to try to silence the bots.Eric Christopher
2012-08-23Emit pubtypes only when going for darwin gdb compatibility.Eric Christopher
2012-08-23Filecheck-ize.Eric Christopher
2012-08-07Fix the representation of debug line table in DebugInfo LLVM library,Alexey Samsonov
2012-08-01Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causingEric Christopher
2012-07-27Add a DW_AT_high_pc for CUs that are a single address range. UpdateEric Christopher
2012-07-19test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match back...NAKAMURA Takumi
2012-07-19DebugInfo library: add support for fetching absolute paths to source filesAlexey Samsonov
2012-07-17Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ...Alexey Samsonov
2012-07-12The end of the prologue should be marked with is_stmt.Eric Christopher