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
*
[PECOFF] Ignore /delay and /delayload options.
Rui Ueyama
2013-09-23
2
-1
/
+10
*
[PECOFF] Add more tests for /machine, /base, /stack, /heap and /align.
Rui Ueyama
2013-09-23
1
-0
/
+29
*
[PECOFF] Add comments to unit tests and reorder them if necessary.
Rui Ueyama
2013-09-23
1
-13
/
+41
*
[PECOFF] Add /allowisolation command line option.
Rui Ueyama
2013-09-23
6
-3
/
+36
*
[PECOFF] Add /allowbind command line option.
Rui Ueyama
2013-09-23
6
-3
/
+37
*
[PECOFF] Simplify WinLinkOptions.td.
Rui Ueyama
2013-09-23
2
-20
/
+17
*
[PECOFF] Add one more test for r191218
Rui Ueyama
2013-09-23
1
-0
/
+7
*
[lld][PECOFF] Fix data directory entry RVA of base relocations section
Ron Ofir
2013-09-23
3
-6
/
+11
*
[PECOFF] Add /align command line option.
Rui Ueyama
2013-09-23
6
-2
/
+32
*
Whitespace and extra parentheses.
Rui Ueyama
2013-09-23
2
-3
/
+3
*
[lld][PECOFF] Calculate SizeOfHeaders field instead of using a hard-coded value
Ron Ofir
2013-09-23
2
-4
/
+11
*
[lld][ELF] Remove invalid comment
Shankar Easwaran
2013-09-23
1
-3
/
+1
*
[lld][LinkingContext][ELF] Allow different output file types.
Shankar Easwaran
2013-09-23
47
-78
/
+129
*
[lld][WinLink] Fix typo
Ron Ofir
2013-09-20
1
-2
/
+2
*
Fallback to the default stringize function to show some meaningful error mess...
Rui Ueyama
2013-09-20
1
-8
/
+3
*
Generalize errStr() function so that it can handle any type of errors.
Rui Ueyama
2013-09-20
1
-3
/
+3
*
[PECOFF] Ignore /incremental option.
Rui Ueyama
2013-09-20
2
-2
/
+4
*
Remove extraneous parentheses.
Rui Ueyama
2013-09-20
1
-1
/
+1
*
Handle "file not found" error in the superclass's errStr().
Rui Ueyama
2013-09-20
1
-1
/
+3
*
Fix file comments and include guard
Rui Ueyama
2013-09-19
5
-17
/
+15
*
[PECOFF] Ignore /errorReport command line option.
Rui Ueyama
2013-09-19
2
-6
/
+13
*
[lld][ELF][Hexagon] Cleanup unused data
Shankar Easwaran
2013-09-19
2
-3551
/
+595
*
[lld][ELF] Group command line options for better usage
Shankar Easwaran
2013-09-19
2
-98
/
+203
*
[lld][ELF] Support non alloc sections in the Writer.
Shankar Easwaran
2013-09-19
23
-192
/
+275
*
[PECOFF][Driver] Support /version command line option
Rui Ueyama
2013-09-19
6
-20
/
+59
*
[PECOFF] Fix the order of the Import Table entries.
Rui Ueyama
2013-09-19
1
-5
/
+13
*
[PECOFF] Fix base relocation block alignment
Rui Ueyama
2013-09-18
1
-2
/
+5
*
[PECOFF] Make helper functions private.
Rui Ueyama
2013-09-18
1
-21
/
+21
*
[lld][YAML] RefNameResolver : add only if name/refname is not empty
Shankar Easwaran
2013-09-17
2
-3
/
+167
*
[lld][ELF] Assign sectionChoice properly to ELF atoms
Shankar Easwaran
2013-09-17
5
-38
/
+61
*
[PECOFF] Take into account all sections when setting size fields in the PE he...
Rui Ueyama
2013-09-16
2
-4
/
+29
*
[PECOFF] Add DISCARDABLE characteristic to .reloc section
Rui Ueyama
2013-09-16
2
-2
/
+18
*
[PECOFF] Use a dummy file as an "input file" for Idata atoms.
Rui Ueyama
2013-09-15
2
-14
/
+31
*
Output soname.
Joerg Sonnenberger
2013-09-14
4
-0
/
+24
*
If .bss doesn't exist, set _end/end based on .data.
Joerg Sonnenberger
2013-09-14
1
-0
/
+4
*
Add _end symbol for dynamic libraries. At least brk/sbrk in libc on
Joerg Sonnenberger
2013-09-14
2
-5
/
+37
*
Revert "[PECOFF] Allocate storage for .drective in the reader ..."
Rui Ueyama
2013-09-13
2
-10
/
+9
*
[PECOFF] Fix alignment bug.
Rui Ueyama
2013-09-13
3
-6
/
+62
*
[PECOFF] Fix atom default alignment.
Rui Ueyama
2013-09-13
1
-3
/
+3
*
Add test case for the not-yet implemented copy relocations.
Joerg Sonnenberger
2013-09-13
1
-0
/
+31
*
[lld][ELF] Handle multiple weak symbols
Shankar Easwaran
2013-09-13
5
-7
/
+73
*
[PECOFF] Handle weak external symbols.
Rui Ueyama
2013-09-12
6
-12
/
+183
*
[lld][LinkingContext] Fix doxygen comment
Shankar Easwaran
2013-09-12
1
-1
/
+1
*
Do not prepend "_" to external symbols if non-i386.
Rui Ueyama
2013-09-12
1
-2
/
+2
*
[PECOFF] Add a field for machine type to PECOFFLinkingContext.
Rui Ueyama
2013-09-12
5
-15
/
+36
*
Add a fallback mechanism for undefined atom.
Rui Ueyama
2013-09-12
8
-9
/
+72
*
[lld][tests] Fix buildbot failure on darwin
Shankar Easwaran
2013-09-12
3
-10
/
+6
*
[lld][LayoutPass] change comments to reflect the sort order
Shankar Easwaran
2013-09-12
1
-4
/
+5
*
[lld][ELF] Fix vaddr of the first section
Shankar Easwaran
2013-09-12
6
-6
/
+11
*
[lld][ELF] Fix the readonly section order.
Shankar Easwaran
2013-09-12
2
-2
/
+6
[next]