|  | Commit message (Expand) | Author | Age | Files | Lines | 
|---|
| * | The dwarf standard says that the only differences between a out-of-line | Rafael Espindola | 2011-11-12 | 1 | -0/+7 | 
| * | Check in getOrCreateSubprogramDIE if a declaration exists and if so output | Rafael Espindola | 2011-11-10 | 1 | -12/+0 | 
| * | Make types and namespaces take multiple DIEs for the accelerator tables | Eric Christopher | 2011-11-10 | 1 | -8/+12 | 
| * | Rework adding function names to the dwarf accelerator tables, allow | Eric Christopher | 2011-11-10 | 1 | -67/+71 | 
| * | Add comments. | Benjamin Kramer | 2011-11-09 | 1 | -1/+2 | 
| * | Take advantage of the zero byte in StringMap when emitting dwarf stringpool e... | Benjamin Kramer | 2011-11-09 | 1 | -2/+3 | 
| * | Remove the pubnames section, no one consumes it. | Eric Christopher | 2011-11-09 | 1 | -58/+0 | 
| * | Also add the linkage name to the name accelerator tables if it exists | Eric Christopher | 2011-11-08 | 1 | -2/+14 | 
| * | Add the base ObjC method name to the names lookup table as well. | Eric Christopher | 2011-11-08 | 1 | -0/+6 | 
| * | Add all completed and named types to the dwarf type accelerator tables. | Eric Christopher | 2011-11-07 | 1 | -2/+1 | 
| * | Use StringRef::startswith to do some string comparisons. | Eric Christopher | 2011-11-07 | 1 | -5/+2 | 
| * | Allow for the case where the name of the subprogram is "". | Eric Christopher | 2011-11-07 | 1 | -0/+1 | 
| * | Remove unnecessary addition to API. Replace with something much simpler. | Eric Christopher | 2011-11-07 | 1 | -8/+0 | 
| * | Add the support code to enable the dwarf accelerator tables. Upcoming patches | Eric Christopher | 2011-11-07 | 1 | -0/+168 | 
| * | Expose a way to get the beginning of the dwarf string section. | Eric Christopher | 2011-11-07 | 1 | -12/+19 | 
| * | Fix up comment. | Eric Christopher | 2011-11-07 | 1 | -1/+1 | 
| * | Emit declarations before definitions if they are available. This causes DW_AT... | Rafael Espindola | 2011-11-04 | 1 | -6/+18 | 
| * | Don't emit a directory entry for the value in DW_AT_comp_dir, that is always | Nick Lewycky | 2011-11-02 | 1 | -4/+8 | 
| * | Teach our Dwarf emission to use the string pool. | Nick Lewycky | 2011-10-27 | 1 | -6/+9 | 
| * | Reflow lines, fix comments for doxygen style, fix whitespace. No functionality | Nick Lewycky | 2011-10-26 | 1 | -15/+11 | 
| * | Minor style cleanup, no functionality change. | Nick Lewycky | 2011-10-17 | 1 | -3/+2 | 
| * | Add support for a new extension to the .file directive: | Nick Lewycky | 2011-10-17 | 1 | -15/+13 | 
| * | Add a new wrapper node for a DILexicalBlock that encapsulates it and a | Eric Christopher | 2011-10-11 | 1 | -0/+4 | 
| * | Typo. | Eric Christopher | 2011-10-03 | 1 | -1/+1 | 
| * | Do not use named md nodes to track variables that are completely optimized. T... | Devang Patel | 2011-08-19 | 1 | -36/+23 | 
| * | Eliminate unnecessary forwarding function. | Devang Patel | 2011-08-18 | 1 | -16/+3 | 
| * | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel | 2011-08-16 | 1 | -91/+82 | 
| * | Remove unnecessary version check. | Devang Patel | 2011-08-16 | 1 | -2/+1 | 
| * | Refactor. | Devang Patel | 2011-08-15 | 1 | -49/+60 | 
| * | Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses... | Devang Patel | 2011-08-15 | 1 | -19/+22 | 
| * | This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi... | Devang Patel | 2011-08-15 | 1 | -11/+11 | 
| * | Refactor. Variables are part of compile unit so let CompileUnit create new va... | Devang Patel | 2011-08-15 | 1 | -122/+17 | 
| * | There is no need to maintain a set to keep track of variables that use locati... | Devang Patel | 2011-08-15 | 1 | -4/+2 | 
| * | Fix warning. | Devang Patel | 2011-08-15 | 1 | -1/+1 | 
| * | Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct... | Devang Patel | 2011-08-15 | 1 | -39/+16 | 
| * | Simplify mapping to variable from its abstract variable info. | Devang Patel | 2011-08-15 | 1 | -24/+14 | 
| * | Refactor. | Devang Patel | 2011-08-15 | 1 | -5/+2 | 
| * | Refactor. | Devang Patel | 2011-08-15 | 1 | -14/+2 | 
| * | Refactor. Global variables are part of compile unit so let CompileUnit create... | Devang Patel | 2011-08-15 | 1 | -129/+2 | 
| * | Refactor. A subprogram is part of compile unit so let CompileUnit construct n... | Devang Patel | 2011-08-15 | 1 | -107/+8 | 
| * | Use ArrayRef. | Devang Patel | 2011-08-12 | 1 | -6/+6 | 
| * | Plug a memory leak. | Benjamin Kramer | 2011-08-11 | 1 | -3/+3 | 
| * | Stay within 80 columns. | Devang Patel | 2011-08-10 | 1 | -18/+28 | 
| * | Distinguish between two copies of one inlined variable. Take 2. | Devang Patel | 2011-08-10 | 1 | -3/+4 | 
| * | Revert unintentional parts of previous check-in. | Devang Patel | 2011-08-10 | 1 | -5/+2 | 
| * | Start using LexicalScopes utility. No intetional functionality change. | Devang Patel | 2011-08-10 | 1 | -488/+101 | 
| * | Simplify by creating parent first. | Devang Patel | 2011-08-08 | 1 | -19/+14 | 
| * | Temporarily revert r135528 which distinguishes between two copies of one | Chandler Carruth | 2011-08-05 | 1 | -6/+2 | 
| * | Some revisions to Devang's change r136759 for merged global debug info. | Bob Wilson | 2011-08-03 | 1 | -23/+9 | 
| * | Use byte offset, instead of element number, to access merged global. | Devang Patel | 2011-08-03 | 1 | -3/+21 |