[PGO] Fix remaining bugs in ProfData template file (when used by compiler-rt)
[oota-llvm.git] / include / llvm / Object / ArchiveWriter.h
2015-11-01 Rafael EspindolaUse Child instead of child_iterator in the archive...
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.