Canonicalize header guards into a common format.
[oota-llvm.git] / include / llvm / Object / IRObjectFile.h
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-07-04 Rafael EspindolaImplement LTOModule on top of IRObjectFile.
2014-07-03 Rafael EspindolaMove createIRObjectFile to the IRObjectFile class and...
2014-07-03 Rafael EspindolaAdd support for inline asm symbols to IRObjectFile.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-03-06 Ahmed CharlesReplace OwningPtr<T> with std::unique_ptr<T>.
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-02-28 Rafael EspindolaNow that it is possible, use the mangler in IRObjectFile.
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.