llvm-6502/lib/CodeGen/SelectionDAG
2011-05-05 16:25:23 +00:00
..
CMakeLists.txt
DAGCombiner.cpp PR9055: extend the fix to PR4050 (r70179) to apply to zext and anyext. 2011-04-16 23:25:34 +00:00
FastISel.cpp Make FastEmit_ri_ try a bit harder to succeed for supported operations; FastEmit_i can fail for non-Thumb2 ARM. Makes ARMSimplifyAddress work correctly, and reduces the number of fast-isel bailouts on non-Thumb ARM. 2011-04-29 23:34:52 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Rewrite the expander for umulo/smulo to remember to sign extend the input 2011-04-20 01:19:45 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp
LegalizeVectorTypes.cpp
Makefile
ScheduleDAGFast.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.cpp Be careful about scheduling nodes above previous calls. It increase usages of 2011-04-26 21:31:35 +00:00
ScheduleDAGSDNodes.h
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp Other parts of the SelectionDAG framework assume that targets use their pointer type for vector indices. Make the vector unrolling code respect that. 2011-05-02 22:25:45 +00:00
SelectionDAGBuilder.cpp A dbg.declare may not be in entry block, even if it is referring to an incoming argument. However, It is appropriate to emit DBG_VALUE referring to this incoming argument in entry block in MachineFunction. 2011-04-25 16:33:52 +00:00
SelectionDAGBuilder.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp Small syntax cleanup; we don't need to #define constants in C++. No functionality change intended. 2011-05-05 16:25:23 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp DAGCombine: fold "(zext x) == C" into "x == (trunc C)" if the trunc is lossless. 2011-04-22 18:47:44 +00:00
TargetSelectionDAGInfo.cpp