llvm-6502/lib/Transforms/InstCombine
2013-12-07 02:58:45 +00:00
..
CMakeLists.txt
InstCombine.h Add instcombine visitor for addrspacecast 2013-11-15 05:45:08 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp Update the docs to match the function name. 2013-11-13 01:12:01 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp Rein in overzealous InstCombine of fptrunc(OP(fpextend, fpextend)). 2013-11-28 21:38:05 +00:00
InstCombineCompares.cpp Use local variable for repeated use rather than 'get' method. No functional change intended. 2013-12-02 22:23:32 +00:00
InstCombineLoadStoreAlloca.cpp Fix assert with copy from global through addrspacecast 2013-12-07 02:58:45 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp Remove x86_sse42_crc32_64_8 intrinsic. It has no functional difference from x86_sse42_crc32_32_8 and was not mapped to a clang builtin. I'm not even sure why this form of the instruction is even called out explicitly in the docs. Also add AutoUpgrade support to convert it into the other intrinsic with appropriate trunc and zext. 2013-10-15 05:20:47 +00:00
InstCombineVectorOps.cpp Scalarize select vector arguments when extracted. 2013-11-04 20:36:06 +00:00
InstCombineWorklist.h
InstructionCombining.cpp Don't use isNullValue to evaluate ConstantExpr 2013-12-06 21:48:36 +00:00
LLVMBuild.txt
Makefile