1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Artyom Skrobov c99c692d8e Two switch blocks in VectorLegalizer::LegalizeOp already have a
default: llvm_unreachable("This action is not supported yet!");

-- so I'm adding one to the third switch block, too.

This is a follow-up fix for http://reviews.llvm.org/D13862

llvm-svn: 250830
2015-10-20 15:06:37 +00:00
..
CMakeLists.txt
DAGCombiner.cpp Combining DIV+REM->DIVREM doesn't belong in LegalizeDAG; move it over into DAGCombiner. 2015-10-20 13:06:02 +00:00
FastISel.cpp [SelectionDAG] Remove dead code. NFC. 2015-10-15 17:54:06 +00:00
FunctionLoweringInfo.cpp SelectionDAG: Remove implicit ilist iterator conversions, NFC 2015-10-13 19:47:46 +00:00
InstrEmitter.cpp Redirect DataLayout from TargetMachine to Module in SelectionDAG 2015-07-07 19:07:19 +00:00
InstrEmitter.h [SDAG] Give InstrEmitter hidden visibility 2015-07-01 14:55:10 +00:00
LegalizeDAG.cpp Adding support for TargetLoweringBase::LibCall 2015-10-20 13:14:52 +00:00
LegalizeFloatTypes.cpp propagate fast-math-flags on DAG nodes 2015-09-16 16:31:21 +00:00
LegalizeIntegerTypes.cpp [SelectionDAG] Remove dead code. NFC. 2015-10-15 17:54:06 +00:00
LegalizeTypes.cpp Fix vector splitting for extract_vector_elt and vector elements of <8-bits. 2015-09-09 09:53:20 +00:00
LegalizeTypes.h [SelectionDAG] Remove dead code. NFC. 2015-10-15 17:54:06 +00:00
LegalizeTypesGeneric.cpp PseudoSourceValue: Replace global manager with a manager in a machine function. 2015-08-11 23:09:45 +00:00
LegalizeVectorOps.cpp Two switch blocks in VectorLegalizer::LegalizeOp already have a 2015-10-20 15:06:37 +00:00
LegalizeVectorTypes.cpp propagate fast-math-flags on DAG nodes 2015-09-16 16:31:21 +00:00
LLVMBuild.txt
Makefile
ResourcePriorityQueue.cpp Fix some comment typos. 2015-08-08 18:27:36 +00:00
ScheduleDAGFast.cpp Add allnodes() iterator range to SelectionDAG. NFC. 2015-07-14 22:10:54 +00:00
ScheduleDAGRRList.cpp Convert a bunch of loops to foreach. NFC. 2015-06-26 19:18:49 +00:00
ScheduleDAGSDNodes.cpp Add allnodes() iterator range to SelectionDAG. NFC. 2015-07-14 22:10:54 +00:00
ScheduleDAGSDNodes.h [SelectionDAG] Remove dead code. NFC. 2015-10-15 17:54:06 +00:00
ScheduleDAGVLIW.cpp Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00
SDNodeDbgValue.h Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
SelectionDAG.cpp Restore the original behavior of SelectionDAG::getTargetIndex(). 2015-10-19 19:27:40 +00:00
SelectionDAGBuilder.cpp [WinEH] Fix eh.exceptionpointer intrinsic lowering 2015-10-17 00:08:08 +00:00
SelectionDAGBuilder.h [SelectionDAG] Remove dead code. NFC. 2015-10-15 17:54:06 +00:00
SelectionDAGDumper.cpp SelectionDAG: Remove implicit ilist iterator conversions, NFC 2015-10-13 19:47:46 +00:00
SelectionDAGISel.cpp SelectionDAG: Remove implicit ilist iterator conversions, NFC 2015-10-13 19:47:46 +00:00
SelectionDAGPrinter.cpp Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC) 2015-06-23 09:49:53 +00:00
StatepointLowering.cpp [WinEH] Avoid creating MBBs for LLVM BBs that cannot contain code 2015-09-08 23:28:38 +00:00
StatepointLowering.h [StatepointLowering] Support of the gc.relocates for invoke statepoints. 2015-05-20 11:37:25 +00:00
TargetLowering.cpp Untabify. 2015-09-22 11:15:07 +00:00
TargetSelectionDAGInfo.cpp Remove getDataLayout() from TargetSelectionDAGInfo (had no users) 2015-07-09 02:10:08 +00:00