aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2010-01-18- Add getLSDAEncoding to the PowerPC backend.Bill Wendling
2010-01-18Added a newline at the end of SMLoc.hSean Callanan
2010-01-18Changed the comment in the file header for SMLocSean Callanan
2010-01-18Split SMLoc out in its own header so that it canSean Callanan
2010-01-18Make findDbgDeclare/findDbgGlobalDeclare local static functions; avoid Elts a...Victor Hernandez
2010-01-18- Add a comment to the callback indicating that it's *extremely* not a goodBill Wendling
2010-01-18Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer
2010-01-18switch x86 zerofill emission over to use MCStreamer.Chris Lattner
2010-01-18Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner
2010-01-18remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner
2010-01-17stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner
2010-01-17fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner
2010-01-17Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner
2010-01-16fix a warning.Chris Lattner
2010-01-16this doesn't need to suck in Mangler.Chris Lattner
2010-01-16reapply the mangler gutting patch.Chris Lattner
2010-01-16Revert 93648.Rafael Espindola
2010-01-16Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner
2010-01-16rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner
2010-01-16add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner
2010-01-16Revive dead assert.Benjamin Kramer
2010-01-16Fix PR6047Tobias Grosser
2010-01-16Create Generic DOTGraphTraits Printer/ViewerTobias Grosser
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel
2010-01-16Retrying r91337:Bill Wendling
2010-01-16CurrentFnName is now dead, remove it.Chris Lattner
2010-01-16remove the string form of printVisibility.Chris Lattner
2010-01-16Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling
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-15BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek
2010-01-15Remove unneeded argument per review.Dale Johannesen
2010-01-15add another helperChris Lattner
2010-01-15add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner
2010-01-15Add comments to the dump() and dumpr() routines.Dan Gohman
2010-01-15DEBUG_VALUE is now variable sized, as it has aDale Johannesen
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher
2010-01-15Add some debug routines to SelectionDAG to dump full DAGs.David Greene
2010-01-15fix a bug in range information for $42, eliminate an Chris Lattner
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez
2010-01-15Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen