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
/
PowerPC
/
MCTargetDesc
/
PPCMachObjectWriter.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
*
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
/
+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
-1
/
+1
*
Reuse existing variable. NFC.
Rafael Espindola
2017-06-28
1
-2
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
WebAssembly: fix build break introduced by ELFObjectWriter churn
JF Bastien
2016-01-13
1
-1
/
+1
*
[Assembler] Make fatal assembler errors non-fatal
Oliver Stannard
2015-11-17
1
-2
/
+2
*
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
*
MC: Clean up the naming for MCMachObjectWriter. NFC.
Jim Grosbach
2015-06-04
1
-5
/
+5
*
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
-2
/
+1
*
MC: Clean up MCExpr naming. NFC.
Jim Grosbach
2015-05-30
1
-2
/
+2
*
Remove getData.
Rafael Espindola
2015-05-29
1
-7
/
+5
*
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
-5
/
+3
*
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
-7
/
+11
*
Stop forwarding getOrdinal and setOrdinal.
Rafael Espindola
2015-05-25
1
-2
/
+3
*
MC: Use MCSymbol in MachObjectWriter, NFC
Duncan P. N. Exon Smith
2015-05-20
1
-10
/
+9
*
MC: Take MCSymbol in MachObjectWriter::getSymbolAddress(), NFC
Duncan P. N. Exon Smith
2015-05-20
1
-2
/
+2
*
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
-1
/
+1
*
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
*
Add r224985 back with fixes.
Rafael Espindola
2015-01-19
1
-9
/
+7
*
Revert "Add r224985 back with two fixes."
Rafael Espindola
2015-01-14
1
-7
/
+9
*
Add r224985 back with two fixes.
Rafael Espindola
2015-01-12
1
-9
/
+7
*
Revert r225048: It broke ObjC on AArch64.
Lang Hames
2015-01-06
1
-7
/
+9
*
Add r224985 back with a fix.
Rafael Espindola
2014-12-31
1
-9
/
+7
*
Revert "Remove doesSectionRequireSymbols."
Rafael Espindola
2014-12-31
1
-7
/
+9
*
Remove doesSectionRequireSymbols.
Rafael Espindola
2014-12-30
1
-9
/
+7
*
MC: Bit pack MCSymbolData.
Benjamin Kramer
2014-10-11
1
-1
/
+1
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-1
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-1
/
+1
*
[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
-3
/
+3
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-09-01
1
-40
/
+44
*
Revert "Fix the build broken by r189315." and "Move everything depending on O...
Charles Davis
2013-08-27
1
-47
/
+43
*
Move everything depending on Object/MachOFormat.h over to Support/MachO.h.
Charles Davis
2013-08-27
1
-43
/
+47
*
cast fix to appease buildbot
David Fang
2013-08-08
1
-1
/
+1
*
initial draft of PPCMachObjectWriter.cpp
David Fang
2013-08-08
1
-0
/
+385