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
/
ReaderWriter
/
MachO
/
MachOLinkingContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use unsigned long long instead of uint64_t to appease bots
Pete Cooper
2016-02-04
1
-1
/
+1
*
Add support for the source_version cmdline option.
Pete Cooper
2016-02-04
1
-0
/
+29
*
Default to an unknown OS instead of MacOSX.
Pete Cooper
2016-02-04
1
-18
/
+24
*
Add support for export_dynamic cmdline option and behaviour.
Pete Cooper
2016-01-22
1
-2
/
+4
*
Add an ObjCPass to the MachO linker.
Pete Cooper
2016-01-19
1
-0
/
+10
*
Set the objc constraint on the context based on the parsed files.
Pete Cooper
2016-01-19
1
-0
/
+35
*
Cache the objc image info constraints in file.
Pete Cooper
2016-01-19
1
-5
/
+4
*
Add checking of differing swift versions in input files.
Pete Cooper
2016-01-16
1
-0
/
+11
*
Check for mismatched arch and OS when linking MachO files.
Pete Cooper
2016-01-14
1
-0
/
+24
*
Add handleLoadedFile hook to the context.
Pete Cooper
2016-01-14
1
-0
/
+4
*
[lld][Darwin] Add support for the -sectcreate option.
Lang Hames
2015-10-24
1
-0
/
+15
*
[LLD] Fix Clang-tidy modernize-use-nullptr warnings; other minor cleanups.
Rui Ueyama
2015-10-02
1
-16
/
+1
*
[lld][MachO] Fix a think-o to get the twolevel/dynamic_lookup test passing.
Lang Hames
2015-09-28
1
-6
/
+4
*
[lld][MachO] Initial implementation of -flat_namespace and -undefined.
Lang Hames
2015-09-28
1
-1
/
+13
*
[LLD][MachO] Fix a FIXME: Subtract base address from atom address when building
Lang Hames
2015-09-21
1
-0
/
+3
*
[lld] Add MachO thread-local storage support.
Lang Hames
2015-06-23
1
-0
/
+13
*
[lld] Make the MachO -stack_size default '0', add a test case.
Lang Hames
2015-05-22
1
-1
/
+1
*
[LLD] Add support for the -stack_size option to Darwin ld.
Lang Hames
2015-05-20
1
-3
/
+3
*
[LLD] Add a mutex to prevent concurrent modification of the dylib maps in
Lang Hames
2015-05-13
1
-0
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-27
1
-3
/
+2
*
Simplify now that there is only one file. NFC.
Rafael Espindola
2015-04-24
1
-6
/
+4
*
Return ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-3
/
+4
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-2
/
+4
*
Replace the `createImplicitFiles` method return type with `void`
Simon Atanasyan
2015-04-06
1
-2
/
+2
*
Rename align2 -> align.
Rui Ueyama
2015-03-26
1
-4
/
+4
*
Use arithmetic type to represent alignments (not in log2) everywhere.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
Remove implicit constructor and operator int from PowerOf2.
Rui Ueyama
2015-03-26
1
-4
/
+1
*
Add a scaffolding to merge alignment representations.
Rui Ueyama
2015-03-26
1
-2
/
+2
*
[ELF] Ability to resolve undefined symbols lazily
Denis Protivensky
2015-03-14
1
-1
/
+1
*
[MachO] Use setter for globalsAreDeadStripRoots. NFC intended.
Davide Italiano
2015-03-09
1
-2
/
+2
*
Add missing includes for make_unique, lld edition.
Benjamin Kramer
2015-03-02
1
-0
/
+1
*
Remove YAML/Native round-trip passes.
Rui Ueyama
2015-02-20
1
-1
/
+0
*
[ELF] Demangle: don't expose raw info when getter is available.
Davide Italiano
2015-02-18
1
-1
/
+1
*
MachO: Move LayoutPass to MachO directory.
Rui Ueyama
2015-02-05
1
-8
/
+2
*
[MachO] Remove dependency on lldDriver
Greg Fitzgerald
2015-01-23
1
-2
/
+20
*
Fix five of the shared library build targets
Greg Fitzgerald
2015-01-21
1
-2
/
+2
*
Simplify.
Rui Ueyama
2015-01-15
1
-7
/
+5
*
Remove InputGraph and use std::vector<Node> instead.
Rui Ueyama
2015-01-15
1
-2
/
+1
*
Rename InputElement Node.
Rui Ueyama
2015-01-15
1
-6
/
+6
*
Remove InputGraph::size().
Rui Ueyama
2015-01-15
1
-1
/
+1
*
Re-commit r225766, r225767, r225769, r225814, r225816, r225829, and r225832.
Rui Ueyama
2015-01-15
1
-3
/
+1
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-12
/
+12
*
[cleanup] Re-sort #include lines using llvm/utils/sort_includes.py
Chandler Carruth
2015-01-14
1
-1
/
+1
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-11
/
+15
*
Replace vector<unique_ptr<File> with unique_ptr<File>.
Rui Ueyama
2015-01-13
1
-3
/
+1
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-12
/
+10
*
[macho] -rpath support
Jean-Daniel Dupas
2014-12-18
1
-0
/
+4
*
Re-commit r223330: Rewrite InputGraph's Group
Rui Ueyama
2014-12-10
1
-0
/
+32
*
Revert "Rewrite InputGraph's Group"
Rui Ueyama
2014-12-04
1
-32
/
+0
*
Rewrite InputGraph's Group
Rui Ueyama
2014-12-04
1
-0
/
+32
[next]