summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
...
* Move testcase to the appropriate X86 subdirectory.Adrian Prantl2013-12-19
* add source in commentAdrian Prantl2013-12-19
* Debug info: Implement (rvalue) reference qualifiers for C++11 non-staticAdrian Prantl2013-12-18
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-13
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-13
* Revert "DebugInfo: Move type units into the debug_types section with appropri...David Blaikie2013-12-11
* DebugInfo: Move type units into the debug_types section with appropriate comd...David Blaikie2013-12-11
* Update testcase for previous commit.Eric Christopher2013-12-10
* DebugInfo: Ensure unit IDs (for non-skeletal units) match thein index in the ...David Blaikie2013-12-06
* Make these two tests resilient in the face of compile unit sizeEric Christopher2013-12-05
* DebugInfo: Improve test to use llvm-dwarfdumpDavid Blaikie2013-12-04
* Test fix for r196394David Blaikie2013-12-04
* DebugInfo: Type Units: Propagate the correct DW_AT_language into type units.David Blaikie2013-12-02
* DebugInfo: Do not include variables only referenced by templates in aranges.David Blaikie2013-11-27
* DwarfDebug: Include type units in accelerator tables.David Blaikie2013-11-26
* DebugInfo: Update test case due to dumper improvements in r195698David Blaikie2013-11-26
* DebugInfo: Avoid emitting pubtype entries for type DIEs that just indirect to...David Blaikie2013-11-26
* Debug Info: update testing cases to specify the debug info version number.Manman Ren2013-11-22
* In Dwarf 3 (and Dwarf 2) attributes whose value are offsets into aEric Christopher2013-11-21
* DebugInfo: Partial implementation of DWARF type units.David Blaikie2013-11-19
* llvm-dwarfdump: support for emitting only the debug_types section using -debu...David Blaikie2013-11-19
* Debug info: Let LowerDbgDeclare perfom the dbg.declare -> dbg.valueAdrian Prantl2013-11-18
* For dwarf4 use the correct form for referencing debug_loc locations,Eric Christopher2013-11-16
* Add addrspacecast instruction.Matt Arsenault2013-11-15
* DebugInfo: regenerate test case from Clang to adjust for fixes/improvementsDavid Blaikie2013-11-01
* DebugInfo: Improve readability of test case added in r193878David Blaikie2013-11-01
* DebugInfo: add a test case for data member locations (coverage for r193835)David Blaikie2013-11-01
* Fix a test case broken by r193872David Blaikie2013-11-01
* DebugInfo: Make pubnames header printing similar to unit header printingDavid Blaikie2013-11-01
* DebugInfo: Emit member variable locations as data instead of expressions in b...David Blaikie2013-11-01
* Debug Info: remove duplication of DIEs when a DIE can be shared across CUs.Manman Ren2013-10-31
* Add DebugInfo testcase for high_pc encoded as constant, fixed in r193555.Will Dietz2013-10-30
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: clean up testing case.Manman Ren2013-10-29
* Debug Info: instead of calling addToContextOwner which constructs the contextManman Ren2013-10-29
* Debug Info: use createAndAddDIE for newly-created Subprogram DIEs.Manman Ren2013-10-29
* DebugInfo: Hash DW_FORM_GNU_str_index as a string.David Blaikie2013-10-21
* Changing DebugInfoFinder to iterate over all the compile units.Michael Kuperstein2013-10-17
* According to the dwarf standard pubnames and pubtypes for languagesEric Christopher2013-10-17
* Add the subprogram DIEs to the context they're created with onlyEric Christopher2013-10-17
* DIEHash: Use DW_FORM_sdata for integers, per spec.David Blaikie2013-10-16
* Update test case due to DIE hashing in r192836David Blaikie2013-10-16
* Fix a pair of bugs in the emission of pubname tables:Eric Christopher2013-10-16
* Enable MI Sched for x86.Andrew Trick2013-10-15
* Debug Info Testing Case: check for the name of a structure.Manman Ren2013-10-11
* Debug Info: In DIBuilder, the context field of subprogram is updated to useManman Ren2013-10-10
* Add comments to debug info testing case.Manman Ren2013-10-10