aboutsummaryrefslogtreecommitdiff
path: root/lib/Bitcode/NaCl/Writer/NaClValueEnumerator.cpp
AgeCommit message (Expand)Author
2013-10-03PNaCl bitcode: Simplify how the writer elides castsMark Seaborn
2013-09-18Remove code referring to PNaCl version 1, since it is no longer used.Karl Schimpf
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: Fix two compiler warnings about unused variablesMark Seaborn
2013-09-06PNaCl bitcode: Strip pointer types from intrinsic declarations' parametersMark Seaborn
2013-09-05PNaCl bitcode: Don't output the LABEL type in the type tableMark Seaborn
2013-09-04Remove ARRAY/VECTOR types from PNaCl bitcode files.Karl Schimpf
2013-09-03Remove generating STRUCT_ANON records in PNaCl bitcode files.Karl Schimpf
2013-09-03Remove all remaining pointer casts from PNaCl bitcode files.Karl Schimpf
2013-08-30Revert "Remove generating STRUCT_ANON records in PNaCl bitcode files."Karl Schimpf
2013-08-30Remove generating STRUCT_ANON records in PNaCl bitcode files.Karl Schimpf
2013-08-28Handle pointer conversions for call instructions.Karl Schimpf
2013-08-26Elide pointer to int casts on phi nodes.Karl Schimpf
2013-08-14Remove ptrtoint instructions from the PNaCl bitcode file.Karl Schimpf
2013-08-02Remove unnecessary pointer casts on store instructions.Karl Schimpf
2013-08-02Remove the bitcast (of global values) from load instructions.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-03Don't generate Type ID's for global variable fields.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