1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 20:12:56 +02:00
llvm-mirror/lib/CodeGen/SelectionDAG
Sanjay Patel 6be59af417 fix documentation comments; NFC
llvm-svn: 275101
2016-07-11 20:50:39 +00:00
..
CMakeLists.txt
DAGCombiner.cpp [DAG] make isConstantSplatVector() available to the rest of lowering 2016-07-10 21:27:06 +00:00
FastISel.cpp SelectionDAG: Avoid implicit iterator conversions in FastISel, NFC 2016-07-08 18:36:41 +00:00
FunctionLoweringInfo.cpp
InstrEmitter.cpp CodeGen: Use MachineInstr& in TargetLowering, NFC 2016-06-30 22:52:52 +00:00
InstrEmitter.h Pass DebugLoc and SDLoc by const ref. 2016-06-12 15:39:02 +00:00
LegalizeDAG.cpp [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a pointer to a mask array. Convert all callers to use the ArrayRef version. No functional change intended. 2016-07-01 06:54:47 +00:00
LegalizeFloatTypes.cpp This patch fixes handling long double type when it is 2016-06-13 10:29:29 +00:00
LegalizeIntegerTypes.cpp [SDAG] Remove FixedArgs parameter from CallLoweringInfo::setCallee 2016-06-22 12:54:25 +00:00
LegalizeTypes.cpp fix documentation comments; NFC 2016-07-09 18:52:07 +00:00
LegalizeTypes.h fix documentation comments; NFC 2016-07-09 18:52:07 +00:00
LegalizeTypesGeneric.cpp
LegalizeVectorOps.cpp [CodeGen,Target] Remove the version of DAG.getVectorShuffle that takes a pointer to a mask array. Convert all callers to use the ArrayRef version. No functional change intended. 2016-07-01 06:54:47 +00:00
LegalizeVectorTypes.cpp fix documentation comments; NFC 2016-07-09 18:52:07 +00:00
LLVMBuild.txt
ResourcePriorityQueue.cpp Replace silly uses of 'signed' with 'int' 2016-06-21 05:10:24 +00:00
ScheduleDAGFast.cpp
ScheduleDAGRRList.cpp
ScheduleDAGSDNodes.cpp SelectionDAG: Avoid implicit iterator conversions in ScheduleDAGSDNodes, NFC 2016-07-08 19:07:09 +00:00
ScheduleDAGSDNodes.h
ScheduleDAGVLIW.cpp
SDNodeDbgValue.h Apply clang-tidy's misc-move-constructor-init throughout LLVM. 2016-05-27 14:27:24 +00:00
SelectionDAG.cpp fix documentation comments; NFC 2016-07-11 20:50:39 +00:00
SelectionDAGBuilder.cpp Give helper classes/functions internal linkage. NFC. 2016-07-10 11:28:51 +00:00
SelectionDAGBuilder.h Delete unused includes. NFC. 2016-06-30 12:19:16 +00:00
SelectionDAGDumper.cpp Indent consistently. 2016-06-19 12:37:52 +00:00
SelectionDAGISel.cpp SelectionDAG: Avoid implicit iterator conversions in SelectionDAGISel, NFC 2016-07-08 19:11:40 +00:00
SelectionDAGPrinter.cpp
SelectionDAGTargetInfo.cpp
StatepointLowering.cpp
StatepointLowering.h [NFC] Header cleanup 2016-04-18 09:17:29 +00:00
TargetLowering.cpp Delete unused includes. NFC. 2016-06-30 12:19:16 +00:00