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
/
ARM
/
MCTargetDesc
/
ARMMachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-1
/
+1
*
ARM: fix handling of movw/movt relocations with addend.
Tim Northover
2016-02-23
1
-3
/
+6
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-11
/
+21
*
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
*
Remove includes of MCMachOSymbolFlags.h after it was deleted
Pete Cooper
2015-06-08
1
-1
/
+0
*
MC: Clean up naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-2
/
+2
*
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
-1
/
+1
*
Remove getData.
Rafael Espindola
2015-05-29
1
-14
/
+10
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-4
/
+4
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-4
/
+4
*
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
2015-05-26
1
-10
/
+6
*
Stop using MCSectionData in MCExpr.h.
Rafael Espindola
2015-05-26
1
-15
/
+10
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-13
/
+21
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-2
/
+4
*
MC: Use MCSymbol in MachObjectWriter, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-19
/
+16
*
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-4
/
+4
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-1
/
+1
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-5
/
+5
*
MC: Use MCSymbol in RelAndSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
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
*
ARM: do not relax Thumb1 -> Thumb2 if only Thumb1 is available.
Tim Northover
2015-04-06
1
-6
/
+1
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-21
/
+16
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-16
/
+21
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-21
/
+16
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-16
/
+21
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-21
/
+16
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-16
/
+21
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-21
/
+16
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
ARM: when falling back to scattered relocs, keep the type.
Tim Northover
2014-07-04
1
-3
/
+7
*
Centralize the handling of the thumb bit.
Rafael Espindola
2014-04-29
1
-2
/
+2
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-1
/
+1
*
Spread some const around for non-mutating uses of MCSymbolData.
David Blaikie
2014-04-24
1
-5
/
+5
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-11
/
+0
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-10
1
-1
/
+1
*
Fixed a bug in getARMFixupKindMachOInfo() where three ARM fixup kinds
Kevin Enderby
2013-12-13
1
-1
/
+5
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-65
/
+64
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-63
/
+65
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-65
/
+63
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-2
/
+3
*
ARM: Darwin BL/BLX relocations to out-of-range symbols.
Jim Grosbach
2012-09-25
1
-1
/
+48
*
Remove redundant semicolons which are null statements.
Dmitri Gribenko
2012-09-10
1
-1
/
+1
*
Fix a bug in ARMMachObjectWriter::RecordRelocation() in ARMMachObjectWriter.cpp
Kevin Enderby
2012-07-30
1
-2
/
+9
*
Fix a typo (the the => the)
Sylvestre Ledru
2012-07-23
1
-1
/
+1
*
Ensure conditional BL instructions for ARM are given the fixup fixup_arm_cond...
James Molloy
2012-03-30
1
-1
/
+2
[next]