1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00
llvm-mirror/lib/Transforms/InstCombine
Chandler Carruth e07407deea [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.

llvm-svn: 206777
2014-04-21 19:51:41 +00:00
..
CMakeLists.txt Tidy up a bit. No functional change. 2013-04-05 21:20:12 +00:00
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 LLVMBuild: Remove trailing newline, which irked me. 2011-12-12 19:48:00 +00:00
Makefile