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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[MachO] Add a test for detecting reserved unit length.
Igor Kudrin
2020-01-15
1
-0
/
+38
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-2
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
5
-20
/
+15
*
[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
*
[MachO] Don't write test files to /tmp, remove them afterwards.
Martin Storsjo
2018-05-11
1
-5
/
+10
*
[CMake] Use PRIVATE in target_link_libraries for executables
Shoaib Meenai
2017-12-05
2
-0
/
+2
*
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
5
-10
/
+10
*
[Support] Move Parallel algorithms from LLD to LLVM.
Zachary Turner
2017-05-11
3
-54
/
+0
*
[Core] Make parallel algorithms match C++ Parallelism TS.
Zachary Turner
2017-05-10
1
-2
/
+2
*
Split up Parallel and LLVM'ize naming conventions.
Zachary Turner
2017-05-05
1
-1
/
+1
*
Fix signed/unsigned comparison warning in a unit test. This was appearing on
James Henderson
2017-04-07
1
-1
/
+1
*
[Core] Fix parallel_for for Linux
James Henderson
2017-04-07
1
-0
/
+15
*
[CMake] Fix pthread handling for out-of-tree builds
Eric Fiselier
2017-02-10
1
-1
/
+1
*
[Cmake] Use Cmake's default RPATH for unittest.
Davide Italiano
2016-09-12
1
-0
/
+2
*
Fix potential test failures.
Rui Ueyama
2016-09-02
1
-0
/
+4
*
Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.
Eugene Zelenko
2016-04-21
3
-4
/
+26
*
Fix test which failed Error migration on Windows bots.
Pete Cooper
2016-04-04
1
-3
/
+2
*
Use Expected<T> instead of ErrorOr<T>in yaml reader. NFC
Pete Cooper
2016-03-31
1
-1
/
+1
*
Convert readBinary to llvm::Error. NFC
Pete Cooper
2016-03-30
2
-2
/
+2
*
Convert normalized file to atoms methods to new error handling. NFC.
Pete Cooper
2016-03-30
1
-2
/
+2
*
Fix MachO test which is failing on a Windows bot.
Pete Cooper
2016-03-30
1
-1
/
+5
*
Convert lld file writing to llvm::Error. NFC.
Pete Cooper
2016-03-30
2
-9
/
+10
*
Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.
Eugene Zelenko
2016-03-21
3
-22
/
+0
*
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
*
Fix BUILD_SHARED_LIBS build.
Rafael Espindola
2016-03-01
1
-0
/
+4
*
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 lld/Core/range.h.
Rui Ueyama
2016-02-28
2
-241
/
+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 unused typedefs.
Rui Ueyama
2015-04-08
1
-1
/
+1
*
Remove Makefiles.
Rui Ueyama
2015-03-26
3
-65
/
+0
[next]