summaryrefslogtreecommitdiff
path: root/lib/IR/Function.cpp
Commit message (Expand)AuthorAge
* Add 'nonnull', a new parameter and return attribute which indicates that the ...Nick Lewycky2014-05-20
* Split GlobalValue into GlobalValue and GlobalObject.Rafael Espindola2014-05-13
* Allow sret on the second parameter as well as the firstReid Kleckner2014-05-09
* Run clang-format in small sections of code to make a patch easier to read.Rafael Espindola2014-05-09
* [C++11] More 'nullptr' conversion or in some cases just using a boolean check...Craig Topper2014-04-09
* Intrinsics: add LLVMHalfElementsVectorType constraintTim Northover2014-03-29
* Intrinsics: expand semantics of LLVMExtendedVectorType (& trunc)Tim Northover2014-03-28
* Revert r203488 and r203520.Evan Cheng2014-03-12
* For functions with ARM target specific calling convention, when simplify-libcallEvan Cheng2014-03-10
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Modules] Move the LeakDetector header into the IR library where theChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [Modules] Move InstIterator out of the Support library, where it had noChandler Carruth2014-03-04
* Add an inalloca flag to allocasReid Kleckner2014-01-17
* Fix llc to not reuse spill slots in functions that invoke setjmp()Mark Seaborn2014-01-14
* Begin adding docs and IR-level support for the inalloca attributeReid Kleckner2013-12-19
* 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