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
*
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
*
Fix FileArchive member MemoryBuffer early destruction
Nick Kledzik
2014-11-07
1
-6
/
+16
*
Fix display of files processed by the linker.
Shankar Easwaran
2014-10-18
1
-1
/
+3
*
Sort include files according to convention.
Shankar Easwaran
2014-10-18
1
-2
/
+0
*
Always check that instantiateMember returns only one file.
Rui Ueyama
2014-09-11
1
-9
/
+12
*
FileArchive cleanup
Rui Ueyama
2014-09-05
1
-25
/
+19
*
Update for llvm api change.
Rafael Espindola
2014-08-19
1
-10
/
+17
*
Update for llvm api change.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-06-24
1
-5
/
+3
*
Update for llvm api change.
Rafael Espindola
2014-06-23
1
-1
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-06-16
1
-10
/
+12
*
Don't import error_code into the lld namespace.
Rafael Espindola
2014-06-12
1
-17
/
+18
*
Fix a wrong comment.
Rui Ueyama
2014-06-04
1
-31
/
+28
*
Add a comment, fix style.
Rui Ueyama
2014-06-04
1
-7
/
+6
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-5
/
+5
*
Add observers to Input Graph
Rui Ueyama
2014-05-14
1
-0
/
+8
*
Revert "temporary commit."
Rui Ueyama
2014-05-09
1
-10
/
+0
*
temporary commit.
Rui Ueyama
2014-05-09
1
-0
/
+10
*
Remove "virtual" and add "override".
Rui Ueyama
2014-05-02
1
-4
/
+4
*
Make the variable scope narrower. No functionality change.
Rui Ueyama
2014-05-02
1
-5
/
+2
*
Fix comments.
Rui Ueyama
2014-04-03
1
-1
/
+1
*
Replace OwningPtr with std::unique_ptr.
Ahmed Charles
2014-03-13
1
-9
/
+8
*
[Cleanup] Sort includes.
Ahmed Charles
2014-03-12
1
-1
/
+1
*
Add "override" and remove "virtual" where appropriate.
Rui Ueyama
2014-03-06
1
-8
/
+8
*
[C++11] Add #include's for OwningPtr.
Ahmed Charles
2014-03-03
1
-0
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-02-10
1
-2
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-01-31
1
-2
/
+1
*
Update for llvm api change.
Rafael Espindola
2014-01-30
1
-4
/
+2
*
Update for llvm api change.
Rafael Espindola
2014-01-22
1
-1
/
+4
*
Update for llvm api change.
Rafael Espindola
2014-01-21
1
-2
/
+2
*
Run clang-format on r197727.
Rui Ueyama
2013-12-20
1
-67
/
+62
*
[lld] Introduce registry and Reference kind tuple
Nick Kledzik
2013-12-19
1
-107
/
+201
*
Make error code variables to have narrower scope.
Rui Ueyama
2013-12-06
1
-6
/
+5
*
Move definitions to cpp file. No functionality change.
Rui Ueyama
2013-12-06
1
-0
/
+156