1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/lib/CodeGen/SelectionDAG
Duncan Sands 37925d3f39 Integrate exception filter support and exception catch support. This
simplifies the code in DwarfWriter, allows for multiple filters and
makes it trivial to specify filters accompanied by cleanups or catch-all
specifications (see next patch).  What a deal!  Patch blessed by Anton.

llvm-svn: 37398
2007-06-02 16:53:42 +00:00
..
CallingConvLower.cpp
DAGCombiner.cpp tighten up recursion depth again 2007-05-25 02:19:06 +00:00
LegalizeDAG.cpp Qualify several calls to functions in the MVT namespace, for consistency. 2007-05-18 17:52:13 +00:00
Makefile
ScheduleDAG.cpp
ScheduleDAGList.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSimple.cpp
SelectionDAG.cpp Add explicit qualification for namespace MVT members. 2007-05-24 14:33:05 +00:00
SelectionDAGISel.cpp Integrate exception filter support and exception catch support. This 2007-06-02 16:53:42 +00:00
SelectionDAGPrinter.cpp Qualify several calls to functions in the MVT namespace, for consistency. 2007-05-18 17:52:13 +00:00
TargetLowering.cpp Fix CodeGen/PowerPC/2007-05-30-dagcombine-miscomp.ll, and PR1473. 2007-05-30 16:30:06 +00:00