Canonicalize header guards into a common format.
[oota-llvm.git] / include / llvm / Object / SymbolicFile.h
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.