1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
2011-05-23 17:35:08 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Implement mulo x, 2 -> addo x, x in DAGCombiner. 2011-05-21 18:31:55 +00:00
FastISel.cpp Make fast-isel work correctly s/uadd.with.overflow intrinsics. 2011-05-16 21:06:17 +00:00
FunctionLoweringInfo.cpp Make codegen able to handle values of empty types. This is one way 2011-05-13 15:18:06 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp
LegalizeTypes.cpp
LegalizeTypes.h Revert commit 131534 since it seems to have broken several buildbots. 2011-05-18 14:57:56 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Add support for legalizing UINT_TO_FP of vectors on platforms which do 2011-03-19 13:09:10 +00:00
LegalizeVectorTypes.cpp PR9535: add support for splitting and scalarizing vector ISD::FP_ROUND. 2011-03-23 22:18:48 +00:00
Makefile
ScheduleDAGFast.cpp Re-commit 127368 and 127371. They are exonerated. 2011-03-10 00:16:32 +00:00
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 Added a check in the preRA scheduler for potential interference on a 2011-04-07 19:54:57 +00:00
SDNodeDbgValue.h
SDNodeOrdering.h
SelectionDAG.cpp While replacing all uses of a SDValue with another value, do not forget to transfer SDDbgValue. 2011-05-23 17:35:08 +00:00
SelectionDAGBuilder.cpp Eliminate some temporary variables, and don't call getByValTypeAlignment 2011-05-22 23:23:02 +00:00
SelectionDAGBuilder.h Remove unused STL header includes. 2011-04-23 19:53:52 +00:00
SelectionDAGISel.cpp Fix PR9955 by only attaching load memory operands to load instructions and 2011-05-19 23:44:34 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Update some currently-disabled code, preparing for eventual use. 2011-05-19 18:48:20 +00:00
TargetSelectionDAGInfo.cpp