index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
Bytecode
/
Archive.h
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-04-07
For PR1291:
Reid Spencer
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2006-11-05
Unbreak VC++ build.
Jeff Cohen
2006-08-24
For PR797:
Reid Spencer
2006-07-28
Change Path::getStatusInfo to return a boolean and error string on an error
Chris Lattner
2006-07-07
Finish removal of EH usage from the Archive library. The REQUIRES_EH flag
Reid Spencer
2006-07-07
Remove EH use from the Archive library and adjust its users accordingly.
Reid Spencer
2006-02-22
Make the LLVM headers "-ansi -pedantic -Wno-long-long" clean.
Chris Lattner
2005-11-30
minor cleanup
Chris Lattner
2005-11-30
Fix a problem with llvm-ranlib that (on some platforms) caused the archive
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-26
Implement an isBytecodeArchive method to determine if an archive contains
Reid Spencer
2004-12-13
Make the OpenAndLoad functions have an ErrorMessage argument.
Reid Spencer
2004-11-20
Distinguish between BSD4.4 and SVR4 symbol tables
Reid Spencer
2004-11-19
Make findModulesDefiningSymbols modify its symbols argument so we can \
Reid Spencer
2004-11-16
Per code review:\
Reid Spencer
2004-11-14
Complete rewrite to get first working version.
Reid Spencer
2004-11-06
Deprecate constructors we don't want users to use.
Reid Spencer
2004-11-05
Go ahead and trust the client not to mess with the ModuleProvider* returned
Reid Spencer
2004-11-05
* Documentation corrections (thanks to Chris for nit-picking)
Reid Spencer
2004-11-05
First version of the interface to Archive files. This introduces the
Reid Spencer