aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Function.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+5
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+16
* Update to LLVM 3.5a.Stephen Hines2014-04-241-29/+61
* Enable variable arguments support for intrinsics.Andrew Trick2013-10-311-1/+6
* Initial support for Neon scalar instructions.Jiangning Liu2013-09-241-1/+6
* Implement function prefix data as an IR feature.Peter Collingbourne2013-09-161-0/+36
* 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