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