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
/
Thunks.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ELF][PPC32] Support range extension thunks with addends
Fangrui Song
2020-01-25
1
-4
/
+41
*
[ELF][PPC64] Improve "call lacks nop" diagnostic and make it compatible with ...
Fangrui Song
2019-12-29
1
-0
/
+1
*
[ELF][PPC32] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
1
-9
/
+13
*
[ELF][PPC64] Implement IPLT code sequence for non-preemptible IFUNC
Fangrui Song
2019-12-29
1
-3
/
+3
*
[ELF][PPC64] Support long branch thunks with addends
Fangrui Song
2019-12-05
1
-18
/
+19
*
[ELF][AArch64] Support R_AARCH64_{CALL26,JUMP26} range extension thunks with ...
Fangrui Song
2019-12-02
1
-25
/
+26
*
Fix a few typos in lld/ELF to cycle bots
Nico Weber
2019-10-28
1
-1
/
+1
*
[ELF] Fix variable names in comments after VariableName -> variableName change
Fangrui Song
2019-07-16
1
-2
/
+2
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-1
/
+1
*
[Coding style change][lld] Rename variables for non-ELF ports
Rui Ueyama
2019-07-11
1
-16
/
+16
*
[Coding style change] Rename variables so that they start with a lowercase le...
Rui Ueyama
2019-07-10
1
-404
/
+404
*
Avoid identifiers that are different only in case. NFC.
Rui Ueyama
2019-07-03
1
-8
/
+8
*
ELF: Create synthetic sections for loadable partitions.
Peter Collingbourne
2019-06-07
1
-3
/
+4
*
[PPC32] Improve the 32-bit PowerPC port
Fangrui Song
2019-06-06
1
-17
/
+108
*
[mips] Remove redundant setup of less-significant bit. NFC
Simon Atanasyan
2019-03-13
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[ELF] Implement option to force PIC compatible Thunks
Peter Smith
2019-01-16
1
-5
/
+5
*
[ELF] Fix ARM and Thumb V7PILongThunk overflow behavior.
Peter Smith
2019-01-10
1
-2
/
+2
*
[ELF][ARM] Add support for architecture v6m thunks
Peter Smith
2018-12-17
1
-5
/
+92
*
[PPC64] Long branch thunks.
Sean Fertile
2018-11-14
1
-12
/
+71
*
[ELF] [ARM] Don't mix 'ip' and 'r12' as names for the same register in commen...
Martin Storsjo
2018-08-31
1
-4
/
+4
*
[ELF] Add support for Armv5 and Armv6 compatible Thunks
Peter Smith
2018-08-20
1
-3
/
+113
*
ELF Thunks: fix build error: missing 'overrides'
Roman Lebedev
2018-05-06
1
-1
/
+1
*
[PPC64] Emit plt call stubs to the text section rather then the plt section.
Sean Fertile
2018-05-06
1
-4
/
+51
*
ELF: Add support for short thunks on ARM.
Peter Collingbourne
2018-03-29
1
-44
/
+151
*
ELF: Allow thunks to change size. NFCI.
Peter Collingbourne
2018-03-29
1
-42
/
+45
*
ELF: Make required Thunk methods pure virtual and remove an unused argument. ...
Peter Collingbourne
2018-03-28
1
-27
/
+27
*
[ELF] Convert {read,write}*be to endianness-aware read/write.
Fangrui Song
2018-03-09
1
-12
/
+11
*
Use references instead of pointers. NFC.
Rafael Espindola
2017-12-19
1
-16
/
+16
*
Replace a dyn_cast with a cast. NFC.
Rafael Espindola
2017-11-29
1
-2
/
+2
*
Replace another dyn_cast with a cast.
Rafael Espindola
2017-11-29
1
-2
/
+2
*
Replace a dyn_cast with a cast.
Rafael Espindola
2017-11-29
1
-2
/
+2
*
[ELF][AArch64] Add support for AArch64 range thunks.
Peter Smith
2017-11-29
1
-1
/
+82
*
Move Memory.{h,cpp} to Common.
Rui Ueyama
2017-11-28
1
-1
/
+1
*
[MIPS] Setup less-significant bit in a symbol value in microMIPS thunks
Simon Atanasyan
2017-11-09
1
-2
/
+2
*
ELF: Merge DefinedRegular and Defined.
Peter Collingbourne
2017-11-06
1
-3
/
+3
*
Rename SymbolBody -> Symbol
Rui Ueyama
2017-11-03
1
-12
/
+12
*
[ELF] Add support for multiple passes to createThunks()
Peter Smith
2017-10-27
1
-8
/
+8
*
[ELF] Introduce range extension thunks for ARM
Peter Smith
2017-10-27
1
-0
/
+2
*
[lld] unified COFF and ELF error handling on new Common/ErrorHandler
Bob Haarman
2017-10-25
1
-1
/
+1
*
Define RelType to represent relocation types.
Rui Ueyama
2017-10-11
1
-19
/
+17
*
[MIPS] Generate thunks for microMIPS code
Simon Atanasyan
2017-10-03
1
-2
/
+80
*
[ELF] Fix edge condition in thunk offset calculation
Shoaib Meenai
2017-09-21
1
-7
/
+9
*
[ELF] - Fix member name: alignment -> Alignment. NFC.
George Rimar
2017-07-18
1
-2
/
+2
*
[ELF] - Apply clang-format. NFC.
George Rimar
2017-07-18
1
-12
/
+6
*
[ELF] Introduce Thunk reuse compatibility
Peter Smith
2017-07-05
1
-0
/
+26
*
[ELF] Do not use `this` to access members of non-template class. NFC
Simon Atanasyan
2017-07-04
1
-3
/
+3
*
[ELF] Be more precise about Thumb state bit in ARM thunks
Peter Smith
2017-06-09
1
-3
/
+3
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
[ELF] - Detemplate Thunk creation.
George Rimar
2017-05-17
1
-72
/
+56
[next]