llvm-6502/include
Chris Lattner 02b206f6d8 rework the Bitstream reader to actually work a machine word at a time, instead of 32-bits at a time.
This cuts in half the number of virtual methods called to refill that word when compiling on a 64-bit
host, and will make 64-bit read operations faster.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@173072 91177308-0d34-0410-b5e6-96231b3b80d8
2013-01-21 18:48:26 +00:00
..
llvm rework the Bitstream reader to actually work a machine word at a time, instead of 32-bits at a time. 2013-01-21 18:48:26 +00:00
llvm-c Fix include guards so they exactly match file names. 2013-01-10 00:45:19 +00:00