llvm-6502/lib/Bitcode/Reader
Chris Lattner 7d83ebcadd Make blockaddress(@func, null) be valid, and make 'deleting a basic
block with a blockaddress still referring to it' replace the invalid 
blockaddress with a new blockaddress(@func, null) instead of a 
inttoptr(1).

This changes the bitcode encoding format, and still needs codegen 
support (this should produce a non-zero value, referring to the entry
block of the function would also be quite reasonable).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85678 91177308-0d34-0410-b5e6-96231b3b80d8
2009-10-31 20:08:37 +00:00
..
BitcodeReader.cpp Make blockaddress(@func, null) be valid, and make 'deleting a basic 2009-10-31 20:08:37 +00:00
BitcodeReader.h add bitcode reader support for blockaddress. We can now fully 2009-10-28 05:53:48 +00:00
BitReader.cpp Change llvm-c's ordering of contexts to make it consistent. 2009-08-11 07:46:16 +00:00
CMakeLists.txt
Deserialize.cpp eliminate the std::ostream forms of the bitcode writing APIs. 2009-08-23 07:49:08 +00:00
DeserializeAPFloat.cpp
DeserializeAPInt.cpp
Makefile