summaryrefslogtreecommitdiff
path: root/llvm/lib/Target/AArch64/AArch64FastISel.cpp
AgeCommit message (Expand)Author
2025-11-15[AArch64] Move AArch64SMEAttributes out of Utils library to fix layering. NFC...Craig Topper
2025-11-04[llvm] Use conventional enum declarations (NFC) (#166318)Kazu Hirata
2025-08-15[CodeGen] Give ArgListEntry a proper constructor (NFC) (#153817)Nikita Popov
2025-08-11[CodeGen] Provide original IR type to CC lowering (NFC) (#152709)Nikita Popov
2025-06-09[AArch64] Fix a multitude of AArch64 typos (NFC) (#143370)Jonathan Thackray
2025-06-03[AArch64][SME] Store SME attributes in AArch64FunctionInfo (NFC) (#142362)Benjamin Maxwell
2025-05-08[AArch64][FastISel] Fallback on atomic stlr/cas with non-reg operands. (#133987)Ahmed Bougacha
2025-03-09[AArch64] Avoid repeated hash lookups (NFC) (#130542)Kazu Hirata
2025-03-08[AArch64] Use Register in AArch64FastISel.cpp. NFCCraig Topper
2025-03-05[FastISel] Use Register. NFCCraig Topper
2024-12-23[AArch64] SME implementation for agnostic-ZA functions (#120150)Sander de Smalen
2024-11-11[AArch64] Remove unused includes (NFC) (#115685)Kazu Hirata
2024-11-01[PAC][CodeGen][ELF][AArch64] Support signed GOT (#113811)Daniil Kovalev
2024-10-28[AArch64] Remove header dependencies of AArch64ISelLowering.h. NFCDavid Green
2024-08-08Revert "[PAC][CodeGen][ELF][AArch64] Support signed GOT" (#102434)Daniil Kovalev
2024-08-07[PAC][CodeGen][ELF][AArch64] Support signed GOT (#96164)Daniil Kovalev
2024-08-04[CodeGen][NFC] Add wrapper method for MBBMap (#101893)Alexis Engelke
2024-07-22[AArch64][PAC] Sign block addresses used in indirectbr. (#97647)Ahmed Bougacha
2024-07-20Reapply "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98...Joseph Huber
2024-07-20Revert "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#985...NAKAMURA Takumi
2024-07-16[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98512)Joseph Huber
2024-06-28[IR] Don't include Module.h in Analysis.h (NFC) (#97023)Nikita Popov
2024-06-07[arm64] Add tan intrinsic lowering (#94545)Farzon Lotfi
2024-03-06[AArch64] Fix fptoi/itofp for bf16David Majnemer
2024-03-05[AArch64] Implement -fno-plt for SelectionDAG/GlobalISelFangrui Song
2024-02-28[AArch64] Disable FastISel/GlobalISel for ZT0 state (#82768)Sander de Smalen
2024-01-25[llvm] Move CodeGenTypes library to its own directory (#79444)Nico Weber
2024-01-22Arm64EC entry/exit thunks, consolidated. (#79067)Eli Friedman
2024-01-04[IR] Fix GEP offset computations for vector GEPs (#75448)Jannik Silvanus
2024-01-03[FastISel][AArch64] Compare Instruction Miscompilation Fix (#75993)brendaso1
2023-11-09Obsolete WebKit Calling Convention (#71567)Juergen Ributzka
2023-10-10[AArch64] Fix x18 being used by nest ptrs with MSVC ABI (#68008)David Truby
2023-09-14[NFC][CodeGen] Change CodeGenOpt::Level/CodeGenFileType into enum classes (#6...Arthur Eubanks
2023-08-22[AArch64] Disable GlobalISel/FastISel for more SME functionsDavid Green
2023-05-17[CodeGen] Replace CCState's getNextStackOffset with getStackSize (NFC)Sergei Barannikov
2023-05-03Restore CodeGen/MachineValueType.h from `Support`NAKAMURA Takumi
2023-04-28[AArch64][FastISel] Handle CRC32 intrinsicsAlexis Engelke
2023-04-27[AArch64][FastISel] Handle call with multiple return regsAlexis Engelke
2023-02-19Use APInt::count{l,r}_{zero,one} (NFC)Kazu Hirata
2023-01-16Deprecate MemIntrinsicBase::getDestAlignment() and MemTransferBase::getSource...Guillaume Chatelet
2022-12-05Reland "[llvm] Teach FastISel for AArch64 about tagged globals"Leonard Chan
2022-12-05Revert "[llvm] Teach FastISel for AArch64 about tagged globals"Leonard Chan
2022-12-05[llvm] Teach FastISel for AArch64 about tagged globalsLeonard Chan
2022-11-10Reland "[AArch64][SME] Disable GlobalISel/FastISel for SME functions."Sander de Smalen
2022-11-09Revert "[AArch64][SME] Disable GlobalISel/FastISel for SME functions."Sander de Smalen
2022-11-09[AArch64][SME] Disable GlobalISel/FastISel for SME functions.Sander de Smalen
2022-09-07[FastISel] Propagate PCSections metadata to MachineInstrMarco Elver
2022-08-24KCFI sanitizerSami Tolvanen
2022-08-24Revert "KCFI sanitizer"Sami Tolvanen
2022-08-24KCFI sanitizerSami Tolvanen