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
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
2004-06-11
Implement tracking of bytecode instruction size and the number of long
Reid Spencer
2004-06-10
Updated the BytecodeAnalysis data structure to contain additional fields
Reid Spencer
2004-06-10
Implemented the bulk of the functionality. Cleaned up the code.
Reid Spencer
2004-06-09
Add some new fields for bytecode analysis.
Reid Spencer
2004-06-08
Fix case of doxygen directive `\p': it's lowercase.
Misha Brukman
2004-06-08
Clean up documentation and make it possible for the BytecodeAnalyzer to
Reid Spencer
2004-06-07
Commit For New Tool: llvm-abcd (Analysis of ByteCode Dumper). This tool
Reid Spencer
2004-01-18
Add enum for compaction table.
Chris Lattner
2004-01-10
remove obsolete file
Chris Lattner
2003-12-01
Add new block number
Chris Lattner
2003-12-01
Remove unused enum value
Chris Lattner
2003-11-11
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-10-20
Added LLVM copyright header (for lack of a better term).
John Criswell
2003-10-04
Rename AbstractModuleProvider -> ModuleProvider, to match the header file name,
Chris Lattner
2003-09-30
Standardize header file comments
Chris Lattner
2003-09-22
Added doxygen comments for the streaming module provider.
Misha Brukman
2003-09-22
Added functions to perform streaming function loading, doxygenified comments.
Misha Brukman
2003-09-22
Converted tabs to spaces.
Misha Brukman
2003-08-18
Spell `necessary' correctly.
Misha Brukman
2003-06-11
Changed the LITTLE_ENDIAN and BIG_ENDIAN macros to ENDIAN_LITTLE and ENDIAN_BIG.
John Criswell
[prev]
[next]