llvm-6502/lib/CodeGen/SelectionDAG
2012-11-25 00:15:07 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Handle DAG CSE adding new uses during ReplaceAllUsesWith. Fixes PR14333. 2012-11-14 05:08:56 +00:00
FastISel.cpp Revert the series of commits starting with r166578 which introduced the 2012-11-01 08:07:29 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp [inline asm] Get the mayLoad/mayStore directly from the MIOp_ExtraInfo operand. 2012-10-30 20:39:19 +00:00
InstrEmitter.h
LegalizeDAG.cpp Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! 2012-10-24 17:25:11 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp Back out r166591, not sure why this made it through since I cancelled the command. Bleh, sorry about this! 2012-10-24 17:25:11 +00:00
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Mark FP_EXTEND form v2f32 to v2f64 as "expand" for ARM NEON. Patch by Pete Couperus. 2012-11-17 01:52:46 +00:00
LegalizeVectorTypes.cpp
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. 2012-11-06 03:13:46 +00:00
ScheduleDAGRRList.cpp misched: Infrastructure for weak DAG edges. 2012-11-12 19:28:57 +00:00
ScheduleDAGSDNodes.cpp ScheduleDAG interface. Added OrderKind to distinguish nonregister dependencies. 2012-11-06 03:13:46 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp misched: Infrastructure for weak DAG edges. 2012-11-12 19:28:57 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Revert the majority of the next patch in the address space series: 2012-11-01 09:14:31 +00:00
SelectionDAGBuilder.cpp Factor common code out of individual if blocks into common tail. 2012-11-25 00:15:07 +00:00
SelectionDAGBuilder.h Refactor a bit to make some helper methods static. 2012-11-24 18:52:06 +00:00
SelectionDAGDumper.cpp
SelectionDAGISel.cpp misched: Allow subtargets to enable misched and dependent options. 2012-11-13 08:47:29 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Cleanup: Simplify loop end logic in computeRegisterProperties(). 2012-11-23 08:35:04 +00:00
TargetSelectionDAGInfo.cpp