aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-06Revert r225048: It broke ObjC on AArch64.Lang Hames1-46/+70
2014-12-31Add r224985 back with a fix.Rafael Espindola1-70/+46
2014-12-31Revert "Remove doesSectionRequireSymbols."Rafael Espindola1-46/+70
2014-12-30Remove doesSectionRequireSymbols.Rafael Espindola1-70/+46
2014-12-04[X86] Clean up whitespace as well as minor coding styleMichael Liao1-5/+3
2014-10-24Fix a Mach-O assembler segfault for a subtraction expression with an undefine...Kevin Enderby1-4/+7
2014-10-11MC: Bit pack MCSymbolData.Benjamin Kramer1-1/+1
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-4/+4
2014-04-24Spread some const around for non-mutating uses of MCSymbolData.David Blaikie1-8/+9
2014-03-09[C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper1-1/+1
2014-03-07MC: Remove superfluous section attribute flag definitionsDavid Majnemer1-1/+1
2013-12-04Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby1-1/+4
2013-09-05Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby1-0/+4
2013-09-03X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach1-13/+19
2013-09-01Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-67/+66
2013-08-29The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby1-1/+6
2013-08-27Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis1-65/+67
2013-08-27Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis1-67/+65
2013-08-12Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby1-0/+5
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-4/+4
2012-09-26X86_32: Large Symbol+Offset relocations.Jim Grosbach1-8/+40
2011-07-25More refactoring.Evan Cheng1-0/+554