| Commit message (Expand) | Author | Age | Files | Lines |
* | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel | 2010-01-15 | 1 | -3/+6 |
* | Do not emit multiple AT_container_type attributes. | Devang Patel | 2010-01-15 | 1 | -1/+2 |
* | Fix a comment. | Dale Johannesen | 2010-01-14 | 1 | -1/+1 |
* | remove uses of deprecated functions, this generates slightly | Chris Lattner | 2010-01-13 | 1 | -6/+7 |
* | use the new form of getNameWithPrefix, not makeNameProper. | Chris Lattner | 2010-01-13 | 1 | -1/+1 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 1 | -7/+8 |
* | fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality. | Chris Lattner | 2010-01-13 | 1 | -2/+1 |
* | reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt. | Chris Lattner | 2010-01-13 | 1 | -31/+26 |
* | reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte | Chris Lattner | 2010-01-13 | 1 | -5/+22 |
* | reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly | Chris Lattner | 2010-01-13 | 1 | -107/+122 |
* | s/NextValueNo/NextMDValueNo while processing metadata. | Devang Patel | 2010-01-11 | 1 | -7/+8 |
* | Kill dead store. | Benjamin Kramer | 2010-01-07 | 1 | -2/+1 |
* | If a scope has only one instruction then first instruction is also the last i... | Devang Patel | 2010-01-05 | 1 | -1/+1 |
* | Use StringRef.startswith(). | Devang Patel | 2010-01-05 | 1 | -37/+20 |
* | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel | 2010-01-04 | 1 | -5/+10 |
* | Fix begin and end markers for nested scopes. | Devang Patel | 2010-01-04 | 1 | -43/+53 |
* | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner | 2010-01-03 | 1 | -2/+8 |
* | move these out of their own timer groups into the 'uncategorized' groups. | Chris Lattner | 2009-12-28 | 2 | -14/+2 |
* | Remove dead store. | Bill Wendling | 2009-12-25 | 1 | -1/+0 |
* | Change errs() to dbgs(). | David Greene | 2009-12-24 | 1 | -1/+1 |
* | Change errs() to dbgs(). | David Greene | 2009-12-24 | 1 | -3/+4 |
* | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor | 2009-12-19 | 1 | -1/+1 |
* | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling | 2009-12-17 | 1 | -6/+7 |
* | Add support to emit debug info for C++ namespaces. | Devang Patel | 2009-12-15 | 3 | -22/+77 |
* | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+0 |
* | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling | 2009-12-14 | 1 | -7/+6 |
* | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel | 2009-12-14 | 2 | -63/+32 |
* | Construct CompileUnits lazily. | Devang Patel | 2009-12-11 | 2 | -10/+12 |
* | If VariableDIe is not created (may be because global was optimzed away) then ... | Devang Patel | 2009-12-10 | 1 | -0/+2 |
* | Refactor code that finds context for a given die. | Devang Patel | 2009-12-10 | 2 | -42/+24 |
* | Refactor. | Devang Patel | 2009-12-10 | 2 | -20/+39 |
* | Reapply r90858, a cleanup patch. | Devang Patel | 2009-12-09 | 2 | -166/+81 |
* | Revert 90858 90875 and 90805 for now. | Devang Patel | 2009-12-08 | 2 | -153/+173 |
* | Cleanup. | Devang Patel | 2009-12-08 | 2 | -167/+82 |
* | Do not try to push dead variable's debug info into namespace info. | Devang Patel | 2009-12-08 | 1 | -3/+5 |
* | Add support to emit debug info for c++ style namespaces. | Devang Patel | 2009-12-07 | 2 | -8/+71 |
* | Don't print a space before the : between the file name and line number. | Dan Gohman | 2009-12-05 | 1 | -2/+2 |
* | Print newlines after printing labels for debug info, so that the output | Dan Gohman | 2009-12-05 | 2 | -0/+2 |
* | Fix this code to use DIScope instead of DICompileUnit, as in r90181. | Dan Gohman | 2009-12-05 | 1 | -8/+9 |
* | Print a space between the comment character and the text. | Dan Gohman | 2009-12-04 | 1 | -4/+6 |
* | In TAG_subrange_type, uppder bound is zero indexed. | Devang Patel | 2009-12-04 | 1 | -2/+1 |
* | Use new interfaces to print spill size. | David Greene | 2009-12-04 | 1 | -6/+9 |
* | Insert composite type DIE into the map before processing type fields. This al... | Devang Patel | 2009-12-03 | 1 | -1/+1 |
* | Add support to emit debug info for virtual functions and virtual base classes. | Devang Patel | 2009-12-03 | 2 | -3/+33 |
* | Emit method definition DIE at module level (even for methods with inlined fun... | Devang Patel | 2009-12-03 | 2 | -28/+90 |
* | Clarify that DIEString does not keep a copy of the string. | Devang Patel | 2009-12-02 | 2 | -3/+3 |
* | Reuse existing subprogram DIE. | Devang Patel | 2009-12-01 | 1 | -2/+7 |
* | Clear function specific containers while processing end of a function, even i... | Devang Patel | 2009-12-01 | 1 | -9/+7 |
* | If pointer type has a name then do not ignore the name. | Devang Patel | 2009-11-30 | 1 | -1/+1 |
* | Avoid some possibly unsafe uses of StringRef::data(). | Benjamin Kramer | 2009-11-25 | 1 | -3/+3 |