[C++11] Add range views for various parts of a Module.
[oota-llvm.git] / include / llvm / IR / Module.h
2014-03-09 Chandler Carruth[C++11] Add range views for various parts of a Module.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-02-25 Rafael EspindolaStore a DataLayout in Module.
2014-01-14 Rafael EspindolaReturn an error_code from materializeAllPermanently.
2014-01-14 Rafael EspindolaUse error_code in Module::materializeAll.
2014-01-11 Eric ChristopherFix odd whitespace.
2014-01-09 Nadav RotemRe-remove dead code.
2014-01-09 Nadav RotemRevert r198819 - "Remove dead code."
2014-01-09 Rafael EspindolaRemove dead code.
2013-12-20 Dmitri GribenkoRemove the AnyPointerSize and AnyEndianness enumerators...
2013-10-23 Yuchen WuFixed doxygen comment to match Module.cpp
2013-07-25 Rafael EspindolaMake these methods const correct.
2013-07-16 Manman RenAdd getModuleFlag(StringRef Key) to query a module...
2013-05-15 Eli BenderskyRemove dead code.
2013-05-01 Filip PizloThis patch breaks up Wrap.h so that it does not have...
2013-01-16 Daniel Dunbar[IR] Add 'Append' and 'AppendUnique' module flag behaviors.
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...