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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
1
-5
/
+2
*
Remove \brief commands from doxygen comments.
Fangrui Song
2018-05-15
1
-1
/
+1
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
1
-0
/
+1
*
Move new lld's code to Common subdirectory.
Rui Ueyama
2017-10-02
1
-1
/
+1
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+1
*
Merge DarwinLdDriver and Driver.
Rui Ueyama
2016-03-02
1
-1
/
+8
*
Fix BUILD_SHARED_LIBS build.
Rafael Espindola
2016-03-02
1
-0
/
+1
*
Tidy up CMakefiles.
Rui Ueyama
2016-03-02
1
-3
/
+0
*
Remove DriverTest.h.
Rui Ueyama
2016-02-28
2
-124
/
+67
*
Move functionality of UniversalDriver to the entry point file.
Rui Ueyama
2016-02-28
3
-42
/
+0
*
Remove the old ELF linker.
Rafael Espindola
2016-02-28
3
-303
/
+2
*
Add support for export_dynamic cmdline option and behaviour.
Pete Cooper
2016-01-22
1
-0
/
+25
*
Fix DarwinLdDriverTest.cpp to pass real llvm options.
Pete Cooper
2015-12-16
1
-3
/
+3
*
Make ELF2 the default.
Rafael Espindola
2015-11-17
1
-1
/
+1
*
Rename gnu2 to gnu.
Rafael Espindola
2015-11-16
1
-1
/
+1
*
[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
*
COFF: Remove the old COFF linker and make link an alias to link2.
Rui Ueyama
2015-08-06
3
-886
/
+0
*
Fix -Wextra-semi.
Rui Ueyama
2015-07-23
1
-2
/
+1
*
Revert ELF port. Posting to mailing list.
Michael J. Spencer
2015-07-14
1
-1
/
+0
*
Initial ELF port.
Michael J. Spencer
2015-07-13
1
-0
/
+1
*
ArrayRef-ify Driver::parse and related functions.
David Blaikie
2015-06-21
2
-2
/
+2
*
COFF: Add a new PE/COFF port.
Rui Ueyama
2015-05-28
1
-0
/
+1
*
Remove redundant std::move on functions that return a unique_ptr.
Benjamin Kramer
2015-05-22
1
-1
/
+1
*
Revert r234649 "PECOFF: Use C++11 braced init list to make Version objects."
Nico Weber
2015-04-11
1
-10
/
+10
*
PECOFF: Use C++11 braced init list to make Version objects.
Rui Ueyama
2015-04-10
1
-10
/
+10
*
Remove Makefiles.
Rui Ueyama
2015-03-26
1
-20
/
+0
*
[LinkerScript] Implement semantics for simple sections mappings
Rafael Auler
2015-03-16
1
-2
/
+3
*
Fix configure & make build by adding support for the ExampleSubTarget.
Iain Sandoe
2015-03-12
1
-2
/
+2
*
[LinkerScript] Implement linker script expression evaluation
Rafael Auler
2015-03-09
1
-0
/
+40
*
PECOFF: allow more than one /alternatename for the same symbol.
Rui Ueyama
2015-02-26
1
-3
/
+7
*
Remove YAML/Native round-trip passes.
Rui Ueyama
2015-02-20
1
-1
/
+1
*
Unittest: Do s/_context/_ctx/g.
Rui Ueyama
2015-02-10
4
-210
/
+210
*
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
*
The PPC lld backend has been removed, don't require it here.
Eric Christopher
2015-02-05
1
-1
/
+1
*
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
*
Fix shared library build
Greg Fitzgerald
2015-01-26
1
-0
/
+3
*
Add ARM backend to the autotools build
Greg Fitzgerald
2015-01-22
1
-1
/
+2
*
[ELF] Do not error on non-existent file in the driver.
Rui Ueyama
2015-01-15
1
-43
/
+18
[next]