summaryrefslogtreecommitdiff
path: root/lib/IR/Function.cpp
Commit message (Expand)AuthorAge
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-31
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-24
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-16
* Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky2013-07-06
* Add CodeGen support for functions that always return arguments via a new para...Stephen Lin2013-04-20
* minor code style cleanup.Chris Lattner2013-03-20
* Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman2013-03-01
* Don't assert on empty attributes.Bill Wendling2013-02-21
* Add and remove the attribute from the correct slot.Bill Wendling2013-02-20
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling2013-01-23
* Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling2013-01-23
* More encapsulation work.Bill Wendling2013-01-22
* Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman2013-01-11
* Actually update the CMake and Makefile builds correctly, and update theChandler Carruth2013-01-02
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename VMCore directory to IR.Chandler Carruth2013-01-02