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-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
2003-05-06
Fix memory corruption problem
Chris Lattner
2003-04-22
Add information about the module source
Chris Lattner
2003-04-19
Add prototype to read .a files
Chris Lattner
2003-03-19
Add new chunk type
Chris Lattner
2003-03-06
Generalize interface a bit
Chris Lattner
2002-10-25
Fix typo
Chris Lattner
2002-09-17
Fix namespace correctness bug
Chris Lattner
2002-07-23
Add a version of the bytecode writer pass that has a default ctor
Chris Lattner
2002-07-21
changed first arg of parseBytecodeBuffer to unsigned char
Anand Shukla
2002-07-21
changed first arg og parseBytecodeBuffer to uchar
Anand Shukla
2002-07-17
Fix prototype to make function.
Chris Lattner
2002-06-25
added include<iostream> for cerr
Anand Shukla
2002-06-25
changes to make it compatible with 64bit gcc
Anand Shukla
2002-06-25
*** empty log message ***
Chris Lattner
2002-04-29
Eliminate duplicate or unneccesary #include's
Chris Lattner
2002-04-29
Add new optional getPassName() virtual function that a Pass can override
Chris Lattner
2002-03-29
s/Method/Function
Chris Lattner
2002-01-21
Implement a more powerful, simpler, pass system. This pass system can figure
Chris Lattner
2002-01-20
Changes to build successfully with GCC 3.02
Chris Lattner
2001-11-26
Move DataTypes.h from llvm/Support to just Support
Chris Lattner
2001-10-24
Changes to get some meaningful feedback from the bytecode reader. At some po...
Chris Lattner
2001-10-18
initial checkin
Chris Lattner
2001-09-07
Use a deque instead of a vector for greater efficiency writing bytecode
Chris Lattner
2001-07-23
Moved inline/llvm/Tools/* to include/llvm/Support/*
Chris Lattner
2001-07-15
Add support to write and read a fixed amount of raw data
Chris Lattner
2001-06-06
Initial revision
Chris Lattner