1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Duncan Sands d1d3e67d30 Make custom lowering of ADD work correctly. This
fixes PR2476; patch by Richard Osborne.  The same
problem exists for a bunch of other operators, but
I'm ignoring this because they will be automagically
fixed when the new LegalizeTypes infrastructure lands,
since it already solves this problem centrally.

llvm-svn: 52610
2008-06-22 09:42:16 +00:00
..
CallingConvLower.cpp Wrap MVT::ValueType in a struct to get type safety 2008-06-06 12:08:01 +00:00
DAGCombiner.cpp Simplify some getNode calls. 2008-06-21 22:06:07 +00:00
LegalizeDAG.cpp Make custom lowering of ADD work correctly. This 2008-06-22 09:42:16 +00:00
LegalizeFloatTypes.cpp Support for load/store of expanded float types. I 2008-06-21 17:00:47 +00:00
LegalizeIntegerTypes.cpp Support for load/store of expanded float types. I 2008-06-21 17:00:47 +00:00
LegalizeTypes.cpp Share some code that is common between integer and 2008-06-20 18:40:50 +00:00
LegalizeTypes.h Support for load/store of expanded float types. I 2008-06-21 17:00:47 +00:00
LegalizeTypesGeneric.cpp Share some code that is common between integer and 2008-06-20 18:40:50 +00:00
LegalizeVectorTypes.cpp Share some code that is common between integer and 2008-06-20 18:40:50 +00:00
Makefile remove attribution from lib Makefiles. 2007-12-29 20:09:26 +00:00
ScheduleDAG.cpp Remove a redundant return. 2008-06-21 19:34:57 +00:00
ScheduleDAGList.cpp Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId 2008-06-21 19:18:17 +00:00
ScheduleDAGRRList.cpp canClobberPhysRegDefs shouldn't called without checking hasPhysRegDefs; 2008-06-21 22:05:24 +00:00
SelectionDAG.cpp Use clear() to zero an existing APInt. 2008-06-21 22:02:15 +00:00
SelectionDAGISel.cpp Teach ReturnInst lowering about aggregate return values. 2008-06-20 01:29:26 +00:00
SelectionDAGPrinter.cpp Remove ScheduleDAG's SUnitMap altogether. Instead, use SDNode's NodeId 2008-06-21 19:18:17 +00:00
TargetLowering.cpp Teach isGAPlusOffset to respect a GlobalAddressSDNode's offset 2008-06-09 22:05:52 +00:00