llvm-6502/lib/Bitcode
2007-12-17 01:12:55 +00:00
..
Reader Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Writer Implement part of review feedback for address spaces. 2007-12-12 08:44:39 +00:00
Makefile build the bitcode dir 2007-04-22 06:26:05 +00:00