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
/
AArch64
/
MCTargetDesc
/
AArch64MachObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-1
/
+1
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
AArch64: support binutils-like things on arm64_32.
Tim Northover
2019-05-14
1
-4
/
+6
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-6
/
+3
*
Recommit r329716 "Add missing nullptr check before getSection() to AArch64Mac...
Jessica Paquette
2018-04-10
1
-0
/
+9
*
Revert 329716 "Add missing nullptr check before getSection() to AArch64MachOb...
Jessica Paquette
2018-04-10
1
-2
/
+1
*
Add missing nullptr check to AArch64MachObjectWriter::recordRelocation
Jessica Paquette
2018-04-10
1
-1
/
+2
*
Delete code that is probably dead since r249303.
Rafael Espindola
2018-03-08
1
-40
/
+5
*
[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
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[AArch64] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-02-03
1
-11
/
+19
*
[AArch64] Allow label arithmetic with add/sub/cmp
Diana Picus
2016-10-11
1
-1
/
+1
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-35
/
+53
*
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 naming in MCObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-3
/
+3
*
MC: Remove obsolete MachO UseAggressiveSymbolFolding.
Jim Grosbach
2015-06-04
1
-2
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-3
/
+3
*
Remove getData.
Rafael Espindola
2015-05-29
1
-10
/
+6
*
Remove the MCSymbolData typedef.
Rafael Espindola
2015-05-29
1
-2
/
+2
*
Remove a trivial forwarding function. NFC.
Rafael Espindola
2015-05-28
1
-2
/
+2
*
Stop using MCSectionData in MCMachObjectWriter.h.
Rafael Espindola
2015-05-26
1
-8
/
+4
*
Return a MCSection from MCFragment::getParent().
Rafael Espindola
2015-05-26
1
-6
/
+10
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-2
/
+2
*
MC: Remove most remaining uses of MCSymbolData::getSymbol(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-7
/
+5
*
MC: Update MCAssembler to use MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-3
/
+3
*
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-11
/
+9
*
MC: Use MCSymbol in MCAsmLayout::getSymbolOffset(), NFC
Duncan P. N. Exon Smith
2015-05-19
1
-4
/
+4
*
AArch64: work around ld64 bug more aggressively.
Tim Northover
2015-05-18
1
-5
/
+4
*
MC: Clean up method names in MCContext.
Jim Grosbach
2015-05-18
1
-13
/
+13
*
MC: Use MCSymbol in RelAndSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-8
/
+4
*
MC: Change MCFragment::Atom to an MCSymbol, NFC
Duncan P. N. Exon Smith
2015-05-16
1
-20
/
+25
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+1
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+2
*
Learn that __DATA,__objc_classrefs is not atomized via symbols.
Rafael Espindola
2015-02-12
1
-0
/
+4
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-32
/
+53
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-46
/
+32
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-32
/
+46
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-32
/
+32
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-32
/
+32
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-23
/
+27
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-27
/
+23
*
If available, pass down the Fixup object to EvaluateAsRelocatable.
Joerg Sonnenberger
2014-08-10
1
-1
/
+2
*
Run sort_includes.py on the AArch64 backend.
Benjamin Kramer
2014-07-25
1
-2
/
+2
*
Replace some assert(0)'s with llvm_unreachable.
Craig Topper
2014-06-18
1
-1
/
+1
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+396