aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* PR15662: Optimized debug info produces out of order function parametersDavid Blaikie2013-06-051-0/+73
* [llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov2013-06-041-0/+5
* Correct handling invalid filename in llvm-symbolizerAlexey Samsonov2013-06-031-0/+3
* Revert r182937 and r182877.Rafael Espindola2013-05-301-1/+1
* Don't use fast isel on this test.Rafael Espindola2013-05-301-1/+1
* Teach ReMaterialization to be more cunning about subregistersTim Northover2013-05-291-7/+7
* LTO+Debug Info: revert r182791.Manman Ren2013-05-291-117/+0
* Move test that depends on the X86 backend into the right subdirectory.Benjamin Kramer2013-05-291-0/+0
* LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren2013-05-281-0/+117
* Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie2013-05-221-2/+3
* Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren2013-05-211-0/+6
* PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie2013-05-201-29/+49
* Generate debug info for by-value struct args even if they are not used.Adrian Prantl2013-05-161-0/+126
* Give the test from r181632 a target triple.David Blaikie2013-05-101-1/+1
* PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie2013-05-101-0/+84
* Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2013-05-092-120/+1
* Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2013-05-082-1/+120
* Debug Info: Support DW_TAG_imported_declarationDavid Blaikie2013-05-081-49/+138
* Debug Info: Fix for break due to r181271David Blaikie2013-05-071-0/+11
* DebugInfo: Support imported modules in lexical blocksDavid Blaikie2013-05-061-20/+78
* [SystemZ] Update non-pic DWARF encodingsUlrich Weigand2013-05-061-3/+5
* [SystemZ] Add DebugInfo test casesUlrich Weigand2013-05-066-0/+595
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-05-021-8/+4
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-302-113/+3
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-302-3/+113
* TBAA: remove !tbaa from testing cases if not used.Manman Ren2013-04-303-33/+24
* Set debug locations for branch instructions created during inlining, evenAdrian Prantl2013-04-301-0/+154
* Improve documentation.Adrian Prantl2013-04-291-1/+2
* AArch64: convert MC-layer test to .s fileTim Northover2013-04-272-51/+48
* Use the target triple from the target machine rather than the moduleEric Christopher2013-04-271-1/+1
* Move the XFAIL out of the middle of a comment.Eric Christopher2013-04-271-1/+1
* cleanup testcase some moreAdrian Prantl2013-04-261-11/+11
* Bugfix for the debug intrinsic handling in InstCombiner:Adrian Prantl2013-04-261-0/+100
* Cleanup testcase and ensure we actually exercise the inliner.Adrian Prantl2013-04-241-138/+144
* Make sure the instruction right after an inlined function has aAdrian Prantl2013-04-231-0/+165
* Use zlib to uncompress debug sections in DWARF parser.Alexey Samsonov2013-04-233-0/+36
* Revert "Revert "PR14606: debug info imported_module support""David Blaikie2013-04-2256-69/+97
* Revert "PR14606: debug info imported_module support"Eric Christopher2013-04-1955-95/+67
* PR14606: debug info imported_module supportDavid Blaikie2013-04-1955-67/+95
* PR15149/r174304 improvement - print hex for unknown dwarf language codes & ad...David Blaikie2013-04-171-2/+7
* Revert "Update the version of dwarf we say we're emitting to at least 3."Eric Christopher2013-04-101-19/+0
* Add object-emission flag for lit tests. This flag is usedJyotsna Verma2013-04-105-2/+10
* Update the version of dwarf we say we're emitting to at least 3.Eric Christopher2013-04-091-0/+17
* The .dwo section shouldn't contain the unrelocated values (andEric Christopher2013-04-091-13/+13
* Simplify the quoting here. Our lit emulator doesn't deal well with theChandler Carruth2013-04-081-1/+1
* DW_FORM_sec_offset should be a relocation on platforms that useEric Christopher2013-04-071-0/+12
* llvm-symbolizer: correctly parse filenames given in quotesAlexey Samsonov2013-04-053-4/+8
* Add a basic test for llvm-symbolizer toolAlexey Samsonov2013-04-051-0/+21
* Disable 2010-10-01-crash.ll for Hexagon as the Hexagon frontend willJyotsna Verma2013-04-041-0/+1
* Support and test template arguments for unions.Eric Christopher2013-04-021-0/+58