aboutsummaryrefslogtreecommitdiffstats
path: root/test/DebugInfo
Commit message (Expand)AuthorAgeFilesLines
* Add a comment.Adrian Prantl2013-07-101-0/+39
* Add a testcase for r186014.Adrian Prantl2013-07-101-0/+139
* Un-break the buildbot by tweaking the indirection flag.Adrian Prantl2013-07-101-0/+102
* move test into the appropriate subdir.Adrian Prantl2013-07-091-0/+60
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-093-5/+115
* DebugInfo: Consider global variables without locations to be validDavid Blaikie2013-07-041-0/+38
* Trying to fix the botsManman Ren2013-07-031-2/+6
* Debug Info: use module flag to set up Dwarf version.Manman Ren2013-07-021-0/+27
* Add 'REQUIRES: object-emission' to DebugInfo/inlined-arguments.ll.Jyotsna Verma2013-07-021-0/+2
* [PowerPC] Support TLS variables in debug infoUlrich Weigand2013-07-022-3/+40
* PR14728: DebugInfo: TLS variables with -gsplit-dwarfDavid Blaikie2013-07-011-0/+31
* PR16493: DebugInfo with TLS on PPC crashing due to invalid relocationDavid Blaikie2013-07-013-2/+29
* llvm-symbolizer: Recognize a drive letter on win32. Then "REQUIRES: shell" ca...NAKAMURA Takumi2013-07-011-2/+0
* DebugInfo: PR14728: TLS supportDavid Blaikie2013-06-281-0/+34
* llvm-symbolizer: skip leading underscore in Mach-O symbol table entriesAlexey Samsonov2013-06-281-3/+3
* llvm-symbolizer: add support for Mach-O universal binariesAlexey Samsonov2013-06-283-2/+26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-282-6/+6
* [SystemZ] Allow LA and LARL to be rematerializedRichard Sandiford2013-06-271-2/+1
* Move llvm/test/DebugInfo/arguments.ll to X86, for now. It is still Windows' P...NAKAMURA Takumi2013-06-241-0/+0
* llvm/test/DebugInfo/arguments.ll: Add explicit -mtriple=x86_64-unknown-unknown.NAKAMURA Takumi2013-06-241-1/+1
* DebugInfo: add some testing from an overly broad end-to-end test in ClangDavid Blaikie2013-06-242-37/+79
* DebugInfo: PR14404: Avoid truncating 64 bit values into 32 bits for ULEB128/S...David Blaikie2013-06-231-0/+37
* DebugInfo: Support (using GNU extensions) for template template parameters an...David Blaikie2013-06-221-24/+50
* DebugInfo: Don't lose unreferenced non-trivial by-value parametersDavid Blaikie2013-06-211-0/+71
* Give this X86-specific test a triple so it's actually X86-specific.David Blaikie2013-06-201-1/+1
* DebugInfo: don't use location lists when the location covers the whole functi...David Blaikie2013-06-202-15/+61
* Spelling correctionDavid Blaikie2013-06-191-2/+2
* DebugInfo: PR14763/r183329 correct the location of indirect parametersDavid Blaikie2013-06-191-0/+70
* Spell correct (s/begining/beginning/)David Blaikie2013-06-191-11/+11
* llvm-dwarfdump: Add support for dumping the .debug_loc sectionDavid Blaikie2013-06-193-0/+39
* Fix frame pointer debug information testJF Bastien2013-06-141-2/+2
* 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