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
/
llvm
/
lib
/
Object
/
Archive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove object_error::success and use std::error_code() instead
Rui Ueyama
2015-06-09
1
-6
/
+6
*
Object: Add Archive::getNumberOfSymbols().
Rui Ueyama
2015-05-26
1
-14
/
+13
*
Use read{16,32,64}{le,be}() instead of *reinterpret_cast<u{little,big}{16,32,...
Rui Ueyama
2015-03-02
1
-37
/
+24
*
[Object] Support reading 64-bit MIPS ELF archives
Simon Atanasyan
2015-02-17
1
-5
/
+25
*
[Object] Reformat the code with clang-format
Simon Atanasyan
2015-02-10
1
-6
/
+5
*
Fix the Archive::Child::getRawSize() method used by llvm-objdump’s -archive...
Kevin Enderby
2015-01-16
1
-1
/
+1
*
This should fix the build bot clang-cmake-armv7-a15-full failing on
Kevin Enderby
2015-01-16
1
-2
/
+0
*
Add the option, -archive-headers, used with -macho to print the Mach-O archiv...
Kevin Enderby
2015-01-15
1
-0
/
+13
*
Start adding thin archive support.
Rafael Espindola
2014-12-16
1
-3
/
+17
*
Object, support both mach-o archive t.o.c file names
Nick Kledzik
2014-11-12
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-22
/
+13
*
A std::unique_ptr case I missed in the previous patch.
Rafael Espindola
2014-07-31
1
-2
/
+3
*
Correct the ownership passing semantics of object::createBinary and make them...
David Blaikie
2014-07-21
1
-1
/
+1
*
Remove unnecessary use of unique_ptr::release() used to construct another uni...
David Blaikie
2014-07-21
1
-2
/
+1
*
Remove unused variable.
David Blaikie
2014-07-21
1
-1
/
+0
*
Add support for BSD format Archive map symbols (aka the table of contents
Kevin Enderby
2014-07-08
1
-6
/
+63
*
Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.
Rafael Espindola
2014-06-24
1
-7
/
+6
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-4
/
+1
*
Make ObjectFile and BitcodeReader always own the MemoryBuffer.
Rafael Espindola
2014-06-23
1
-1
/
+6
*
Convert the Archive API to use ErrorOr.
Rafael Espindola
2014-06-16
1
-55
/
+42
*
Remove 'using std::errro_code' from lib.
Rafael Espindola
2014-06-13
1
-15
/
+15
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Use error_code() instead of error_code::succes()
Rafael Espindola
2014-05-31
1
-1
/
+1
*
Remove last uses of OwningPtr from llvm. As far as I can tell these method ve...
Craig Topper
2014-05-18
1
-17
/
+0
*
[C++11] More 'nullptr' conversion. In some cases just using a boolean check i...
Craig Topper
2014-04-15
1
-2
/
+2
*
[C++11] Add overloads for externally used OwningPtr functions.
Ahmed Charles
2014-03-05
1
-7
/
+24
*
Add a SymbolicFile interface between Binary and ObjectFile.
Rafael Espindola
2014-02-21
1
-2
/
+3
*
Be a bit more consistent about using ErrorOr when constructing Binary objects.
Rafael Espindola
2014-01-21
1
-0
/
+8
*
Rename these methods to match the style guide.
Rafael Espindola
2014-01-21
1
-15
/
+15
*
Return an ErrorOr<Binary *> from createBinary.
Rafael Espindola
2014-01-15
1
-3
/
+4
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-2
/
+6
*
Add 'const' qualifiers to static const char* variables.
Craig Topper
2013-07-16
1
-1
/
+1
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-26
/
+23
*
Don't reject an empty archive.
Rafael Espindola
2013-07-12
1
-4
/
+6
*
Find the symbol table on archives created on OS X.
Rafael Espindola
2013-07-10
1
-3
/
+14
*
Don't crash in 'llvm -s' when an archive has no symtab.
Rafael Espindola
2013-07-10
1
-1
/
+7
*
Add missing getters. They will be used in llvm-ar.
Rafael Espindola
2013-07-09
1
-0
/
+32
*
Archive members cannot be larger than 4GB. Return a uint32_t.
Rafael Espindola
2013-07-09
1
-5
/
+5
*
Add getHeader helper and move ToHeader to the cpp file.
Rafael Espindola
2013-07-09
1
-2
/
+6
*
Compute the size of an archive member in the constructor.
Rafael Espindola
2013-07-09
1
-14
/
+13
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-0
/
+70
*
Remove a useless declarations (found by scan-build)
Sylvestre Ledru
2013-07-05
1
-1
/
+0
*
Use the raw member names in Archive::Archive.
Rafael Espindola
2013-07-05
1
-15
/
+10
*
Add support for archives with no symbol table or string table.
Rafael Espindola
2013-07-04
1
-1
/
+1
*
Add support for gnu archives with a string table and no symtab.
Rafael Espindola
2013-07-03
1
-27
/
+52
*
Remove the LLVM specific archive index.
Rafael Espindola
2013-06-14
1
-2
/
+1
*
[Object/COFF] Fix Windows .lib name handling.
Rui Ueyama
2013-06-03
1
-4
/
+10
*
[Object][Archive] Improve performance.
Michael J. Spencer
2013-02-03
1
-98
/
+10
*
[Object][Archive] Fix name handling with bsd style long names.
Michael J. Spencer
2013-01-10
1
-8
/
+14
*
[Object][Archive] Apparently StringRef::getAsInteger for APInt accepts spaces.
Michael J. Spencer
2013-01-10
1
-2
/
+6
[next]