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
Age
Commit message (
Expand
)
Author
2004-10-14
Fit to 80 cols
Chris Lattner
2004-10-14
Fit in 80 columns
Chris Lattner
2004-10-13
Update to reflect changes in Makefile rules.
Reid Spencer
2004-10-10
Initial version of automake Makefile.am file.
Reid Spencer
2004-09-28
Fix doxygen comment
Misha Brukman
2004-09-27
The system ranlib on darwin occasionally adds two extra newlines to the
Chris Lattner
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-12
Unbreak doxygen, according to Reid.
Misha Brukman
2004-09-12
Fix code spacing/alignment
Misha Brukman
2004-09-11
Change interface to use correct typedef so it will always compile.
Reid Spencer
2004-09-11
Print the dependent libraries when dumping bytecode.
Reid Spencer
2004-09-03
Fixes to make LLVM compile with vc7.1.
Alkis Evlogimenos
2004-09-01
Changes For Bug 352
Reid Spencer
2004-08-27
Correctly compute the number of compaction tables.
Reid Spencer
2004-08-24
Add a wrapper for extraction of the dependent libraries from a bytecode
Reid Spencer
2004-08-24
Rearrange output a little to make it nicer.
Reid Spencer
2004-08-21
Bytecode Analyzer Cleanup:
Reid Spencer
2004-08-21
Get rid of an extraneous local variable.
Reid Spencer
2004-08-21
Two Changes:
Reid Spencer
2004-08-21
Add boolean file format flags in preparation for version 5 bytecode.
Reid Spencer
2004-08-21
Bytecode Reader Cleanup:
Reid Spencer
2004-08-20
Packed types, brought to you by Brad Jones
Brian Gaeke
2004-08-17
Bytecode File Format Changes:
Reid Spencer
2004-08-04
Turn a use of intptr_t into a reinterpret_cast<uint64_t> instead to get
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-27
Simplify code and silence warning
Chris Lattner
2004-07-25
Fix a serious bug in the double constant reader. In particular, because
Chris Lattner
2004-07-25
Always write FP values correctly.
Reid Spencer
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-18
bug 122:
Reid Spencer
2004-07-18
bug 122:
Reid Spencer
2004-07-14
Actually set the endian/pointersize flags on the module being read in!
Brian Gaeke
2004-07-13
Fix warning on SparcV9, where sizeof (int) != sizeof (void *).
Brian Gaeke
2004-07-11
Various cleanups:
Reid Spencer
2004-07-11
- Rename two methods to give them more meaning
Reid Spencer
2004-07-10
Make the VBRSavings percentage make sense (as a fraction of the total
Reid Spencer
2004-07-09
Error Handling Cleanup:
Reid Spencer
2004-07-09
Fix a backwards compatibility bug found by Tanya. In version 1.2, the
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
- Don't use macros to call the BytecodeHandler
Reid Spencer
2004-07-04
- Make ValueList an "OtherVal" user of Values to ensure it doesn't get
Reid Spencer
2004-07-04
Remove tabs. Move function declaration to Reader.h where it belongs.
Reid Spencer
2004-07-04
Add #include <iostream> which is needed now that Value.h doesn't include it
Reid Spencer
2004-07-04
Excise tabs.
Reid Spencer
2004-06-29
Remove files no longer needed. ConstantReader and InstructionReader were
Reid Spencer
2004-06-29
This is a slimming down of the previous ReaderInternals.h that just
Reid Spencer
[next]