llvm-6502/include
2007-12-17 01:12:55 +00:00
..
llvm 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
llvm-c Add (very basic) bindings for ModuleProvider. 2007-12-12 01:04:30 +00:00