llvm-6502/include/llvm
Tom Stellard fdde7d2110 SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer
This code has been moved to a new function in the TargetLowering
class called expandMUL().  The purpose of this is to be able
to share lowering code between the SelectionDAGLegalize and
DAGTypeLegalizer classes.

No functionality changed intended.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206036 91177308-0d34-0410-b5e6-96231b3b80d8
2014-04-11 16:11:58 +00:00
..
ADT Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
Analysis Implement depth_first and inverse_depth_first range factory functions. 2014-04-11 01:50:01 +00:00
AsmParser
Bitcode
CodeGen SDNode: Add uses() iterator_range convenience methods. 2014-04-11 00:27:17 +00:00
Config
DebugInfo
ExecutionEngine
IR Fix use-after-free bug caught by address sanitizer: 2014-04-11 13:55:56 +00:00
IRReader
LineEditor
Linker
LTO
MC Use value types instead of 'new'd objects to store dwarf labels for asm files 2014-04-11 00:43:52 +00:00
Object [yaml2obj][ELF] ELF Relocations Support. 2014-04-11 04:13:39 +00:00
Option
ProfileData
Support
TableGen
Target SelectionDAG: Factor ISD::MUL lowering code out of DAGTypeLegalizer 2014-04-11 16:11:58 +00:00
Transforms
CMakeLists.txt
InitializePasses.h
LinkAllIR.h
LinkAllPasses.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassRegistry.h
PassSupport.h