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
/
PPCELFObjectWriter.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
*
[PowerPC] Support .reloc *, R_PPC{,64}_NONE, *
Fangrui Song
2019-05-17
1
-0
/
+3
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[PowerPC] Add support for high and higha symbol modifiers on tls modifers.
Sean Fertile
2018-06-15
1
-0
/
+12
*
[PPC64] Support "symbol@high" and "symbol@higha" symbol modifers.
Sean Fertile
2018-06-15
1
-0
/
+10
*
MC: Separate creating a generic object writer from creating a target object w...
Peter Collingbourne
2018-05-21
1
-5
/
+3
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-4
/
+4
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-2
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[MC] Merge VK_PPC_TPREL in to generic VK_TPREL.
Colin LeMahieu
2016-02-10
1
-6
/
+6
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-3
/
+3
*
Simplify. NFC.
Rafael Espindola
2015-12-17
1
-6
/
+3
*
[PPC] Fix PR24686 by failing assembly for an invalid relocation
Bill Schmidt
2015-10-22
1
-0
/
+7
*
Untabify.
NAKAMURA Takumi
2015-09-22
1
-6
/
+6
*
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
*
Merge MCELF.h into MCSymbolELF.h.
Rafael Espindola
2015-06-02
1
-2
/
+2
*
Pass MCSymbols to the helper functions in MCELF.h.
Rafael Espindola
2015-05-29
1
-1
/
+1
*
Pass a MCSymbol to needsRelocateWithSymbol.
Rafael Espindola
2015-05-29
1
-3
/
+3
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-1
/
+2
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+1
*
Add support for small-model PIC for PowerPC.
Justin Hibbits
2014-11-12
1
-0
/
+3
*
Add override to overriden virtual methods, remove virtual keywords.
Benjamin Kramer
2014-09-03
1
-17
/
+3
*
[PowerPC] Support TLS on PPC32/ELF
Hal Finkel
2014-07-25
1
-5
/
+20
*
[MC] Pass MCSymbolData to needsRelocateWithSymbol
Ulrich Weigand
2014-07-20
1
-6
/
+12
*
[PowerPC] ELFv2 MC support for .localentry directive
Ulrich Weigand
2014-07-20
1
-0
/
+15
*
[PowerPC] 32-bit ELF PIC support
Hal Finkel
2014-07-18
1
-1
/
+9
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-3
/
+4
*
Completely rewrite ELFObjectWriter::RecordRelocation.
Rafael Espindola
2014-03-29
1
-56
/
+0
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-5
/
+3
*
[PowerPC] Generate little-endian object files
Ulrich Weigand
2014-03-24
1
-1
/
+2
*
Add llvm_unreachable after fully-covered switches to appease GCC
Alexey Samsonov
2014-03-20
1
-0
/
+1
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-4
/
+29
*
[PowerPC] Revert r185476 and fix up TLS variant kinds
Ulrich Weigand
2013-07-09
1
-2
/
+2
*
[PowerPC] Add some special @got@tprel fixup cases
Ulrich Weigand
2013-07-05
1
-0
/
+20
*
[PowerPC] Support @tls in the asm parser
Ulrich Weigand
2013-07-05
1
-3
/
+3
*
[PowerPC] Remove VK_PPC_TLSGD and VK_PPC_TLSLD
Ulrich Weigand
2013-07-02
1
-2
/
+2
*
[PowerPC] Add support for TLS data relocations
Ulrich Weigand
2013-07-01
1
-0
/
+9
*
[PowerPC] Fix @got references to local symbols
Ulrich Weigand
2013-07-01
1
-0
/
+34
*
[PowerPC] Support @got modifier
Ulrich Weigand
2013-06-25
1
-0
/
+18
*
[PowerPC] Support absolute branches
Ulrich Weigand
2013-06-24
1
-2
/
+4
*
[PowerPC] Support R_PPC_REL16 family of relocations
Ulrich Weigand
2013-06-21
1
-0
/
+17
*
[PowerPC] Support various tls-related modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+78
*
[PowerPC] Support @higher et.al. modifiers
Ulrich Weigand
2013-06-21
1
-0
/
+12
*
[PowerPC] Support @toc@h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Support @h modifier
Ulrich Weigand
2013-06-21
1
-0
/
+3
*
[PowerPC] Rename some more VK_PPC_ enums
Ulrich Weigand
2013-06-21
1
-18
/
+18
*
[PowerPC] Clean up VK_PPC_TOC... names
Ulrich Weigand
2013-06-20
1
-3
/
+3
[next]