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
/
unittests
/
DriverTests
/
GnuLdDriverTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
1
-299
/
+0
*
[Mips] Support two more MIPS linking emulation options elf32btsmipn32/elf32lt...
Simon Atanasyan
2015-08-28
1
-0
/
+6
*
[Mips] Make "emulation" option less dependent on the "-target" option.
Simon Atanasyan
2015-08-28
1
-0
/
+10
*
Fix -Wextra-semi.
Rui Ueyama
2015-07-23
1
-2
/
+1
*
Remove redundant std::move on functions that return a unique_ptr.
Benjamin Kramer
2015-05-22
1
-1
/
+1
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-2
/
+3
*
[LinkerScript] Implement linker script expression evaluation
Rafael Auler
2015-03-09
1
-0
/
+40
*
Unittest: Do s/_context/_ctx/g.
Rui Ueyama
2015-02-10
1
-25
/
+25
*
GNU: Add --no-export-dynamic command line option.
Rui Ueyama
2015-02-10
1
-0
/
+12
*
Use override rather than virtual.
Rui Ueyama
2015-02-10
1
-1
/
+1
*
GNU: Use StringRef::empty instead of a boolean flag.
Rui Ueyama
2015-02-10
1
-0
/
+5
*
[Cleanup] Remove member functions added to support nostdlib
Shankar Easwaran
2015-02-06
1
-5
/
+4
*
[ELF] Fix -nostdlib option.
Shankar Easwaran
2015-02-06
1
-1
/
+12
*
ELF: Support INPUT linker script directive
Rui Ueyama
2015-02-03
1
-0
/
+8
*
ELF: Improve linker script unit tests.
Rui Ueyama
2015-02-03
1
-55
/
+44
*
[ELF] Implement action for OUTPUT linker script command
Davide Italiano
2015-02-02
1
-0
/
+13
*
[ELF] Implement semantic action for ENTRY linker script command.
Davide Italiano
2015-02-01
1
-0
/
+13
*
Implement semantic action for SEARCH_DIR linker script command
Rafael Auler
2015-01-31
1
-0
/
+14
*
ELF: add a unit test for --as-needed.
Rui Ueyama
2015-01-28
1
-0
/
+13
*
Add a unit test for LinkerScript.
Rui Ueyama
2015-01-28
1
-0
/
+19
*
[ELF] Do not error on non-existent file in the driver.
Rui Ueyama
2015-01-15
1
-43
/
+18
*
[ELF] Make -init/-fini options compatible with the gnu linker
Simon Atanasyan
2014-12-10
1
-5
/
+2
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-1
/
+0
*
[ELF] Support --defsym=<symbol>=<symbol>.
Rui Ueyama
2014-04-16
1
-5
/
+8
*
[ELF] Unit tests for -o and --noinhibit-exec.
Rui Ueyama
2014-04-07
1
-0
/
+16
*
[ELF] Accept "-rpath=<foo>" as well as "-rpath <foo>".
Rui Ueyama
2014-04-06
1
-0
/
+7
*
[ELF] Fix driver bug.
Rui Ueyama
2014-04-06
1
-0
/
+37
*
[ELF] Add a test for -rpath.
Rui Ueyama
2014-04-05
1
-1
/
+11
*
[ELF] Fix --soname option.
Rui Ueyama
2014-04-05
1
-0
/
+20
*
[ELF] Diagnose malformed --dynsym option.
Rui Ueyama
2014-04-04
1
-0
/
+10
*
[ELF] Support --defsym option to define an absolute symbol.
Rui Ueyama
2014-03-28
1
-0
/
+39
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-3
/
+1
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
[InputGraph][Gnu] Add LinkerScript support.
Shankar Easwaran
2013-11-24
1
-20
/
+0
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-4
/
+4
*
[lld][LinkingContext][ELF] Allow different output file types.
Shankar Easwaran
2013-09-23
1
-3
/
+5
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-14
/
+12
*
Fix Driver tests to check return value of parse(), simplify subclassing, and ...
Nick Kledzik
2013-07-16
1
-18
/
+22
*
Fix broken unittest for GnuLDDriver.
Rui Ueyama
2013-07-16
1
-1
/
+2
*
Fix typo in file header.
Rui Ueyama
2013-05-31
1
-2
/
+2
*
[Driver] Add unit tests for GnuLdDriver.
Rui Ueyama
2013-05-31
1
-0
/
+51