InstrItineraryData is already on the subtarget, no reason to
[oota-llvm.git] / test / DebugInfo /
2014-06-25 David BlaikieRevert "PR20038: DebugInfo: Inlined call sites where...
2014-06-25 David BlaikiePR20038: DebugInfo: Inlined call sites where the caller...
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-20 Rafael EspindolaMove test so that it is skipped if the ARM target is...
2014-06-20 Rafael EspindolaAllow a target to create a null streamer.
2014-06-19 Alp TokerFix typos
2014-06-19 David BlaikieDebugInfo: Fission: Ensure the address pool entries...
2014-06-19 Alp TokerMCNullStreamer: assign file IDs to resolve crashes...
2014-06-19 Oliver StannardEmit DWARF3 call frame information when DWARF3+ debug...
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-15 David BlaikiePR20038: DebugInfo missing DIEs for some concrete varia...
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-12 Alexey Samsonov[DWARF parser] Fix broken address ranges construction.
2014-06-12 Alexey Samsonov[llvm-symbolizer] Fix parsing DW_AT_ranges in Fission...
2014-06-11 Evgeniy StepanovImprove the test for inlining of __no_debug__ functions.
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-09 Evgeniy StepanovFix line numbers for code inlined from __nodebug__...
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-06-05 Ulrich WeigandXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-05 David BlaikiePR19388: DebugInfo: Emit dead arguments in their origin...
2014-06-05 Alexey SamsonovUse AArch64 instead of now removed ARM64 in test configs
2014-06-04 David BlaikieDebugInfo: Reapply r209984 (reverted in r210143), asser...
2014-06-04 David BlaikieXFAIL: test/DebugInfo/missing-abstract-variable.ll...
2014-06-04 David BlaikieDebugInfo: Partial revert r209984 due to more cases...
2014-06-01 David BlaikieDebugInfo: Assert that DbgVariables have associated...
2014-05-31 Alp TokerFix typos
2014-05-27 Arnaud A. de Grand... No need for those tests to go thru llvm-as and/or llvm...
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-26 David BlaikieDebugInfo: Test linkonce-odr functions under LTO.
2014-05-25 David BlaikieDebugInfo: Fix inlining with #file directives a little...
2014-05-25 David BlaikieStreamline test case by avoiding a temporary file and...
2014-05-24 Benjamin KramerCodeGen: Make MachineBasicBlock::back skip to the begin...
2014-05-24 Tim NorthoverAArch64/ARM64: move ARM64 into AArch64's place
2014-05-24 Tim NorthoverAArch64/ARM64: remove AArch64 from tree prior to renami...
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-23 David BlaikieDebugInfo: Put concrete definitions referencing abstrac...
2014-05-23 David BlaikieDebugInfo: Fix cross-CU references for scopes (and...
2014-05-21 David BlaikieRevert "DebugInfo: Don't put fission type units in...
2014-05-21 David BlaikieDebugInfo: Use the SPMap to find the parent CU of inlin...
2014-05-21 David BlaikieDebugInfo: Ensure concrete out of line variables from...
2014-05-21 Eric ChristopherMove MCOptions that aren't shared between programs...
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-20 David BlaikiePR19767: DebugInfo emission of pointer constants.
2014-05-20 David BlaikieDebugInfo: Emit function definitions within their names...
2014-05-20 David BlaikieFollow up to 209187, updating a test to use FileCheck...
2014-05-20 David BlaikieUpdate test/DebugInfo/2010-04-06-NestedFnDbgInfo.ll...
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-19 Alexey SamsonovKill symbolization functionality in llvm-dwarfdump...
2014-05-17 Alexey Samsonov[DWARF parser] Teach DIContext to fetch short (non...
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...
next