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
/
FileArchive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove \brief commands from doxygen comments.
Fangrui Song
2018-05-15
1
-3
/
+3
*
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
-5
/
+8
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-2
/
+2
*
Needed change to lld for the changes to libObject/Archive interfaces now retu...
Kevin Enderby
2016-08-03
1
-5
/
+8
*
Matching change needed to lld for llvm trunk change r277177.
Kevin Enderby
2016-07-29
1
-3
/
+3
*
[lld] Update LLD for Archive::child_iterator change in LLVM r275361.
Lang Hames
2016-07-14
1
-16
/
+18
*
Matching change for lld for the llvm change of Archive::create() from ErrorOr...
Kevin Enderby
2016-06-29
1
-3
/
+4
*
Fix builds broken in r267008.
Eugene Zelenko
2016-04-21
1
-0
/
+1
*
Fix Clang-tidy misc-unused-using-decls and Include What You Use warnings.
Eugene Zelenko
2016-04-21
1
-10
/
+12
*
Remove dead flags.
Rui Ueyama
2016-03-28
1
-44
/
+1
*
Add the needed lld change for r264187 in llvm.
Kevin Enderby
2016-03-23
1
-1
/
+4
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-4
/
+11
*
Revert "Use owning pointers instead of raw pointers for Atom's to fix leaks."
Pete Cooper
2016-03-22
1
-11
/
+4
*
Use owning pointers instead of raw pointers for Atom's to fix leaks.
Pete Cooper
2016-03-22
1
-4
/
+11
*
Remove dead code.
Rui Ueyama
2016-03-02
1
-2
/
+0
*
Make a few utility functions file-scoped.
Rui Ueyama
2016-03-01
1
-1
/
+1
*
Remove dead code for ELF.
Rui Ueyama
2016-02-28
1
-45
/
+0
*
Remove remaining code for COFF.
Rui Ueyama
2016-02-28
1
-9
/
+0
*
These are the matching changes needed to the lld project for the changes to llvm
Kevin Enderby
2015-11-05
1
-12
/
+22
*
Fix memory leak in FileArchive::find().
Rui Ueyama
2015-09-24
1
-2
/
+7
*
Update for llvm api change.
Rafael Espindola
2015-07-14
1
-3
/
+9
*
Update for upcoming llvm change.
Rafael Espindola
2015-07-08
1
-1
/
+1
*
Update for llvm changes.
Rafael Espindola
2015-07-02
1
-3
/
+3
*
Update for llvm changes.
Rafael Espindola
2015-06-26
1
-3
/
+1
*
Use MemoryBufferRef instead of MemoryBuffer&. NFC.
Rafael Espindola
2015-04-24
1
-1
/
+1
*
Simplify now that there is only one file. NFC.
Rafael Espindola
2015-04-24
1
-4
/
+1
*
Return ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-3
/
+4
*
Return an ErrorOr<std::unique_ptr<File>>. NFC.
Rafael Espindola
2015-04-24
1
-5
/
+4
*
Delete unnecessary generality in loadFile.
Rafael Espindola
2015-04-24
1
-8
/
+9
*
Rename atom_collection -> AtomVector.
Rui Ueyama
2015-04-08
1
-4
/
+4
*
Remove unused vectors from FileArchive.
Rui Ueyama
2015-04-07
1
-8
/
+4
*
Remove a parameter for file extension from canParse.
Rui Ueyama
2015-04-04
1
-3
/
+2
*
Make File non-const in the resolver.
Rui Ueyama
2015-03-04
1
-10
/
+10
*
Revert "temporary"
Rui Ueyama
2015-03-04
1
-22
/
+8
*
Simplify FileArchive. NFC.
Rui Ueyama
2015-03-04
1
-23
/
+15
*
temporary
Rui Ueyama
2015-03-04
1
-8
/
+22
*
Make a private function private.
Rui Ueyama
2015-03-04
1
-21
/
+20
*
Implement our own future and use that for FileArchive::preload().
Rui Ueyama
2015-03-03
1
-13
/
+9
*
Make ArchiveLibraryFile::~ArchiveLibraryFile virtual.
Rui Ueyama
2015-03-02
1
-2
/
+0
*
Add methods to get archive file name from member file.
Rui Ueyama
2015-02-05
1
-1
/
+2
*
[PATCH] Speculatively instantiate archive members
Rui Ueyama
2015-01-16
1
-1
/
+49
*
Re-commit r225674: Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-15
1
-4
/
+9
*
Revert "Convert other drivers to use WrapperNode" and subsequent commits.
Rui Ueyama
2015-01-14
1
-9
/
+4
*
Convert other drivers to use WrapperNode.
Rui Ueyama
2015-01-13
1
-4
/
+9
*
Remove dead code.
Rui Ueyama
2014-12-15
1
-4
/
+0
*
Protect doParse() because that's not a public interface.
Rui Ueyama
2014-12-15
1
-11
/
+12
*
Clean up #include dependency.
Rui Ueyama
2014-12-14
1
-0
/
+1
*
Make File always take the ownership of a MemoryBuffer.
Rui Ueyama
2014-12-12
1
-14
/
+11
*
Separate file parsing from File's constructors.
Rui Ueyama
2014-12-12
1
-17
/
+16
[next]