Ok, really, for the last time, llvm-gcc is dead Jim.
[oota-llvm.git] / lib / IR / Function.cpp
2013-12-19 Reid KlecknerBegin adding docs and IR-level support for the inalloca...
2013-10-31 Andrew TrickEnable variable arguments support for intrinsics.
2013-09-24 Jiangning LiuInitial support for Neon scalar instructions.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-04-20 Stephen LinAdd CodeGen support for functions that always return...
2013-03-20 Chris Lattnerminor code style cleanup.
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-21 Bill WendlingDon't assert on empty attributes.
2013-02-20 Bill WendlingAdd and remove the attribute from the correct slot.
2013-01-23 Bill WendlingRemove the last of uses that use the Attribute object...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-22 Bill WendlingMore encapsulation work.
2013-01-11 Michael IlsemanSupport for half intrinsics. Pushes MMX into slower...
2013-01-02 Chandler CarruthActually update the CMake and Makefile builds correctly...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.