llvm-6502/lib/Transforms/InstCombine
Victor Hernandez 29fa5e9886 Keep ignoring pointer-to-pointer bitcasts
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94194 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-22 19:05:05 +00:00
..
CMakeLists.txt
InstCombine.h inline and remove the rest of commonIntCastTransforms. 2010-01-10 01:00:46 +00:00
InstCombineAddSub.cpp When the visitSub method was split into visitSub and visitFSub, this xform was 2010-01-13 23:23:17 +00:00
InstCombineAndOrXor.cpp optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley 2010-01-19 18:16:19 +00:00
InstCombineCalls.cpp Remove unnecessary dyn_cast and add a comment. Part of a WIP. 2010-01-08 21:37:11 +00:00
InstCombineCasts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineCompares.cpp tidy up some stuff duncan pointed out. 2010-01-08 17:48:19 +00:00
InstCombineLoadStoreAlloca.cpp Keep ignoring pointer-to-pointer bitcasts 2010-01-22 19:05:05 +00:00
InstCombineMulDivRem.cpp Fix comment. 2010-01-17 06:49:03 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp Convert a ton of simple integer type equality tests to the new predicate. 2010-01-05 20:07:06 +00:00
InstCombineShifts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp teach ComputeNumSignBits to look through PHI nodes. 2010-01-07 23:44:37 +00:00
Makefile Stop building RTTI information for *most* llvm libraries. Notable 2010-01-22 06:49:46 +00:00