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
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-2
/
+2
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Produce an error on non-encodable offsets for darwin ARM scattered relocations.
Jonas Devlieghere
2018-11-29
1
-0
/
+20
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-6
/
+4
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-3
/
+3
*
[MC] Plumb unique_ptr<MCMachObjectTargetWriter> through createMachObjectWriter
Lang Hames
2017-10-09
1
-4
/
+3
*
ARM: use internal relocations for local symbols after all.
Tim Northover
2017-08-23
1
-2
/
+11
*
ARM: use an external relocation for calls from MachO ARM mode.
Tim Northover
2017-08-18
1
-5
/
+4
*
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
[next]