[X86] Fix an unused variable warning in released builds.
[oota-llvm.git] / lib / Target / X86 / MCTargetDesc / X86MachORelocationInfo.cpp
2015-07-03 Rafael EspindolaReplace a few more MachO only uses of getSymbolAddress.
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-26 Rafael EspindolaRename getObjectFile to getObject for consistency.
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-30 Rafael EspindolaSimplify the handling of iterators in ObjectFile.
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-09-01 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-08-27 Charles DavisRevert "Fix the build broken by r189315." and "Move...
2013-08-27 Charles DavisMove everything depending on Object/MachOFormat.h over...
2013-06-05 Rafael EspindolaHandle relocations that don't point to symbols.
2013-05-24 Ahmed BougachaAdd MCSymbolizer for symbolic/annotated disassembly.