| Commit message (Expand) | Author | Age | Files | Lines |
* | add the comments of each declaration follow it, making it easier to read and ... | Renato Golin | 2011-08-18 | 1 | -49/+44 |
* | Eliminate unnecessary forwarding function. | Devang Patel | 2011-08-18 | 3 | -19/+6 |
* | Add new DIE into the map asap. | Devang Patel | 2011-08-18 | 1 | -8/+6 |
* | Until now all debug info MDNodes referred to a root MDNode, a compile unit. T... | Devang Patel | 2011-08-16 | 4 | -99/+96 |
* | Remove unused Target argument from AsmParser construction methods. | Jim Grosbach | 2011-08-16 | 1 | -1/+1 |
* | Remove unnecessary version check. | Devang Patel | 2011-08-16 | 1 | -2/+1 |
* | Refactor. | Devang Patel | 2011-08-15 | 2 | -49/+68 |
* | Continue to hoist uses of getCompileUnit() up. The goal is to get rid of uses... | Devang Patel | 2011-08-15 | 2 | -21/+24 |
* | This is somewhat déjà-vu, but avoid using getCompileUnit() as much as possi... | Devang Patel | 2011-08-15 | 2 | -14/+14 |
* | Refactor. Variables are part of compile unit so let CompileUnit create new va... | Devang Patel | 2011-08-15 | 4 | -123/+129 |
* | There is no need to maintain a set to keep track of variables that use locati... | Devang Patel | 2011-08-15 | 2 | -8/+2 |
* | Fix warning. | Devang Patel | 2011-08-15 | 2 | -2/+2 |
* | Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct... | Devang Patel | 2011-08-15 | 2 | -55/+24 |
* | Simplify mapping to variable from its abstract variable info. | Devang Patel | 2011-08-15 | 2 | -29/+18 |
* | Refactor. | Devang Patel | 2011-08-15 | 2 | -5/+11 |
* | Refactor. | Devang Patel | 2011-08-15 | 2 | -15/+9 |
* | Refactor. Global variables are part of compile unit so let CompileUnit create... | Devang Patel | 2011-08-15 | 3 | -129/+114 |
* | Refactor. A subprogram is part of compile unit so let CompileUnit construct n... | Devang Patel | 2011-08-15 | 4 | -114/+141 |
* | 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 | 2 | -526/+113 |
* | 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 |
* | Remove an unnecessary cast. | Jay Foad | 2011-08-01 | 1 | -1/+1 |
* | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky | 2011-07-29 | 2 | -24/+22 |
* | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth | 2011-07-29 | 1 | -0/+9 |
* | Remove outdated FIXME comment. | Devang Patel | 2011-07-27 | 1 | -1/+0 |
* | It is quiet possible that inlined function body is split into multiple chunks... | Devang Patel | 2011-07-27 | 1 | -16/+41 |
* | While extracting lexical scopes from machine instruction stream, work on one ... | Devang Patel | 2011-07-26 | 1 | -9/+9 |
* | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng | 2011-07-26 | 1 | -2/+3 |
* | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng | 2011-07-23 | 1 | -1/+1 |
* | Refactor. | Devang Patel | 2011-07-20 | 2 | -31/+42 |
* | There are two ways to map a variable to its lexical scope. Lexical scope info... | Devang Patel | 2011-07-20 | 1 | -2/+10 |
* | While emitting constant value, look through derived type and use underlying b... | Devang Patel | 2011-07-20 | 1 | -14/+23 |
* | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -1/+0 |
* | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng | 2011-07-20 | 2 | -2/+2 |
* | Distinguish between two copies of one inlined variable. | Devang Patel | 2011-07-19 | 1 | -2/+6 |
* | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad | 2011-07-19 | 1 | -2/+1 |
* | Add a frame with the compact unwind encoding if it exists. | Bill Wendling | 2011-07-19 | 1 | -0/+3 |
* | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng | 2011-07-18 | 6 | -6/+3 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -2/+2 |
* | Use DebugLoc directly to map inlined functions' instructions to respective le... | Devang Patel | 2011-07-15 | 2 | -5/+9 |
* | Eliminate redundant map. | Devang Patel | 2011-07-15 | 2 | -12/+3 |
* | Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange. | Evan Cheng | 2011-07-15 | 1 | -13/+5 |
* | Do not get confused by multiple empty lexical scopes inlined at one location. | Devang Patel | 2011-07-15 | 1 | -5/+13 |