llvm-6502/lib/Transforms
Gabor Greif 110b75aa75 cache dereferenced iterators
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108138 91177308-0d34-0410-b5e6-96231b3b80d8
2010-07-12 12:03:02 +00:00
..
Hello Add an exports file for the Hello example plugin. 2010-06-24 17:36:51 +00:00
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 use setArgOperand 2010-06-28 12:31:35 +00:00
IPO cache dereferenced iterators 2010-07-12 11:19:24 +00:00
Scalar cache dereferenced iterators 2010-07-12 12:03:02 +00:00
Utils cache dereferenced iterators 2010-07-12 10:59:23 +00:00
Makefile Revert r100896 and around - this breaks the only mingw32 buildbot we have. 2010-04-15 19:51:42 +00:00