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
/
Writer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Remove inappropriate use of CachedHashStringRef.
Rui Ueyama
2016-12-19
1
-3
/
+2
*
Remove lld/Support/Memory.h.
Rui Ueyama
2016-12-18
1
-1
/
+1
*
[ELF][MIPS] Calculate default _gp value relative to the GPREL section with th...
Simon Atanasyan
2016-12-12
1
-2
/
+10
*
Move Memory.{h,cpp} to lld/Support so that we can use them from COFF.
Rui Ueyama
2016-12-08
1
-2
/
+1
*
[ELF] ifunc implementation using synthetic sections
Peter Smith
2016-12-08
1
-7
/
+20
*
[ELF][MIPS] Make _gp, _gp_disp, __gnu_local_gp global symbols
Simon Atanasyan
2016-12-08
1
-11
/
+17
*
Delete dead code.
Rafael Espindola
2016-12-08
1
-0
/
+2
*
Simplify. NFC.
Rafael Espindola
2016-12-07
1
-9
/
+7
*
Use the correct MaxPageSize.
Rafael Espindola
2016-12-07
1
-1
/
+1
*
Make a decision about whether we should warn on missing entry or not early.
Rui Ueyama
2016-12-07
1
-2
/
+2
*
Simplify -e <number> option handling.
Rui Ueyama
2016-12-07
1
-3
/
+5
*
[ELF] Shared libraries should have entry point
Petr Hosek
2016-12-07
1
-4
/
+6
*
Don't print empty PT_LOAD.
Rafael Espindola
2016-12-06
1
-0
/
+16
*
Revert r288707: Split removeUnusedSyntheticSections into two functions.
Rui Ueyama
2016-12-05
1
-27
/
+16
*
Split removeUnusedSyntheticSections into two functions.
Rui Ueyama
2016-12-05
1
-16
/
+27
*
Remove existing file in a separate thread asynchronously.
Rui Ueyama
2016-12-05
1
-0
/
+38
*
[ELF] - Change the way how we compute offsets for binary output.
George Rimar
2016-12-03
1
-4
/
+9
*
[ELF] - Add support of proccessing of the rest allocatable synthetic sections...
George Rimar
2016-11-29
1
-37
/
+27
*
[ELF] - Implemented -N (-omagic) command line option.
George Rimar
2016-11-29
1
-0
/
+2
*
[ELF] Refactor target error messages
Eugene Leviant
2016-11-29
1
-0
/
+28
*
[ELF] - Do not put non exec sections first when -no-rosegment
George Rimar
2016-11-28
1
-2
/
+2
*
[ELF] - Implemented -no-rosegment.
George Rimar
2016-11-28
1
-1
/
+1
*
Always create a PT_ARM_EXIDX if needed.
Rafael Espindola
2016-11-28
1
-7
/
+18
*
[ELF] - Add support for access to most of synthetic sections from linkerscript.
George Rimar
2016-11-25
1
-61
/
+64
*
[ELF] Add terminating sentinel .ARM.exidx table entry
Peter Smith
2016-11-24
1
-0
/
+4
*
Remove HasError and use ErrorCount instead.
Rui Ueyama
2016-11-24
1
-4
/
+4
*
Set default entry point to .text if no entry point is found.
Rui Ueyama
2016-11-23
1
-3
/
+22
*
[ELF][MIPS] Fix handling of _gp/_gp_disp/__gnu_local_gp symbols
Simon Atanasyan
2016-11-23
1
-6
/
+16
*
Define toString() as a generic function to get a string for error message.
Rui Ueyama
2016-11-23
1
-1
/
+3
*
Remove one of SymbolTable::addRegular function that forwards other addRegular.
Rui Ueyama
2016-11-23
1
-6
/
+4
*
Allow calling getName() on local symbols.
Rui Ueyama
2016-11-23
1
-9
/
+5
*
move VerDef finalization before DynStrTab
Rafael Espindola
2016-11-22
1
-3
/
+3
*
Fix build breakage.
Rui Ueyama
2016-11-22
1
-1
/
+1
*
[ELF] Convert .rld_map to input section
Eugene Leviant
2016-11-22
1
-11
/
+4
*
Do not save unused pointers to In<ELFT>.
Rui Ueyama
2016-11-22
1
-17
/
+6
*
Convert MipsOptionsSection to SyntheticSection.
Rui Ueyama
2016-11-22
1
-4
/
+3
*
Convert MipsReginfoSection to SyntheticSection.
Rui Ueyama
2016-11-22
1
-8
/
+5
*
Convert MipsAbiFlagsSection to SyntheticSection.
Rui Ueyama
2016-11-22
1
-4
/
+3
*
Merge BuildId subclasses.
Rui Ueyama
2016-11-22
1
-14
/
+3
*
Fix address computation for headers.
Rafael Espindola
2016-11-21
1
-4
/
+6
*
[ELF] Convert Version*** sections to input sections
Eugene Leviant
2016-11-21
1
-16
/
+16
*
[ELF] Convert EhFrameHeader to input section
Eugene Leviant
2016-11-21
1
-14
/
+18
*
[ELF] Convert GdbIndexSection to input section
Eugene Leviant
2016-11-21
1
-5
/
+6
*
Add comments.
Rui Ueyama
2016-11-21
1
-6
/
+31
*
Simplify handling of SHF_LINK_ORDER.
Rafael Espindola
2016-11-18
1
-60
/
+0
*
[ELF] Convert PltSection to input section
Eugene Leviant
2016-11-18
1
-4
/
+4
*
[ELF] Convert HashTableSection to input section
Eugene Leviant
2016-11-18
1
-6
/
+6
*
[ELF] Convert GnuHashTableSection to input section
Eugene Leviant
2016-11-18
1
-12
/
+8
*
Simplify MergeOutputSection.
Rui Ueyama
2016-11-18
1
-5
/
+0
*
Allow use define symbols to override linker defined ones.
Rafael Espindola
2016-11-17
1
-1
/
+3
[prev]
[next]