Implemented LowerVSELECT to custom lower some instructions.
[oota-llvm.git] / test / DebugInfo /
2014-05-16 David BlaikieDebugInfo: Handle emitting constants of C++ unicode...
2014-05-16 David BlaikieDebugInfo: Assume the CU's Subprogram list only contain...
2014-05-15 David BlaikieDebugInfo: Don't put fission type units in comdat sections.
2014-05-14 David BlaikieDebugInfo: Sure up subprogram variable list handling...
2014-05-14 David BlaikieDebugInfo: Assert that a CU's subprogram list contains...
2014-05-14 David BlaikieRecommit r208506: DebugInfo: Include lexical scopes...
2014-05-12 David BlaikieRevert "DebugInfo: Include lexical scopes in inlined...
2014-05-12 David BlaikieDebugInfo: Make gmlt debug info more gmlt-like by remov...
2014-05-12 David BlaikieDwarfDebug: Avoid an extra map lookup while constructin...
2014-05-11 David BlaikieDebugInfo: Include lexical scopes in inlined subroutines.
2014-05-11 David BlaikieDebugInfo: Simplify/correct test for correct constant...
2014-05-11 David BlaikieDwarfUnit: Share common constant value emission between...
2014-05-01 David BlaikieDebugInfo: Correct the attribute type kind.
2014-05-01 David BlaikiePR19623: Implement typedefs of void.
2014-04-30 David BlaikieRevert "Emit DW_AT_object_pointer once, on the declarat...
2014-04-30 David BlaikieDebugInfo: Omit DW_AT_artificial on DW_TAG_formal_param...
2014-04-30 David BlaikieEmit DW_AT_object_pointer once, on the declaration...
2014-04-28 David BlaikieDwarfDebug: Omit DW_AT_object_pointer on inlined_subrou...
2014-04-26 David BlaikieDebugInfo: Fix and test a regression caused by r207263...
2014-04-26 David BlaikieInclude C++ source for debug info test case committed...
2014-04-26 David BlaikieDWARF Type Units: Avoid emitting type units under fissi...
2014-04-25 Adrian PrantlUnbreak the gdb buildbot by not lowering dbg.declare...
2014-04-25 Eric ChristopherMake sure that rangelists are also relative to the...
2014-04-25 Adrian PrantlThis reapplies r207235 with an additional bugfixes...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlReapply r207135 without modifications.
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "This reapplies r207130 with an additional testc...
2014-04-25 Adrian PrantlThis reapplies r207130 with an additional testcase...
2014-04-25 Adrian PrantlRevert "Debug info for optimized code: Support variable...
2014-04-24 Adrian PrantlRevert "Debug info: Let dbg.values inserted by LowerDbg...
2014-04-24 Adrian PrantlDebug info: Let dbg.values inserted by LowerDbgDeclare...
2014-04-24 Adrian PrantlDebug info for optimized code: Support variables that...
2014-04-23 Saleem AbdulrasoolMC: honour IMAGE_SCN_CNT_INITIALIZED_DATA
2014-04-18 Alexey Samsonov[llvm-symbolizer] Print file/line for a PC even if...
2014-04-14 David BlaikieChange argument order and add explanatory comment to...
2014-04-14 Adrian PrantlRe-apply r206096 after investigating the gdb buildbot...
2014-04-13 David BlaikieFix instruction debug info location during legalization
2014-04-12 David BlaikiePR13337: Omit DW_TAG_restrict_type when compiling for...
2014-04-12 Adrian PrantlRevert "Debug info: (bugfix) C++ C/Dtors can be compile...
2014-04-12 Adrian PrantlDebug info: (bugfix) C++ C/Dtors can be compiled to...
2014-04-11 Adrian PrantlAdd some CHECKs to this testcase.
2014-04-11 Adrian PrantlDebug info: Store the DIVariable in DebugLocEntry also...
2014-04-09 Alp TokerFix some doc and comment typos
2014-04-08 NAKAMURA TakumiX86MCAsmInfoGNUCOFF: Set PointerSize as 8 for targeting...
2014-04-07 Eric ChristopherRevert the last couple of patches here and go back...
2014-04-07 Eric ChristopherXFAIL this completely at the moment:
2014-04-07 Eric ChristopherMake test run on most platforms and only fail on cygwin...
2014-04-06 David BlaikieDebugInfo: Support namespace aliases as DW_TAG_imported...
2014-04-04 NAKAMURA TakumiTweak unconditional-branch.ll passing on any hosts...
2014-04-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 NAKAMURA Takumiunconditional-branch.ll is broken for targeting x86_64...
2014-04-03 NAKAMURA TakumiRevert r205551, "Attempt to XFAIL this on mingw and...
2014-04-03 Eric ChristopherAttempt to XFAIL this on mingw and cygwin hosts. The...
2014-04-03 Eric ChristopherLoosen up check so that we can pass on platforms that...
2014-04-03 Eric ChristopherFix for PR 19261:
2014-04-03 David BlaikieDebugInfo: Use a 64 bit type for the subrange
2014-04-03 Rafael EspindolaAdd support for the R_ARM_ABS32 relocation.
2014-04-01 David BlaikieDebugLocEntry: Actually merge the loc entry when return...
2014-04-01 Adrian PrantlDwarfDebug: Prevent DebugLocEntry merging from coalesci...
2014-04-01 David BlaikieDebugInfo: Avoid creating unnecessary/empty line tables...
2014-03-29 Tim NorthoverARM64: initial backend import
2014-03-27 Timur IskhodzhanovAdd a PR reference
2014-03-27 Timur IskhodzhanovMake the recent COFF debug info tests more readable
2014-03-26 Eric ChristopherReorder arguments on test command line to make it easie...
2014-03-26 Timur IskhodzhanovFollow-up to r204790: don't try to emit line tables...
2014-03-26 Timur IskhodzhanovAdd tests for r204790
2014-03-26 Timur IskhodzhanovUse -LABEL checks in the COFF debug info tests
2014-03-26 David BlaikieDebugInfo: Add fission-related sections to COFF
2014-03-25 NAKAMURA Takumillvm/test/DebugInfo/empty.ll: Suppress crash for target...
2014-03-25 David BlaikieDebugInfo: Add GNU_addr_base and GNU_ranges_base only...
2014-03-25 David BlaikieDebugInfo: Support debug_loc under fission
2014-03-24 David BlaikieDebugInfo: Add DW_AT_GNU_ranges_base to skeleton CUs
2014-03-24 David BlaikieDebugInfo: Implement relative addressing for DW_AT_rang...
2014-03-24 David BlaikieDebugInfo: Don't emit relocations to abbreviations...
2014-03-21 David BlaikieDebugInfo: Omit DW_AT_addr_base from skeletal type...
2014-03-20 Rafael EspindolaConvert CodeGen test into a more specific MC test.
2014-03-20 Rafael EspindolaDon't use EmitAbsValue with symbol references.
2014-03-20 Eric ChristopherReapply DW_AT_low/high_pc patch:
2014-03-20 David BlaikieAdd comments from Eric's review of r204094.
2014-03-20 Eric ChristopherRevert "Use the range machinery for DW_AT_ranges and...
2014-03-19 Eric ChristopherUse the range machinery for DW_AT_ranges and DW_AT_high...
2014-03-19 David BlaikieDebugInfo: Use the comp_dir of the referencing type...
2014-03-18 NAKAMURA TakumiDebugInfo/lto-comp-dir.ll: Tweak for dos path.
2014-03-18 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
2014-03-18 David BlaikieDebugInfo: Flag test as requiring object emission support
2014-03-18 David BlaikieDebugInfo: Do not rely on the compilation dir (index...
2014-03-17 David BlaikieDebugInfo: Move line table zero-directory-index (compil...
2014-03-15 Benjamin KramerUse a fixed subtarget for test so atom scheduling can...
2014-03-14 Eric ChristopherRemove command line option for CU hashing. This is...
2014-03-14 Eric ChristopherMake the arbitrary section name be something mach-o...
2014-03-14 Eric ChristopherIf we see that we're emitting code for a function that...
2014-03-14 Eric ChristopherRemove the -generate-dwarf-cu-ranges flag.
2014-03-13 Eric ChristopherUse DW_AT_linkage_name when we're emitting DWARF4 or...
2014-03-12 NAKAMURA Takumidecl-derived-member.ll: Try to unbreak. Don't add ...
2014-03-12 Rafael EspindolaAdd a triple to fix the test on OS X.
2014-03-12 Eric ChristopherFix two thinkos in testcase and remove XFAIL.
2014-03-12 Eric ChristopherXFAIL this temporarily.
2014-03-12 Eric ChristopherMove test to X86 only for now.
next