summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2010-01-18Unnamed symbol index should be >= 1. This was lost during the mangler refacto...Benjamin Kramer1-1/+1
2010-01-18switch x86 zerofill emission over to use MCStreamer.Chris Lattner1-0/+2
2010-01-18Change CurrentFnSym to be a non-const pointer since asmprinter mutates it Chris Lattner1-1/+1
2010-01-18remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner1-1/+6
2010-01-17now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2-2/+6
2010-01-17stop the CBE from using Mangler::appendMangledName, which is a private functi...Chris Lattner1-5/+0
2010-01-17fix uninit member, thanks to Benjamin Kramer for identifying the bug.Chris Lattner1-1/+1
2010-01-17Get MCSymbol out of the mangling business, and move all the logicChris Lattner2-7/+9
2010-01-17now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner1-15/+3
2010-01-17Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer1-5/+5
2010-01-16move the mangler into libtarget from vmcore.Chris Lattner1-1/+0
2010-01-16fix a warning.Chris Lattner1-1/+1
2010-01-16this doesn't need to suck in Mangler.Chris Lattner1-2/+0
2010-01-16reapply the mangler gutting patch.Chris Lattner1-61/+0
2010-01-16Revert 93648.Rafael Espindola1-0/+61
2010-01-16Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner1-61/+0
2010-01-16rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner1-4/+5
2010-01-16switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner1-1/+2
2010-01-16add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner1-0/+5
2010-01-16Revive dead assert.Benjamin Kramer1-1/+1
2010-01-16Fix PR6047Tobias Grosser1-13/+1
2010-01-16Create Generic DOTGraphTraits Printer/ViewerTobias Grosser1-0/+83
2010-01-16Replace DebugLocTuple with DILocation.Devang Patel3-53/+7
2010-01-16Retrying r91337:Bill Wendling1-0/+14
2010-01-16CurrentFnName is now dead, remove it.Chris Lattner1-2/+1
2010-01-16remove the string form of printVisibility.Chris Lattner1-3/+0
2010-01-16Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling1-2/+2
2010-01-15supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner1-1/+2
2010-01-15add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner1-0/+3
2010-01-15BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek1-2/+2
2010-01-15Remove unneeded argument per review.Dale Johannesen1-3/+1
2010-01-15add another helperChris Lattner1-0/+6
2010-01-15add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner1-0/+8
2010-01-15Add comments to the dump() and dumpr() routines.Dan Gohman1-0/+8
2010-01-15DEBUG_VALUE is now variable sized, as it has aDale Johannesen1-1/+1
2010-01-15Remove the InlineHint attribute. There are no current or plannedEric Christopher2-5/+2
2010-01-15Add some debug routines to SelectionDAG to dump full DAGs.David Greene1-0/+19
2010-01-15fix a bug in range information for $42, eliminate an Chris Lattner1-2/+1
2010-01-15extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner1-3/+5
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez3-4/+3
2010-01-15Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2-2/+16
2010-01-15Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez3-9/+4
2010-01-15Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez3-4/+9
2010-01-15Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2-13/+1
2010-01-15Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone.Jeffrey Yasskin1-0/+1
2010-01-14add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner1-1/+5
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner1-2/+13
2010-01-14prune #includes in TargetAsmParser.hChris Lattner3-6/+8
2010-01-14introduce the MCParsedAsmOperand class.Chris Lattner1-0/+28
2010-01-14Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez1-0/+5