SLPVectorization: Add a basic support for cross-basic block slp vectorization.
[oota-llvm.git] / test / DebugInfo /
2013-06-20 David BlaikieGive this X86-specific test a triple so it's actually...
2013-06-20 David BlaikieDebugInfo: don't use location lists when the location...
2013-06-19 David BlaikieSpelling correction
2013-06-19 David BlaikieDebugInfo: PR14763/r183329 correct the location of...
2013-06-19 David BlaikieSpell correct (s/begining/beginning/)
2013-06-19 David Blaikiellvm-dwarfdump: Add support for dumping the .debug_loc...
2013-06-14 JF BastienFix frame pointer debug information test
2013-06-05 David BlaikiePR15662: Optimized debug info produces out of order...
2013-06-04 Alexey Samsonov[llvm-symbolizer] Avoid calling slow getSymbolSize...
2013-06-03 Alexey SamsonovCorrect handling invalid filename in llvm-symbolizer
2013-05-30 Rafael EspindolaRevert r182937 and r182877.
2013-05-30 Rafael EspindolaDon't use fast isel on this test.
2013-05-29 Tim NorthoverTeach ReMaterialization to be more cunning about subreg...
2013-05-29 Manman RenLTO+Debug Info: revert r182791.
2013-05-29 Benjamin KramerMove test that depends on the X86 backend into the...
2013-05-28 Manman RenLTO+Debug Info: correctly emit inlined_subroutine when...
2013-05-22 David BlaikieSolidify the assumption that a DW_TAG_subprogram's...
2013-05-21 Manman RenDwarf: use a single line table to generate assembly...
2013-05-20 David BlaikiePR14606: Debug Info for namespace aliases/DW_TAG_import...
2013-05-16 Adrian PrantlGenerate debug info for by-value struct args even if...
2013-05-10 David BlaikieGive the test from r181632 a target triple.
2013-05-10 David BlaikiePR14492: Debug Info: Support for values of non-integer...
2013-05-09 Eric ChristopherRevert "Make sure debug info contains linkage names...
2013-05-08 Eric ChristopherMake sure debug info contains linkage names (DW_AT_MIPS...
2013-05-08 David BlaikieDebug Info: Support DW_TAG_imported_declaration
2013-05-07 David BlaikieDebug Info: Fix for break due to r181271
2013-05-06 David BlaikieDebugInfo: Support imported modules in lexical blocks
2013-05-06 Ulrich Weigand[SystemZ] Update non-pic DWARF encodings
2013-05-06 Ulrich Weigand[SystemZ] Add DebugInfo test cases
2013-05-02 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-04-30 Manman RenTBAA: remove !tbaa from testing cases if not used.
2013-04-30 Adrian PrantlSet debug locations for branch instructions created...
2013-04-29 Adrian PrantlImprove documentation.
2013-04-27 Tim NorthoverAArch64: convert MC-layer test to .s file
2013-04-27 Eric ChristopherUse the target triple from the target machine rather...
2013-04-27 Eric ChristopherMove the XFAIL out of the middle of a comment.
2013-04-26 Adrian Prantlcleanup testcase some more
2013-04-26 Adrian PrantlBugfix for the debug intrinsic handling in InstCombiner:
2013-04-24 Adrian PrantlCleanup testcase and ensure we actually exercise the...
2013-04-23 Adrian PrantlMake sure the instruction right after an inlined functi...
2013-04-23 Alexey SamsonovUse zlib to uncompress debug sections in DWARF parser.
2013-04-22 David BlaikieRevert "Revert "PR14606: debug info imported_module...
2013-04-19 Eric ChristopherRevert "PR14606: debug info imported_module support"
2013-04-19 David BlaikiePR14606: debug info imported_module support
2013-04-17 David BlaikiePR15149/r174304 improvement - print hex for unknown...
2013-04-10 Eric ChristopherRevert "Update the version of dwarf we say we're emitti...
2013-04-10 Jyotsna VermaAdd object-emission flag for lit tests. This flag is...
2013-04-09 Eric ChristopherUpdate the version of dwarf we say we're emitting to...
2013-04-09 Eric ChristopherThe .dwo section shouldn't contain the unrelocated...
2013-04-08 Chandler CarruthSimplify the quoting here. Our lit emulator doesn't...
2013-04-07 Eric ChristopherDW_FORM_sec_offset should be a relocation on platforms...
2013-04-05 Alexey Samsonovllvm-symbolizer: correctly parse filenames given in...
2013-04-05 Alexey SamsonovAdd a basic test for llvm-symbolizer tool
2013-04-04 Jyotsna VermaDisable 2010-10-01-crash.ll for Hexagon as the Hexagon...
2013-04-02 Eric ChristopherSupport and test template arguments for unions.
2013-03-29 Adrian Prantlmove testcase into appropriate X86 subdirectory.
2013-03-29 Adrian PrantlSplit the llvm/tools/clang/test/CodeGenObjC/debug-info...
2013-03-28 David BlaikieRevert "Adding DIImportedModules to DIScopes."
2013-03-27 David BlaikieAdding DIImportedModules to DIScopes.
2013-03-25 Jyotsna VermaXFAIL DebugInfo tests for Hexagon.
2013-03-23 Benjamin KramerMove X86-dependent test into the right subdirectory.
2013-03-22 David Blaikiereorder the fields in DILexicalBlockFile to match the...
2013-03-22 David BlaikieRefactor out the DIFile parameter to DILexicalBlock...
2013-03-22 David BlaikieReorder the DIFile field in DILexicalBlock to become...
2013-03-22 Chandler CarruthRemove the ARM-specific variant of this test. It's...
2013-03-21 David BlaikieRefactor the filename/directory information in DISubpro...
2013-03-21 David BlaikieMove the DIFile in DISubprogram to the beginning to...
2013-03-21 David BlaikieRemove unused field in DISubprogram
2013-03-20 David BlaikieDebug info: refactor the first field of DICompileUnit...
2013-03-20 David BlaikieDebug Info: Swap the 2nd and 3rd parameters to DICompil...
2013-03-20 David BlaikieRemove unused field in DICompileUnit
2013-03-20 David BlaikieRefactor file/directory path in namespace debug info...
2013-03-20 David BlaikieEnhance debug info namespace test to check for context...
2013-03-20 David BlaikieMake target-specific test case in r177474 only run...
2013-03-20 David BlaikieReorder the DIFile parameter in DINameSpace
2013-03-20 David BlaikieTest DW_TAG_namespace support in the backend
2013-03-20 David BlaikieFix test case regression on ARM & PPC introduced r177239
2013-03-20 David BlaikieRefactor the DIFile (2nd) parameter to DITypes to be...
2013-03-19 David BlaikieMove the DIFile operand to DITypes from the 4th operand...
2013-03-17 David BlaikieSplit out filename & directory from DIFile to start...
2013-03-14 Adrian PrantlTest that we emit a DW_AT_location for self captured...
2013-03-13 David BlaikieRemove an extra operand to a DIFile metadata entry
2013-03-13 David BlaikieRemove the unused 4th operand for DIFile debug info...
2013-03-13 David BlaikieRefactor filename/directory in DICompileUnit into a...
2013-03-12 David BlaikieRemove unused "isMain" field from DICompileUnit
2013-03-12 David BlaikieUpdate debug info test cases with empty SplitDebugFilen...
2013-03-11 David BlaikieUpgrading debug info test cases to be (more) compatible...
2013-03-08 David BlaikieRemove -print-dbginfo as it is unused & bitrotten.
2013-03-08 David BlaikieUpgrade tests to the latest debug info format.
2013-03-07 Manman RenDebug Info: store the files and directories for each...
2013-02-27 Manman RenDebug Info: for static member variables, always put...
2013-02-27 Manman RenDebug Info: for static member variables, add AT_MIPS_li...
2013-02-26 Manman RenRevert r176120 as it caused a failure at static-member.cpp
2013-02-26 Manman RenDebug Info: for static member variables, move AT_MIPS_l...
2013-02-22 Eric ChristopherUse getSplitDebugFilename when constructing the skeleto...
2013-02-21 Eli BenderskyPreviously, parsing capability of the .debug_frame...
2013-02-14 Krzysztof ParzyszekAdd testcase for llvm-dwarfdump to test parsing of...
2013-02-14 Elena DemikhovskyMoved line-info.ll to DebugInfo\X86 directory
next