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
/
Bitcode
/
NaCl
/
Reader
/
NaClBitcodeReader.h
Age
Commit message (
Expand
)
Author
2013-11-20
Remove UseRelativeID branching from NaClBitcodeReader, assume true.
Jan Voung
2013-10-03
PNaCl bitcode: Remove unused function ConvertTypeToScalarType()
Mark Seaborn
2013-09-06
PNaCl bitcode: Strip pointer types from intrinsic declarations' parameters
Mark Seaborn
2013-09-06
Clean up vestigial code for constants in PNaCl bitcode files.
Karl Schimpf
2013-08-30
PNaCl bitcode: Remove handling of USELIST blocks
Mark Seaborn
2013-08-26
Elide pointer to int casts on phi nodes.
Karl Schimpf
2013-08-14
Remove ptrtoint instructions from the PNaCl bitcode file.
Karl Schimpf
2013-08-01
Remove the inttoptr dependency from load instructions.
Karl Schimpf
2013-07-25
Remove block address constants form PNaCl bitcode.
Karl Schimpf
2013-07-22
Enable ability to have multiple PNaCl wire format versions.
Karl Schimpf
2013-07-22
Remove module info records not allowed by PNaCl from the bitcode.
Karl Schimpf
2013-07-16
Remove useless field InstructionList from NaClBitcodeReader.
Karl Schimpf
2013-07-02
Simplify globals in PNaCl wire format based on normalized constants.
Karl Schimpf
2013-06-26
PNaCl pexe reader: Remove now-unused Type argument from getValue()/popValue()
Mark Seaborn
2013-06-26
PNaCl wire format: Disallow duplicate FORWARDTYPEREFs for the same value ID
Mark Seaborn
2013-06-26
PNaCl wire format: Remove the METADATA_BLOCK block from pexes
Mark Seaborn
2013-06-26
PNaCl wire format: Use FORWARDTYPEREF consistently for all forward references
Mark Seaborn
2013-06-24
Simplify representation of forward value references in bitcode.
Karl Schimpf
2013-06-23
PNaCl wire format: Remove the top-level TRIPLE record
Mark Seaborn
2013-06-21
PNaCl wire format: Remove function attributes from pexe reader/writer
Mark Seaborn
2013-06-06
Make PNaCl bitcode files have a different format from LLVM bitcode files.
Karl Schimpf
2013-05-24
Make abbreviations explicit in pnacl-freeze/thaw.
Karl Schimpf
2013-05-01
Copy LLVM bitcode reader to generate a PNaCl wire format reader.
Karl Schimpf