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
/
include
/
llvm
/
Object
/
Archive.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for the 's' operation to llvm-ar.
Rafael Espindola
2013-07-29
1
-0
/
+2
*
Change llvm-ar to use lib/Object.
Rafael Espindola
2013-07-12
1
-1
/
+2
*
Add missing getters. They will be used in llvm-ar.
Rafael Espindola
2013-07-09
1
-0
/
+14
*
Archive members cannot be larger than 4GB. Return a uint32_t.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
We never compare iterators from two archives. Assert that.
Rafael Espindola
2013-07-09
1
-1
/
+2
*
Add getHeader helper and move ToHeader to the cpp file.
Rafael Espindola
2013-07-09
1
-5
/
+5
*
Compute the size of an archive member in the constructor.
Rafael Espindola
2013-07-09
1
-2
/
+2
*
Remove declare but not implemented methods.
Rafael Espindola
2013-07-09
1
-4
/
+0
*
Move some code out of line. No functionality change.
Rafael Espindola
2013-07-09
1
-65
/
+6
*
Use the raw member names in Archive::Archive.
Rafael Espindola
2013-07-05
1
-0
/
+1
*
[Object][Archive] Improve performance.
Michael J. Spencer
2013-02-03
1
-5
/
+93
*
Sort the #include lines for the include/... tree with the script.
Chandler Carruth
2012-12-03
1
-1
/
+1
*
Adding changes to support GNU style archive library reading
Shankar Easwaran
2012-11-13
1
-0
/
+14
*
Remove unnecessary classof()'s
Sean Silva
2012-10-11
1
-1
/
+0
*
[Object]
David Meyer
2012-03-09
1
-1
/
+1
*
Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...
David Blaikie
2011-12-20
1
-0
/
+1
*
Object/Archive: Give Child a operator < for map.
Michael J. Spencer
2011-11-16
1
-0
/
+8
*
Object/Archive: Add symbol table iteration.
Michael J. Spencer
2011-11-02
1
-0
/
+46
*
Object/Archive: Add BSD style long file name support and skip internal members.
Michael J. Spencer
2011-10-25
1
-1
/
+1
*
Object: constize Archive.
Michael J. Spencer
2011-10-08
1
-4
/
+4
*
Object: Add archive support.
Michael J. Spencer
2011-09-27
1
-0
/
+90