1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Bill Wendling 060f17c854 Clarify FIXME.
llvm-svn: 60867
2008-12-11 01:26:44 +00:00
..
CallingConvLower.cpp
CMakeLists.txt
DAGCombiner.cpp Clarify FIXME. 2008-12-11 01:26:44 +00:00
FastISel.cpp
LegalizeDAG.cpp Whitespace clean up (tabs with spaces) 2008-12-11 00:44:22 +00:00
LegalizeFloatTypes.cpp Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +00:00
LegalizeIntegerTypes.cpp For amusement, implement SADDO, SSUBO, UADDO, USUBO 2008-12-10 12:30:42 +00:00
LegalizeTypes.cpp Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +00:00
LegalizeTypes.h For amusement, implement SADDO, SSUBO, UADDO, USUBO 2008-12-10 12:30:42 +00:00
LegalizeTypesGeneric.cpp Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +00:00
LegalizeVectorTypes.cpp Fix PR3117: not all nodes being legalized. The 2008-12-09 21:33:20 +00:00
Makefile
ScheduleDAGFast.cpp Rewrite the SDep class, and simplify some of the related code. 2008-12-09 22:54:47 +00:00
ScheduleDAGList.cpp Rewrite the SDep class, and simplify some of the related code. 2008-12-09 22:54:47 +00:00
ScheduleDAGRRList.cpp Rewrite the SDep class, and simplify some of the related code. 2008-12-09 22:54:47 +00:00
ScheduleDAGSDNodes.cpp Rewrite the SDep class, and simplify some of the related code. 2008-12-09 22:54:47 +00:00
ScheduleDAGSDNodesEmit.cpp
SelectionDAG.cpp Add sub/mul overflow intrinsics. This currently doesn't have a 2008-12-09 22:08:41 +00:00
SelectionDAGBuild.cpp Whitespace fixes. 2008-12-10 00:28:22 +00:00
SelectionDAGBuild.h Add sub/mul overflow intrinsics. This currently doesn't have a 2008-12-09 22:08:41 +00:00
SelectionDAGISel.cpp
SelectionDAGPrinter.cpp
TargetLowering.cpp