Age | Commit message (Expand) | Author |
2013-02-02 | Revert accidental commit (ran svn commit from wrong directory). | Nick Lewycky |
2013-02-02 | This patch makes "&Cls::purevfn" not an odr use. This isn't what the standard | Nick Lewycky |
2013-01-30 | Convert typeIncompatible to return an AttributeSet. | Bill Wendling |
2013-01-27 | Use the AttributeSet instead of AttributeWithIndex. | Bill Wendling |
2013-01-25 | Remove some introspection functions. | Bill Wendling |
2013-01-25 | Use the new 'getSlotIndex' method to retrieve the attribute's slot index. | Bill Wendling |
2013-01-23 | Remove the last of uses that use the Attribute object as a collection of attr... | Bill Wendling |
2013-01-21 | Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri... | Bill Wendling |
2013-01-21 | Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att... | Bill Wendling |
2013-01-18 | Push some more methods down to hide the use of the Attribute class. | Bill Wendling |
2013-01-13 | Remove redundant 'llvm::' qualifications | Dmitri Gribenko |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-19 | Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl... | Bill Wendling |
2012-12-07 | s/AttrListPtr/AttributeSet/g to better label what this class is going to be i... | Bill Wendling |
2012-12-03 | Use the new script to sort the includes of every file under lib. | Chandler Carruth |
2012-11-20 | Make the AttrListPtr object a part of the LLVMContext. | Bill Wendling |
2012-10-15 | Move the Attributes::Builder outside of the Attributes class and into its own... | Bill Wendling |
2012-10-15 | Add an enum for the return and function indexes into the AttrListPtr object. ... | Bill Wendling |
2012-10-15 | Attributes Rewrite | Bill Wendling |
2012-10-14 | Remove operator cast method in favor of querying with the correct method. | Bill Wendling |
2012-10-14 | Remove the bitwise AND operators from the Attributes class. Replace it with t... | Bill Wendling |
2012-10-14 | Remove the bitwise NOT operator from the Attributes class. Replace it with th... | Bill Wendling |
2012-10-09 | Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col... | Alexey Samsonov |
2012-10-09 | Fix PR14016. | Alexey Samsonov |
2012-10-04 | Query for attributes via the correct method call. | Bill Wendling |
2012-09-25 | Move Attribute::typeIncompatible inside of the Attributes class. | Bill Wendling |
2012-05-28 | switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients. | Chris Lattner |
2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
2011-04-15 | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner |
2011-03-01 | Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers. | Eli Friedman |
2011-01-16 | Teach DAE to look for functions whose arguments are unused, and change all ca... | Anders Carlsson |
2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
2010-09-30 | Massive rewrite of MMX: | Dale Johannesen |
2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
2010-07-28 | simplify by using CallSite constructors; virtually eliminates CallSite::get f... | Gabor Greif |
2010-07-21 | Fix batch of converting RegisterPass<> to INTIALIZE_PASS(). | Owen Anderson |
2010-07-20 | Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata, | Dan Gohman |
2010-06-07 | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman |
2010-05-15 | Clean up, no functional change. | Nick Lewycky |
2010-04-30 | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel |
2010-04-14 | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky |