[C++11] Add range based accessors for the Use-Def chain of a Value.
[oota-llvm.git] / lib / IR / Function.cpp
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-04 Chandler Carruth[Modules] Move the LeakDetector header into the IR...
2014-03-04 Chandler Carruth[Modules] Move CallSite into the IR library where it...
2014-03-04 Chandler Carruth[Modules] Move InstIterator out of the Support library...
2014-01-17 Reid KlecknerAdd an inalloca flag to allocas
2014-01-14 Mark SeabornFix llc to not reuse spill slots in functions that...
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.