llvm-6502/lib/CodeGen/SelectionDAG
Duncan Sands f664e41b20 The exception handling intrinsics return values,
so must be lowered to a value, not nothing at all.
Subtle point: I made eh_selector return 0 and
eh_typeid_for return 1.  This means that only
cleanups (destructors) will be run as the exception
unwinds [if eh_typeid_for returned 0 then it would
be as if the first catch always matched, and the
corresponding handler would be run], which is
probably want you want in the CBE.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37947 91177308-0d34-0410-b5e6-96231b3b80d8
2007-07-06 14:46:23 +00:00
..
CallingConvLower.cpp add isVarArg to CCState 2007-06-19 00:11:09 +00:00
DAGCombiner.cpp Fix several over-aggressive folds for undef nodes in dagcombine, to 2007-07-03 14:03:57 +00:00
LegalizeDAG.cpp Fix for PR 1505 (and 1489). Rewrite X87 register 2007-07-03 00:53:03 +00:00
Makefile
ScheduleDAG.cpp Change CalculateHeights and CalculateDepths to be non-recursive. 2007-07-06 01:37:28 +00:00
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp Remove unused variables. 2007-06-29 21:42:03 +00:00
ScheduleDAGSimple.cpp
SelectionDAG.cpp Make the debug string for ISD::MERGE_VALUES consistent with the others. 2007-07-05 20:15:43 +00:00
SelectionDAGISel.cpp The exception handling intrinsics return values, 2007-07-06 14:46:23 +00:00
SelectionDAGPrinter.cpp
TargetLowering.cpp Add new TargetLowering code to provide the final register type that an 2007-06-28 23:29:44 +00:00