| Commit message (Expand) | Author | Age | Files | Lines |
* | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene | 2010-01-15 | 1 | -0/+19 |
* | fix a bug in range information for $42, eliminate an | Chris Lattner | 2010-01-15 | 1 | -2/+1 |
* | extend MCAsmParser::ParseExpression and ParseParenExpression | Chris Lattner | 2010-01-15 | 1 | -3/+5 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -4/+3 |
* | Hook up llc's -filetype=obj to use MCStreamer if an MCCodeEmitter is available. | Nate Begeman | 2010-01-15 | 2 | -2/+16 |
* | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez | 2010-01-15 | 3 | -9/+4 |
* | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez | 2010-01-15 | 3 | -4/+9 |
* | Remove DEBUG_DECLARE, looks like we don't need it. | Dale Johannesen | 2010-01-15 | 2 | -13/+1 |
* | Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone. | Jeffrey Yasskin | 2010-01-15 | 1 | -0/+1 |
* | add virtual methods to get the start/end of a MCParsedAsmOperand, | Chris Lattner | 2010-01-14 | 1 | -1/+5 |
* | Split the TargetAsmParser "ParseInstruction" interface in half: | Chris Lattner | 2010-01-14 | 1 | -2/+13 |
* | prune #includes in TargetAsmParser.h | Chris Lattner | 2010-01-14 | 3 | -6/+8 |
* | introduce the MCParsedAsmOperand class. | Chris Lattner | 2010-01-14 | 1 | -0/+28 |
* | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez | 2010-01-14 | 1 | -0/+5 |
* | Add getSource() to SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -0/+5 |
* | Extend SuccIterator | Tobias Grosser | 2010-01-13 | 1 | -1/+62 |
* | makeNameProper is now private! | Chris Lattner | 2010-01-13 | 1 | -11/+13 |
* | expose a static function as a static method on the MCSymbol class. | Chris Lattner | 2010-01-13 | 1 | -0/+5 |
* | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer | 2010-01-13 | 1 | -2/+6 |
* | add new isSingleStringRef()/getSingleStringRef() methods to twine, | Chris Lattner | 2010-01-13 | 1 | -0/+30 |
* | ugh, my last patch just sped up a method and changed all the clients | Chris Lattner | 2010-01-13 | 1 | -0/+12 |
* | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner | 2010-01-13 | 2 | -3/+4 |
* | my mistake, Mangler::makeNameProper wants to take a twine, not a stringref! | Chris Lattner | 2010-01-13 | 1 | -2/+2 |
* | change makeNameProper to take a stringref instead of std::string. | Chris Lattner | 2010-01-13 | 1 | -1/+2 |
* | give StringRef a const_iterator member. | Chris Lattner | 2010-01-13 | 1 | -9/+3 |
* | Fix a comment. | Dale Johannesen | 2010-01-13 | 1 | -1/+1 |
* | Add a quick pass to optimize sign / zero extension instructions. For targets ... | Evan Cheng | 2010-01-13 | 2 | -10/+13 |
* | Further progration of metadata operands. The | Dale Johannesen | 2010-01-13 | 2 | -1/+7 |
* | use consistent tag kinds for ilist_traits | Chris Lattner | 2010-01-12 | 1 | -1/+1 |
* | add a helper function. | Chris Lattner | 2010-01-12 | 1 | -0/+8 |
* | Use Twine, instead of StringRef, for consistency. | Devang Patel | 2010-01-12 | 1 | -3/+3 |
* | Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable. | Devang Patel | 2010-01-12 | 3 | -6/+6 |
* | Add MO_Metadata as an operand kind. Not used yet. | Dale Johannesen | 2010-01-12 | 1 | -1/+18 |
* | Add TargetInstrInfo::isCoalescableInstr. It returns true if the specified | Evan Cheng | 2010-01-12 | 1 | -0/+13 |
* | Remove trailing white spaces in post dominators header file | Tobias Grosser | 2010-01-11 | 1 | -6/+6 |
* | Add getNode() to post dominators. | Tobias Grosser | 2010-01-11 | 1 | -0/+4 |
* | Remove unused string functions. | Benjamin Kramer | 2010-01-11 | 1 | -71/+0 |
* | Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase. | Benjamin Kramer | 2010-01-11 | 1 | -0/+5 |
* | Turns out llvm-gcc still uses SplitString with a vector. Add it back until I | Benjamin Kramer | 2010-01-11 | 1 | -0/+6 |
* | Reimplement getToken and SplitString as "StringRef helper functions" | Benjamin Kramer | 2010-01-11 | 1 | -8/+8 |
* | Respond to Chris' review: | Victor Hernandez | 2010-01-11 | 2 | -5/+10 |
* | Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe... | Victor Hernandez | 2010-01-10 | 2 | -6/+21 |
* | hopefully unbreak the ocaml bindings. | Chris Lattner | 2010-01-09 | 1 | -1/+1 |
* | "In order to ease automatic bindings generation, it would be helpful if boole... | Chris Lattner | 2010-01-09 | 5 | -70/+71 |
* | Delete NamedMDSymTable while destrucing Module. | Devang Patel | 2010-01-09 | 1 | -1/+4 |
* | Add DEBUG_DECLARE. Not used yet. | Dale Johannesen | 2010-01-09 | 2 | -1/+12 |
* | Derive NamedMDNode from Value. | Devang Patel | 2010-01-09 | 1 | -4/+3 |
* | Add DEBUG_VALUE. Not used yet. | Dale Johannesen | 2010-01-08 | 2 | -1/+12 |
* | Add assert to check dominance dfs numbers. | Tobias Grosser | 2010-01-07 | 1 | -0/+7 |
* | Remove workaround in PostDominators | Tobias Grosser | 2010-01-07 | 2 | -19/+6 |