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
/
X86
/
MCTargetDesc
/
X86ELFObjectWriter.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MC] Minor cleanup to MCFixup::Kind handling. NFC.
Sam Clegg
2019-08-23
1
-8
/
+9
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-1
/
+1
*
[X86] Fix x86-64 call *foo@tlsdesc(%rax) and support R_386_TLSGOTDESC R_386_T...
Fangrui Song
2019-05-29
1
-0
/
+4
*
[X86] Support .reloc *, R_{386,X86_64}_NONE, *
Fangrui Song
2019-05-17
1
-2
/
+18
*
[ELF] Fix GCC8 warnings about "fall through", NFCI
Jonas Hahnfeld
2019-03-13
1
-0
/
+7
*
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
-5
/
+3
*
[llvm-mc] - Produce R_X86_64_PLT32 for "call/jmp foo".
George Rimar
2018-02-20
1
-0
/
+3
*
[MC] Thread unique_ptr<MCObjectWriter> through the create.*ObjectWriter
Lang Hames
2017-10-10
1
-3
/
+4
*
[MC] Plumb unique_ptr<MCELFObjectTargetWriter> through createELFObjectWriter to
Lang Hames
2017-10-09
1
-3
/
+2
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[X86] Fix some Clang-tidy modernize and Include What You Use warnings; other ...
Eugene Zelenko
2017-02-02
1
-12
/
+13
*
MC: Introduce the ABS8 symbol modifier.
Peter Collingbourne
2017-01-31
1
-0
/
+2
*
Add initial support for R_386_GOT32X.
Rafael Espindola
2016-07-06
1
-7
/
+18
*
Fix production of R_X86_64_GOTPCRELX/R_X86_64_REX_GOTPCRELX.
Rafael Espindola
2016-05-28
1
-1
/
+4
*
[MC/ELF] Implement support for GOTPCRELX/REX_GOTPCRELX.
Davide Italiano
2016-04-24
1
-5
/
+19
*
[MC/ELF] Pass Fixup to getRelocType64.
Davide Italiano
2016-04-23
1
-2
/
+3
*
[MC] support TLSDESC and TLSCALL / GNU2 tls dialect
Davide Italiano
2016-04-09
1
-0
/
+4
*
Convert a few assert failures into proper errors.
Rafael Espindola
2016-01-13
1
-10
/
+18
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-4
/
+7
*
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
*
Handle 16 bit PC relative relocations.
Rafael Espindola
2015-06-06
1
-0
/
+1
*
Use raw_pwrite_stream in the object writer/streamer.
Rafael Espindola
2015-04-14
1
-2
/
+2
*
Use 'override/final' instead of 'virtual' for overridden methods
Alexander Kornienko
2015-04-11
1
-1
/
+2
*
clang-format bits of code to make a followup patch easy to read.
Rafael Espindola
2015-04-09
1
-2
/
+1
*
Silence a GCC warning
David Majnemer
2015-03-22
1
-2
/
+2
*
Fixed MSVC compile warning issue introduced in r232837
Simon Pilgrim
2015-03-22
1
-1
/
+2
*
X86: Make helper functions static. NFC.
Benjamin Kramer
2015-03-20
1
-4
/
+4
*
Reorganize the x86 ELF relocation selection logic.
Rafael Espindola
2015-03-20
1
-176
/
+198
*
Reduce indentation after return. NFC.
Rafael Espindola
2015-03-20
1
-138
/
+125
*
Use early returns. NFC.
Rafael Espindola
2015-03-20
1
-104
/
+50
*
Fold a llvm_unreachable into an assert. NFC.
Rafael Espindola
2015-03-20
1
-3
/
+3
*
clang-format a function. NFC.
Rafael Espindola
2015-03-20
1
-12
/
+32
*
Handle X86::reloc_riprel_4byte in 32 bits mode.
Rafael Espindola
2015-03-18
1
-0
/
+1
*
[MC][Target] Implement support for R_X86_64_SIZE{32,64}.
Davide Italiano
2015-03-04
1
-0
/
+6
*
Support @PLT loads on 32bit x86.
Joerg Sonnenberger
2015-01-15
1
-0
/
+3
*
X86, MC: Tidy up some whitespace in GetRelocType
David Majnemer
2014-11-06
1
-1
/
+1
*
Fix pr19645.
Rafael Espindola
2014-05-03
1
-1
/
+1
*
Handle _GLOBAL_OFFSET_TABLE_ in 64 bit mode.
Rafael Espindola
2014-04-21
1
-0
/
+6
*
Remove another unused argument.
Rafael Espindola
2014-03-27
1
-3
/
+2
*
Remove unused argument.
Rafael Espindola
2014-03-27
1
-4
/
+2
*
Look through variables when computing relocations.
Rafael Espindola
2014-03-20
1
-2
/
+1
*
[C++11] Add 'override' keyword to virtual methods that override their base cl...
Craig Topper
2014-03-09
1
-3
/
+3
*
[x86] Support R_386_PC8, R_386_PC16 and R_X86_64_PC8
David Woodhouse
2014-01-08
1
-0
/
+23
*
This commit adds some (but not all) of the x86-64 relocations that are not
Tom Roeder
2013-10-30
1
-0
/
+6
*
X86: Use R_X86_64_TPOFF64 for FK_Data_8
David Majnemer
2013-09-22
1
-0
/
+3
*
Integrate Assembler: Support X86_64_DTPOFF64 relocations
David Blaikie
2013-06-28
1
-1
/
+12
*
Enable ELF machine type to be specified explicitly in X86 backend
Michael Liao
2012-10-30
1
-11
/
+14
*
Move the X86 specific bits of the ELF writer to the Target/X86 directory.
Rafael Espindola
2011-12-21
1
-0
/
+224