Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / Object / SymbolicFile.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-30 Davide Italiano[Object] Teach Object and llvm-objdump about ".hidden"
2015-04-11 Alexander KornienkoUse 'override/final' instead of 'virtual' for overridde...
2015-03-23 David BlaikieRefactor: simplify boolean expressions in llvm-objdump
2015-01-15 Lang Hames[Object] Add SF_Exported flag. This flag will be set...
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-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-08-18 Kevin EnderbyMake llvm-objdump handle both arm and thumb disassembly...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-18 Rafael EspindolaAdd a symbols() range and use a range loop.
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-05 Kevin EnderbyAdd "-format darwin" to llvm-nm to be like darwin's...
2014-05-30 Tim NorthoverMachO: support N_INDR aliases in assembly files.
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2014-03-21 Juergen Ributzka[RuntimeDyld] Allow processRelocationRef to process...
2014-03-02 Alp Toker[C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.