llvm-6502/lib/Bitcode/Writer
Nick Lewycky 382da62ec2 It turns out that "align 1" and unaligned are different. Add a bias to the
alignment attribute such that 0 means unaligned.

This will probably require a rebuild of llvm-gcc because of the change to
Attributes.h. If you see many test failures on "make check", please rebuild
your llvm-gcc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@61030 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-15 07:29:55 +00:00
..
BitcodeWriter.cpp It turns out that "align 1" and unaligned are different. Add a bias to the 2008-12-15 07:29:55 +00:00
BitcodeWriterPass.cpp Add raw_ostream versions of WriteBitcodeToFile and BitcodeWriterPass. 2008-10-22 17:39:14 +00:00
BitWriter.cpp
CMakeLists.txt
Makefile
Serialize.cpp
SerializeAPFloat.cpp Rename APFloat::convertToAPInt to bitcastToAPInt to 2008-10-09 18:53:47 +00:00
SerializeAPInt.cpp
ValueEnumerator.cpp Large mechanical patch. 2008-09-25 21:00:45 +00:00
ValueEnumerator.h Large mechanical patch. 2008-09-25 21:00:45 +00:00