index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
X86
/
MCTargetDesc
/
X86MachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
X86: produce more friendly errors during MachO relocation handling
Tim Northover
2015-12-08
1
-32
/
+60
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-3
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Move IsUsedInReloc from MCSymbolELF to MCSymbol.
Rafael Espindola
2015-06-17
1
-1
/
+1
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-8
/
+8
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-1
/
+1
*
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
2015-06-04
1
-4
/
+2
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Remove getData.
Rafael Espindola
2015-05-29
1
-15
/
+10
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-5
/
+5
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-5
/
+5
*
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
2015-05-26
1
-11
/
+7
*
Stop using MCSectionData in MCExpr.h.
Rafael Espindola
2015-05-26
1
-8
/
+5
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-15
/
+22
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-5
/
+6
*
MC: Update MCAssembler to use MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-3
/
+3
*
MC: Use MCSymbol in MachObjectWriter, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-14
/
+13
*
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-13
/
+11
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-4
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-2
/
+2
*
MC: Use MCSymbol in RelAndSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-10
/
+6
*
MC: Change MCFragment::Atom to an MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-12
/
+16
*
Move AliasedSymbol to MachObjectWriter.
Rafael Espindola
2015-04-17
1
-2
/
+2
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+2
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+1
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-70
/
+46
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-46
/
+70
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-70
/
+46
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-46
/
+70
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-70
/
+46
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-46
/
+70
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-70
/
+46
*
[X86] Clean up whitespace as well as minor coding style
Michael Liao
2014-12-04
1
-5
/
+3
*
Fix a Mach-O assembler segfault for a subtraction expression with an undefine...
Kevin Enderby
2014-10-24
1
-4
/
+7
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-4
/
+4
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
1
-8
/
+9
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-1
/
+1
*
MC: Remove superfluous section attribute flag definitions
David Majnemer
2014-03-07
1
-1
/
+1
*
Fix a bug in darwin's 32-bit X86 handling of evaluating fixups.
Kevin Enderby
2013-12-04
1
-1
/
+4
*
Fixed a crash in the integrated assembler for Mach-O when a symbol difference
Kevin Enderby
2013-09-05
1
-0
/
+4
*
X86: Mark non-crashing report_fatal_errors() as such.
Jim Grosbach
2013-09-03
1
-13
/
+19
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-67
/
+66
*
The darwin integrated assembler for X86 in 64-bit mode is not rejecting
Kevin Enderby
2013-08-29
1
-1
/
+6
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-65
/
+67
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-67
/
+65
*
Fix a crash with X86 Mach-O and a subtraction expression where both symbols are
Kevin Enderby
2013-08-12
1
-0
/
+5
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-4
/
+4
*
X86_32: Large Symbol+Offset relocations.
Jim Grosbach
2012-09-26
1
-8
/
+40
[next]