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
/
lib
/
Bytecode
/
Reader
/
Reader.h
Age
Commit message (
Expand
)
Author
2006-07-07
Fix a bug in my previous patch which broke building llvm/runtime when using l...
Chris Lattner
2006-07-06
Change the ModuleProvider interface to not throw exceptions.
Chris Lattner
2006-01-27
Fix auto-upgrade of intrinsics to work properly with both assembly and
Reid Spencer
2006-01-25
add bc reader/writer support for inline asm
Chris Lattner
2006-01-19
Add a flag to identify bytecode files that have intrinsic functions that
Reid Spencer
2005-10-03
Use a map to cache the ModuleType information, so we can do logarithmic
Chris Lattner
2005-08-16
This is a dummy, it doesn't matter what the ValueType is
Chris Lattner
2005-05-06
remove some dead (always dynamically false) flags
Chris Lattner
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-01-29
Adjust to changes in User class and minor changes in instruction ctors.
Chris Lattner
2004-12-09
Remove a dead field, make the map go to integer type ID to hash better and
Chris Lattner
2004-11-15
Cleanups. Null out pointer after freeing it for paranoia
Chris Lattner
2004-11-14
Simplify handling of decompression
Reid Spencer
2004-11-07
Add comments per CL code review.
Reid Spencer
2004-11-06
Add support for compressed bytecode
Reid Spencer
2004-10-16
Add support for undef, unreachable, and function flags
Chris Lattner
2004-10-14
Fit to 80 cols
Chris Lattner
2004-08-21
Add boolean file format flags in preparation for version 5 bytecode.
Reid Spencer
2004-08-17
Bytecode File Format Changes:
Reid Spencer
2004-08-04
Make getGlobalTableValue not use getTypeSlot, this speeds up the bc reader
Chris Lattner
2004-08-03
Do not do a linear std::find to reconstruct information we had, but later threw
Chris Lattner
2004-07-25
Don't create a backwards compatibility flag for something that was a
Reid Spencer
2004-07-25
bug 263:
Reid Spencer
2004-07-18
User ValueListTy as the type of the ValueList. This avoides the ValueList
Reid Spencer
2004-07-11
- Rename two methods to give them more meaning
Reid Spencer
2004-07-09
Error Handling Cleanup:
Reid Spencer
2004-07-06
Remove definition and use of OtherVal enumerator. This just fixes a thinko.
Reid Spencer
2004-07-05
Finalize bytecode dumping. The "handleFinish" method was getting called
Reid Spencer
2004-07-04
- Make ValueList an "OtherVal" user of Values to ensure it doesn't get
Reid Spencer
2004-06-29
This is a slimming down of the previous ReaderInternals.h that just
Reid Spencer