aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Improve llvm.dbg.declare intrinsic by referring directly to the storage in it...Victor Hernandez2010-01-153-4/+9
* Remove DEBUG_DECLARE, looks like we don't need it.Dale Johannesen2010-01-152-13/+1
* Make sure include/llvm/MC/MCParsedAsmOperand.h can be compiled alone.Jeffrey Yasskin2010-01-151-0/+1
* add virtual methods to get the start/end of a MCParsedAsmOperand,Chris Lattner2010-01-141-1/+5
* Split the TargetAsmParser "ParseInstruction" interface in half:Chris Lattner2010-01-141-2/+13
* prune #includes in TargetAsmParser.hChris Lattner2010-01-143-6/+8
* introduce the MCParsedAsmOperand class.Chris Lattner2010-01-141-0/+28
* Add MDNode::getFunction(), which figures out the metadata's function, if it h...Victor Hernandez2010-01-141-0/+5
* Add getSource() to SuccIteratorTobias Grosser2010-01-131-0/+5
* Extend SuccIteratorTobias Grosser2010-01-131-1/+62
* makeNameProper is now private!Chris Lattner2010-01-131-11/+13
* expose a static function as a static method on the MCSymbol class.Chris Lattner2010-01-131-0/+5
* Introduce Twine::toStringRef, a variant of toVector which avoids the copy if theBenjamin Kramer2010-01-131-2/+6
* add new isSingleStringRef()/getSingleStringRef() methods to twine, Chris Lattner2010-01-131-0/+30
* ugh, my last patch just sped up a method and changed all the clientsChris Lattner2010-01-131-0/+12
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-132-3/+4
* my mistake, Mangler::makeNameProper wants to take a twine, not a stringref!Chris Lattner2010-01-131-2/+2
* change makeNameProper to take a stringref instead of std::string.Chris Lattner2010-01-131-1/+2
* give StringRef a const_iterator member.Chris Lattner2010-01-131-9/+3
* Fix a comment.Dale Johannesen2010-01-131-1/+1
* Add a quick pass to optimize sign / zero extension instructions. For targets ...Evan Cheng2010-01-132-10/+13
* Further progration of metadata operands. TheDale Johannesen2010-01-132-1/+7
* use consistent tag kinds for ilist_traitsChris Lattner2010-01-121-1/+1
* add a helper function.Chris Lattner2010-01-121-0/+8
* Use Twine, instead of StringRef, for consistency.Devang Patel2010-01-121-3/+3
* Use ilist_tratis to autoinsert and remove NamedMDNode from MDSymbolTable.Devang Patel2010-01-123-6/+6
* Add MO_Metadata as an operand kind. Not used yet.Dale Johannesen2010-01-121-1/+18
* Add TargetInstrInfo::isCoalescableInstr. It returns true if the specifiedEvan Cheng2010-01-121-0/+13
* Remove trailing white spaces in post dominators header fileTobias Grosser2010-01-111-6/+6
* Add getNode() to post dominators.Tobias Grosser2010-01-111-0/+4
* Remove unused string functions.Benjamin Kramer2010-01-111-71/+0
* Add StrInStrNoCase, a StringRef version of CStrInCStrNoCase.Benjamin Kramer2010-01-111-0/+5
* Turns out llvm-gcc still uses SplitString with a vector. Add it back until IBenjamin Kramer2010-01-111-0/+6
* Reimplement getToken and SplitString as "StringRef helper functions"Benjamin Kramer2010-01-111-8/+8
* Respond to Chris' review:Victor Hernandez2010-01-112-5/+10
* Compute isFunctionLocal in MDNode ctor or via argument in new function getWhe...Victor Hernandez2010-01-102-6/+21
* hopefully unbreak the ocaml bindings.Chris Lattner2010-01-091-1/+1
* "In order to ease automatic bindings generation, it would be helpful if boole...Chris Lattner2010-01-095-70/+71
* Delete NamedMDSymTable while destrucing Module.Devang Patel2010-01-091-1/+4
* Add DEBUG_DECLARE. Not used yet.Dale Johannesen2010-01-092-1/+12
* Derive NamedMDNode from Value.Devang Patel2010-01-091-4/+3
* Add DEBUG_VALUE. Not used yet.Dale Johannesen2010-01-082-1/+12
* Add assert to check dominance dfs numbers.Tobias Grosser2010-01-071-0/+7
* Remove workaround in PostDominatorsTobias Grosser2010-01-072-19/+6
* Fix DFS number calculation for postdominatorsTobias Grosser2010-01-071-23/+29
* Revert r92939. These intrinsics get matched to LLVM instructions,David Greene2010-01-071-24/+0
* Add some "missing" instrinsics to make the SSE intrinsic set a bit moreDavid Greene2010-01-071-0/+24
* Use separate namespace for named metadata.Devang Patel2010-01-073-17/+112
* Fix occurrence typoKovarththanan Rajaratnam2010-01-071-8/+8
* Correct spelling.Duncan Sands2010-01-071-2/+2