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