[C++11] More 'nullptr' conversion or in some cases just using a boolean check instead...
[oota-llvm.git] / include / llvm / IR / Function.h
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-26 Eli BenderskyAdd args() iteartor adapter to Function, for range...
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2013-09-16 Peter CollingbourneImplement function prefix data as an IR feature.
2013-07-25 Bill WendlingAdd a way to add a kind-value string pair to an attribute.
2013-07-24 Bill WendlingAdd helpful accessor methods to get the specified funct...
2013-07-07 Nick LewyckyAdd missing per-argument doesNotAccessMemory accessors...
2013-07-06 Nick LewyckyExtend 'readonly' and 'readnone' to work on function...
2013-06-21 Kostya Serebryanyadd Function::removeFnAttr()
2013-03-13 Reed KotlerAdd some additonal attribute helper functions. Test...
2013-03-01 Michael IlsemanCache the result of Function::getIntrinsicID() in a...
2013-02-18 Bill WendlingAdd some convenience methods for querying function...
2013-02-11 Bill WendlingRename to something more sensible. No functionality...
2013-01-23 Bill WendlingUse the AttributeSet when removing multiple attributes...
2013-01-23 Bill WendlingUse the AttributeSet when adding multiple attributes...
2013-01-21 Bill WendlingRemove unused method.
2013-01-10 Jakub StaszakFix include guards so they exactly match file names.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...