aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2010-01-16unbreak the build.Chris Lattner
2010-01-16Change DIEObjectLabel to take an MCSymbol instead of std::string.Chris Lattner
2010-01-16rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner
2010-01-16eliminate uses of getMangledName from AsmPrinter.cpp, last up is Chris Lattner
2010-01-16No need to use WeakVH here.Devang Patel
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2010-01-16Retrying r91337:Bill Wendling
2010-01-16fix inverted conditionalChris Lattner
2010-01-16CurrentFnName is now dead, remove it.Chris Lattner
2010-01-16remove the string form of printVisibility.Chris Lattner
2010-01-15supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner
2010-01-15add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner
2010-01-15add another helperChris Lattner
2010-01-15add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner
2010-01-15Add FIXME.Devang Patel
2010-01-15Do not use AT_specification die for static variables. It confuses gdb.Devang Patel
2010-01-15Do not emit multiple AT_container_type attributes. Devang Patel
2010-01-14Fix a comment.Dale Johannesen
2010-01-13remove uses of deprecated functions, this generates slightlyChris Lattner
2010-01-13use the new form of getNameWithPrefix, not makeNameProper.Chris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-13fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.Chris Lattner
2010-01-13reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.Chris Lattner
2010-01-13reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte Chris Lattner
2010-01-13reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnlyChris Lattner
2010-01-11s/NextValueNo/NextMDValueNo while processing metadata.Devang Patel
2010-01-07Kill dead store.Benjamin Kramer
2010-01-05If a scope has only one instruction then first instruction is also the last i...Devang Patel
2010-01-05Use StringRef.startswith().Devang Patel
2010-01-04Fix debug_inlined section entries for routines whose names are changed throug...Devang Patel
2010-01-04Fix begin and end markers for nested scopes.Devang Patel
2010-01-03fix PR5930, allowing the asmprinter to emit difference betweenChris Lattner
2009-12-28move these out of their own timer groups into the 'uncategorized' groups.Chris Lattner
2009-12-25Remove dead store.Bill Wendling
2009-12-24Change errs() to dbgs().David Greene
2009-12-24Change errs() to dbgs().David Greene
2009-12-19Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor
2009-12-17Temporarily revert 91337. It's causing testcase failures.Bill Wendling
2009-12-15Add support to emit debug info for C++ namespaces.Devang Patel
2009-12-15Remove isPod() from DenseMapInfo, splitting it out to its ownChris Lattner
2009-12-14The CIE says that the LSDA point in the FDE section is an "sdata4". That's fine,Bill Wendling
2009-12-14Use DW_AT_specification to point to DIE describing function declaration.Devang Patel
2009-12-11Construct CompileUnits lazily.Devang Patel
2009-12-10If VariableDIe is not created (may be because global was optimzed away) then ...Devang Patel
2009-12-10Refactor code that finds context for a given die.Devang Patel
2009-12-10Refactor.Devang Patel
2009-12-09Reapply r90858, a cleanup patch.Devang Patel
2009-12-08Revert 90858 90875 and 90805 for now.Devang Patel
2009-12-08Cleanup.Devang Patel
2009-12-08Do not try to push dead variable's debug info into namespace info.Devang Patel