summaryrefslogtreecommitdiff
path: root/test/DebugInfo
AgeCommit message (Expand)AuthorFilesLines
2013-07-11In response to dblaikie's comment on r186035, replacing theAdrian Prantl1-136/+163
2013-07-10Add a comment.Adrian Prantl1-0/+39
2013-07-10Add a testcase for r186014.Adrian Prantl1-0/+139
2013-07-10Un-break the buildbot by tweaking the indirection flag.Adrian Prantl1-0/+102
2013-07-09move test into the appropriate subdir.Adrian Prantl1-0/+60
2013-07-09Reapply an improved version of r180816/180817.Adrian Prantl3-5/+115
2013-07-04DebugInfo: Consider global variables without locations to be validDavid Blaikie1-0/+38
2013-07-03Trying to fix the botsManman Ren1-2/+6
2013-07-02Debug Info: use module flag to set up Dwarf version.Manman Ren1-0/+27
2013-07-02Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.Jyotsna Verma1-0/+2
2013-07-02[PowerPC] Support TLS variables in debug infoUlrich Weigand2-3/+40
2013-07-01PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie1-0/+31
2013-07-01PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie3-2/+29
2013-07-01llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi1-2/+0
2013-06-28DebugInfo: PR14728: TLS supportDavid Blaikie1-0/+34
2013-06-28llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov1-3/+3
2013-06-28llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov3-2/+26
2013-06-28Debug Info: clean up usage of Verify.Manman Ren2-6/+6
2013-06-27[SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford1-2/+1
2013-06-24Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi1-0/+0
2013-06-24llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi1-1/+1
2013-06-24DebugInfo: add some testing from an overly broad end-to-end test in ClangDavid Blaikie2-37/+79
2013-06-23DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie1-0/+37
2013-06-22DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie1-24/+50
2013-06-21DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie1-0/+71
2013-06-20Give this X86-specific test a triple so it's actually X86-specific.David Blaikie1-1/+1
2013-06-20DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2-15/+61
2013-06-19Spelling correctionDavid Blaikie1-2/+2
2013-06-19DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie1-0/+70
2013-06-19Spell correct (s/begining/beginning/)David Blaikie1-11/+11
2013-06-19llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie3-0/+39
2013-06-14Fix frame pointer debug information testJF Bastien1-2/+2
2013-06-05PR15662: Optimized debug info produces out of order function parametersDavid Blaikie1-0/+73
2013-06-04[llvm-symbolizer] Avoid calling slow getSymbolSize for Mach-O files. Assume t...Alexey Samsonov1-0/+5
2013-06-03Correct handling invalid filename in llvm-symbolizerAlexey Samsonov1-0/+3
2013-05-30Revert r182937 and r182877.Rafael Espindola1-1/+1
2013-05-30Don't use fast isel on this test.Rafael Espindola1-1/+1
2013-05-29Teach ReMaterialization to be more cunning about subregistersTim Northover1-7/+7
2013-05-29LTO+Debug Info: revert r182791.Manman Ren1-117/+0
2013-05-29Move test that depends on the X86 backend into the right subdirectory.Benjamin Kramer1-0/+0
2013-05-28LTO+Debug Info: correctly emit inlined_subroutine when the inlined callee isManman Ren1-0/+117
2013-05-22Solidify the assumption that a DW_TAG_subprogram's type is a DW_TAG_subroutin...David Blaikie1-2/+3
2013-05-21Dwarf: use a single line table to generate assembly when .loc is used.Manman Ren1-0/+6
2013-05-20PR14606: Debug Info for namespace aliases/DW_TAG_imported_moduleDavid Blaikie1-29/+49
2013-05-16Generate debug info for by-value struct args even if they are not used.Adrian Prantl1-0/+126
2013-05-10Give the test from r181632 a target triple.David Blaikie1-1/+1
2013-05-10PR14492: Debug Info: Support for values of non-integer non-type template para...David Blaikie1-0/+84
2013-05-09Revert "Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)"Eric Christopher2-120/+1
2013-05-08Make sure debug info contains linkage names (DW_AT_MIPS_linkage_name)Eric Christopher2-1/+120
2013-05-08Debug Info: Support DW_TAG_imported_declarationDavid Blaikie1-49/+138