Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / include / llvm / IR / Module.h
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-23 Yaron KerenTypedef NumeredTypesMapTy is not used anywhere.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-04-17 Diego NovilloFix bug 19437 - Only add discriminators for DWARF 4...
2014-04-09 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
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...