Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext.
[oota-llvm.git] / include / llvm / IR / Function.h
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...