[opaque pointer type]: Pass explicit pointee type when building a constant GEP.
[oota-llvm.git] / include / llvm / Object / ArchiveWriter.h
2015-07-15 Rafael EspindolaFor new archive member we only need to store the full...
2015-07-15 Rafael EspindolaInitial support for writing thin archives.
2015-07-13 Rafael EspindolaAdd support deterministic output in llvm-ar and make...
2015-07-08 Rafael EspindolaRevert part of "Disallow Archive::child_iterator that...
2015-07-08 Rafael EspindolaDisallow Archive::child_iterator that don't point to...
2015-07-08 Rafael EspindolaStart adding support for writing archives in BSD format.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-08 Peter Collingbournellvm-ar: Move archive writer to Object.