PR20038: DebugInfo: Inlined call sites where the caller has debug info but the call...
[oota-llvm.git] / test / DebugInfo / X86 /
2014-06-25 Rafael EspindolaFix another asserting method in the null streamer.
2014-06-24 David BlaikieFix up scoping in a few tests (and delete one that...
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-17 Louis GerbargAllow X86FastIsel to cope with 64 bit absolute relocations
2014-06-16 Louis GerbargImprove comments for r211040
2014-06-16 Louis GerbargFix illegal relocations in X86FastISel
2014-06-13 David BlaikieDebugInfo: Reference abstract definitions from variable...
2014-06-13 David BlaikieDebugInfo: Following up to r209677, refactor local...
2014-06-13 David BlaikieDebugInfo: Refactor some tests to allow DW_AT_name...
2014-06-13 David Blaikietest/DebugInfo/X86/dbg-value-isel.s: correct lexical...
2014-06-09 Alp TokerReduce verbiage of lit.local.cfg files
2014-06-09 Alexey SamsonovGenerate better location ranges for some register-descr...
2014-06-07 Alp TokerFix typos
2014-06-06 David BlaikieDebugInfo: Use the scope of the function declaration...
2014-06-06 David BlaikieDebugInfo: pubnames: include file-local (static or...
2014-06-06 David BlaikieMatch the full hex offsets in test/DebugInfo/X86/gnu...
2014-06-06 David BlaikieRemove DWARF3 testing of test/DebugInfo/X86/gnu-public...
2014-05-31 Alp TokerFix typos
2014-05-27 David BlaikieDebugInfo: Create abstract function definitions even...
2014-05-27 David BlaikieDebugInfo: Lazily construct subprogram definition DIEs.
2014-05-27 David BlaikieDebugInfo: Lazily attach definition attributes to defin...
2014-05-27 David BlaikieDebugInfo: Fix argument ordering in test by adding...
2014-05-25 David BlaikieStreamline test case by avoiding a temporary file and...
2014-05-23 David BlaikieDebugInfo: Generalize some tests to handle variations...
2014-05-23 David BlaikieDebugInfo: Generalize a test case to not depend on...
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-21 David BlaikieDebugInfo: Simplify subprogram declaration creation...
2014-05-21 Eric ChristopherAdd a comment here.
2014-05-20 Eric ChristopherMove this test to the backend from the frontend.
2014-05-20 Eric ChristopherMove the function and data section flags into the optio...
2014-05-19 David BlaikieDebugInfo: Assume all subprogram DIEs have been created...
2014-05-19 David BlaikieDebugInfo: Don't include DW_AT_inline on each abstract...
2014-05-19 David BlaikieDebugInfo: Fix missing inlined_subroutines caused by...
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-11 David BlaikieDebugInfo: Simplify/correct test for correct constant...
2014-05-11 David BlaikieDwarfUnit: Share common constant value emission between...
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-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 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-03 Rafael EspindolaFix llvm-objdump crash.
2014-04-03 David BlaikieDebugInfo: Use a 64 bit type for the subrange
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-26 Eric ChristopherReorder arguments on test command line to make it easie...
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 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 David BlaikieDebugInfo: Avoid emitting standard opcode lengths in...
2014-03-18 David BlaikieDebugInfo: Implement debug_line.dwo for file names...
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-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.
2014-03-12 Eric ChristopherTurn on hashing by default for split dwarf compile...
2014-03-11 David BlaikieDebugInfo: Refactor emitDebugPubNames/Types into a...
2014-03-08 David BlaikieDebugInfo: Use DW_FORM_data4 for DW_AT_high_pc in DW_TA...
2014-03-08 Eric ChristopherAdd support for hashing location information for CU...
next