summaryrefslogtreecommitdiff
path: root/test/DebugInfo
Commit message (Expand)AuthorAge
* Revert "Revert r198851, "Prototype of skeleton type units for fission""David Blaikie2014-01-10
* Revert r198851, "Prototype of skeleton type units for fission"NAKAMURA Takumi2014-01-09
* Prototype of skeleton type units for fissionDavid Blaikie2014-01-09
* DwarfDebug: Refactor out common skeleton construction code to be reused for t...David Blaikie2014-01-09
* llvm-dwarfdump: reorder dwo sections to immediately proceed their non-dwo equ...David Blaikie2014-01-08
* Emit arange padding with a single directive.Benjamin Kramer2014-01-07
* Revert "Revert "Debug Info: Type Units: Simplify type hashing using IR-provid...David Blaikie2014-01-03
* Revert "Debug Info: Type Units: Simplify type hashing using IR-provided uniqu...David Blaikie2014-01-03
* Debug Info: Type Units: Simplify type hashing using IR-provided unique names.David Blaikie2014-01-03
* Revert "Reverting r193835 due to weirdness with Go..."David Blaikie2014-01-03
* Reverting r193835 due to weirdness with Go...David Blaikie2014-01-03
* Revert "Debug info: Add enumerators to the __apple_names accelerator table."Adrian Prantl2014-01-02
* Revert r198208 and reapply:Eric Christopher2013-12-30
* Revert r198199 (and r198202). It broke 3 DebugInfo tests for targeting i686-c...NAKAMURA Takumi2013-12-30
* Fix aranges and split dwarf by ensuring that the symbol and relocationEric Christopher2013-12-30
* Reapply r198196 with a fix to zero initialize the skeleton pointer.Eric Christopher2013-12-30
* Temporarily revert "Use a pointer to keep track of the skeleton unit forEric Christopher2013-12-30
* Use a pointer to keep track of the skeleton unit for each normal unitEric Christopher2013-12-30
* llvm-symbolizer: add --obj flag to specify a single object file that should b...Alexey Samsonov2013-12-24
* Debug info: Add enumerators to the __apple_names accelerator table.Adrian Prantl2013-12-23
* Debug info: On ARM ensure that the data sections come before theAdrian Prantl2013-12-23
* Remove extra check line that's failing on windows and not necessary atEric Christopher2013-12-20
* This test requires object emission.Eric Christopher2013-12-20
* Add support for a CU to output a set of ranges for the CU. This is usefulEric Christopher2013-12-20
* move test back into the parent directory and add a REQUIRES: obj emission.Adrian Prantl2013-12-20
* 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