| .. |
|
CMakeLists.txt
|
…
|
|
|
DAGCombiner.cpp
|
[DAG] extractShiftForRotate - replace assertion for shift opcode with an early-out
|
2022-08-31 15:50:48 +01:00 |
|
FastISel.cpp
|
[FastISel] Respect musttail over "disable-tail-calls"
|
2022-08-23 08:55:40 -07:00 |
|
FunctionLoweringInfo.cpp
|
Untangle the mess which is MachineBasicBlock::hasAddressTaken().
|
2022-08-16 16:15:44 -07:00 |
|
InstrEmitter.cpp
|
KCFI sanitizer
|
2022-08-24 22:41:38 +00:00 |
|
InstrEmitter.h
|
[DebugInfo][InstrRef] Avoid a crash from mixed variable location modes
|
2022-04-06 11:55:38 +01:00 |
|
LegalizeDAG.cpp
|
Revert "[SelectionDAG] Emit calls to __divei4 and friends for division/remainder of large integers"
|
2022-08-26 10:52:56 +01:00 |
|
LegalizeFloatTypes.cpp
|
[llvm] Always use TargetConstant for FP_ROUND ISD Nodes
|
2022-08-03 14:02:11 +01:00 |
|
LegalizeIntegerTypes.cpp
|
Revert "[SelectionDAG] Emit calls to __divei4 and friends for division/remainder of large integers"
|
2022-08-26 10:52:56 +01: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][NFC] Use getConstantOperandVal instead of cast constant getvalue
|
2022-08-12 14:35:10 +08:00 |
|
LegalizeVectorOps.cpp
|
[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFC
|
2022-08-08 11:24:15 -07:00 |
|
LegalizeVectorTypes.cpp
|
[LegalizeTypes] Support widen result for VECTOR_REVERSE.
|
2022-08-30 10:01:26 +08: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
|
[AMDGPU] Check for CopyToReg PhysReg clobbers in pre-RA-sched
|
2022-06-30 09:18:04 -07:00 |
|
ScheduleDAGSDNodes.cpp
|
[CodeGen] Qualify auto variables in for loops (NFC)
|
2022-07-17 01:33:28 -07:00 |
|
ScheduleDAGSDNodes.h
|
…
|
|
|
ScheduleDAGVLIW.cpp
|
Cleanup includes: DebugInfo & CodeGen
|
2022-03-12 17:26:40 +01:00 |
|
SelectionDAG.cpp
|
[DAG] canCreateUndefOrPoison - add freeze(insert_subvector(x,y,c)) -> insert_subvector(freeze(x),freeze(y),c) support
|
2022-09-03 13:41:33 +01:00 |
|
SelectionDAGAddressAnalysis.cpp
|
[llvm] Don't use Optional::hasValue (NFC)
|
2022-06-20 10:38:12 -07:00 |
|
SelectionDAGBuilder.cpp
|
KCFI sanitizer
|
2022-08-24 22:41:38 +00:00 |
|
SelectionDAGBuilder.h
|
Remove redundaunt virtual specifiers (NFC)
|
2022-07-25 23:00:59 -07:00 |
|
SelectionDAGDumper.cpp
|
[stackmaps] Legalise patchpoint arguments.
|
2022-07-15 12:01:59 +01:00 |
|
SelectionDAGISel.cpp
|
Use has_value/value instead of hasValue/getValue (NFC)
|
2022-07-15 21:48:17 -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
|
[SDAG] expand more is-power-of-2 patterns that use popcount
|
2022-08-23 17:53:53 -04:00 |