| Age | Commit message (Expand) | Author |
| 2013-08-05 | Fix handling of the volatile bit of loads/stores in PNaCl bitcode files. | Karl Schimpf |
| 2013-08-02 | Remove unnecessary pointer casts on store instructions. | Karl Schimpf |
| 2013-08-01 | Remove the inttoptr dependency from load instructions. | Karl Schimpf |
| 2013-07-29 | Remove handling of nongenerable instructions in PNaCl reader. | Karl Schimpf |
| 2013-07-25 | Remove block address constants form PNaCl bitcode. | Karl Schimpf |
| 2013-07-25 | Remove dead instructions from the PNaCl bitcode reader/writer: | Karl Schimpf |
| 2013-07-25 | Remove constant expressions and constant inline assembly from the PNaCl | 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-15 | Merge commit '7dfcb84fc16b3bf6b2379713b53090757f0a45f9' | Eli Bendersky |
| 2013-07-02 | Remove comma at end of enumerator, to remove warning. | 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-26 | PNaCl wire format: Clean up representation of "alloca" instruction | Mark Seaborn |
| 2013-06-25 | PNaCl wire format: Remove the top-level DATALAYOUT record | 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: Update comments for function attribute removal | Mark Seaborn |
| 2013-06-19 | Insulate calling conventions in PNaCl bitcode files. | Karl Schimpf |
| 2013-06-13 | Insulate PNaCl bitcode from LLVM encodings of floating point optimization flags. | Karl Schimpf |
| 2013-06-13 | Fix reading of headers when using a streamable memory object. | Karl Schimpf |
| 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-02 | Copy BitCodes.h to NaCl/NaClBitCodes.h | Karl Schimpf |
| 2013-05-01 | Fix ifdef for NaClLLVMBitCodes.h | Karl Schimpf |
| 2013-05-01 | Copy LLVM bitcode reader to generate a PNaCl wire format reader. | Karl Schimpf |
| 2013-04-26 | Copy Bitwriter to generate PNaClBitwriter. | Karl Schimpf |
| 2013-04-01 | Whitespace cleanup | Joe Abbey |
| 2013-02-13 | use memcpy instead of dubious union to type pun two values, | Chris Lattner |
| 2013-02-10 | Add code for emitting the attribute groups. | Bill Wendling |
| 2013-02-10 | ok, ok, stop fighting type punning warnings by just using a union. | Chris Lattner |
| 2013-02-10 | hopefully "really" fix a type punning warning by defining the buffer as | Chris Lattner |
| 2013-02-10 | attempt to defeat a gcc warning that is breaking a -Werror buildbot. | Chris Lattner |
| 2013-02-09 | This is the correct version of r174802. | Chris Lattner |
| 2013-02-09 | Fix a nasty off-by one error that only manifests with 64-bit word size (which is | Chris Lattner |
| 2013-02-09 | Fix the underlying problem that was causing read(0) to be called: sometimes the | Chris Lattner |
| 2013-02-09 | recommit r173072 (preparing bitstream reader to read a machine word at a time, | Chris Lattner |
| 2013-02-04 | Initial cleanups of the param-attribute code in the bitcode reader/writer. | Bill Wendling |
| 2013-01-21 | r173072 is causing some regressions on big endian hosts, I don't have time to... | Chris Lattner |
| 2013-01-21 | rework the Bitstream reader to actually work a machine word at a time, instea... | Chris Lattner |
| 2013-01-21 | Fix a heinous inefficiency introduced in r149918, wherein reading each byte of a | Chris Lattner |
| 2013-01-21 | rename "SkipToWord" to "SkipToFourByteBoundary" since a word is not always 4 ... | Chris Lattner |
| 2013-01-20 | trivial micro-optimization: lazily call the virtual method instead of eagerly... | Chris Lattner |
| 2013-01-20 | switch llvm-bcanalyzer onto the new cursor APIs, allowing deletion of | Chris Lattner |
| 2013-01-20 | add an option to not auto-process abbreviations in advance() | Chris Lattner |
| 2013-01-20 | stringref'ize readRecord and properly capitalize it. Add a compatibility met... | Chris Lattner |
| 2013-01-20 | move some private methods out of line, add a skipRecord() method. | Chris Lattner |
| 2013-01-19 | add some optional flags to affect the way advance works. | Chris Lattner |
| 2013-01-19 | Add a new BitstreamEntry concept, and add two helper methods for walking | Chris Lattner |
| 2013-01-19 | BitstreamReader hasn't aged well. It's been hacked on by various people and | Chris Lattner |