summaryrefslogtreecommitdiff
path: root/lib/IR/Function.cpp
AgeCommit message (Expand)AuthorFilesLines
2014-03-12Revert r203488 and r203520.Evan Cheng1-8/+0
2014-03-10For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng1-0/+8
2014-03-09[C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth1-10/+10
2014-03-04[Modules] Move the LeakDetector header into the IR library where theChandler Carruth1-1/+1
2014-03-04[Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth1-1/+1
2014-03-04[Modules] Move InstIterator out of the Support library, where it had noChandler Carruth1-1/+1
2014-01-17Add an inalloca flag to allocasReid Kleckner1-0/+7
2014-01-14Fix llc to not reuse spill slots in functions that invoke setjmp()Mark Seaborn1-4/+2
2013-12-19Begin adding docs and IR-level support for the inalloca attributeReid Kleckner1-0/+8
2013-10-31Enable variable arguments support for intrinsics.Andrew Trick1-1/+6
2013-09-24Initial support for Neon scalar instructions.Jiangning Liu1-1/+6
2013-09-16Implement function prefix data as an IR feature.Peter Collingbourne1-0/+36
2013-07-06Extend 'readonly' and 'readnone' to work on function arguments as well asNick Lewycky1-1/+9
2013-04-20Add CodeGen support for functions that always return arguments via a new para...Stephen Lin1-0/+7
2013-03-20minor code style cleanup.Chris Lattner1-2/+2
2013-03-01Cache the result of Function::getIntrinsicID() in a DenseMap attached to the ...Michael Ilseman1-1/+23
2013-02-21Don't assert on empty attributes.Bill Wendling1-2/+2
2013-02-20Add and remove the attribute from the correct slot.Bill Wendling1-2/+12
2013-01-23Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling1-13/+6
2013-01-23Use the AttributeSet when removing multiple attributes. Use Attribute::AttrKindBill Wendling1-3/+6
2013-01-23Use the AttributeSet when adding multiple attributes and an Attribute::AttrKindBill Wendling1-7/+14
2013-01-22More encapsulation work.Bill Wendling1-1/+3
2013-01-11Support for half intrinsics. Pushes MMX into slower encoding path.Michael Ilseman1-17/+22
2013-01-02Actually update the CMake and Makefile builds correctly, and update theChandler Carruth1-6/+6
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-5/+5
2013-01-02Rename VMCore directory to IR.Chandler Carruth1-0/+665