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
/
Primitives.h
Age
Commit message (
Expand
)
Author
2004-01-10
remove obsolete file
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-09-30
Standardize header file comments
Chris Lattner
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
2002-09-17
Fix namespace correctness bug
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-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