llvm-6502/lib/Transforms
2010-07-12 12:02:10 +00:00
..
Hello
InstCombine instcombine: fold (x & y) | (~x & z) and (x & y) ^ (~x & z) into ((y ^ z) & x) ^ z which is one instruction shorter. (PR6773) 2010-07-12 11:54:45 +00:00
Instrumentation
IPO
Scalar recommit r108131 (hich has been backed out in r108135) with a fix 2010-07-12 12:02:10 +00:00
Utils
Makefile