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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Do not handle -strip in a special way. NFC.
Rui Ueyama
2017-02-25
2
-10
/
+12
*
Factor out code to parse -hash-style.
Rui Ueyama
2017-02-25
2
-12
/
+14
*
Rename OMagic -> Omagic for consistency.
Rui Ueyama
2017-02-25
3
-4
/
+4
*
Factor out code to parse -L and -rpath.
Rui Ueyama
2017-02-25
1
-9
/
+16
*
Sort options. NFC.
Rui Ueyama
2017-02-25
1
-53
/
+51
*
[PDB] General improvements to Stream library.
Zachary Turner
2017-02-25
1
-6
/
+6
*
[PDB] Rename Stream related source files.
Zachary Turner
2017-02-25
1
-1
/
+1
*
Use uint64_t instead of uintX_t where the larger type just works.
Rui Ueyama
2017-02-24
2
-9
/
+7
*
Mention FreeBSD ports status and wordsmithing.
Rui Ueyama
2017-02-24
1
-8
/
+12
*
Fix errors in the benchmark result.
Rui Ueyama
2017-02-24
1
-4
/
+4
*
Merge OutputSectionBase and OutputSection. NFC.
Rafael Espindola
2017-02-24
20
-317
/
+271
*
Delete trivial setter.
Rafael Espindola
2017-02-24
2
-2
/
+1
*
Delete trivial getter.
Rafael Espindola
2017-02-24
4
-25
/
+22
*
Delete unused enum values.
Rafael Espindola
2017-02-24
1
-2
/
+0
*
Remove unnecessary template. NFC.
Rafael Espindola
2017-02-24
1
-6
/
+5
*
Expand a comment. NFC.
Rafael Espindola
2017-02-24
1
-1
/
+4
*
[ELF] - Implemented --no-dynamic-linker option
George Rimar
2017-02-24
3
-3
/
+23
*
Add notes about the scope of the documents.
Rui Ueyama
2017-02-24
5
-0
/
+15
*
Re-add ReleaseNotes to the doc tree.
Rui Ueyama
2017-02-24
1
-0
/
+1
*
Reorganize the document structure a bit.
Rui Ueyama
2017-02-24
4
-17
/
+1
*
[ELF] Make __ehdr_start point to ELF file headers
Petr Hosek
2017-02-24
2
-7
/
+21
*
Revert "[ELF] Make __ehdr_start point to ELF file headers"
Petr Hosek
2017-02-24
2
-20
/
+6
*
[ELF] Make __ehdr_start point to ELF file headers
Petr Hosek
2017-02-24
2
-6
/
+20
*
Add documents to a doctree.
Rui Ueyama
2017-02-24
1
-0
/
+6
*
Attempt to fix lld-sphinx-docs bot.
Rui Ueyama
2017-02-24
1
-2
/
+2
*
Update the main document of LLD for those who are not familiar with the project.
Rui Ueyama
2017-02-24
1
-15
/
+127
*
[COFF] added test for thinlto
Bob Haarman
2017-02-23
1
-0
/
+18
*
Convert EhOutputSection to be a synthetic section.
Rafael Espindola
2017-02-23
9
-278
/
+282
*
Make InputSection a class. NFC.
Rafael Espindola
2017-02-23
23
-186
/
+196
*
Add a test showing that nocopyreloc is only about copy relocs.
Rafael Espindola
2017-02-23
1
-0
/
+3
*
Always add PT_GNU_STACK.
Rui Ueyama
2017-02-23
2
-21
/
+31
*
[ELF] - Refactoring of LMA offset handling code. NFC.
George Rimar
2017-02-23
2
-6
/
+7
*
Slightly improve an error message.
Rui Ueyama
2017-02-23
2
-2
/
+3
*
Add a comment about .note.GNU-split-stack.
Rui Ueyama
2017-02-23
1
-0
/
+4
*
Update comment: .note.GNU-stack is added by default today.
Rui Ueyama
2017-02-23
1
-3
/
+4
*
Update a comment about .note.GNU-stack.
Rui Ueyama
2017-02-23
1
-4
/
+12
*
Use isa<MergeInputSection> to check if a section is a merge section.
Rui Ueyama
2017-02-23
1
-1
/
+1
*
[ELF] Ignore R_*_NONE relocs when relocating non-alloc sections
Petr Hosek
2017-02-23
6
-7
/
+31
*
Add another missing instantiation.
Rafael Espindola
2017-02-23
1
-0
/
+5
*
Add missing template instantiations.
Rafael Espindola
2017-02-23
1
-0
/
+10
*
Use uint64_t instead of ELFT*::uint.
Rui Ueyama
2017-02-23
2
-14
/
+8
*
s/Mac/macOS/ because that's now the official name of the OS.
Rui Ueyama
2017-02-23
1
-1
/
+1
*
Trying to fix the windows build.
Rafael Espindola
2017-02-23
1
-2
/
+2
*
Merge InputSectionData and InputSectionBase.
Rafael Espindola
2017-02-23
13
-96
/
+80
*
Convert InputSectionBase to a class.
Rafael Espindola
2017-02-23
28
-366
/
+385
*
Fix /msvclto.
Rui Ueyama
2017-02-23
4
-42
/
+51
*
Reduce templating a bit. NFC.
Rafael Espindola
2017-02-23
3
-6
/
+5
*
ELF: Simplify the thinlto.ll test and verify that importing is working correc...
Peter Collingbourne
2017-02-22
1
-5
/
+4
*
Add a comment about thread safety.
Rui Ueyama
2017-02-22
1
-0
/
+4
*
[ELF] - Addressed post commit review comments for D30187
George Rimar
2017-02-22
1
-3
/
+3
[next]