llvm-6502/lib/CodeGen/SelectionDAG
2010-09-14 20:29:31 +00:00
..
CMakeLists.txt Revert "CMake: Get rid of LLVMLibDeps.cmake and export the libraries normally." 2010-09-13 23:59:48 +00:00
DAGCombiner.cpp Don't narrow the load and store in a load+twiddle+store sequence unless 2010-09-02 21:18:42 +00:00
FastISel.cpp Use frame index, if available for byval argument while lowering dbg_declare. Otherwise let getRegForValue() find register for this argument. 2010-09-14 20:29:31 +00:00
FunctionLoweringInfo.cpp Reapply r112623. Included additional check for unused byval argument. 2010-08-31 22:22:42 +00:00
InstrEmitter.cpp Revert r112461. It was failing on PPC... 2010-08-30 04:36:50 +00:00
InstrEmitter.h
LegalizeDAG.cpp Add a missing check when legalizing a vector extending load. This doesn't 2010-09-03 19:20:37 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Teach if-converter to be more careful with predicating instructions that would 2010-09-10 01:29:16 +00:00
ScheduleDAGSDNodes.h Teach if-converter to be more careful with predicating instructions that would 2010-09-10 01:29:16 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp zap unused method. x86 is the only user and already has a more powerfull version 2010-08-31 02:36:20 +00:00
SelectionDAGBuilder.cpp Added skeleton for inline asm multiple alternative constraint support. 2010-09-13 18:15:37 +00:00
SelectionDAGBuilder.h Offset is not always unsigned number. 2010-08-31 06:12:08 +00:00
SelectionDAGISel.cpp implement rdar://6653118 - fastisel should fold loads where possible. 2010-09-05 02:18:34 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Silence more warnings. Two more unused variables. 2010-09-13 18:30:57 +00:00
TargetSelectionDAGInfo.cpp