.. |
AsmParser
|
Fix uninitialized variable warning. NFCI
|
2019-10-03 11:22:00 +00:00 |
Disassembler
|
Revert CMake: Make most target symbols hidden by default
|
2019-06-11 03:21:13 +00:00 |
MCTargetDesc
|
[AArch64InstPrinter] prefer bfi to bfc for < armv8.2-a
|
2019-10-03 20:10:02 +00:00 |
TargetInfo
|
Revert CMake: Make most target symbols hidden by default
|
2019-06-11 03:21:13 +00:00 |
Utils
|
Regex: Make "match" and "sub" const member functions
|
2019-09-24 14:42:36 +00:00 |
AArch64.h
|
GlobalISel: add combiner to form indexed loads.
|
2019-09-09 10:04:23 +00:00 |
AArch64.td
|
[AArch64] Adding support for PMMIR_EL1 register
|
2019-10-18 12:40:29 +00:00 |
AArch64A53Fix835769.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64A57FPLoadBalancing.cpp
|
[llvm] Migrate llvm::make_unique to std::make_unique
|
2019-08-15 15:54:37 +00:00 |
AArch64AdvSIMDScalarPass.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64AsmPrinter.cpp
|
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
|
2019-09-27 12:54:21 +00:00 |
AArch64BranchTargets.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64CallLowering.cpp
|
[GISel][CallLowering] Make isIncomingArgumentHandler a pure virtual method
|
2019-10-18 20:13:42 +00:00 |
AArch64CallLowering.h
|
[AArch64][GlobalISel][NFC] Refactor tail call lowering code
|
2019-09-17 19:08:44 +00:00 |
AArch64CallingConvention.cpp
|
[Alignment][NFC] Remove unneeded llvm:: scoping on Align types
|
2019-09-27 12:54:21 +00:00 |
AArch64CallingConvention.h
|
AArch64: support arm64_32, an ILP32 slice for watchOS.
|
2019-09-12 10:22:23 +00:00 |
AArch64CallingConvention.td
|
AArch64: support arm64_32, an ILP32 slice for watchOS.
|
2019-09-12 10:22:23 +00:00 |
AArch64CleanupLocalDynamicTLSPass.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64CollectLOH.cpp
|
AArch64: support arm64_32, an ILP32 slice for watchOS.
|
2019-09-12 10:22:23 +00:00 |
AArch64Combine.td
|
[gicombiner] Add the run-time rule disable option
|
2019-10-17 00:37:04 +00:00 |
AArch64CompressJumpTables.cpp
|
[AArch64] Fix scan-build null/uninitialized pointer warnings. NFCI.
|
2019-05-08 16:27:24 +00:00 |
AArch64CondBrTuning.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64ConditionOptimizer.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64ConditionalCompares.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64DeadRegisterDefinitionsPass.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64ExpandImm.cpp
|
[AArch64] Prefer "mov" over "orr" to materialize constants.
|
2019-03-25 21:25:28 +00:00 |
AArch64ExpandImm.h
|
[AArch64] Refactor floating point materialization. NFC
|
2019-03-18 18:23:23 +00:00 |
AArch64ExpandPseudoInsts.cpp
|
[AArch64] Stackframe accesses to SVE objects.
|
2019-10-14 13:11:34 +00:00 |
AArch64FalkorHWPFFix.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64FastISel.cpp
|
AArch64: support arm64_32, an ILP32 slice for watchOS.
|
2019-09-12 10:22:23 +00:00 |
AArch64FrameLowering.cpp
|
[AArch64] Don't combine callee-save and local stack adjustment when optimizing for size
|
2019-10-18 10:35:46 +00:00 |
AArch64FrameLowering.h
|
[Alignment][NFC] Use Align for TargetFrameLowering/Subtarget
|
2019-10-17 07:49:39 +00:00 |
AArch64GenRegisterBankInfo.def
|
[AArch64][GlobalISel] Overhaul legalization & isel or shifts to select immediate forms.
|
2019-07-03 01:49:06 +00:00 |
AArch64ISelDAGToDAG.cpp
|
[DAG] Add SelectionDAG::MaxRecursionDepth constant
|
2019-09-19 12:58:43 +00:00 |
AArch64ISelLowering.cpp
|
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
|
2019-10-18 11:48:35 +00:00 |
AArch64ISelLowering.h
|
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
|
2019-10-18 11:48:35 +00:00 |
AArch64InstrAtomics.td
|
[GlobalISel][AArch64] Select llvm.aarch64.stxr* intrinsics.
|
2019-08-29 16:55:55 +00:00 |
AArch64InstrFormats.td
|
[AArch64][SVE] Implement sdot and udot (lane) intrinsics
|
2019-10-11 15:53:41 +00:00 |
AArch64InstrInfo.cpp
|
[AArch64] Fix offset calculation
|
2019-10-16 21:41:05 +00:00 |
AArch64InstrInfo.h
|
[AArch64] Fix offset calculation
|
2019-10-16 21:41:05 +00:00 |
AArch64InstrInfo.td
|
[AArch64] Adding support for PMMIR_EL1 register
|
2019-10-18 12:40:29 +00:00 |
AArch64InstructionSelector.cpp
|
[AArch64][GlobalISel] Implement selection for G_SHL of <2 x i64>
|
2019-09-21 09:21:16 +00:00 |
AArch64LegalizerInfo.cpp
|
[AArch64][GlobalISel] Tweak legalization rule for G_BSWAP to handle widening s16.
|
2019-09-25 04:52:42 +00:00 |
AArch64LegalizerInfo.h
|
[GlobalISel] Translate calls to memcpy et al to G_INTRINSIC_W_SIDE_EFFECTs and legalize later.
|
2019-07-19 00:24:45 +00:00 |
AArch64LoadStoreOptimizer.cpp
|
[MTE] Handle MTE instructions in AArch64LoadStoreOptimizer.
|
2019-09-20 17:36:27 +00:00 |
AArch64MCInstLower.cpp
|
AArch64: Add a tagged-globals backend feature.
|
2019-07-31 20:14:19 +00:00 |
AArch64MCInstLower.h
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64MachineFunctionInfo.h
|
Prune two MachineInstr.h includes, fix up deps
|
2019-10-19 00:22:07 +00:00 |
AArch64MacroFusion.cpp
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64MacroFusion.h
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64PBQPRegAlloc.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64PBQPRegAlloc.h
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64PerfectShuffle.h
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64PfmCounters.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64PreLegalizerCombiner.cpp
|
[gicombiner] Add the run-time rule disable option
|
2019-10-17 00:37:04 +00:00 |
AArch64PromoteConstant.cpp
|
[opaque pointer types] Pass value type to LoadInst creation.
|
2019-02-01 20:44:24 +00:00 |
AArch64RedundantCopyElimination.cpp
|
CodeGen: Introduce a class for registers
|
2019-06-24 15:50:29 +00:00 |
AArch64RegisterBankInfo.cpp
|
[AArch64][GlobalISel] RBS: Treat s128s like vectors when unmerging.
|
2019-08-13 23:51:20 +00:00 |
AArch64RegisterBankInfo.h
|
[AArch64][GlobalISel] Overhaul legalization & isel or shifts to select immediate forms.
|
2019-07-03 01:49:06 +00:00 |
AArch64RegisterBanks.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64RegisterInfo.cpp
|
MemTag: unchecked load/store optimization.
|
2019-08-30 17:23:02 +00:00 |
AArch64RegisterInfo.h
|
CodeGen: Introduce a class for registers
|
2019-06-24 15:50:29 +00:00 |
AArch64RegisterInfo.td
|
[AArch64] Support reserving arbitrary general purpose registers
|
2019-02-13 17:28:47 +00:00 |
AArch64SIMDInstrOpt.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64SVEInstrInfo.td
|
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
|
2019-10-18 11:48:35 +00:00 |
AArch64SchedA53.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedA57.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedA57WriteRes.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64SchedCyclone.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedExynosM1.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedExynosM3.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedExynosM4.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedFalkor.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedFalkorDetails.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64SchedKryo.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedKryoDetails.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64SchedPredExynos.td
|
[AArch64] Update for Exynos
|
2019-05-02 22:01:39 +00:00 |
AArch64SchedPredicates.td
|
[AArch64] Update for Exynos
|
2019-05-02 22:01:39 +00:00 |
AArch64SchedThunderX.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64SchedThunderX2T99.td
|
[AArch64][SVE2] Add SVE2 target features to backend and TargetParser
|
2019-05-13 10:10:24 +00:00 |
AArch64Schedule.td
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64SelectionDAGInfo.cpp
|
AArch64: support arm64_32, an ILP32 slice for watchOS.
|
2019-09-12 10:22:23 +00:00 |
AArch64SelectionDAGInfo.h
|
Basic codegen for MTE stack tagging.
|
2019-07-17 19:24:02 +00:00 |
AArch64SpeculationHardening.cpp
|
Prune a LegacyDivergenceAnalysis and MachineLoopInfo include each
|
2019-10-19 01:31:09 +00:00 |
AArch64StackOffset.h
|
[AArch64] Static (de)allocation of SVE stack objects.
|
2019-10-03 11:33:50 +00:00 |
AArch64StackTagging.cpp
|
[AArch64] Ensure no tagged memory is left in the unallocated portion of the
|
2019-10-09 16:31:50 +00:00 |
AArch64StackTaggingPreRA.cpp
|
MemTag: unchecked load/store optimization.
|
2019-08-30 17:23:02 +00:00 |
AArch64StorePairSuppress.cpp
|
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
|
2019-08-12 22:40:53 +00:00 |
AArch64Subtarget.cpp
|
Revert r372893 "[CodeGen] Replace -max-jump-table-size with -max-jump-table-targets"
|
2019-09-27 09:54:26 +00:00 |
AArch64Subtarget.h
|
[AArch64] Adding support for PMMIR_EL1 register
|
2019-10-18 12:40:29 +00:00 |
AArch64SystemOperands.td
|
[AArch64] Adding support for PMMIR_EL1 register
|
2019-10-18 12:40:29 +00:00 |
AArch64TargetMachine.cpp
|
[AArch64] Don't implicitly enable global isel on Darwin if code-model==large.
|
2019-09-18 19:56:55 +00:00 |
AArch64TargetMachine.h
|
Update the file headers across all of the LLVM projects in the monorepo
|
2019-01-19 08:50:56 +00:00 |
AArch64TargetObjectFile.cpp
|
[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local
|
2019-08-22 16:59:00 +00:00 |
AArch64TargetObjectFile.h
|
[MachO][TLOF] Use hasLocalLinkage to determine if indirect symbol is local
|
2019-08-22 16:59:00 +00:00 |
AArch64TargetTransformInfo.cpp
|
[System Model] [TTI] Update cache and prefetch TTI interfaces
|
2019-10-09 19:51:48 +00:00 |
AArch64TargetTransformInfo.h
|
recommit: [LoopVectorize][PowerPC] Estimate int and float register pressure separately in loop-vectorize
|
2019-10-12 02:53:04 +00:00 |
CMakeLists.txt
|
[gicombiner] Fix windows issue where single quotes in the command are passed through to tablegen
|
2019-10-02 23:38:06 +00:00 |
LLVMBuild.txt
|
[AArch64] Add dependency from AArch64CodeGen to TransformUtils to fix -DBUILD_SHARED_LIBS=on link error after D64173/r366361
|
2019-07-18 01:53:08 +00:00 |
SVEInstrFormats.td
|
[AArch64][SVE] Add SPLAT_VECTOR ISD Node
|
2019-10-18 11:48:35 +00:00 |