..
CMakeLists.txt
…
DAGCombiner.cpp
Revert rG42230efccf8fe1185be5fa6c23dce0a8183d6ec9 "[DAG] Fold (sra (or (shl x, c1), (shl y, c2)), c1) -> (sext_inreg (or x, (shl y,c2-c1)) iff c2 >= c1"
2022-10-19 12:07:41 +01:00
FastISel.cpp
[FastISel] Propagate PCSections metadata to MachineInstr
2022-09-07 11:36:01 +02:00
FunctionLoweringInfo.cpp
Untangle the mess which is MachineBasicBlock::hasAddressTaken().
2022-08-16 16:15:44 -07:00
InstrEmitter.cpp
[AArch64][SME] Add support for arm_locally_streaming functions.
2022-10-14 13:47:53 +00:00
InstrEmitter.h
[DebugInfo][InstrRef] Avoid a crash from mixed variable location modes
2022-04-06 11:55:38 +01:00
LegalizeDAG.cpp
[AArch64] Support SETCCCARRY lowering
2022-10-14 22:29:31 +03:00
LegalizeFloatTypes.cpp
[SelectionDAG] Rewrite bfloat16 softening to use the "half promotion" path
2022-09-06 11:54:34 +02:00
LegalizeIntegerTypes.cpp
[VP][RISCV] Add vp.smax/smin/umax/umin intrinsics
2022-10-07 17:14:31 -07:00
LegalizeTypes.cpp
[LegalizeTypes] Fix bug in expensive checks verification
2022-05-26 13:13:32 -07:00
LegalizeTypes.h
[LegalizeTypes] Support widen result for VECTOR_REVERSE.
2022-08-30 10:01:26 +08:00
LegalizeTypesGeneric.cpp
[LegalizeTypes] Use getVectorElementCount to avoid crash of scalable vector.
2022-09-28 17:31:29 +08:00
LegalizeVectorOps.cpp
[DAG] Introduce getSplat utility for common dispatch pattern [nfc]
2022-10-03 12:49:39 -07:00
LegalizeVectorTypes.cpp
[VP][RISCV] Add vp.smax/smin/umax/umin intrinsics
2022-10-07 17:14:31 -07:00
ResourcePriorityQueue.cpp
Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options
2022-06-05 00:31:44 -07:00
SDNodeDbgValue.h
Cleanup includes: DebugInfo & CodeGen
2022-03-12 17:26:40 +01:00
ScheduleDAGFast.cpp
[CodeGen] Qualify auto variables in for loops (NFC)
2022-07-17 01:33:28 -07:00
ScheduleDAGRRList.cpp
[NFC][ScheduleDAG] Use a reference to iterate over NodeSuccs/ChainSuccs
2022-09-12 15:54:48 +03:00
ScheduleDAGSDNodes.cpp
[AMDGPU] Always select s_cselect_b32 for uniform 'select' SDNode
2022-09-15 22:03:56 +02:00
ScheduleDAGSDNodes.h
…
ScheduleDAGVLIW.cpp
Cleanup includes: DebugInfo & CodeGen
2022-03-12 17:26:40 +01:00
SelectionDAG.cpp
[AArch64][SME] Add support for arm_locally_streaming functions.
2022-10-14 13:47:53 +00:00
SelectionDAGAddressAnalysis.cpp
[llvm] Don't use Optional::hasValue (NFC)
2022-06-20 10:38:12 -07:00
SelectionDAGBuilder.cpp
[SPARC] Make calls to function with big return values work
2022-10-18 00:01:55 +00:00
SelectionDAGBuilder.h
[SDAG] Split handling of VPLoad/VPGather and VPStore/VPScatter [nfc]
2022-09-21 09:06:02 -07:00
SelectionDAGDumper.cpp
[SDAG] Print divergence in SDNode::dump
2022-09-16 11:43:34 -07:00
SelectionDAGISel.cpp
[IR] Rename FuncletPadInst::getNumArgOperands to arg_size (NFC)
2022-10-17 10:15:10 -07:00
SelectionDAGPrinter.cpp
Revert "[CodeGen] Place SDNode debug ID declaration under appropriate #if"
2022-04-06 20:32:53 +03:00
SelectionDAGTargetInfo.cpp
…
StatepointLowering.cpp
Remove redundant initialization of Optional (NFC)
2022-08-20 21:18:28 -07:00
StatepointLowering.h
…
TargetLowering.cpp
[TargetLowering][RISCV][Sparc] Don't emit zero check in CTTZTableLookup for CTTZ_ZERO_UNDEF.
2022-10-17 10:15:39 -07:00