llvm-6502/lib/CodeGen/SelectionDAG
Reid Kleckner bdcbc426af [WinEH] Add 32-bit SEH state table emission prototype
This gets all the handler info through to the asm printer and we can
look at the .xdata tables now. I've convinced one small catch-all test
case to work, but other than that, it would be a stretch to say this is
functional.

The state numbering algorithm avoids doing any scope reconstruction as
we do for C++ to simplify the implementation.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@239433 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-09 21:42:19 +00:00
..
CMakeLists.txt
DAGCombiner.cpp [DAGCombiner] Added CTLZ vector constant folding support. 2015-06-08 16:19:00 +00:00
FastISel.cpp
FunctionLoweringInfo.cpp [WinEH] Add 32-bit SEH state table emission prototype 2015-06-09 21:42:19 +00:00
InstrEmitter.cpp
InstrEmitter.h
LegalizeDAG.cpp Add SDNodes for umin, umax, smin and smax. 2015-05-15 09:03:15 +00:00
LegalizeFloatTypes.cpp
LegalizeIntegerTypes.cpp SelectionDAG: fix logic for promoting shift types 2015-05-29 23:37:22 +00:00
LegalizeTypes.cpp
LegalizeTypes.h Added promotion to EXTRACT_SUBVECTOR operand. 2015-05-25 11:33:13 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp Add SDNodes for umin, umax, smin and smax. 2015-05-15 09:03:15 +00:00
LegalizeVectorTypes.cpp Add SDNodes for umin, umax, smin and smax. 2015-05-15 09:03:15 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types 2015-05-29 19:43:39 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h SDAG: Cleanup initialization of SDDbgValue, NFC 2015-05-22 05:35:53 +00:00
SelectionDAG.cpp Implement computeKnownBits for min/max nodes 2015-06-09 00:52:41 +00:00
SelectionDAGBuilder.cpp [WinEH] Add 32-bit SEH state table emission prototype 2015-06-09 21:42:19 +00:00
SelectionDAGBuilder.h
SelectionDAGDumper.cpp Add SDNodes for umin, umax, smin and smax. 2015-05-15 09:03:15 +00:00
SelectionDAGISel.cpp Preserve the order of READ_REGISTER and WRITE_REGISTER 2015-05-18 16:42:10 +00:00
SelectionDAGPrinter.cpp
StatepointLowering.cpp Statepoint: Fix handling of Far Immediate calls 2015-06-04 23:03:21 +00:00
StatepointLowering.h [StatepointLowering] Support of the gc.relocates for invoke statepoints. 2015-05-20 11:37:25 +00:00
TargetLowering.cpp MC: Clean up MCExpr naming. NFC. 2015-05-30 01:25:56 +00:00
TargetSelectionDAGInfo.cpp