SMDiagnostic: don't emit ranges if there are /any/ multibyte characters.
[oota-llvm.git] / test / DebugInfo /
2013-01-08 Eric ChristopherAdd the C testcase to this file.
2013-01-08 Eric ChristopherRemove the llvm-local DW_TAG_vector_type tag and add...
2013-01-08 David BlaikieMark artificial types as such in the annotated debug...
2013-01-07 Eric ChristopherAdd support for separating strings for the split debug...
2013-01-07 David BlaikieMake test/DebugInfo/member-pointers.ll portable by...
2013-01-07 David BlaikiePR14759: Debug info support for C++ member pointers.
2013-01-05 David BlaikieInclude access modifiers in subprogram metadata IR...
2013-01-05 David BlaikieEmit DW_TAG_formal_parameter for unnamed parameters.
2013-01-04 Eric ChristopherAdd a name for the anonymous type we're creating for...
2013-01-02 Eric ChristopherExtend the dumping infrastructure to deal with additional
2012-12-27 Eric ChristopherFor the dwarf5 split debug info code split out the...
2012-12-27 Eric ChristopherFileCheck-ize.
2012-12-27 Eric ChristopherFileCheck-ize.
2012-12-27 Eric ChristopherRight now all of the relocations are 32-bit dwarf,...
2012-12-21 Eric ChristopherMove these files over to the debug info directory.
2012-12-19 Eric ChristopherSplit out abbreviations for the skeleton info from...
2012-12-18 Eric ChristopherAdd support for passing -main-file-name all the way...
2012-12-13 David BlaikieDebug Info: add support to mark member variables as...
2012-12-10 Eric ChristopherRefactor out the abbreviation handling into a separate...
2012-12-10 Eric ChristopherUse the somewhat semantic term "split dwarf" it more...
2012-12-06 Bill WendlingHandle non-default array bounds.
2012-12-04 Bill WendlingUse the 'count' attribute to calculate the upper bound...
2012-12-04 David BlaikieReapply r160148 (reverted in r163570) fixing spurious...
2012-12-04 Bill WendlingAdd a 'count' field to the DWARF subrange.
2012-12-03 Eli BenderskySimplify this test a bit because DWARF emission/dumping...
2012-12-03 Eli BenderskyFix PR12942: Allow two CUs to be generated from the...
2012-11-30 Eric ChristopherAdd some first skeleton work for the DWARF5 Fission...
2012-11-07 Eric ChristopherAdd a relocation visitor to lib object. This works...
2012-10-05 Eli FriedmanMake sure to generate the right kind of MDNode for...
2012-10-04 Eric ChristopherUpdate this a bit more to represent how the prologue...
2012-10-03 Eric ChristopherRevert 165051-165049 while looking into the foreach...
2012-10-02 Eric ChristopherRevert "Don't use a debug location for frame setup...
2012-10-02 Eric ChristopherAllow alternate instructions to silence bot.
2012-10-02 Eric ChristopherDon't use a debug location for frame setup instructions...
2012-10-02 Eric ChristopherRemove the SavePoint infrastructure from fast isel...
2012-10-02 Benjamin KramerFix broken tests.
2012-09-26 Benjamin KramerFix tests that didn't test anything.
2012-09-20 Eric ChristopherOnly emit DW_AT_object_pointer if this is a definition.
2012-09-18 NAKAMURA Takumillvm/test/DebugInfo: Move two tests, 2010-04-13-PubType...
2012-09-12 Eric ChristopherRecommit, with fixes:
2012-09-12 Eric ChristopherRevert "Add some support for dealing with an object...
2012-09-12 Eric ChristopherAdd some support for dealing with an object pointer...
2012-09-10 Eric ChristopherRevert r160148 it seems to cause more problems than...
2012-09-04 Alexey SamsonovAdd support for fetching inlining context (stack of...
2012-08-27 Alexey SamsonovAdd basic support for .debug_ranges section to LLVM...
2012-08-24 Eric ChristopherUse DW_FORM_flag_present to save space in debug informa...
2012-08-23 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-08-23 Eric ChristopherTurn these two options in to trinary state so that...
2012-08-23 Eric ChristopherMake this darwin specific to try to silence the bots.
2012-08-23 Eric ChristopherEmit pubtypes only when going for darwin gdb compatibility.
2012-08-23 Eric ChristopherFilecheck-ize.
2012-08-07 Alexey SamsonovFix the representation of debug line table in DebugInfo...
2012-08-01 Eric ChristopherTemporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8...
2012-07-27 Eric ChristopherAdd a DW_AT_high_pc for CUs that are a single address...
2012-07-19 NAKAMURA Takumitest/DebugInfo/dwarfdump-test.test: Tweak expressions...
2012-07-19 Alexey SamsonovDebugInfo library: add support for fetching absolute...
2012-07-17 Alexey SamsonovImprove behavior of DebugInfoEntryMinimal::getSubprogra...
2012-07-12 Eric ChristopherThe end of the prologue should be marked with is_stmt.
2012-07-06 Alexey SamsonovFix PR13202 and a regtest.
2012-07-02 Chandler CarruthConvert the uses of '|&' to use '2>&1 |' instead, which...
2012-07-02 Alexey SamsonovThis patch extends the libLLVMDebugInfo which contains...
2012-06-22 Nick LewyckyEmit relocations for DW_AT_location entries on systems...
2012-06-01 Eric ChristopherAdd support for enum forward declarations.
2012-05-27 Peter CollingbourneHave getOrCreateSubprogramDIE store the DIE for a subpr...
2012-05-23 Eric ChristopherAdd support for C++11 enum classes in llvm.
2012-05-19 Eric ChristopherActually support DW_TAG_rvalue_reference_type that...
2012-05-08 Eric ChristopherHandle OpDeref in case it comes in as a register operand.
2012-05-01 Alexey SamsonovX86: Use StackRegister instead of FrameRegister in...
2012-04-05 Eric ChristopherPatch to set is_stmt a little better for prologue lines...
2012-04-03 Eric ChristopherFix thinko check for number of operands to be the one...
2012-03-28 Eric ChristopherFix the output of the DW_TAG_friend tag to include...
2012-03-27 Eric ChristopherAdd a test for the previous commit. Also, remove two...
2012-03-25 Eli BenderskyContinue cleanup of LIT, getting rid of the remaining...
2012-03-19 NAKAMURA Takumillvm/test/DebugInfo: Move two tests to DebugInfo/X86...
2012-03-16 Eric ChristopherDo the right thing on NULL uint64 fields.
2012-03-15 Eric ChristopherFor types with a parent of the compile unit make sure...
2012-03-15 Eric ChristopherRevert the removal of DW_AT_MIPS_linkage_name when...
2012-03-14 Eric ChristopherRemove the DW_AT_MIPS_linkage name attribute when we...
2012-03-07 Eric ChristopherAdd the DW_AT_APPLE_runtime_class attribute to forward...
2012-03-02 Eric ChristopherRevert "Reorder the sections being output to reduce...
2012-03-01 Eric ChristopherReorder the sections being output to reduce the number...
2012-02-24 Eric ChristopherIf the Address of a variable is an argument then treat...
2012-02-22 Eric ChristopherOnly add DW_AT_prototyped if we're working with a C...
2012-02-21 Eric ChristopherTestcase for previous commit.
2012-02-21 Eric ChristopherThere's no need for a DW_AT_byte_size on a pointer...
2012-02-16 Eli BenderskyReplace all instances of dg.exp file with lit.local...
2012-01-24 Eric ChristopherFix the testcases for the previous patch.
2012-01-11 Eric ChristopherDon't avoid recursing for pointer types, just reference...
2011-12-16 Eric ChristopherWhen recursing for the original size of a type, stop...
2011-11-27 Chris LattnerUpgrade syntax of tests using volatile instructions...
2011-11-27 Chris Lattnerremove autoupgrade support for really old-style debug...
2011-11-12 Rafael EspindolaThe dwarf standard says that the only differences betwe...
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-11 Devang PatelMove X86 specific test in X86 directory.
2011-11-10 Rafael EspindolaCheck in getOrCreateSubprogramDIE if a declaration...
2011-11-04 Rafael EspindolaAdd triple to test.
2011-11-04 Rafael EspindolaEmit declarations before definitions if they are availa...
2011-11-01 Eli FriedmanMove another test requiring x86 into X86 directory.
2011-11-01 Eli FriedmanMove test requiring x86 backend into X86 directory.
2011-10-28 Nick LewyckyAlways use the string pool, even when it makes the...
next