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] Handle line comment in module-definition file.
Rui Ueyama
2014-04-22
2
-42
/
+51
*
Add support for building Sphinx documentation when being built inside LLVM so...
Reid Kleckner
2014-04-18
2
-0
/
+10
*
Fix broken test.
Rui Ueyama
2014-04-18
1
-1
/
+0
*
[PECOFF] Win64 DLL entry function name is _DllMainCRTStartup.
Rui Ueyama
2014-04-18
2
-4
/
+17
*
[PECOFF] Support LIBRARY directive.
Rui Ueyama
2014-04-18
4
-1
/
+34
*
[PECOFF] Add one more test for r206633.
Rui Ueyama
2014-04-18
1
-3
/
+12
*
Remove redundant "explicit" keywords.
Rui Ueyama
2014-04-18
1
-4
/
+4
*
Use switch for readability.
Rui Ueyama
2014-04-18
1
-12
/
+15
*
[PECOFF] Ignore /ignore option.
Rui Ueyama
2014-04-18
2
-2
/
+3
*
[PECOFF] Support /manifestuac:NO.
Rui Ueyama
2014-04-18
3
-23
/
+39
*
[ELF] Fix GNU_RELRO section name.
Rui Ueyama
2014-04-18
1
-1
/
+1
*
[ELF] Fix typo that caused a test to fail on FreeBSD.
Rui Ueyama
2014-04-17
2
-3
/
+1
*
[Mips] Fix typo in the test.
Simon Atanasyan
2014-04-17
1
-7
/
+7
*
Silence the test failure on FreeBSD for now.
Rui Ueyama
2014-04-17
1
-0
/
+2
*
Second attempt to unbreak the buildbot.
Rui Ueyama
2014-04-16
1
-4
/
+4
*
Attempt to unbreak FreeBSD/AMD64 buildbot.
Rui Ueyama
2014-04-16
1
-1
/
+2
*
[ELF] Support --defsym=<symbol>=<symbol>.
Rui Ueyama
2014-04-16
7
-18
/
+158
*
[Mips] Emit PLT entries for more static relocations.
Simon Atanasyan
2014-04-16
4
-6
/
+255
*
Add missing includes.
Benjamin Kramer
2014-04-12
2
-0
/
+2
*
[ELF] Regroup code creates ELF relocations references ELFReference into
Simon Atanasyan
2014-04-12
4
-153
/
+186
*
[Mips] Factor out MIPS relocation addend reading to the separate
Simon Atanasyan
2014-04-11
1
-8
/
+12
*
[ELF] Remove redundant conversion of section content from ArrayRef to
Simon Atanasyan
2014-04-11
1
-8
/
+3
*
[Mips] Rewrite R_MIPS_26 handling test using the yaml2obj tool.
Simon Atanasyan
2014-04-11
2
-27
/
+67
*
[Mips] Rewrite R_MIPS_32 handling test using the yaml2obj tool.
Simon Atanasyan
2014-04-11
2
-21
/
+58
*
[Mips] R_MIPS_PC32 relocation support.
Simon Atanasyan
2014-04-11
5
-0
/
+70
*
Update to match changes made in r205955
David Majnemer
2014-04-10
2
-0
/
+7
*
[PECOFF] Fix common symbol alignment.
Rui Ueyama
2014-04-09
3
-26
/
+57
*
Early continue to reduce nesting.
Rui Ueyama
2014-04-07
1
-13
/
+13
*
No else after return.
Rui Ueyama
2014-04-07
1
-4
/
+3
*
[ELF] Unit tests for -o and --noinhibit-exec.
Rui Ueyama
2014-04-07
1
-0
/
+16
*
Update Phabricator server.
Rui Ueyama
2014-04-07
1
-1
/
+1
*
[ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>".
Rui Ueyama
2014-04-06
2
-2
/
+9
*
[ELF] Fix driver bug.
Rui Ueyama
2014-04-06
2
-3
/
+40
*
[ELF] Use typedefs to make class field declarations shorter.
Simon Atanasyan
2014-04-06
1
-7
/
+4
*
[ELF] Add a test for -rpath.
Rui Ueyama
2014-04-05
1
-1
/
+11
*
[ELF] Fix --soname option.
Rui Ueyama
2014-04-05
2
-1
/
+23
*
[ELF] Diagnose malformed --dynsym option.
Rui Ueyama
2014-04-04
2
-1
/
+11
*
[X86-64] Add missing relocation.
Michael J. Spencer
2014-04-04
1
-1
/
+1
*
This is yet another case clang-modernize failed to add "override".
Rui Ueyama
2014-04-04
1
-6
/
+3
*
Split a utility function not to use goto statement.
Rui Ueyama
2014-04-04
1
-14
/
+17
*
useNew is set to false in all branches, so set it to false outside the if-else.
Rui Ueyama
2014-04-04
1
-21
/
+15
*
Replace dyn_cast<T>s immediately followed by asserts with cast<T>s.
Rui Ueyama
2014-04-04
1
-9
/
+4
*
Fix indentation.
Rui Ueyama
2014-04-04
1
-34
/
+28
*
Revert "temporary commit."
Rui Ueyama
2014-04-04
1
-28
/
+34
*
temporary commit.
Rui Ueyama
2014-04-04
1
-34
/
+28
*
SymbolTable::size() returns an unsigned int.
Rui Ueyama
2014-04-04
1
-1
/
+1
*
Use range-based for loop. No functionality change.
Rui Ueyama
2014-04-04
1
-16
/
+9
*
Do not use temporary variables to pass them to forEachUndefines.
Rui Ueyama
2014-04-04
2
-15
/
+14
*
Return a vector rather than mutating a given one.
Rui Ueyama
2014-04-04
3
-14
/
+15
*
Rename getInputGraph() and getNextFile().
Rui Ueyama
2014-04-04
9
-53
/
+53
[next]