aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.h
AgeCommit message (Expand)Author
2013-09-09PNaCl bitcode: Remove TYPE_CODE_POINTER entries from type tableMark Seaborn
2013-09-09PNaCl bitcode: Change FORWARDTYPEREF to never use pointer typesMark Seaborn
2013-09-06PNaCl bitcode: Strip pointer types from intrinsic declarations' parametersMark Seaborn
2013-08-14Remove ptrtoint instructions from the PNaCl bitcode file.Karl Schimpf
2013-08-01Remove the inttoptr dependency from load instructions.Karl Schimpf
2013-07-25Remove block address constants form PNaCl bitcode.Karl Schimpf
2013-07-22Enable ability to have multiple PNaCl wire format versions.Karl Schimpf
2013-07-02Simplify globals in PNaCl wire format based on normalized constants.Karl Schimpf
2013-06-26PNaCl wire format: Remove the METADATA_BLOCK block from pexesMark Seaborn
2013-06-24Simplify representation of forward value references in bitcode.Karl Schimpf
2013-06-21PNaCl wire format: Remove function attributes from pexe reader/writerMark Seaborn
2013-05-20Create type IDs based on reference counts.Karl Schimpf
2013-04-26Copy Bitwriter to generate PNaClBitwriter.Karl Schimpf