aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-031-0/+47
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-281-0/+47
* Add a test for the previous commit. Also, remove two tests that wereEric Christopher2012-03-272-9/+31
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-251-8/+1
* llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2012-03-192-0/+0
* Do the right thing on NULL uint64 fields.Eric Christopher2012-03-161-0/+6
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-154-7/+33
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-154-61/+6
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-144-6/+61
* Add the DW_AT_APPLE_runtime_class attribute to forward declarationsEric Christopher2012-03-071-0/+27
* Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher2012-03-021-8/+8
* Reorder the sections being output to reduce the number of assemblerEric Christopher2012-03-011-8/+8
* If the Address of a variable is an argument then treat the entireEric Christopher2012-02-241-0/+127
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-223-6/+6
* Testcase for previous commit.Eric Christopher2012-02-211-0/+45
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-213-5/+5
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-164-8/+13
* Fix the testcases for the previous patch.Eric Christopher2012-01-244-9/+7
* Don't avoid recursing for pointer types, just reference types. Expand onEric Christopher2012-01-111-0/+25
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-161-0/+172
* Upgrade syntax of tests using volatile instructions to use 'load volatile' in...Chris Lattner2011-11-271-2/+2
* remove autoupgrade support for really old-style debug info intrinsics.Chris Lattner2011-11-271-16/+0
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-121-0/+97
* Move X86 specific test in X86 directory.Devang Patel2011-11-111-0/+0
* Move X86 specific test in X86 directory.Devang Patel2011-11-111-0/+0
* Check in getOrCreateSubprogramDIE if a declaration exists and if so outputRafael Espindola2011-11-101-0/+43
* Add triple to test.Rafael Espindola2011-11-041-1/+1
* Emit declarations before definitions if they are available. This causes DW_AT...Rafael Espindola2011-11-041-0/+65
* Move another test requiring x86 into X86 directory.Eli Friedman2011-11-011-0/+0
* Move test requiring x86 backend into X86 directory.Eli Friedman2011-11-011-0/+0
* Always use the string pool, even when it makes the .o larger. This may helpNick Lewycky2011-10-282-32/+22
* Teach our Dwarf emission to use the string pool.Nick Lewycky2011-10-272-10/+64
* Add a new wrapper node for a DILexicalBlock that encapsulates it and aEric Christopher2011-10-111-1/+1
* Fix this test so it doesn't fail on Mac.Eli Friedman2011-09-261-6/+6
* Fix emission of debug data for global variables. getContext() on DIGlobalVari...James Molloy2011-09-261-0/+47
* Update tests. Remove irrelevant tests.Devang Patel2011-09-137-170/+57
* Do not use named md nodes to track variables that are completely optimized. T...Devang Patel2011-08-191-1/+4
* Test for previous commit.Rafael Espindola2011-06-171-0/+85
* Move test for appropriate directory.Galina Kistanova2011-06-161-0/+0
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-271-0/+27
* Looks like OS X assemblers (including MC) don't likeRafael Espindola2011-05-191-0/+23
* Move test.Rafael Espindola2011-05-131-0/+0
* Move test.Rafael Espindola2011-05-131-0/+0
* Add triple.Rafael Espindola2011-05-101-1/+1
* The EH symbols are only needed in eh_frame, not debug_frame.Rafael Espindola2011-05-101-0/+18
* Use .cfi_sections to put the unwind info in .debug_frame when possible. WithRafael Espindola2011-05-101-0/+18
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-062-0/+5
* Producing a DW_FORM_addr for DW_AT_stmt_list is probably correct, butRafael Espindola2011-05-041-0/+19
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-1/+1
* Add radar number for future reference.Devang Patel2011-04-081-1/+1