summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/X86/MCTargetDesc/X86MachObjectWriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add r224985 back with fixes.Rafael Espindola2015-01-191-70/+46
* Revert "Add r224985 back with two fixes."Rafael Espindola2015-01-141-46/+70
* Add r224985 back with two fixes.Rafael Espindola2015-01-121-70/+46
* Revert r225048: It broke ObjC on AArch64.Lang Hames2015-01-061-46/+70
* Add r224985 back with a fix.Rafael Espindola2014-12-311-70/+46
* Revert "Remove doesSectionRequireSymbols."Rafael Espindola2014-12-311-46/+70
* Remove doesSectionRequireSymbols.Rafael Espindola2014-12-301-70/+46
* [X86] Clean up whitespace as well as minor coding styleMichael Liao2014-12-041-5/+3
* Fix a Mach-O assembler segfault for a subtraction expression with an undefine...Kevin Enderby2014-10-241-4/+7
* MC: Bit pack MCSymbolData.Benjamin Kramer2014-10-111-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-4/+4
* Spread some const around for non-mutating uses of MCSymbolData.David Blaikie2014-04-241-8/+9
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-091-1/+1
* MC: Remove superfluous section attribute flag definitionsDavid Majnemer2014-03-071-1/+1
* Fix a bug in darwin's 32-bit X86 handling of evaluating fixups. Kevin Enderby2013-12-041-1/+4
* Fixed a crash in the integrated assembler for Mach-O when a symbol differenceKevin Enderby2013-09-051-0/+4
* X86: Mark non-crashing report_fatal_errors() as such.Jim Grosbach2013-09-031-13/+19
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-011-67/+66
* The darwin integrated assembler for X86 in 64-bit mode is not rejectingKevin Enderby2013-08-291-1/+6
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-271-65/+67
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-271-67/+65
* Fix a crash with X86 Mach-O and a subtraction expression where both symbols areKevin Enderby2013-08-121-0/+5
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-4/+4
* X86_32: Large Symbol+Offset relocations.Jim Grosbach2012-09-261-8/+40
* More refactoring.Evan Cheng2011-07-251-0/+554
OpenPOWER on IntegriCloud