Return ErrorOr from SymbolRef::getName.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86ELFRelocationInfo.cpp
2015-07-02 Rafael EspindolaReturn ErrorOr from SymbolRef::getName.
2015-06-30 Rafael EspindolaDon't return error_code from a function that doesn...
2015-06-30 Rafael EspindolaCleanup getRelocationAddend.
2015-06-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
2015-06-25 Rafael EspindolaAdd an ELFSymbolRef type.
2015-06-24 Rafael EspindolaChange how symbol sizes are handled in lib/Object.
2015-06-19 Rafael EspindolaImprove error handling of getRelocationAddend.
2015-06-01 Rafael EspindolaSimplify another function that doesn't fail.
2015-05-30 Jim GrosbachMC: Clean up MCExpr naming. NFC.
2015-05-18 Jim GrosbachMC: Clean up method names in MCContext.
2015-03-23 David BlaikieRefactor: Simplify boolean expressions in x86 target
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-03-09 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-08-08 Michael J. Spencer[Object] Split the ELF interface into 3 parts.
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.