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
/
DarwinLdDriverTest.cpp
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
*
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
*
Remove DriverTest.h.
Rui Ueyama
2016-02-28
1
-63
/
+67
*
Move functionality of UniversalDriver to the entry point file.
Rui Ueyama
2016-02-28
1
-9
/
+0
*
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
*
Unittest: Do s/_context/_ctx/g.
Rui Ueyama
2015-02-10
1
-51
/
+51
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-3
/
+1
*
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
2014-09-04
1
-30
/
+40
*
[mach-o] Fix initial live atoms with -dead_strip
Nick Kledzik
2014-08-21
1
-3
/
+4
*
MachO: rename _outputFileType to avoid shadowing parent field.
Tim Northover
2014-06-20
1
-5
/
+5
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-03-27
1
-4
/
+1
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-1
/
+1
*
[mach-o] Add support for -mllvm to darwin driver
Nick Kledzik
2013-09-28
1
-0
/
+9
*
[mach-o] switch to use llvm::MachO:: constants
Nick Kledzik
2013-09-27
1
-16
/
+17
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-35
/
+35
*
Support darwin linker options:
Nick Kledzik
2013-09-10
1
-0
/
+52
*
Drop the context forceLoadAllArchives() support. Rename the isForceLoad
Joerg Sonnenberger
2013-09-08
1
-10
/
+0
*
add InputGraph functionality
Shankar Easwaran
2013-08-21
1
-1
/
+1
*
Rename TargetInfo -> LinkingContext.
Rui Ueyama
2013-08-06
1
-55
/
+52
*
Check the return value from parse()
Nick Kledzik
2013-07-18
1
-15
/
+15
*
Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to...
Nick Kledzik
2013-07-18
1
-0
/
+99
*
Fix Driver tests to check return value of parse(), simplify subclassing, and ...
Nick Kledzik
2013-07-16
1
-29
/
+26
*
[Darwin][Driver] Add unit tests.
Rui Ueyama
2013-06-11
1
-0
/
+89