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
*
[ELF] Set MAXPAGESIZE to 2MiB on x86-64 to match bfd and gold.
Michael J. Spencer
2016-08-17
7
-9
/
+13
*
[Driver] Remove break after return. NFCI.
Davide Italiano
2016-08-16
1
-1
/
+0
*
ELF: ignored option -G may be joined with its argument
Ed Maste
2016-08-16
1
-1
/
+1
*
[ELF] - Do not exit if -v is specified.
George Rimar
2016-08-16
2
-4
/
+2
*
[ELF] Ignore .interp section in case linker script specifies PHDRS without PT...
Eugene Leviant
2016-08-16
4
-1
/
+24
*
[ELF] Linkerscript: support hidden symbols assignments
Petr Hosek
2016-08-16
2
-5
/
+13
*
[ELF] Linkerscript: fix bug in assignOffsets (check Sym for non-null)
Eugene Leviant
2016-08-15
1
-2
/
+4
*
[ELF] Do not add start and end symbols in case they are already defined
Eugene Leviant
2016-08-15
2
-3
/
+25
*
[ELF] - Linkerscript: fix VA value assigned to sections when using constraints.
George Rimar
2016-08-12
2
-10
/
+41
*
[ELF] - Do not use mergeable sections when LS is used.
George Rimar
2016-08-12
2
-0
/
+37
*
[ELF] - Remove excessive loop in LinkerScript<ELFT>::assignAddresses()
George Rimar
2016-08-12
1
-26
/
+26
*
[ELF] - Fix for: error "invalid section index: xxx" when linking FreeBSD kernel.
George Rimar
2016-08-12
2
-2
/
+42
*
MachO: Use ilist_half_embedded_sentinel_traits, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-12
/
+4
*
Core: Use ilist_full_embedded_sentinel_traits for SimpleReference
Duncan P. N. Exon Smith
2016-08-12
1
-41
/
+7
*
[Core] Retire yet another unused member function.
Davide Italiano
2016-08-12
2
-10
/
+0
*
[Core] Simplify a bit. NFCI.
Davide Italiano
2016-08-12
1
-6
/
+2
*
[ELF] - Linkerscript: reimplemented output sections constrains matching funct...
George Rimar
2016-08-12
4
-56
/
+59
*
[ELF][MIPS] Support .MIPS.abiflags section
Simon Atanasyan
2016-08-12
11
-16
/
+290
*
[ELF][MIPS] Fix the comment
Simon Atanasyan
2016-08-12
1
-6
/
+9
*
Add comments.
Rui Ueyama
2016-08-12
1
-0
/
+6
*
Rename getSizeOfHeaders -> getHeaderSize.
Rui Ueyama
2016-08-12
2
-9
/
+9
*
Core: Remove custom next-prev traits from SimpleReference, NFC
Duncan P. N. Exon Smith
2016-08-12
1
-18
/
+14
*
Early continue. NFC.
Rui Ueyama
2016-08-12
1
-11
/
+14
*
Simplify LinkerScript<ELFT>::createSections.
Rui Ueyama
2016-08-12
1
-16
/
+11
*
Remove excessive parentheses.
Rui Ueyama
2016-08-12
1
-1
/
+1
*
Create only one section for a name in LinkerScript.
Rui Ueyama
2016-08-12
4
-83
/
+68
*
Allocate LayoutInputSections using SpecificBumpPtrAllocator.
Rui Ueyama
2016-08-12
2
-20
/
+19
*
Simplify output section ownership management.
Rui Ueyama
2016-08-12
3
-2
/
+8
*
Remove OutputSectionBuilder::finalize.
Rui Ueyama
2016-08-12
1
-15
/
+4
*
Remove useless local variable.
Rui Ueyama
2016-08-12
1
-3
/
+2
*
Split LinkerScript<ELFT>::createSections.
Rui Ueyama
2016-08-12
2
-24
/
+35
*
Replace a variadic forwarding template function with less complex ones.
Rui Ueyama
2016-08-11
1
-26
/
+28
*
Make class hierarchy more shallow.
Rui Ueyama
2016-08-11
1
-3
/
+4
*
Remove trailing whitespace.
Rui Ueyama
2016-08-11
1
-1
/
+1
*
Dead strip DESC bits should only be set on object files.
Pete Cooper
2016-08-11
2
-1
/
+6
*
Add obj2yaml to the list of tool_patterns in lit. NFC
Pete Cooper
2016-08-11
1
-0
/
+1
*
Add comments.
Rui Ueyama
2016-08-11
1
-1
/
+12
*
Better compress lazy binding info to match ld64.
Pete Cooper
2016-08-11
2
-20
/
+11
*
Generate slightly more compressed binding opcodes when entries are the same a...
Pete Cooper
2016-08-11
2
-26
/
+45
*
Add test for rebase opcodes. We didn't have one. NFC.
Pete Cooper
2016-08-11
1
-0
/
+161
*
Add missing RUN line from r278398. This test works with this line but i forg...
Pete Cooper
2016-08-11
1
-0
/
+1
*
Arm64 stubs alignment is 2, not 4.
Pete Cooper
2016-08-11
2
-2
/
+9
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
5
-17
/
+61
*
Split getArchName. NFC.
Rui Ueyama
2016-08-11
1
-2
/
+9
*
Change all the libSystem test files to be dylibs instead of normalized files....
Pete Cooper
2016-08-11
4
-20
/
+24
*
Fix one more test missed by r278372. The next commit will update libsystem i...
Pete Cooper
2016-08-11
1
-1
/
+1
*
Fix off-by-one error in default currentVersion.
Pete Cooper
2016-08-11
2
-4
/
+4
*
Have one version of libSystem for each arch. NFC.
Pete Cooper
2016-08-11
48
-80
/
+115
*
[ELF][MIPS] Add more tests for ELF flags calculation. NFC
Simon Atanasyan
2016-08-11
1
-0
/
+25
*
[ELF][MIPS] Separate different tests by empty lines. NFC
Simon Atanasyan
2016-08-11
1
-0
/
+3
[next]