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
*
[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
*
[lld][LayoutPass] Order the atoms that are in the same chain
Shankar Easwaran
2013-09-12
27
-669
/
+399
*
Remove hard-coded leading underscore from entry symbol.
Rui Ueyama
2013-09-12
9
-16
/
+21
*
Do not hard code the leading underscore.
Rui Ueyama
2013-09-12
2
-11
/
+26
*
Run clang-format.
Rui Ueyama
2013-09-11
1
-602
/
+488
*
Allow darwin driver to use -help when no input files are specified.
Nick Kledzik
2013-09-10
1
-10
/
+10
*
Support darwin linker options:
Nick Kledzik
2013-09-10
5
-1
/
+193
*
Remove PackedVersion from MachOLinkingContext and replace with uint32_t
Nick Kledzik
2013-09-10
2
-50
/
+25
*
Use llvm::sys::Process::GetEnv() instead of ::getenv().
Rui Ueyama
2013-09-10
1
-6
/
+9
*
Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files.
Rui Ueyama
2013-09-09
2
-2
/
+2
*
Use _isWholeArchive to silence -Wunused-private-field warning.
Rui Ueyama
2013-09-09
1
-1
/
+1
*
Handle _DYNAMIC correctly in the x86_64 backend.
Joerg Sonnenberger
2013-09-09
3
-2
/
+30
*
Recognize -Bstatic as alias for -static, clang uses it.
Joerg Sonnenberger
2013-09-09
1
-0
/
+1
*
Drop the context forceLoadAllArchives() support. Rename the isForceLoad
Joerg Sonnenberger
2013-09-08
10
-41
/
+29
[next]