Extend 'readonly' and 'readnone' to work on function arguments as well as
[oota-llvm.git] / lib / IR / DataLayout.cpp
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-28 Matt ArsenaultFix extra whitespace / formatting
2013-05-18 Matt ArsenaultRemove duplicated comment
2013-04-16 Eli BenderskyCleanup naming: DataLayout s/TD/DL/
2013-03-22 Arnaud A. de Grand... InstCombine: Improve the result bitvect type when foldi...
2013-03-21 Chandler CarruthHoist the definition of getTypeSizeInBits to be inlinab...
2013-03-12 Pete CooperAdd a doFinalization method to the DataLayout pass.
2013-01-30 Eli BenderskyClean up whitespace and indentation a bit
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2013-01-02 Chandler CarruthRename VMCore directory to IR.