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
/
lib
/
Driver
/
DarwinLdDriver.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+28
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-3
/
+3
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-3
/
+3
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-3
/
+3
*
[mach-o] Add support for -order_file option
Nick Kledzik
2014-11-07
1
-0
/
+65
*
remove unneeded { }
Nick Kledzik
2014-11-06
1
-2
/
+1
*
[mach-o] Add support for -force_load option
Nick Kledzik
2014-11-06
1
-0
/
+3
*
[mach-o] Add support for -S option
Nick Kledzik
2014-11-06
1
-0
/
+5
*
[mach-o] Turn -single_module error into a warning
Nick Kledzik
2014-10-28
1
-2
/
+2
*
Subclass InputGraph to get darwin linker library semantics
Nick Kledzik
2014-10-21
1
-3
/
+3
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+1
*
[mach-o] Add support for upward linking
Nick Kledzik
2014-10-16
1
-11
/
+26
*
[mach-o] Add support for -dependency_info command line option
Nick Kledzik
2014-10-04
1
-0
/
+12
*
Add MachOLinkingContext parameter to MachOFileNode constructor.
Nick Kledzik
2014-10-01
1
-6
/
+6
*
[mach-o] Implement -demangle.
Nick Kledzik
2014-09-30
1
-0
/
+4
*
Make anonymous namespace as small as possible.
Rui Ueyama
2014-09-12
1
-13
/
+13
*
[mach-o] support "0x" or "0X" as prefix on hex numbers on command line
Nick Kledzik
2014-09-12
1
-5
/
+9
*
[mach-o]: support optional "0x" prefix for -image_base
Tim Northover
2014-09-11
1
-1
/
+5
*
[mach-o]: tighten up diagnostics for -image_base option
Tim Northover
2014-09-11
1
-0
/
+4
*
[MSVC]: use StringRef::getAsInteger instead of strtoull
Tim Northover
2014-09-10
1
-5
/
+3
*
[mach-o]: implement -image_base option on Darwin.
Tim Northover
2014-09-10
1
-0
/
+15
*
[mach-o] Fix missing { }
Nick Kledzik
2014-09-09
1
-1
/
+2
*
[mach-o] Fix so no options causes usage message to be printed
Nick Kledzik
2014-09-09
1
-5
/
+5
*
[mach-o] Add support for -pie and -no_pie
Nick Kledzik
2014-09-09
1
-0
/
+46
*
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
Nick Kledzik
2014-09-04
1
-0
/
+14
*
[mach-o] Add support for -single_module and -multi_module
Nick Kledzik
2014-08-21
1
-0
/
+13
*
[mach-o] Add support for -exported_symbols_list and -keep_private_externs
Nick Kledzik
2014-08-21
1
-3
/
+95
*
[mach-o] improve darwin driver 'usage' message when run with no args
Nick Kledzik
2014-08-15
1
-10
/
+4
*
[mach-o] Support -filelist option in darwin driver
Nick Kledzik
2014-08-15
1
-31
/
+104
*
[mach-o] Support -F and -framework options in darwin driver
Nick Kledzik
2014-08-14
1
-1
/
+33
*
[mach-o] Support re-exported dylibs
Nick Kledzik
2014-08-13
1
-7
/
+6
*
Fix mach-o tests on Windows
Rui Ueyama
2014-08-06
1
-1
/
+6
*
[mach-o] wire up -t option
Nick Kledzik
2014-07-31
1
-0
/
+4
*
[mach-o] Add support for -sectalign option
Nick Kledzik
2014-07-30
1
-0
/
+25
*
[mach-o] refactor KindHandler into ArchHandler and simplify passes.
Nick Kledzik
2014-07-16
1
-1
/
+1
*
[mach-o]: support -Z option to skip standard library paths
Tim Northover
2014-07-10
1
-2
/
+5
*
[mach-o]: support user-specified (-L) library search paths
Tim Northover
2014-07-10
1
-2
/
+6
*
[mach-o]: support -syslibroot and -l options
Tim Northover
2014-07-10
1
-2
/
+66
*
[all]: Use range-based ArgList adapter instead of filtered_begin/filtered_end
Tim Northover
2014-07-09
1
-11
/
+6
*
[mach-o]: make the default dylib install-name the output filename.
Tim Northover
2014-07-01
1
-0
/
+4
*
MachO: rename _outputFileType to avoid shadowing parent field.
Tim Northover
2014-06-20
1
-2
/
+2
*
Add -print_atoms options to DarwinLdDriver which dumps final state of all ato...
Nick Kledzik
2014-05-14
1
-0
/
+4
*
Fix trailing whitespace.
Shankar Easwaran
2014-01-27
1
-1
/
+1
*
[mach-o] add MachOLinkingContext::configure(type, arch, os)
Nick Kledzik
2013-12-21
1
-49
/
+57
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-1
/
+1
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-0
/
+7
*
[lld][InputGraph] Change the Resolver to use inputGraph
Shankar Easwaran
2013-10-07
1
-10
/
+1
*
[mach-o] Add support for -mllvm to darwin driver
Nick Kledzik
2013-09-28
1
-0
/
+7
*
[mach-o] switch to use llvm::MachO:: constants
Nick Kledzik
2013-09-27
1
-8
/
+8
*
Make Driver::link and LinkingContext::validate return true on success.
Rui Ueyama
2013-09-24
1
-19
/
+15
[next]