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
*
[lld] Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-06
1
-1
/
+1
*
Fix component build
Rui Ueyama
2019-11-19
1
-1
/
+1
*
Make it possible to redirect not only errs() but also outs()
Rui Ueyama
2019-11-18
1
-1
/
+1
*
[LLD] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-3
/
+3
*
Rename F_{None,Text,Append} to OF_{None,Text,Append}. NFC
Fangrui Song
2019-08-05
1
-2
/
+2
*
Use llvm::stable_sort
Fangrui Song
2019-04-23
1
-5
/
+4
*
[ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...
Fangrui Song
2019-03-29
1
-2
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Fix clang -Wimplicit-fallthrough warnings across llvm, NFC
Reid Kleckner
2018-11-01
1
-0
/
+1
*
[Darwin] Use errorHandler from liblldCommon
Brian Gesiak
2018-06-12
1
-8
/
+6
*
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
*
Remove unnecessary llvm/Config/config.h includes
Michal Gorny
2016-12-14
1
-1
/
+0
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
[MachO] Factor out a fair amount of duplicated code. NFCI.
Davide Italiano
2016-09-12
1
-26
/
+14
*
Use the demangler in llvm.
Rafael Espindola
2016-09-06
1
-7
/
+2
*
Change when we choose to add an LC_LOAD_DYLIB to the final image.
Pete Cooper
2016-08-11
1
-1
/
+4
*
Fix off-by-one error in default currentVersion.
Pete Cooper
2016-08-11
1
-2
/
+2
*
Change library search methods to return Optional instead of ErrorOr.
Pete Cooper
2016-03-31
1
-13
/
+14
*
Convert file handle* methods to llvm::Error instead of std::error_code. NFC.
Pete Cooper
2016-03-30
1
-8
/
+8
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+13
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-13
/
+1
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-1
/
+13
*
Use C++11 initializers for data members.
Rui Ueyama
2016-03-02
1
-11
/
+1
*
Silence MSVC warning about falling off the end of a function after a fully co...
Reid Kleckner
2016-02-10
1
-0
/
+1
*
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
[next]