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
/
Writer
/
NaClValueEnumerator.h
Age
Commit message (
Expand
)
Author
2013-09-09
PNaCl bitcode: Remove TYPE_CODE_POINTER entries from type table
Mark Seaborn
2013-09-09
PNaCl bitcode: Change FORWARDTYPEREF to never use pointer types
Mark Seaborn
2013-09-06
PNaCl bitcode: Strip pointer types from intrinsic declarations' parameters
Mark Seaborn
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-02
Simplify globals in PNaCl wire format based on normalized constants.
Karl Schimpf
2013-06-26
PNaCl wire format: Remove the METADATA_BLOCK block from pexes
Mark Seaborn
2013-06-24
Simplify representation of forward value references in bitcode.
Karl Schimpf
2013-06-21
PNaCl wire format: Remove function attributes from pexe reader/writer
Mark Seaborn
2013-05-20
Create type IDs based on reference counts.
Karl Schimpf
2013-04-26
Copy Bitwriter to generate PNaClBitwriter.
Karl Schimpf