llvm-6502/lib/Transforms
2007-12-20 02:20:53 +00:00
..
Hello Fix typo in comment. 2007-05-06 13:37:16 +00:00
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 When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
Scalar Clean up previous patch: PHI uses should not prevent iv reuse if all other uses are addresses. This trades a constant multiply for one fewer iv. 2007-12-20 02:20:53 +00:00
Utils When inlining through an 'nounwind' call, mark inlined 2007-12-19 21:13:37 +00:00
Makefile Build Hello by default so it can be used in test cases. 2007-04-11 21:03:37 +00:00