summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MachORelocationInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Delete MCRelocationInfo::createExprForRelocation.Pete Cooper2016-01-151-119/+0
* Replace a few more MachO only uses of getSymbolAddress.Rafael Espindola2015-07-031-3/+2
* Return ErrorOr from SymbolRef::getName.Rafael Espindola2015-07-021-4/+8
* Don't return error_code from a function that doesn't fail.Rafael Espindola2015-06-301-1/+1
* Rename getObjectFile to getObject for consistency.Rafael Espindola2015-06-261-1/+1
* MC: Clean up MCExpr naming. NFC.Jim Grosbach2015-05-301-15/+15
* MC: Clean up method names in MCContext.Jim Grosbach2015-05-181-2/+2
* Refactor: Simplify boolean expressions in x86 targetDavid Blaikie2015-03-231-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-1/+1
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-301-4/+4
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-12/+12
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-12/+12
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-12/+12
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-7/+6
* Add MCSymbolizer for symbolic/annotated disassembly.Ahmed Bougacha2013-05-241-0/+117
OpenPOWER on IntegriCloud