llvm-6502/lib/Transforms
2007-12-18 20:30:28 +00:00
..
Hello
Instrumentation 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
IPO Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +00:00
Scalar Remove an orthogonal transformation of the selection condition from my most recent submission. 2007-12-18 20:30:28 +00:00
Utils Rename isNoReturn to doesNotReturn, and isNoUnwind to 2007-12-18 09:59:50 +00:00
Makefile