llvm-6502/lib/Transforms
Victor Hernandez 589423cd63 Don't need to include IntrinsicInst.h any more
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94092 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-21 19:33:59 +00:00
..
Hello
InstCombine optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley 2010-01-19 18:16:19 +00:00
Instrumentation simplify this code. 2010-01-20 23:30:28 +00:00
IPO Move per-function inline threshold calculation to a method. 2010-01-20 17:51:28 +00:00
Scalar Re-implement the main strength-reduction portion of LoopStrengthReduction. 2010-01-21 02:09:26 +00:00
Utils Don't need to include IntrinsicInst.h any more 2010-01-21 19:33:59 +00:00
Makefile