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
/
lib
/
ReaderWriter
/
ELF
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
121
-20755
/
+0
*
Move SimpleDefinedAtom::addReference to DefinedAtom.
Pete Cooper
2016-02-01
1
-0
/
+2
*
Add File::kind's for all subclasses of File.
Pete Cooper
2016-01-14
12
-15
/
+21
*
Update for LLVM function name change.
Rui Ueyama
2016-01-14
5
-21
/
+18
*
[old ELF] Remove AMDGPU target
Tom Stellard
2016-01-11
13
-427
/
+0
*
Set the folder for libraries to 'lld libraries'. NFC.
Pete Cooper
2016-01-07
9
-9
/
+9
*
Fix Clang-tidy modernize-use-auto warnings, other minor fixes.
Eugene Zelenko
2015-11-10
4
-13
/
+13
*
[LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.
Rui Ueyama
2015-10-02
1
-1
/
+1
*
ELF/AMDGPU: Text section should be called .hsatext
Tom Stellard
2015-09-25
2
-3
/
+3
*
Fix memory leak in FileArchive::find().
Rui Ueyama
2015-09-24
1
-2
/
+10
*
[Mips] Do not show an error if R_MIPS_GPREL32 relocation has a non-local target
Simon Atanasyan
2015-09-16
1
-13
/
+0
*
Fix Clang-tidy misc-use-override warnings, other minor fixes.
Rui Ueyama
2015-09-10
4
-12
/
+12
*
Fix -Wcovered-switch-default warnings.
Rui Ueyama
2015-08-31
1
-4
/
+2
*
ELF: Fix "not all control paths return a value" warning.
Rui Ueyama
2015-08-31
1
-12
/
+16
*
[Mips] Support grouping of multiple consecutive relocations in case of N32 an...
Simon Atanasyan
2015-08-28
1
-1
/
+15
*
[Mips] Initial support of the MIPS N32 ABI
Simon Atanasyan
2015-08-28
7
-10
/
+117
*
ELF/AMDGPU: Add more misssing: using namespace lld;
Tom Stellard
2015-08-27
2
-0
/
+2
*
ELF/AMDGPU: Add missing: using namespace lld; to try to fix windows bot
Tom Stellard
2015-08-27
1
-0
/
+1
*
ELF/AMDGPU: Remove another unused private member variable
Tom Stellard
2015-08-27
1
-4
/
+1
*
ELF/AMDGPU: Remove unused private member variable
Tom Stellard
2015-08-27
2
-2
/
+1
*
ELF/AMDGPU: Attempt to fix windows bots
Tom Stellard
2015-08-27
1
-0
/
+1
*
ELF: Add AMDGPU ReaderWriter
Tom Stellard
2015-08-27
14
-3
/
+432
*
[Mips] Use 'or' for move instead of [d]addu in PLT entries
Simon Atanasyan
2015-08-19
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2015-08-13
1
-3
/
+6
*
[ELF] Remove TargetLayout::getCustomSegments methods
Denis Protivensky
2015-08-12
2
-23
/
+1
*
[LinkerScript] Process program header in PHDRS command
Denis Protivensky
2015-08-12
2
-10
/
+30
*
Update for llvm api change.
Rafael Espindola
2015-08-10
2
-3
/
+14
*
Don't depend on getDotSymtabSec. It is going away.
Rafael Espindola
2015-08-10
2
-11
/
+15
*
Avoid using getDotDynSymSec in lld. It is going away.
Rafael Espindola
2015-08-07
1
-2
/
+8
*
Use already available symbol tables. NFC.
Rafael Espindola
2015-08-07
2
-2
/
+3
*
ELF: Correctly identify SHT_NOTE sections with !SHF_ALLOC as type*Note
Tom Stellard
2015-08-07
1
-1
/
+6
*
[Mips] Implement definition of the DT_MIPS_RLD_MAP_REL dynamic tag
Simon Atanasyan
2015-08-01
1
-2
/
+10
*
[Mips] Implement definition of DT_MIPS_RLD_MAP dynamic tag, .rld_map section,...
Simon Atanasyan
2015-07-30
2
-0
/
+32
*
[Mips] Define _DYNAMIC_LINKING symbol if output is a is dynamically linked ex...
Simon Atanasyan
2015-07-25
1
-1
/
+7
*
[Mips] Remove redundant separate functions to calculate relocations. Do
Simon Atanasyan
2015-07-25
1
-52
/
+23
*
[Mips] Remove duplicated code by joining the same functions
Simon Atanasyan
2015-07-25
1
-21
/
+4
*
[Mips] Do not sign-extend addends read from RELA relocation records
Simon Atanasyan
2015-07-25
1
-18
/
+21
*
Use the getSymbol with an explicit symbol table. NFC.
Rafael Espindola
2015-07-23
4
-19
/
+26
*
[ELF] Apply segments from linker scripts
Denis Protivensky
2015-07-23
9
-99
/
+161
*
[ELF] Protect write access to the ELFLinkingContext::_cidentSections by a mutex
Simon Atanasyan
2015-07-22
1
-1
/
+3
*
Don't assume ELFFile iterates over the program headers.
Rafael Espindola
2015-07-21
1
-4
/
+29
*
Drop last use of getDynamicSymbolName.
Rafael Espindola
2015-07-21
1
-3
/
+11
*
Keep track of which string table is associated with a symbol table.
Rafael Espindola
2015-07-21
1
-5
/
+20
*
[Mips] Fix addend writing for R_MIPS_REL32 relocation
Simon Atanasyan
2015-07-21
2
-11
/
+20
*
[Mips] Handle R_MIPS_JALR relocation to omptimize jalr/jr instructions
Simon Atanasyan
2015-07-21
2
-10
/
+39
*
Update for llvm api change.
Rafael Espindola
2015-07-20
4
-27
/
+26
*
[ELF/AArch64] Fix export TLS dynamic symbol
Adhemerval Zanella
2015-07-14
6
-17
/
+26
*
[LinkerScript] Don't create unnecessarily large segments
Rafael Auler
2015-07-14
1
-29
/
+41
*
[LinkerScript] Fix bug in Segment::assignVirtualAddress()
Rafael Auler
2015-07-13
1
-1
/
+1
*
[Mips] Support MIPS big-endian 32/64-bits targets
Simon Atanasyan
2015-07-13
11
-60
/
+278
[next]