aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
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
2010-01-15Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone.Jeffrey Yasskin
2010-01-14add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner
2010-01-14Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner
2010-01-14prune #includes in TargetAsmParser.hChris Lattner
2010-01-14introduce the MCParsedAsmOperand class.Chris Lattner
2010-01-14Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez
2010-01-13Add getSource() to SuccIteratorTobias Grosser
2010-01-13Extend SuccIteratorTobias Grosser
2010-01-13makeNameProper is now private!Chris Lattner
2010-01-13expose a static function as a static method on the MCSymbol class.Chris Lattner
2010-01-13Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer
2010-01-13add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner
2010-01-13ugh, my last patch just sped up a method and changed all the clientsChris Lattner
2010-01-13change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner
2010-01-13my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner
2010-01-13change makeNameProper to take a stringref instead of std::string.Chris Lattner
2010-01-13give StringRef a const_iterator member.Chris Lattner
2010-01-13Fix a comment.Dale Johannesen
2010-01-13Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng
2010-01-13Further progration of metadata operands. TheDale Johannesen
2010-01-12use consistent tag kinds for ilist_traitsChris Lattner
2010-01-12add a helper function.Chris Lattner
2010-01-12Use Twine, instead of StringRef, for consistency.Devang Patel
2010-01-12Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel
2010-01-12Add MO_Metadata as an operand kind. Not used yet.Dale Johannesen
2010-01-12Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng
2010-01-11Remove trailing white spaces in post dominators header fileTobias Grosser
2010-01-11Add getNode() to post dominators.Tobias Grosser
2010-01-11Remove unused string functions.Benjamin Kramer
2010-01-11Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer
2010-01-11Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer
2010-01-11Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer
2010-01-11Respond to Chris' review:Victor Hernandez
2010-01-10Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez
2010-01-09hopefully unbreak the ocaml bindings.Chris Lattner
2010-01-09"In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner
2010-01-09Delete NamedMDSymTable while destrucing Module.Devang Patel
2010-01-09Add DEBUG_DECLARE. Not used yet.Dale Johannesen
2010-01-09Derive NamedMDNode from Value.Devang Patel
2010-01-08Add DEBUG_VALUE. Not used yet.Dale Johannesen
2010-01-07Add assert to check dominance dfs numbers.Tobias Grosser
2010-01-07Remove workaround in PostDominatorsTobias Grosser