2012-11-07 |
Eric Christopher | Add a relocation visitor to lib object. This works... |
tree | commitdiff |
2012-10-05 |
Eli Friedman | Make sure to generate the right kind of MDNode for... |
tree | commitdiff |
2012-10-04 |
Eric Christopher | Update this a bit more to represent how the prologue... |
tree | commitdiff |
2012-10-03 |
Eric Christopher | Revert 165051-165049 while looking into the foreach... |
tree | commitdiff |
2012-10-02 |
Eric Christopher | Revert "Don't use a debug location for frame setup... |
tree | commitdiff |
2012-10-02 |
Eric Christopher | Allow alternate instructions to silence bot. |
tree | commitdiff |
2012-10-02 |
Eric Christopher | Don't use a debug location for frame setup instructions... |
tree | commitdiff |
2012-10-02 |
Eric Christopher | Remove the SavePoint infrastructure from fast isel... |
tree | commitdiff |
2012-10-02 |
Benjamin Kramer | Fix broken tests. |
tree | commitdiff |
2012-09-26 |
Benjamin Kramer | Fix tests that didn't test anything. |
tree | commitdiff |
2012-09-20 |
Eric Christopher | Only emit DW_AT_object_pointer if this is a definition. |
tree | commitdiff |
2012-09-18 |
NAKAMURA Takumi | llvm/test/DebugInfo: Move two tests, 2010-04-13-PubType... |
tree | commitdiff |
2012-09-12 |
Eric Christopher | Recommit, with fixes: |
tree | commitdiff |
2012-09-12 |
Eric Christopher | Revert "Add some support for dealing with an object... |
tree | commitdiff |
2012-09-12 |
Eric Christopher | Add some support for dealing with an object pointer... |
tree | commitdiff |
2012-09-10 |
Eric Christopher | Revert r160148 it seems to cause more problems than... |
tree | commitdiff |
2012-09-04 |
Alexey Samsonov | Add support for fetching inlining context (stack of... |
tree | commitdiff |
2012-08-27 |
Alexey Samsonov | Add basic support for .debug_ranges section to LLVM... |
tree | commitdiff |
2012-08-24 |
Eric Christopher | Use DW_FORM_flag_present to save space in debug informa... |
tree | commitdiff |
2012-08-23 |
Eric Christopher | Remove the DW_AT_MIPS_linkage name attribute when we... |
tree | commitdiff |
2012-08-23 |
Eric Christopher | Turn these two options in to trinary state so that... |
tree | commitdiff |
2012-08-23 |
Eric Christopher | Make this darwin specific to try to silence the bots. |
tree | commitdiff |
2012-08-23 |
Eric Christopher | Emit pubtypes only when going for darwin gdb compatibility. |
tree | commitdiff |
2012-08-23 |
Eric Christopher | Filecheck-ize. |
tree | commitdiff |
2012-08-07 |
Alexey Samsonov | Fix the representation of debug line table in DebugInfo... |
tree | commitdiff |
2012-08-01 |
Eric Christopher | Temporarily revert c23b933d5f8be9b51a1d22e717c0311f65f8... |
tree | commitdiff |
2012-07-27 |
Eric Christopher | Add a DW_AT_high_pc for CUs that are a single address... |
tree | commitdiff |
2012-07-19 |
NAKAMURA Takumi | test/DebugInfo/dwarfdump-test.test: Tweak expressions... |
tree | commitdiff |
2012-07-19 |
Alexey Samsonov | DebugInfo library: add support for fetching absolute... |
tree | commitdiff |
2012-07-17 |
Alexey Samsonov | Improve behavior of DebugInfoEntryMinimal::getSubprogra... |
tree | commitdiff |
2012-07-12 |
Eric Christopher | The end of the prologue should be marked with is_stmt. |
tree | commitdiff |
2012-07-06 |
Alexey Samsonov | Fix PR13202 and a regtest. |
tree | commitdiff |
2012-07-02 |
Chandler Carruth | Convert the uses of '|&' to use '2>&1 |' instead, which... |
tree | commitdiff |
2012-07-02 |
Alexey Samsonov | This patch extends the libLLVMDebugInfo which contains... |
tree | commitdiff |
2012-06-22 |
Nick Lewycky | Emit relocations for DW_AT_location entries on systems... |
tree | commitdiff |
2012-06-01 |
Eric Christopher | Add support for enum forward declarations. |
tree | commitdiff |
2012-05-27 |
Peter Collingbourne | Have getOrCreateSubprogramDIE store the DIE for a subpr... |
tree | commitdiff |
2012-05-23 |
Eric Christopher | Add support for C++11 enum classes in llvm. |
tree | commitdiff |
2012-05-19 |
Eric Christopher | Actually support DW_TAG_rvalue_reference_type that... |
tree | commitdiff |
2012-05-08 |
Eric Christopher | Handle OpDeref in case it comes in as a register operand. |
tree | commitdiff |
2012-05-01 |
Alexey Samsonov | X86: Use StackRegister instead of FrameRegister in... |
tree | commitdiff |
2012-04-05 |
Eric Christopher | Patch to set is_stmt a little better for prologue lines... |
tree | commitdiff |
2012-04-03 |
Eric Christopher | Fix thinko check for number of operands to be the one... |
tree | commitdiff |
2012-03-28 |
Eric Christopher | Fix the output of the DW_TAG_friend tag to include... |
tree | commitdiff |
2012-03-27 |
Eric Christopher | Add a test for the previous commit. Also, remove two... |
tree | commitdiff |
2012-03-25 |
Eli Bendersky | Continue cleanup of LIT, getting rid of the remaining... |
tree | commitdiff |
2012-03-19 |
NAKAMURA Takumi | llvm/test/DebugInfo: Move two tests to DebugInfo/X86... |
tree | commitdiff |
2012-03-16 |
Eric Christopher | Do the right thing on NULL uint64 fields. |
tree | commitdiff |
2012-03-15 |
Eric Christopher | For types with a parent of the compile unit make sure... |
tree | commitdiff |
2012-03-15 |
Eric Christopher | Revert the removal of DW_AT_MIPS_linkage_name when... |
tree | commitdiff |
2012-03-14 |
Eric Christopher | Remove the DW_AT_MIPS_linkage name attribute when we... |
tree | commitdiff |
2012-03-07 |
Eric Christopher | Add the DW_AT_APPLE_runtime_class attribute to forward... |
tree | commitdiff |
2012-03-02 |
Eric Christopher | Revert "Reorder the sections being output to reduce... |
tree | commitdiff |
2012-03-01 |
Eric Christopher | Reorder the sections being output to reduce the number... |
tree | commitdiff |
2012-02-24 |
Eric Christopher | If the Address of a variable is an argument then treat... |
tree | commitdiff |
2012-02-22 |
Eric Christopher | Only add DW_AT_prototyped if we're working with a C... |
tree | commitdiff |
2012-02-21 |
Eric Christopher | Testcase for previous commit. |
tree | commitdiff |
2012-02-21 |
Eric Christopher | There's no need for a DW_AT_byte_size on a pointer... |
tree | commitdiff |
2012-02-16 |
Eli Bendersky | Replace all instances of dg.exp file with lit.local... |
tree | commitdiff |
2012-01-24 |
Eric Christopher | Fix the testcases for the previous patch. |
tree | commitdiff |
2012-01-11 |
Eric Christopher | Don't avoid recursing for pointer types, just reference... |
tree | commitdiff |
2011-12-16 |
Eric Christopher | When recursing for the original size of a type, stop... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | Upgrade syntax of tests using volatile instructions... |
tree | commitdiff |
2011-11-27 |
Chris Lattner | remove autoupgrade support for really old-style debug... |
tree | commitdiff |
2011-11-12 |
Rafael Espindola | The dwarf standard says that the only differences betwe... |
tree | commitdiff |
2011-11-11 |
Devang Patel | Move X86 specific test in X86 directory. |
tree | commitdiff |
2011-11-11 |
Devang Patel | Move X86 specific test in X86 directory. |
tree | commitdiff |
2011-11-10 |
Rafael Espindola | Check in getOrCreateSubprogramDIE if a declaration... |
tree | commitdiff |
2011-11-04 |
Rafael Espindola | Add triple to test. |
tree | commitdiff |
2011-11-04 |
Rafael Espindola | Emit declarations before definitions if they are availa... |
tree | commitdiff |
2011-11-01 |
Eli Friedman | Move another test requiring x86 into X86 directory. |
tree | commitdiff |
2011-11-01 |
Eli Friedman | Move test requiring x86 backend into X86 directory. |
tree | commitdiff |
2011-10-28 |
Nick Lewycky | Always use the string pool, even when it makes the... |
tree | commitdiff |
2011-10-27 |
Nick Lewycky | Teach our Dwarf emission to use the string pool. |
tree | commitdiff |
2011-10-11 |
Eric Christopher | Add a new wrapper node for a DILexicalBlock that encaps... |
tree | commitdiff |
2011-09-26 |
Eli Friedman | Fix this test so it doesn't fail on Mac. |
tree | commitdiff |
2011-09-26 |
James Molloy | Fix emission of debug data for global variables. getCon... |
tree | commitdiff |
2011-09-13 |
Devang Patel | Update tests. Remove irrelevant tests. |
tree | commitdiff |
2011-08-19 |
Devang Patel | Do not use named md nodes to track variables that are... |
tree | commitdiff |
2011-06-17 |
Rafael Espindola | Test for previous commit. |
tree | commitdiff |
2011-06-16 |
Galina Kistanova | Move test for appropriate directory. |
tree | commitdiff |
2011-05-27 |
Rafael Espindola | Fix a regression I recently introduced by removing... |
tree | commitdiff |
2011-05-19 |
Rafael Espindola | Looks like OS X assemblers (including MC) don't like |
tree | commitdiff |
2011-05-13 |
Rafael Espindola | Move test. |
tree | commitdiff |
2011-05-13 |
Rafael Espindola | Move test. |
tree | commitdiff |
2011-05-10 |
Rafael Espindola | Add triple. |
tree | commitdiff |
2011-05-10 |
Rafael Espindola | The EH symbols are only needed in eh_frame, not debug_f... |
tree | commitdiff |
2011-05-10 |
Rafael Espindola | Use .cfi_sections to put the unwind info in .debug_fram... |
tree | commitdiff |
2011-05-06 |
Galina Kistanova | Move few target-dependant tests to appropriate directories. |
tree | commitdiff |
2011-05-04 |
Rafael Espindola | Producing a DW_FORM_addr for DW_AT_stmt_list is probabl... |
tree | commitdiff |
2011-04-15 |
Chris Lattner | Fix a ton of comment typos found by codespell. Patch by |
tree | commitdiff |
2011-04-08 |
Devang Patel | Add radar number for future reference. |
tree | commitdiff |
2011-04-08 |
Devang Patel | Do not emit DW_AT_upper_bound and DW_AT_lower_bound... |
tree | commitdiff |
2011-03-24 |
Devang Patel | Move test in x86 specific area. |
tree | commitdiff |
2011-03-24 |
Devang Patel | Keep track of directory namd and fIx regression caused... |
tree | commitdiff |
2011-02-24 |
Devang Patel | Remove obsolete tests. |
tree | commitdiff |
2011-02-24 |
Devang Patel | Move arch specific tests in arch specific directories. |
tree | commitdiff |
2010-12-02 |
Devang Patel | Hide tests, that check .loc, .file in output assembly... |
tree | commitdiff |
2010-11-18 |
Rafael Espindola | Change CodeGen to use .loc directives. This produces... |
tree | commitdiff |
2010-10-15 |
Jakob Stoklund Olesen | FileCheckize |
tree | commitdiff |
next |