[Object/ELF] Don't confuse isDefined() and isCommon.
[oota-llvm.git] / include / llvm / Object / ELFTypes.h
2015-06-07 Davide Italiano[Object/ELF] Don't confuse isDefined() and isCommon.
2015-06-06 Davide Italiano[Object/ELF] Provide helpers for symbol types.
2015-06-02 Rafael EspindolaSimplify now that we always use an alignment of 2 for...
2015-05-26 Simon Atanasyan[mips] Move some structures represent MIPS specific...
2015-05-07 Simon Atanasyan[llvm-readobj] Print .MIPS.abiflags section content
2015-03-12 Davide Italiano[Object/ELF] Add support for setVisibility()
2015-01-25 Simon Atanasyan[ELFYAML] Support mips64 relocation record format in...
2014-11-05 Simon AtanasyanAdd accessor to get 'visibility' part of st_other field
2014-10-21 Lang Hames[MCJIT] Temporarily revert r220245 - it broke several...
2014-10-20 Lang Hames[MCJIT] Make MCJIT honor symbol visibility settings...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.