| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve behavior of DebugInfoEntryMinimal::getSubprogramName() introduced in ... | Alexey Samsonov | 2012-07-17 | 3 | -1/+6 |
* | The end of the prologue should be marked with is_stmt. | Eric Christopher | 2012-07-12 | 1 | -0/+28 |
* | Fix PR13202 and a regtest. | Alexey Samsonov | 2012-07-06 | 1 | -0/+57 |
* | Convert the uses of '|&' to use '2>&1 |' instead, which works on old | Chandler Carruth | 2012-07-02 | 1 | -1/+1 |
* | This patch extends the libLLVMDebugInfo which contains a minimalistic DWARF p... | Alexey Samsonov | 2012-07-02 | 3 | -0/+25 |
* | Emit relocations for DW_AT_location entries on systems which need it. This is | Nick Lewycky | 2012-06-22 | 1 | -0/+111 |
* | Add support for enum forward declarations. | Eric Christopher | 2012-06-01 | 1 | -0/+22 |
* | Have getOrCreateSubprogramDIE store the DIE for a subprogram | Peter Collingbourne | 2012-05-27 | 1 | -0/+238 |
* | Add support for C++11 enum classes in llvm. | Eric Christopher | 2012-05-23 | 1 | -0/+45 |
* | Actually support DW_TAG_rvalue_reference_type that we were trying | Eric Christopher | 2012-05-19 | 1 | -0/+40 |
* | Handle OpDeref in case it comes in as a register operand. | Eric Christopher | 2012-05-08 | 1 | -0/+89 |
* | X86: Use StackRegister instead of FrameRegister in getFrameIndexReference (to... | Alexey Samsonov | 2012-05-01 | 1 | -0/+42 |
* | Patch to set is_stmt a little better for prologue lines in a function. | Eric Christopher | 2012-04-05 | 1 | -2/+4 |
* | Fix thinko check for number of operands to be the one that actually | Eric Christopher | 2012-04-03 | 1 | -0/+47 |
* | Fix the output of the DW_TAG_friend tag to include DW_AT_friend | Eric Christopher | 2012-03-28 | 1 | -0/+47 |
* | Add a test for the previous commit. Also, remove two tests that were | Eric Christopher | 2012-03-27 | 2 | -9/+31 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | llvm/test/DebugInfo: Move two tests to DebugInfo/X86. They are X86-dependent. | NAKAMURA Takumi | 2012-03-19 | 2 | -0/+0 |
* | Do the right thing on NULL uint64 fields. | Eric Christopher | 2012-03-16 | 1 | -0/+6 |
* | For types with a parent of the compile unit make sure and emit | Eric Christopher | 2012-03-15 | 4 | -7/+33 |
* | Revert the removal of DW_AT_MIPS_linkage_name when we aren't putting | Eric Christopher | 2012-03-15 | 4 | -61/+6 |
* | Remove the DW_AT_MIPS_linkage name attribute when we don't need it | Eric Christopher | 2012-03-14 | 4 | -6/+61 |
* | Add the DW_AT_APPLE_runtime_class attribute to forward declarations | Eric Christopher | 2012-03-07 | 1 | -0/+27 |
* | Revert "Reorder the sections being output to reduce the number of assembler" | Eric Christopher | 2012-03-02 | 1 | -8/+8 |
* | Reorder the sections being output to reduce the number of assembler | Eric Christopher | 2012-03-01 | 1 | -8/+8 |
* | If the Address of a variable is an argument then treat the entire | Eric Christopher | 2012-02-24 | 1 | -0/+127 |
* | Only add DW_AT_prototyped if we're working with a C-like language. | Eric Christopher | 2012-02-22 | 3 | -6/+6 |
* | Testcase for previous commit. | Eric Christopher | 2012-02-21 | 1 | -0/+45 |
* | There's no need for a DW_AT_byte_size on a pointer type. | Eric Christopher | 2012-02-21 | 3 | -5/+5 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 4 | -8/+13 |
* | Fix the testcases for the previous patch. | Eric Christopher | 2012-01-24 | 4 | -9/+7 |
* | Don't avoid recursing for pointer types, just reference types. Expand on | Eric Christopher | 2012-01-11 | 1 | -0/+25 |
* | When recursing for the original size of a type, stop if we are at a | Eric Christopher | 2011-12-16 | 1 | -0/+172 |
* | Upgrade syntax of tests using volatile instructions to use 'load volatile' in... | Chris Lattner | 2011-11-27 | 1 | -2/+2 |
* | remove autoupgrade support for really old-style debug info intrinsics. | Chris Lattner | 2011-11-27 | 1 | -16/+0 |
* | The dwarf standard says that the only differences between a out-of-line | Rafael Espindola | 2011-11-12 | 1 | -0/+97 |
* | Move X86 specific test in X86 directory. | Devang Patel | 2011-11-11 | 1 | -0/+0 |
* | Move X86 specific test in X86 directory. | Devang Patel | 2011-11-11 | 1 | -0/+0 |
* | Check in getOrCreateSubprogramDIE if a declaration exists and if so output | Rafael Espindola | 2011-11-10 | 1 | -0/+43 |
* | Add triple to test. | Rafael Espindola | 2011-11-04 | 1 | -1/+1 |
* | Emit declarations before definitions if they are available. This causes DW_AT... | Rafael Espindola | 2011-11-04 | 1 | -0/+65 |
* | Move another test requiring x86 into X86 directory. | Eli Friedman | 2011-11-01 | 1 | -0/+0 |
* | Move test requiring x86 backend into X86 directory. | Eli Friedman | 2011-11-01 | 1 | -0/+0 |
* | Always use the string pool, even when it makes the .o larger. This may help | Nick Lewycky | 2011-10-28 | 2 | -32/+22 |
* | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 2 | -10/+64 |
* | Add a new wrapper node for a DILexicalBlock that encapsulates it and a | Eric Christopher | 2011-10-11 | 1 | -1/+1 |
* | Fix this test so it doesn't fail on Mac. | Eli Friedman | 2011-09-26 | 1 | -6/+6 |
* | Fix emission of debug data for global variables. getContext() on DIGlobalVari... | James Molloy | 2011-09-26 | 1 | -0/+47 |
* | Update tests. Remove irrelevant tests. | Devang Patel | 2011-09-13 | 7 | -170/+57 |
* | Do not use named md nodes to track variables that are completely optimized. T... | Devang Patel | 2011-08-19 | 1 | -1/+4 |