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
/
lld
/
ELF
/
Arch
/
X86.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF] Add -z force-ibt and -z shstk for Intel Control-flow Enforcement Techno...
Fangrui Song
2020-01-13
1
-0
/
+70
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
[ELF] writePlt, writeIplt: replace parameters gotPltEntryAddr and index with ...
Fangrui Song
2019-12-18
1
-19
/
+19
*
[ELF] Add IpltSection
Fangrui Song
2019-12-17
1
-4
/
+7
*
[ELF] Delete relOff from TargetInfo::writePLT
Fangrui Song
2019-12-16
1
-9
/
+9
*
[ELF] Wrap things in `namespace lld { namespace elf {`, NFC
Fangrui Song
2019-10-07
1
-3
/
+7
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-183
/
+183
*
[ELF] Make the rule to create relative relocations in a writable section stri...
Fangrui Song
2019-06-11
1
-1
/
+1
*
ELF: Create synthetic sections for loadable partitions.
Peter Collingbourne
2019-06-07
1
-1
/
+1
*
[ELF] Delete GotEntrySize and GotPltEntrySize
Fangrui Song
2019-05-31
1
-2
/
+0
*
[ELF][X86] Allow R_386_TLS_LDO_32 and R_X86_64_DTPOFF{32,64} to preemptable l...
Fangrui Song
2019-04-22
1
-1
/
+2
*
[ELF][X86] Rename R_RELAX_TLS_GD_TO_IE_END to R_RELAX_TLS_GD_TO_IE_GOTPLT
Fangrui Song
2019-04-22
1
-1
/
+1
*
Simplify. NFC.
Rui Ueyama
2019-04-01
1
-13
/
+13
*
Inline a trivial function. NFC.
Rui Ueyama
2019-03-28
1
-3
/
+3
*
[ELF] Change GOT*_FROM_END (relative to end(.got)) to GOTPLT* (start(.got.plt))
Fangrui Song
2019-03-25
1
-23
/
+13
*
Improve error message for unknown relocations.
Rui Ueyama
2019-02-14
1
-2
/
+4
*
Recommit r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."
George Rimar
2019-02-06
1
-0
/
+8
*
Revert r353293 "[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target."
George Rimar
2019-02-06
1
-9
/
+0
*
[LLD][ELF] - Set DF_STATIC_TLS flag for i386 target.
George Rimar
2019-02-06
1
-0
/
+9
*
[PPC64] Set the number of relocations processed for R_PPC64_TLS[GL]D to 2
Fangrui Song
2019-02-06
1
-1
/
+5
*
Inline a trivial function and update comment. NFC.
Rui Ueyama
2019-02-05
1
-9
/
+7
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF] Make TrapInstr and Filler byte arrays. NFC.
Simon Atanasyan
2018-11-14
1
-1
/
+1
*
[ELF] - Do not fail on R_*_NONE relocations when parsing the debug info.
George Rimar
2018-09-26
1
-0
/
+1
*
Reset input section pointers to null on each linker invocation.
Rui Ueyama
2018-09-25
1
-9
/
+9
*
Align AArch64 and i386 image base to superpage
Dimitry Andric
2018-09-21
1
-0
/
+4
*
Rename R_TLSGD/R_TLSLD to add _GOT_FROM_END. NFC.
Sean Fertile
2018-05-31
1
-2
/
+2
*
[ELF] - Relax checks for R_386_8/R_386_16 relocations.
George Rimar
2018-04-03
1
-2
/
+2
*
Do not use template for check{Int,UInt,IntUInt,Alignment}.
Rui Ueyama
2018-03-29
1
-5
/
+5
*
[ELF] Fix X86 & X86_64 PLT retpoline padding
Andrew Ng
2018-03-29
1
-14
/
+19
*
[ELF] Recommit 327248 with Arm using the .got for _GLOBAL_OFFSET_TABLE_
Peter Smith
2018-03-19
1
-1
/
+0
*
Revert r327248, "For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expecte...
Peter Collingbourne
2018-03-16
1
-0
/
+1
*
Reduce code duplication a bit.
Rafael Espindola
2018-03-14
1
-7
/
+9
*
For most Targets the _GLOBAL_OFFSET_TABLE_ symbol is expected to be at
Peter Smith
2018-03-11
1
-1
/
+0
*
Fix retpoline PLT header size for i386.
Rui Ueyama
2018-01-24
1
-1
/
+1
*
Introduce the "retpoline" x86 mitigation technique for variant #2 of the spec...
Chandler Carruth
2018-01-22
1
-3
/
+141
*
Make it clear where is a placeholder for later binary patching.
Rui Ueyama
2017-12-27
1
-9
/
+9
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-6
/
+6
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
Move comment to the place where it makes more sense.
Rui Ueyama
2017-10-24
1
-3
/
+3
*
[ELF] Recognize additional relocation types
Petr Hosek
2017-10-13
1
-0
/
+4
*
Remove one parameter from Target::getRelExpr.
Rui Ueyama
2017-10-12
1
-14
/
+27
*
Rewrite comment.
Rui Ueyama
2017-10-12
1
-10
/
+34
*
Define RelType to represent relocation types.
Rui Ueyama
2017-10-11
1
-18
/
+18
*
Fix which file is in an error message.
Rafael Espindola
2017-08-04
1
-4
/
+4
*
Add trap instructions for ARM and MIPS.
Rui Ueyama
2017-06-26
1
-3
/
+1
*
[ELF] Define _GLOBAL_OFFSET_TABLE_ symbol relative to .got
Peter Smith
2017-06-26
1
-0
/
+1
*
Do not use make<> to allocate TargetInfo. NFC.
Rui Ueyama
2017-06-16
1
-2
/
+4
*
Split Target.cpp into small files.
Rui Ueyama
2017-06-16
1
-0
/
+363