Cache the result of Function::getIntrinsicID() in a DenseMap attached to the LLVMContext.
[oota-llvm.git] / include / llvm / IR / DataLayout.h
2013-03-01 Michael LiaoMinor coding style fix
2013-02-27 David BlaikieCopy missing member in DataLayout copy ctor.
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
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...