aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-061-1/+9
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-201-0/+7
* minor code style cleanup.Chris Lattner2013-03-201-2/+2
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-011-1/+23
* Don't assert on empty attributes.Bill Wendling2013-02-211-2/+2
* Add and remove the attribute from the correct slot.Bill Wendling2013-02-201-2/+12
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-13/+6
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-231-3/+6
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-231-7/+14
* More encapsulation work.Bill Wendling2013-01-221-1/+3
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-111-17/+22
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-021-6/+6
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Rename VMCore directory to IR.Chandler Carruth2013-01-021-0/+665