aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Normalize interaction with boolean attributesSerge Guelton2021-04-171-3/+1
* [FastISel] Remove kill trackingNikita Popov2021-04-031-10/+7
* [NFC][CodeGen] Tidy up TargetRegisterInfo stack realignment functionsTomas Matheson2021-03-304-7/+6
* GlobalISel: Fix marking byval arguments as immutableMatt Arsenault2021-03-121-0/+1
* [MIPS] Fix lowering of irregular vector argumentsLemonBoy2021-03-111-7/+5
* [AArch64][GlobalISel] Enable use of the optsize predicate in the selector.Amara Emerson2021-03-021-1/+1
* GlobalISel: Move splitToValueTypes to generic codeMatt Arsenault2021-03-011-0/+1
* [MC][ELF] Support for zero flag section groupsPetr Hosek2021-02-162-3/+3
* [llvm] Use llvm::is_contained (NFC)Kazu Hirata2021-02-141-4/+1
* [TargetLowering] Use Align in allowsMisalignedMemoryAccesses.Craig Topper2021-02-044-4/+4
* [WebAssembly] Support single-floating-point immediate valueDan Gohman2021-02-041-3/+2
* [Mips] Cleanup isel patterns to use 'vnot' instead of (xor X, immAllOnesV). NFCICraig Topper2021-01-311-21/+13
* [llvm] Forward-declare formatted_raw_ostream (NFC)Kazu Hirata2021-01-281-0/+2
* [llvm] Don't include StringSwitch.h where unnecessary (NFC)Kazu Hirata2021-01-211-1/+0
* [CSInfo][MIPS] Update CSInfo in delay slot fillerDjordje Todorovic2021-01-181-1/+5
* GlobalISel: Do not set observer of MachineIRBuilder in LegalizerHelperMatt Arsenault2021-01-131-6/+5
* [llvm] Remove redundant string initialization (NFC)Kazu Hirata2021-01-121-1/+1
* [llvm] Ensure newlines at the end of files (NFC)Kazu Hirata2021-01-101-1/+1
* [MIPS] MipsAsmParser - Pass Twine by const reference instead of by value. NFCI.Simon Pilgrim2021-01-061-4/+4
* [GlobalISel] Base implementation for sret demotion.Christudasan Devadasan2021-01-062-7/+10
* [NFC] Add the getSizeInBytes() interface for MachineConstantPoolValueQingShan Zhang2021-01-051-1/+1
* [Mips] Use llvm::is_contained (NFC)Kazu Hirata2020-12-061-6/+1
* [NFC][MC] TargetRegisterInfo::getSubReg is a MCRegister.Mircea Trofin2020-12-021-2/+2
* [SelectionDAG][X86][PowerPC][Mips] Replace the default implementation of Lowe...Craig Topper2020-11-202-15/+0
* [AsmWriter] Factor out mnemonic generation to accessible getMnemonic.Florian Hahn2020-11-171-0/+1
* llvmbuildectomy - replace llvm-build by plain cmakeserge-sans-paille2020-11-1310-133/+50
* [SVE] Return StackOffset for TargetFrameLowering::getFrameIndexReference.Sander de Smalen2020-11-052-7/+9
* [mips] Implement add.ps, mul.ps and sub.psMichael Roe2020-10-304-4/+17
* [SVE][NFC] Replace some TypeSize comparisons in non-AArch64 TargetsDavid Sherwood2020-10-152-2/+2
* [XRay] Change mips to use version 2 sled (PC-relative address)Fangrui Song2020-09-201-1/+1
* [SelectionDAG] Use Align/MaybeAlign in calls to getLoad/getStore/getExtLoad/g...Craig Topper2020-09-142-6/+6
* [GlobalISel] Enable usage of BranchProbabilityInfo in IRTranslator.Amara Emerson2020-09-091-1/+1
* MipsISelLowering.h - remove CCState/CCValAssign forward declarations. NFCI.Simon Pilgrim2020-09-071-2/+0
* CallingConvLower.h - remove unnecessary MachineFunction.h include. NFC.Simon Pilgrim2020-09-041-0/+1
* GlobalISel: Artifact combine unmerge of unmergeMatt Arsenault2020-09-011-1/+1
* [Attributes] Add a method to check if an Attribute has AttrKind None. Use ins...Craig Topper2020-08-281-15/+9
* GlobalISel: Add generic instructions for memory intrinsicsMatt Arsenault2020-08-261-9/+2
* [X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper2020-08-143-18/+18
* [MC] Default MCAsmBackend::mayNeedRelaxation() to falseFangrui Song2020-08-021-9/+0
* Support addrspacecast initializers with isNoopAddrSpaceCastMatt Arsenault2020-07-312-8/+8
* [NFC] Remove unused GetUnderlyingObject paramenterVitaly Buka2020-07-311-7/+6
* [NFC] GetUnderlyingObject -> getUnderlyingObjectVitaly Buka2020-07-301-1/+1
* GlobalISel: Don't use virtual for distinguishing arg handlersMatt Arsenault2020-07-221-34/+35
* [llc] (almost) remove `--print-machineinstrs`Yuanfang Chen2020-07-201-2/+1
* [mips] Rename FeatureMadd4 to FeatureNoMadd4. NFCYunQiang Su2020-07-152-2/+2
* DomTree: Remove getChildren() accessorNicolai Hähnle2020-07-061-2/+1
* [Alignment][NFC] Migrate MachineFrameInfo::CreateStackObject to AlignGuillaume Chatelet2020-07-012-8/+6
* Mips: Don't store MachineFunction in MipsFunctionInfoMatt Arsenault2020-06-3011-41/+43
* [Alignment][NFC] Use Align for TargetCallingConv::OrigAlignGuillaume Chatelet2020-06-251-4/+3
* [CSInfo][MIPS] Don't describe parameters loaded by sub/super reg copyDjordje Todorovic2020-06-221-0/+8