summaryrefslogtreecommitdiff
path: root/test/DebugInfo/X86
Commit message (Expand)AuthorAge
* Add support for enum forward declarations.Eric Christopher2012-06-01
* Have getOrCreateSubprogramDIE store the DIE for a subprogramPeter Collingbourne2012-05-27
* Add support for C++11 enum classes in llvm.Eric Christopher2012-05-23
* Actually support DW_TAG_rvalue_reference_type that we were tryingEric Christopher2012-05-19
* Handle OpDeref in case it comes in as a register operand.Eric Christopher2012-05-08
* X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to...Alexey Samsonov2012-05-01
* Patch to set is_stmt a little better for prologue lines in a function.Eric Christopher2012-04-05
* Fix thinko check for number of operands to be the one that actuallyEric Christopher2012-04-03
* Fix the output of the DW_TAG_friend tag to include DW_AT_friendEric Christopher2012-03-28
* Add a test for the previous commit. Also, remove two tests that wereEric Christopher2012-03-27
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent.NAKAMURA Takumi2012-03-19
* For types with a parent of the compile unit make sure and emitEric Christopher2012-03-15
* Revert the removal of DW_AT_MIPS_linkage_name when we aren't puttingEric Christopher2012-03-15
* Remove the DW_AT_MIPS_linkage name attribute when we don't need itEric Christopher2012-03-14
* Revert "Reorder the sections being output to reduce the number of assembler"Eric Christopher2012-03-02
* Reorder the sections being output to reduce the number of assemblerEric Christopher2012-03-01
* If the Address of a variable is an argument then treat the entireEric Christopher2012-02-24
* Only add DW_AT_prototyped if we're working with a C-like language.Eric Christopher2012-02-22
* Testcase for previous commit.Eric Christopher2012-02-21
* There's no need for a DW_AT_byte_size on a pointer type.Eric Christopher2012-02-21
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Fix the testcases for the previous patch.Eric Christopher2012-01-24
* Don't avoid recursing for pointer types, just reference types. Expand onEric Christopher2012-01-11
* When recursing for the original size of a type, stop if we are at aEric Christopher2011-12-16
* The dwarf standard says that the only differences between a out-of-lineRafael Espindola2011-11-12
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move X86 specific test in X86 directory.Devang Patel2011-11-11
* Move another test requiring x86 into X86 directory.Eli Friedman2011-11-01
* Move test requiring x86 backend into X86 directory.Eli Friedman2011-11-01
* Test for previous commit.Rafael Espindola2011-06-17
* Move test for appropriate directory.Galina Kistanova2011-06-16
* Fix a regression I recently introduced by removing DwarfRegNum ofRafael Espindola2011-05-27
* Move test.Rafael Espindola2011-05-13
* Move test.Rafael Espindola2011-05-13
* Move few target-dependant tests to appropriate directories.Galina Kistanova2011-05-06