- 9c5861f Attempt to recover gdb bot after r174445. by Manman Ren · 12 years ago
- 43213cf Dwarf: support for LTO where a single object file can have multiple line tables by Manman Ren · 12 years ago
- 19c3364 Add support for testing the output of the abbrev table for the by Eric Christopher · 12 years ago
- 208cc6f Add support for emitting a stub DW_AT_GNU_dwo_id as part of the by Eric Christopher · 12 years ago
- 4f12e53 Update debugging test for change in expected metadata. by Tim Northover · 12 years ago
- f839eed [DebugInfo] remove more node indirection (this time from the subprogram's variable lists) by David Blaikie · 12 years ago
- a8eefc7 Remove the (apparently) unnecessary debug info metadata indirection. by David Blaikie · 12 years ago
- a0bbe40 Removing ssp and uwtable from the testcase by Manman Ren · 12 years ago
- 945e828 [Dwarf] avoid emitting multiple AT_const_value for static memebers. by Manman Ren · 12 years ago
- 7bc8414 Add explicit triples to AArch64 tests by Tim Northover · 12 years ago
- 72062f5 Add AArch64 as an experimental target. by Tim Northover · 12 years ago
- aaf2e63 Support artificial parameters in function types. by David Blaikie · 12 years ago
- ff715b2 PR14566: Debug Info: Removing top level lexical blocks by David Blaikie · 12 years ago
- e27a787 Add DIContext::getLineInfoForAddressRange() function and test. This function allows a caller to obtain a table of line information for a function using the function's address and size. by Andrew Kaylor · 12 years ago
- ee7c0d2 Add support for applying in-memory relocations to the .debug_line section and, in the case of ELF files, using symbol addresses when available for relocations to the .debug_info section. Also extending the llvm-rtdyld tool to add the ability to dump line number information for testing purposes. by Andrew Kaylor · 12 years ago
- a326298 Add back a RUN line removed by mistake by a previous commit by Eli Bendersky · 12 years ago
- 767295f Now that llvm-dwarfdump supports flags to specify which DWARF section to dump, by Eli Bendersky · 12 years ago
- 939a4e8 Add command-line flags for DWARF dumping. by Eli Bendersky · 12 years ago
- 1426841 The last of PR14471 - emission of constant floats by David Blaikie · 12 years ago
- fe07db3 Fix a latent bug exposed by recent static member debug info changes. by David Blaikie · 12 years ago
- 0969ddf Split out DW_OP_addr for the split debug info DWARF5 proposal. by Eric Christopher · 12 years ago
- 446b88f Fix the assembly and dissassembly of DW_FORM_sec_offset. Found this by by Eric Christopher · 12 years ago
- d96c72a Add the DW_AT_GNU_addr_base for the skeleton cu. Add support for by Eric Christopher · 12 years ago
- 4f3b323 Make this test X86 only. by Eric Christopher · 12 years ago
- 65605d8 Move this to X86. by Eric Christopher · 12 years ago
- 2c2bcbd Add testcase missed yesterday from Paul Robinson. by Eric Christopher · 12 years ago
- 72f7bfb Split address information for DWARF5 split dwarf proposal. This involves by Eric Christopher · 12 years ago
- ef24963 Add the C testcase to this file. by Eric Christopher · 12 years ago
- 9a1e0e2 Remove the llvm-local DW_TAG_vector_type tag and add a test to by Eric Christopher · 12 years ago
- 0fecdfb Mark artificial types as such in the annotated debug output. by David Blaikie · 12 years ago
- dd8e9f3 Add support for separating strings for the split debug info DWARF5 by Eric Christopher · 12 years ago
- 50601e4 Make test/DebugInfo/member-pointers.ll portable by removing the TargetData by David Blaikie · 12 years ago
- 62fdfb5 PR14759: Debug info support for C++ member pointers. by David Blaikie · 12 years ago
- e302b6c Include access modifiers in subprogram metadata IR comment. by David Blaikie · 12 years ago
- 00ece1b Emit DW_TAG_formal_parameter for unnamed parameters. by David Blaikie · 12 years ago
- 8cab6ed Add a name for the anonymous type we're creating for subrange by Eric Christopher · 12 years ago
- 82de10a Extend the dumping infrastructure to deal with additional by Eric Christopher · 12 years ago
- 64f824c For the dwarf5 split debug info code split out the string section by Eric Christopher · 12 years ago
- d84aa00 FileCheck-ize. by Eric Christopher · 12 years ago
- 5211876 FileCheck-ize. by Eric Christopher · 12 years ago
- 32b3768 Right now all of the relocations are 32-bit dwarf, and the relocation by Eric Christopher · 12 years ago
- 71a9c21 Move these files over to the debug info directory. by Eric Christopher · 12 years ago
- 6eebe47 Split out abbreviations for the skeleton info from the rest of by Eric Christopher · 12 years ago
- 6c58314 Add support for passing -main-file-name all the way through to the assembler. by Eric Christopher · 12 years ago
- 01bc2b3 Debug Info: add support to mark member variables as artificial by David Blaikie · 12 years ago
- 0e3e9b7 Refactor out the abbreviation handling into a separate class that by Eric Christopher · 12 years ago
- 4daaed1 Use the somewhat semantic term "split dwarf" it more matches what's by Eric Christopher · 12 years ago
- 222c2fd Handle non-default array bounds. by Bill Wendling · 12 years ago
- 9493dae Use the 'count' attribute to calculate the upper bound of an array. by Bill Wendling · 12 years ago
- b36c531 Reapply r160148 (reverted in r163570) fixing spurious breakpoints in modern GDB by David Blaikie · 12 years ago
- a7645a3 Add a 'count' field to the DWARF subrange. by Bill Wendling · 12 years ago
- ba917da Simplify this test a bit because DWARF emission/dumping on some platforms by Eli Bendersky · 12 years ago
- d4a05e0 Fix PR12942: Allow two CUs to be generated from the same source file. by Eli Bendersky · 12 years ago
- 98e237f Add some first skeleton work for the DWARF5 Fission proposal. Emit by Eric Christopher · 12 years ago
- 806e03d Add a relocation visitor to lib object. This works via caching relocated by Eric Christopher · 12 years ago
- ce3da6f Make sure to generate the right kind of MDNode for enum forward declarations. by Eli Friedman · 12 years ago
- 0313ced Update this a bit more to represent how the prologue should work: by Eric Christopher · 12 years ago
- 76ad43c Revert 165051-165049 while looking into the foreach.m failure in more detail. by Eric Christopher · 12 years ago
- 394820b Revert "Don't use a debug location for frame setup instructions in the" by Eric Christopher · 12 years ago
- abe7043 Allow alternate instructions to silence bot. by Eric Christopher · 12 years ago
- 9fd3046 Don't use a debug location for frame setup instructions in the by Eric Christopher · 12 years ago
- 96bd441 Remove the SavePoint infrastructure from fast isel, replace by Eric Christopher · 12 years ago
- fba80d9 Fix broken tests. by Benjamin Kramer · 12 years ago
- e7381cc Fix tests that didn't test anything. by Benjamin Kramer · 12 years ago
- d57ae39 Only emit DW_AT_object_pointer if this is a definition. by Eric Christopher · 12 years ago
- 0480064 llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType.ll and linkage-name.ll to X86. by NAKAMURA Takumi · 12 years ago
- e521278 Recommit, with fixes: by Eric Christopher · 12 years ago
- fd1cd57 Revert "Add some support for dealing with an object pointer on arguments." by Eric Christopher · 12 years ago
- 2c57a33 Add some support for dealing with an object pointer on arguments. by Eric Christopher · 12 years ago
- 09e4750 Revert r160148 it seems to cause more problems than it should by Eric Christopher · 12 years ago
- 5eae90d Add support for fetching inlining context (stack of source code locations) by Alexey Samsonov · 12 years ago
- eceb5b9 Add basic support for .debug_ranges section to LLVM's DebugInfo library. by Alexey Samsonov · 12 years ago
- 873cf0a Use DW_FORM_flag_present to save space in debug information if we're by Eric Christopher · 12 years ago
- cbbd5b1 Remove the DW_AT_MIPS_linkage name attribute when we don't need it by Eric Christopher · 12 years ago
- 20f47ab Turn these two options in to trinary state so that they can be by Eric Christopher · 12 years ago
- 3180d5a Make this darwin specific to try to silence the bots. by Eric Christopher · 12 years ago
- 360f006 Emit pubtypes only when going for darwin gdb compatibility. by Eric Christopher · 12 years ago
- ccffa84 Filecheck-ize. by Eric Christopher · 12 years ago
- 351f83b Fix the representation of debug line table in DebugInfo LLVM library, by Alexey Samsonov · 12 years ago
- 6635cad Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f87dcd. It's causing by Eric Christopher · 12 years ago
- c23b933 Add a DW_AT_high_pc for CUs that are a single address range. Update by Eric Christopher · 12 years ago
- a45d4d1 test/DebugInfo/dwarfdump-test.test: Tweak expressions for Win32 to match backslashes. They are still odd, though. by NAKAMURA Takumi · 12 years ago
- 71d94f8 DebugInfo library: add support for fetching absolute paths to source files by Alexey Samsonov · 12 years ago
- 9d26b0b Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in r159512. by Alexey Samsonov · 12 years ago
- 5cf55e1 The end of the prologue should be marked with is_stmt. Fixes PR13303. by Eric Christopher · 12 years ago
- b67bd33 Fix PR13202 and a regtest. by Alexey Samsonov · 12 years ago
- 49589f0 Convert the uses of '|&' to use '2>&1 |' instead, which works on old by Chandler Carruth · 12 years ago
- 3e25c4a This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF parser: by Alexey Samsonov · 12 years ago
- ffccd92 Emit relocations for DW_AT_location entries on systems which need it. This is by Nick Lewycky · 12 years ago
- fc4199b Add support for enum forward declarations. by Eric Christopher · 12 years ago
- 27302f0 Have getOrCreateSubprogramDIE store the DIE for a subprogram by Peter Collingbourne · 12 years ago
- bb0f6ea Add support for C++11 enum classes in llvm. by Eric Christopher · 12 years ago
- 791e629 Actually support DW_TAG_rvalue_reference_type that we were trying by Eric Christopher · 12 years ago
- 5012076 Handle OpDeref in case it comes in as a register operand. by Eric Christopher · 12 years ago
- d07d06c X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to generate debug info for local variables) if stack needs realignment by Alexey Samsonov · 13 years ago
- 60b35f4 Patch to set is_stmt a little better for prologue lines in a function. by Eric Christopher · 13 years ago
- fa5b050 Fix thinko check for number of operands to be the one that actually by Eric Christopher · 13 years ago
- 663e0cf Fix the output of the DW_TAG_friend tag to include DW_AT_friend by Eric Christopher · 13 years ago
- 130ba34 Add a test for the previous commit. Also, remove two tests that were by Eric Christopher · 13 years ago
- cc85160 Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu by Eli Bendersky · 13 years ago