Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
e651c954aade4d23f4976af6ade3f767ca387976
/
lib
/
Bytecode
/
Archive
6405c9e
Correct the computation of when to add the padding. It is not based on the
by Reid Spencer
· 21 years ago
57646ec
Don't save an iterator, just use post-increment.
by Reid Spencer
· 21 years ago
7783e8a
Make findModulesDefiningSymbols modify its symbols argument so we can \
by Reid Spencer
· 21 years ago
d4543da
Fix some things for Mac OSX archives:
by Reid Spencer
· 21 years ago
6ab7a4f
Make sure we parse bytecode with a module identifier that reflects the full
by Reid Spencer
· 21 years ago
96ce335
Adjust long file name writing to match BSD 4.4 and Mac OSX style archives.
by Reid Spencer
· 21 years ago
dd95e8d
Despite documentation to the contrary, Mac OSX and BSD 4.4 archive formats
by Reid Spencer
· 21 years ago
30e4056
Fix typeo in comment.
by Reid Spencer
· 21 years ago
87f9072
Per code review:\
by Reid Spencer
· 21 years ago
4a980d1
Per code review:\
by Reid Spencer
· 21 years ago
1f46580
Per code review:\ * Make sure all members are initialized upon construction
by Reid Spencer
· 21 years ago
b323113
* Make sure the string table gets read even if there isn't a foreign
by Reid Spencer
· 21 years ago
766b793
Changes necessary to enable linking of archives without LLVM symbol tables.
by Reid Spencer
· 21 years ago
f9d7a51
Completely rewritten to allow reading of archives and symbol table lookup in a more efficient manner.
by Reid Spencer
· 21 years ago
bc9fc84
Implementation declarations for Archive
by Reid Spencer
· 21 years ago
cf6afc6
First working version
by Reid Spencer
· 21 years ago
9577667
Moved to lib/Bytecode/Archive in preparation for re-write.
by Reid Spencer
· 21 years ago
b581028
Recognize compressed LLVM bytecode files.
by John Criswell
· 21 years ago
cdb21a9
Makefile for the LLVMArchive library.
by Reid Spencer
· 21 years ago
362cbf0
First kinda/sorta working version of the Archive library. Reading is not
by Reid Spencer
· 21 years ago
551ccae
Changes For Bug 352
by Reid Spencer
· 21 years ago
77cf296
Add #include <iostream> which is needed now that Value.h doesn't include it
by Reid Spencer
· 21 years ago
fb777c2
Use the new FileUtilities.h API for mapping a file into an address space
by Chris Lattner
· 21 years ago
60d6e54
Use the true, decoded name of the archive member in getObjectType.
by Brian Gaeke
· 21 years ago
3446ae8
* finegrainify namespacification of ArchiveReader.cpp
by Chris Lattner
· 22 years ago
b70abe1
Use new getFileSize function instead of sys/stat.h directly.
by Chris Lattner
· 22 years ago
9059158
Reverted back to revision 1.11. The previous fix doesn't really fix
by John Criswell
· 22 years ago
1118d0f
Fix PR#193.
by John Criswell
· 22 years ago
6ca5b8f
Make getObjectType() smarter about ranlibbed Mac OS X archives.
by Brian Gaeke
· 22 years ago
3c09636
In getObjectType(), doxygenify comment, and take a pointer to the
by Brian Gaeke
· 22 years ago
2c61d7b
Implement skeletal support for __.SYMDEF (ranlib) sections in archives.
by Brian Gaeke
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
b576c94
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
23219d1
Update file header for renamed file
by Chris Lattner
· 22 years ago
37f92e2
Fixed spelling and grammar.
by Misha Brukman
· 22 years ago
7a73b80
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 22 years ago
09ff150
Fixed 'prevalent'.
by Misha Brukman
· 22 years ago
75f2053
Preserve module source information in the ModuleID
by Chris Lattner
· 22 years ago
968cfd0
Initial support for reading standard .a files
by Chris Lattner
· 22 years ago