llvm-6502/lib/Transforms/InstCombine
Chandler Carruth b2c8ff0666 [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the
header files and into the cpp files.

These files will require more touches as the header files actually use
DEBUG(). Eventually, I'll have to introduce a matched #define and #undef
of DEBUG_TYPE for the header files, but that comes as step N of many to
clean all of this up.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206777 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-21 19:51:41 +00:00
..
CMakeLists.txt
InstCombine.h Revert "Revert r206045, "Fix shift by constants for vector."" 2014-04-14 21:50:37 +00:00
InstCombineAddSub.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineAndOrXor.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineCalls.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineCasts.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineCompares.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineLoadStoreAlloca.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineMulDivRem.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombinePHI.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineSelect.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineShifts.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineSimplifyDemanded.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineVectorOps.cpp [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstCombineWorklist.h [Modules] Sink all the DEBUG_TYPE defines for InstCombine out of the 2014-04-21 19:51:41 +00:00
InstructionCombining.cpp Fix PR19270 - type mismatch caused by invalid optimization. 2014-04-03 17:51:58 +00:00
LLVMBuild.txt
Makefile