index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Object
/
Archive.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update LLVM for rebase to r212749.
Stephen Hines
2014-07-21
1
-68
/
+114
*
Update LLVM for 3.5 rebase (r209712).
Stephen Hines
2014-05-29
1
-19
/
+2
*
Update to LLVM 3.5a.
Stephen Hines
2014-04-24
1
-22
/
+49
*
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
*
[Object][Archive] Use uint64_t instead of APInt. It is significantly faster.
Michael J. Spencer
2013-01-09
1
-10
/
+10
*
Use the new script to sort the includes of every file under lib.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
s/assert/llvm_unreachable/
Matt Beaumont-Gay
2012-11-14
1
-3
/
+4
*
Fix broken asserts. Also, spell 'indices' correctly.
Matt Beaumont-Gay
2012-11-14
1
-6
/
+6
*
[Object] Fix endianess bug by refactoring Archive::Symbol::getMember.
Michael J. Spencer
2012-11-14
1
-18
/
+32
*
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
1
-26
/
+118
*
Convert comments to proper Doxygen comments.
Dmitri Gribenko
2012-06-09
1
-1
/
+1
*
Mark some static arrays as const.
Craig Topper
2012-05-24
1
-2
/
+2
*
[Object]
David Meyer
2012-03-09
1
-1
/
+1
*
Remove static ctor.
Benjamin Kramer
2012-02-22
1
-2
/
+2
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+2
*
Simplify code.
Benjamin Kramer
2011-11-04
1
-4
/
+3
*
Removed unused variable.
Chad Rosier
2011-11-02
1
-1
/
+0
*
Object/Archive: Add symbol table iteration.
Michael J. Spencer
2011-11-02
1
-9
/
+71
*
Object/Archive: Cleanup anon namespace.
Michael J. Spencer
2011-10-25
1
-8
/
+5
*
Object/Archive: Add BSD style long file name support and skip internal members.
Michael J. Spencer
2011-10-25
1
-7
/
+48
*
lib/Object: Suppress warnings on gcc-4.3.4 cygwin
NAKAMURA Takumi
2011-10-08
1
-1
/
+1
*
Object: constize Archive.
Michael J. Spencer
2011-10-08
1
-2
/
+2
*
Object: Add archive support.
Michael J. Spencer
2011-09-27
1
-0
/
+172