summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* reapply the mangler gutting patch.Chris Lattner2010-01-16
* Revert 93648.Rafael Espindola2010-01-16
* Mangler::getMangledName is now dead, remove it and all the other stuff in Man...Chris Lattner2010-01-16
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-16
* switch liblto to use the new getNameWithPrefix() method instead of getMangled...Chris Lattner2010-01-16
* add an inefficient version of getNameWithPrefix that returns an std::string.Chris Lattner2010-01-16
* Revive dead assert.Benjamin Kramer2010-01-16
* Fix PR6047Tobias Grosser2010-01-16
* Create Generic DOTGraphTraits Printer/ViewerTobias Grosser2010-01-16
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-16
* Retrying r91337:Bill Wendling2010-01-16
* CurrentFnName is now dead, remove it.Chris Lattner2010-01-16
* remove the string form of printVisibility.Chris Lattner2010-01-16
* Temporarily revert r93581. It was causing failures in the ExecutionEngine testsBill Wendling2010-01-16
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-15
* add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner2010-01-15
* BumpPtrAllocator: Have the DefaultSlabAllocator created at runtime, not initi...Ted Kremenek2010-01-15
* Remove unneeded argument per review.Dale Johannesen2010-01-15
* add another helperChris Lattner2010-01-15
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-15
* Add comments to the dump() and dumpr() routines.Dan Gohman2010-01-15
* DEBUG_VALUE is now variable sized, as it has aDale Johannesen2010-01-15
* Remove the InlineHint attribute. There are no current or plannedEric Christopher2010-01-15
* Add some debug routines to SelectionDAG to dump full DAGs.David Greene2010-01-15
* fix a bug in range information for $42, eliminate an Chris Lattner2010-01-15
* extend MCAsmParser::ParseExpression and ParseParenExpressionChris Lattner2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available.Nate Begeman2010-01-15
* Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au...Victor Hernandez2010-01-15
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-15
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-15
* Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone.Jeffrey Yasskin2010-01-15
* add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner2010-01-14
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-14
* prune #includes in TargetAsmParser.hChris Lattner2010-01-14
* introduce the MCParsedAsmOperand class.Chris Lattner2010-01-14
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-14
* Add getSource() to SuccIteratorTobias Grosser2010-01-13
* Extend SuccIteratorTobias Grosser2010-01-13
* makeNameProper is now private!Chris Lattner2010-01-13
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-13
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-13
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-13
* ugh, my last patch just sped up a method and changed all the clientsChris Lattner2010-01-13
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-13
* my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner2010-01-13
* change makeNameProper to take a stringref instead of std::string.Chris Lattner2010-01-13
* give StringRef a const_iterator member.Chris Lattner2010-01-13
* Fix a comment.Dale Johannesen2010-01-13
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-13