Age | Commit message (Expand) | Author |
2011-08-15 | Simplify. Let DbgVariable keep track of variable's DBG_VALUE machine instruct... | Devang Patel |
2011-08-15 | Simplify mapping to variable from its abstract variable info. | Devang Patel |
2011-08-15 | Refactor. | Devang Patel |
2011-08-15 | Refactor. | Devang Patel |
2011-08-15 | Refactor. Global variables are part of compile unit so let CompileUnit create... | Devang Patel |
2011-08-15 | Refactor. A subprogram is part of compile unit so let CompileUnit construct n... | Devang Patel |
2011-08-12 | Use ArrayRef. | Devang Patel |
2011-08-11 | Plug a memory leak. | Benjamin Kramer |
2011-08-10 | Stay within 80 columns. | Devang Patel |
2011-08-10 | Distinguish between two copies of one inlined variable. Take 2. | Devang Patel |
2011-08-10 | Revert unintentional parts of previous check-in. | Devang Patel |
2011-08-10 | Start using LexicalScopes utility. No intetional functionality change. | Devang Patel |
2011-08-08 | Simplify by creating parent first. | Devang Patel |
2011-08-05 | Temporarily revert r135528 which distinguishes between two copies of one | Chandler Carruth |
2011-08-03 | Some revisions to Devang's change r136759 for merged global debug info. | Bob Wilson |
2011-08-03 | Use byte offset, instead of element number, to access merged global. | Devang Patel |
2011-08-01 | Remove an unnecessary cast. | Jay Foad |
2011-07-29 | Fix a lot of typos, improve (but not necessarily fix) grammaros and reflow some | Nick Lewycky |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
2011-07-27 | Remove outdated FIXME comment. | Devang Patel |
2011-07-27 | It is quiet possible that inlined function body is split into multiple chunks... | Devang Patel |
2011-07-26 | While extracting lexical scopes from machine instruction stream, work on one ... | Devang Patel |
2011-07-26 | Rename TargetAsmParser to MCTargetAsmParser and TargetAsmLexer to MCTargetAsm... | Evan Cheng |
2011-07-23 | Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where th... | Evan Cheng |
2011-07-20 | Refactor. | Devang Patel |
2011-07-20 | There are two ways to map a variable to its lexical scope. Lexical scope info... | Devang Patel |
2011-07-20 | While emitting constant value, look through derived type and use underlying b... | Devang Patel |
2011-07-20 | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng |
2011-07-20 | Add MCObjectFileInfo and sink the MCSections initialization code from | Evan Cheng |
2011-07-19 | Distinguish between two copies of one inlined variable. | Devang Patel |
2011-07-19 | Convert TargetData::getIndexedOffset to use ArrayRef. | Jay Foad |
2011-07-19 | Add a frame with the compact unwind encoding if it exists. | Bill Wendling |
2011-07-18 | Move getInitialFrameState from TargetFrameInfo to MCAsmInfo (suggestions for | Evan Cheng |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Use DebugLoc directly to map inlined functions' instructions to respective le... | Devang Patel |
2011-07-15 | Eliminate redundant map. | Devang Patel |
2011-07-15 | Reverting r135232. It's causing infinite looping in DbgScope::openInsnRange. | Evan Cheng |
2011-07-15 | Do not get confused by multiple empty lexical scopes inlined at one location. | Devang Patel |
2011-07-14 | Refactor. | Devang Patel |
2011-07-14 | Eliminate redundant LLVMContext argument. | Devang Patel |
2011-07-14 | Simplify. | Devang Patel |
2011-07-14 | Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much... | Devang Patel |
2011-07-14 | Simplify. Compile unit check inside hasValidLocation() did not add any value. | Devang Patel |
2011-07-14 | Fix typo in DEBUG message. | Devang Patel |
2011-07-14 | Add DEBUG messages. | Devang Patel |
2011-07-09 | Change createAsmParser to take a MCSubtargetInfo instead of triple, | Evan Cheng |
2011-07-08 | Refactor. | Devang Patel |
2011-07-08 | Make provision to have floating point constants in .debug_loc expressions. | Devang Patel |
2011-07-08 | Eliminate asm parser's dependency on TargetMachine: | Evan Cheng |
2011-07-07 | Add DEBUG message. | Devang Patel |