Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
lib
/
ReaderWriter
/
FileArchive.cpp
c505e06
Remove \brief commands from doxygen comments.
by Fangrui Song
· 7 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
c1edf56
Prevent at compile time converting from Error::success() to Expected<T>
by Mehdi Amini
· 9 years ago
0fa9fd0
Needed change to lld for the changes to libObject/Archive interfaces now returning Expected<>
by Kevin Enderby
· 9 years ago
01e41f1
Matching change needed to lld for llvm trunk change r277177.
by Kevin Enderby
· 9 years ago
622ef17
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
by Lang Hames
· 9 years ago
b9e053c
Matching change for lld for the llvm change of Archive::create() from ErrorOr<...> to Expected<...> in r274160.
by Kevin Enderby
· 9 years ago
a7a55c4
Fix builds broken in r267008.
by Eugene Zelenko
· 9 years ago
1a299ea
Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.
by Eugene Zelenko
· 9 years ago
46a8e29
Remove dead flags.
by Rui Ueyama
· 9 years ago
2112b2c
Add the needed lld change for r264187 in llvm.
by Kevin Enderby
· 10 years ago
8ad55fb
Use owning pointers instead of raw pointers for Atom's to fix leaks.
by Pete Cooper
· 10 years ago
3e4d732
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
by Pete Cooper
· 10 years ago
572a87e
Use owning pointers instead of raw pointers for Atom's to fix leaks.
by Pete Cooper
· 10 years ago
ca5e90f
Remove dead code.
by Rui Ueyama
· 10 years ago
947648f
Make a few utility functions file-scoped.
by Rui Ueyama
· 10 years ago
8cca07e
Remove dead code for ELF.
by Rui Ueyama
· 10 years ago
701c325
Remove remaining code for COFF.
by Rui Ueyama
· 10 years ago
35dfc95
These are the matching changes needed to the lld project for the changes to llvm
by Kevin Enderby
· 10 years ago
1392d8b
Fix memory leak in FileArchive::find().
by Rui Ueyama
· 10 years ago
9170a17
Update for llvm api change.
by Rafael Espindola
· 10 years ago
dbb40ab
Update for upcoming llvm change.
by Rafael Espindola
· 10 years ago
cd55286
Update for llvm changes.
by Rafael Espindola
· 10 years ago
bb50727
Update for llvm changes.
by Rafael Espindola
· 10 years ago
6759319
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
by Rafael Espindola
· 10 years ago
773a159
Simplify now that there is only one file. NFC.
by Rafael Espindola
· 10 years ago
ab5696b
Return ErrorOr<std::unique_ptr<File>>. NFC.
by Rafael Espindola
· 10 years ago
dedab91
Return an ErrorOr<std::unique_ptr<File>>. NFC.
by Rafael Espindola
· 10 years ago
c08ab8e
Delete unnecessary generality in loadFile.
by Rafael Espindola
· 10 years ago
de40bd4
Rename atom_collection -> AtomVector.
by Rui Ueyama
· 10 years ago
142877f
Remove unused vectors from FileArchive.
by Rui Ueyama
· 10 years ago
55f5b2b
Remove a parameter for file extension from canParse.
by Rui Ueyama
· 10 years ago
394d10e
Make File non-const in the resolver.
by Rui Ueyama
· 11 years ago
cf8b003
Revert "temporary"
by Rui Ueyama
· 11 years ago
5cc4102
Simplify FileArchive. NFC.
by Rui Ueyama
· 11 years ago
f810b55
temporary
by Rui Ueyama
· 11 years ago
302119ef
Make a private function private.
by Rui Ueyama
· 11 years ago
791db5f
Implement our own future and use that for FileArchive::preload().
by Rui Ueyama
· 11 years ago
dbd7f27
Make ArchiveLibraryFile::~ArchiveLibraryFile virtual.
by Rui Ueyama
· 11 years ago
f038a52
Add methods to get archive file name from member file.
by Rui Ueyama
· 11 years ago
3a8d7e2
[PATCH] Speculatively instantiate archive members
by Rui Ueyama
· 11 years ago
df230b2
Re-commit r225674: Convert other drivers to use WrapperNode.
by Rui Ueyama
· 11 years ago
cfb2534
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
by Rui Ueyama
· 11 years ago
e8ecb2b
Convert other drivers to use WrapperNode.
by Rui Ueyama
· 11 years ago
c1eeb31
Remove dead code.
by Rui Ueyama
· 11 years ago
0a2c2db
Protect doParse() because that's not a public interface.
by Rui Ueyama
· 11 years ago
0b23c37
Clean up #include dependency.
by Rui Ueyama
· 11 years ago
961f43f
Make File always take the ownership of a MemoryBuffer.
by Rui Ueyama
· 11 years ago
1d51042
Separate file parsing from File's constructors.
by Rui Ueyama
· 11 years ago
7bcfe28
Fix FileArchive member MemoryBuffer early destruction
by Nick Kledzik
· 11 years ago
69df16f
Fix display of files processed by the linker.
by Shankar Easwaran
· 11 years ago
2b67fca
Sort include files according to convention.
by Shankar Easwaran
· 11 years ago
5d8f698
Always check that instantiateMember returns only one file.
by Rui Ueyama
· 11 years ago
47a8a83
FileArchive cleanup
by Rui Ueyama
· 11 years ago
2ed1c57
Update for llvm api change.
by Rafael Espindola
· 11 years ago
091d371
Update for llvm api change.
by Rafael Espindola
· 11 years ago
bce7feb
Update for llvm api change.
by Rafael Espindola
· 11 years ago
96b676c
Update for llvm api change.
by Rafael Espindola
· 11 years ago
19d0237
Update for llvm api change.
by Rafael Espindola
· 11 years ago
b1a4d3a
Don't import error_code into the lld namespace.
by Rafael Espindola
· 11 years ago
5fa471e
Fix a wrong comment.
by Rui Ueyama
· 11 years ago
e5d36a9
Add a comment, fix style.
by Rui Ueyama
· 11 years ago
63ed1a3
Use error_code() instead of error_code::succes()
by Rafael Espindola
· 11 years ago
551aacd
Add observers to Input Graph
by Rui Ueyama
· 11 years ago
c7c4768
Revert "temporary commit."
by Rui Ueyama
· 11 years ago
4e0b17d
temporary commit.
by Rui Ueyama
· 11 years ago
3872d0a
Remove "virtual" and add "override".
by Rui Ueyama
· 11 years ago
db2fc6d
Make the variable scope narrower. No functionality change.
by Rui Ueyama
· 11 years ago
fb44f5e
Fix comments.
by Rui Ueyama
· 11 years ago
13c70b6
Replace OwningPtr with std::unique_ptr.
by Ahmed Charles
· 12 years ago
d6432c8
[Cleanup] Sort includes.
by Ahmed Charles
· 12 years ago
16e543b
Add "override" and remove "virtual" where appropriate.
by Rui Ueyama
· 12 years ago
d779459
[C++11] Add #include's for OwningPtr.
by Ahmed Charles
· 12 years ago
20d9367
Update for llvm api change.
by Rafael Espindola
· 12 years ago
8c13e51
Update for llvm api change.
by Rafael Espindola
· 12 years ago
8fe1f37
Update for llvm api change.
by Rafael Espindola
· 12 years ago
6ba68f1
Update for llvm api change.
by Rafael Espindola
· 12 years ago
79e2d93
Update for llvm api change.
by Rafael Espindola
· 12 years ago
170a1a8
Run clang-format on r197727.
by Rui Ueyama
· 12 years ago
e555277
[lld] Introduce registry and Reference kind tuple
by Nick Kledzik
· 12 years ago
6031c37
Make error code variables to have narrower scope.
by Rui Ueyama
· 12 years ago
34efe77
Move definitions to cpp file. No functionality change.
by Rui Ueyama
· 12 years ago