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
/
Analyzer.h
Age
Commit message (
Expand
)
Author
2007-05-06
remove bytecode headers
Chris Lattner
2007-02-07
push bytecode decompressor out through APIs. Now the bytecode reader
Chris Lattner
2007-02-07
remove dead ivars.
Chris Lattner
2006-11-28
Added a temporary hack to get the llvm-streams to work for future checkins.
Bill Wendling
2006-11-14
Discard code that supported old bytecode formats. This makes the Bytecode
Reid Spencer
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-16
Improve compatibility with aCC on HPUX. Patch by Duraid Madina
Chris Lattner
2004-08-21
Bytecode Analyzer cleanup:
Reid Spencer
2004-06-29
Adjust comments to match code.
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