| Age | Commit message (Expand) | Author |
| 2010-01-19 | move production of .reference directives for static ctor/dtor list on | Chris Lattner |
| 2010-01-19 | Revert accident check-in from r93165. | Devang Patel |
| 2010-01-18 | - Add a comment to the callback indicating that it's *extremely* not a good | Bill Wendling |
| 2010-01-18 | remove the MAI argument to MCExpr::print and switch overthing to use << when ... | Chris Lattner |
| 2010-01-17 | now that MCSymbol::print doesn't use it's MAI argument, we can | Chris Lattner |
| 2010-01-17 | now that mangler is in libtarget, it can use MCAsmInfo instead of clients | Chris Lattner |
| 2010-01-17 | Switch some functions to take Twines, eliminate uses of StringExtras.h. | Benjamin Kramer |
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
| 2010-01-16 | unbreak the build. | Chris Lattner |
| 2010-01-16 | Change DIEObjectLabel to take an MCSymbol instead of std::string. | Chris Lattner |
| 2010-01-16 | rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase, | Chris Lattner |
| 2010-01-16 | eliminate uses of getMangledName from AsmPrinter.cpp, last up is | Chris Lattner |
| 2010-01-16 | No need to use WeakVH here. | Devang Patel |
| 2010-01-16 | Replace DebugLocTuple with DILocation. | Devang Patel |
| 2010-01-16 | Retrying r91337: | Bill Wendling |
| 2010-01-16 | fix inverted conditional | Chris Lattner |
| 2010-01-16 | CurrentFnName is now dead, remove it. | Chris Lattner |
| 2010-01-16 | remove the string form of printVisibility. | Chris Lattner |
| 2010-01-15 | supplement CurrentFnName with CurrentFnSym, which will eventually | Chris Lattner |
| 2010-01-15 | add a version of AsmPrinter::printVisibility that takes an MCSymbol. | Chris Lattner |
| 2010-01-15 | add another helper | Chris Lattner |
| 2010-01-15 | add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbol | Chris Lattner |
| 2010-01-15 | Add FIXME. | Devang Patel |
| 2010-01-15 | Do not use AT_specification die for static variables. It confuses gdb. | Devang Patel |
| 2010-01-15 | Do not emit multiple AT_container_type attributes. | Devang Patel |
| 2010-01-14 | Fix a comment. | Dale Johannesen |
| 2010-01-13 | remove uses of deprecated functions, this generates slightly | Chris Lattner |
| 2010-01-13 | use the new form of getNameWithPrefix, not makeNameProper. | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2010-01-13 | fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality. | Chris Lattner |
| 2010-01-13 | reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt. | Chris Lattner |
| 2010-01-13 | reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte | Chris Lattner |
| 2010-01-13 | reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnly | Chris Lattner |
| 2010-01-11 | s/NextValueNo/NextMDValueNo while processing metadata. | Devang Patel |
| 2010-01-07 | Kill dead store. | Benjamin Kramer |
| 2010-01-05 | If a scope has only one instruction then first instruction is also the last i... | Devang Patel |
| 2010-01-05 | Use StringRef.startswith(). | Devang Patel |
| 2010-01-04 | Fix debug_inlined section entries for routines whose names are changed throug... | Devang Patel |
| 2010-01-04 | Fix begin and end markers for nested scopes. | Devang Patel |
| 2010-01-03 | fix PR5930, allowing the asmprinter to emit difference between | Chris Lattner |
| 2009-12-28 | move these out of their own timer groups into the 'uncategorized' groups. | Chris Lattner |
| 2009-12-25 | Remove dead store. | Bill Wendling |
| 2009-12-24 | Change errs() to dbgs(). | David Greene |
| 2009-12-24 | Change errs() to dbgs(). | David Greene |
| 2009-12-19 | Fix a bunch of little errors that Clang complains about when its being pedantic | Douglas Gregor |
| 2009-12-17 | Temporarily revert 91337. It's causing testcase failures. | Bill Wendling |
| 2009-12-15 | Add support to emit debug info for C++ namespaces. | Devang Patel |
| 2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
| 2009-12-14 | The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine, | Bill Wendling |
| 2009-12-14 | Use DW_AT_specification to point to DIE describing function declaration. | Devang Patel |