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
Age
Commit message (
Expand
)
Author
2006-08-25
For PR797:
Reid Spencer
2006-08-24
For PR797:
Reid Spencer
2006-07-28
Update comments.
Chris Lattner
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-05-14
improve comment.
Chris Lattner
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-05-05
Remove vim settings from source code; people should use llvm/utils/vim/vimrc
Misha Brukman
2005-04-22
Convert tabs to spaces
Misha Brukman
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-02-26
Implement an isBytecodeArchive method to determine if an archive contains
Reid Spencer
2005-01-16
Improve compatibility with aCC on HPUX. Patch by Duraid Madina
Chris Lattner
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-15
Remove useless/confusing namespace qualifier.
Reid Spencer
2004-11-15
Changes necessary to enable linking of archives without LLVM symbol tables.
Reid Spencer
2004-11-14
Remove ReadArchiveFile (functionality moved to Archive.h). Add an alternate f...
Reid Spencer
2004-11-14
Complete rewrite to get first working version.
Reid Spencer
2004-11-08
Remove extra spaces
Misha Brukman
2004-11-08
Make writing compressed bytecode the default.
Reid Spencer
2004-11-07
Make compression the default on writing.
Reid Spencer
2004-11-07
* Provide option for specifying bytecode compression
Reid Spencer
2004-11-06
Add support for compressed bytecode
Reid Spencer
2004-11-06
Provide an interface for getting just the external symbols from a
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
2004-09-20
'Pass' should now not be derived from by clients. Instead, they should derive
Chris Lattner
2004-09-11
Correct the interface of a function to use the correct typedef for an
Reid Spencer
2004-08-24
Add a function that gets just the dependent libraries from a bytecode file.
Reid Spencer
2004-08-21
Dump the DependentLibsBlockID, its not a block, its just a list inside the
Reid Spencer
2004-08-21
Add new methods:
Reid Spencer
2004-08-21
Bytecode Analyzer cleanup:
Reid Spencer
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-04
The Type* is redundant with the TypeSlot
Chris Lattner
2004-07-25
bug 402:
Reid Spencer
2004-07-17
Constant value not needed after CPR's disappear.
Reid Spencer
2004-07-04
Make all the virtual function (except destructor) inline so there are
Reid Spencer
2004-06-29
Provide support for the BytecodeHandler interface which will be called by
Reid Spencer
2004-06-29
Fix include guard
Reid Spencer
2004-06-29
Adjust comments to match code.
Reid Spencer
2004-06-25
- Changed Handler.h -> BytecodeHandler.h
Reid Spencer
2004-06-25
Okay, Module have not been known as 'C' for a LONG time now
Chris Lattner
2004-06-24
Definition of the Bytecode Handler interface. Subclasses can override just
Reid Spencer
[next]