summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* 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
* Further progration of metadata operands. TheDale Johannesen2010-01-13
* use consistent tag kinds for ilist_traitsChris Lattner2010-01-12
* add a helper function.Chris Lattner2010-01-12
* Use Twine, instead of StringRef, for consistency.Devang Patel2010-01-12
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-12
* Add MO_Metadata as an operand kind. Not used yet.Dale Johannesen2010-01-12
* Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng2010-01-12
* Remove trailing white spaces in post dominators header fileTobias Grosser2010-01-11
* Add getNode() to post dominators.Tobias Grosser2010-01-11
* Remove unused string functions.Benjamin Kramer2010-01-11
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-11
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-11
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-11
* Respond to Chris' review:Victor Hernandez2010-01-11
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-10
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-09
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-09
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-09
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-09
* Derive NamedMDNode from Value.Devang Patel2010-01-09
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-08
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-07
* Remove workaround in PostDominatorsTobias Grosser2010-01-07
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-07
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-07
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-07
* Use separate namespace for named metadata.Devang Patel2010-01-07
* Fix occurrence typoKovarththanan Rajaratnam2010-01-07
* Correct spelling.Duncan Sands2010-01-07
* Add comments.Jakob Stoklund Olesen2010-01-07
* Add Target hook to duplicate machine instructions.Jakob Stoklund Olesen2010-01-06
* Teach dag combine to fold the following transformation more aggressively:Evan Cheng2010-01-06
* Fix struct/class mismatchDouglas Gregor2010-01-06
* Partially address a README by having functionattrs consider calls toDuncan Sands2010-01-06
* Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...Jakob Stoklund Olesen2010-01-06
* Don't use the ISD::NodeType enum for SDNode opcodes, as CodeGenDan Gohman2010-01-05
* Restore dump() methods to Loop and MachineLoop.Dan Gohman2010-01-05