[Bitcode] Add compatibility tests for new instructions
[oota-llvm.git] / test / DebugInfo /
2015-08-28 Duncan P. N. Exon... AsmPrinter: Allow null subroutine type
2015-08-28 Duncan P. N. Exon... DI: Require subprogram definitions to be distinct
2015-08-28 Petar Jovanovic[mips] Remove incorrect DebugLoc entries from prologue
2015-08-23 Frederic Riss[dwarfdump] Do not apply relocations in mach-o files...
2015-08-21 Adrian Prantldelete more dead code from this testcase.
2015-08-20 Adrian PrantlFurther reduce the IR in this testcase based on a furth...
2015-08-20 Adrian PrantlFix a debug location handling bug in GVN.
2015-08-19 Paul RobinsonMinor tidying of regex in a test
2015-08-11 Paul RobinsonMake DW_AT_[MIPS_]linkage_name optional, and off by...
2015-08-10 Jonathan RoelofsFix a bunch of trivial cases of 'CHECK[^:]*$' in the...
2015-08-07 James Y Knight[SPARC] Disable unsupported ExecutionEngine tests,...
2015-08-05 Reid KlecknerIf the "CodeView" module flag is set, emit codeview...
2015-08-04 Mehdi AminiUpdate test suite to make "ninja check" succeed without...
2015-08-03 Duncan P. N. Exon... DI: Disallow uniquable DICompileUnits
2015-08-03 Alexander KornienkoDon't use test inputs from other directories.
2015-08-03 Frederic Riss[dwarfdump] Add support for dumping mach-o universal...
2015-07-31 Frederic Riss[dwarfdump] Ignore scattered relocations for mach-o.
2015-07-31 Duncan P. N. Exon... DI: Remove DW_TAG_arg_variable and DW_TAG_auto_variable
2015-07-30 Vasileios Kalintiris[mips] Fix out-of-date debug information in test file.
2015-07-28 Chih-Hung HsiehImplement target independent TLS compatible with glibc...
2015-07-24 Duncan P. N. Exon... DI/Verifier: Fix argument bitrot in DILocalVariable
2015-07-15 Paul RobinsonAdd a "debugger tuning" concept that allows us to fine...
2015-07-15 Adrian PrantlDebug Info: Add basic support for external types refere...
2015-07-09 David Majnemer[CodeView] Add support for emitting column information
2015-07-01 David BlaikieRevert "[DWARF] Fix debug info generation for function...
2015-07-01 Michael KupersteinTest committed in r241153 is more target-specific than...
2015-07-01 Michael KupersteinFix non-target-specific test not to use the x86 triple.
2015-07-01 Michael Kuperstein[DWARF] Fix debug info generation for function static...
2015-06-30 Adrian PrantlDebug info: Add dwarf backend support for DIModule.
2015-06-27 Adrian PrantlRevert "Debug Info: One more bitfield bugfix. While...
2015-06-27 Benjamin KramerDon't use %llc_dwarf for target-specific tests.
2015-06-27 Adrian PrantlDebug Info: One more bitfield bugfix. While yesterday...
2015-06-27 Adrian PrantlAdd original source code to test case as suggested...
2015-06-26 Adrian PrantlDebug Info: Fix a bug in the DW_AT_bit_offset calculati...
2015-06-26 Adrian PrantlDebug info: Add more test coverage for bitfields.
2015-06-25 Alexey SamsonovMake llvm-dwarfdump exit with non-zero exit code if...
2015-06-25 Adrian PrantlSplit test up into two target-spcific directories.
2015-06-25 Adrian PrantlDebug Info: Add basic test coverage for the DWARF encod...
2015-06-25 Frederic RissIAS: Use the root macro instanciation for location
2015-06-25 Paul RobinsonMake this test verify .debug_pubnames is actually missing.
2015-06-21 Duncan P. N. Exon... AsmPrinter: Don't emit empty .debug_loc entries
2015-06-17 David MajnemerMove the personality function from LandingPadInst to...
2015-06-09 David BlaikieRevert "[DWARF] Fix a few corner cases in expression...
2015-06-09 NAKAMURA Takumillvm/test/DebugInfo/X86/expressions.ll: %llc_dwarf...
2015-06-09 Keno FischerMove X86-only test case to appropriate directory
2015-06-09 Keno Fischer[DWARF] Fix a few corner cases in expression emission
2015-06-04 Alexey SamsonovRevert "[Object, ELF] Fix segmentation fault in ELFFile...
2015-06-04 Alexey Samsonov[Object, ELF] Fix segmentation fault in ELFFile::getSec...
2015-06-04 Alexey Samsonov[Object, ELF] Don't assert on invalid magic in createEL...
2015-06-04 Alexey Samsonov[Object, ELF] Don't call llvm_unreachable() from create...
2015-06-04 Sergey DmitroukErase constant dbgloc on reuse in PHI node
2015-06-03 Alexey SamsonovImprove test added in r238481.
2015-05-31 Keno Fischer[DWARF] Fix a bug in line info handling
2015-05-31 Rafael EspindolaFor COFF and MachO, compute the gap between to symbols.
2015-05-30 Keno FischerAdd RelocVisitor support for MachO
2015-05-28 Alexey SamsonovObject, ELF: Use error code instead of calling report_f...
2015-05-28 Ed MasteDebugInfo: .debug_line DWARF64 support
2015-05-24 Duncan P. N. Exon... AsmPrinter: Emit the DwarfStringPool offset directly...
2015-05-24 Duncan P. N. Exon... DebugInfo: Clarify test/DebugInfo/X86/stmt-list-multipl...
2015-05-21 Keno FischerMake it easier to use DwarfContext with MCJIT
2015-05-20 Alexey SamsonovTemporary delete the test while we're investigating...
2015-05-19 Alexey Samsonov[DWARF parser] Add basic support for DWZ DWARF multifil...
2015-05-13 Sergey Dmitrouk[DebugInfo] Debug locations for constant SD nodes
2015-05-07 Sergey DmitroukDisable r235989 "Reapply r235977 "[DebugInfo] Add debug...
2015-05-06 Duncan P. N. Exon... DwarfDebug: Emit number of bytes in .debug_loc entry...
2015-05-02 David BlaikieDebugInfo: Use low_pc relative debug_ranges under fissi...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-28 Sergey DmitroukReapply r235977 "[DebugInfo] Add debug locations to...
2015-04-28 Daniel JasperRevert "[DebugInfo] Add debug locations to constant...
2015-04-28 Sergey Dmitrouk[DebugInfo] Add debug locations to constant SD nodes
2015-04-27 Rafael EspindolaUse CIE version 1 for .eh_frame.
2015-04-22 Krzysztof ParzyszekUnxfail passing test on Hexagon
2015-04-17 Duncan P. N. Exon... DebugInfo: Fixup r235149 after IR change in r235145
2015-04-17 Duncan P. N. Exon... DebugInfo: Simplify testcase from LiveDebugVariables...
2015-04-16 David Blaikie[opaque pointer type] Add textual IR support for explic...
2015-04-16 Duncan P. N. Exon... DebugInfo: Fix UserValue::match() in LiveDebugVariables...
2015-04-16 Hans WennborgRevert the switch lowering change (r235101, r235103...
2015-04-16 Hans WennborgAdd a triple to test/DebugInfo/unconditional-branch...
2015-04-15 Duncan P. N. Exon... DebugInfo: Remove 'inlinedAt:' field from MDLocalVariable
2015-04-15 Duncan P. N. Exon... DebugInfo: Add missing !dbg attachments to intrinsics
2015-04-14 David BlaikieDebugInfo: Pubnames: Do not include variable declaratio...
2015-04-14 David BlaikieUpdate test case to include the original source code...
2015-04-14 Anders WaldenborgFix crash in DebugInfoFinder when adding a module with...
2015-04-13 Duncan P. N. Exon... Reapply "Verifier: Check for incompatible bit piece...
2015-04-07 Rafael EspindolaRefactor a lot of duplicated code for stub output.
2015-04-03 Duncan P. N. Exon... Verifier: Check that inlined-at locations agree
2015-04-03 Duncan P. N. Exon... CodeGen: Fix MachineInstr::print() for DBG_VALUE
2015-03-28 Duncan P. N. Exon... DebugInfo: Fix testcases with invalid MDSubprogram...
2015-03-27 Duncan P. N. Exon... DebugInfo: Fix bad debug info for compile units and...
2015-03-27 Duncan P. N. Exon... DebugInfo: Update testcases with invalid variables
2015-03-25 Peter CollingbourneSimplify missing-file-line.ll test.
2015-03-25 Peter CollingbourneDebugInfo: Permit DW_TAG_structure_type, DW_TAG_member...
2015-03-23 Rafael EspindolaRefactor how passes get a symbol at the end of a section.
2015-03-20 Rafael EspindolaDon't declare all text sections at the start of the .s
2015-03-20 Duncan P. N. Exon... Verifier: Check that !dbg attachments have the right...
2015-03-17 Rafael EspindolaEmit the offset directly instead of creating a dummy...
2015-03-17 Rafael EspindolaCentralize the handling of unique ids for temporary...
2015-03-16 Duncan P. N. Exon... DebugInfo: Fix testcases that fail -verify-debug-info...
2015-03-16 Duncan P. N. Exon... Verifier: Remove unnecessary double-checks
2015-03-16 Rafael EspindolaUse the i8 immediate cmp instructions when possible.
next