index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
AArch64
/
AArch64RegisterInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge memtag instructions with adjacent stack slots."
Evgenii Stepanov
2020-01-08
1
-17
/
+4
*
Merge memtag instructions with adjacent stack slots.
Evgenii Stepanov
2020-01-08
1
-4
/
+17
*
[AArch64] Fix issues with large arrays on stack
Kiran Chandramohan
2019-12-10
1
-1
/
+0
*
[AArch64][SVE] Spilling/filling of SVE callee-saves.
Sander de Smalen
2019-11-11
1
-1
/
+4
*
Add Windows Control Flow Guard checks (/guard:cf).
Andrew Paverd
2019-10-28
1
-0
/
+4
*
MemTag: unchecked load/store optimization.
Evgeniy Stepanov
2019-08-30
1
-1
/
+28
*
Relanding r368987 [AArch64] Change location of frame-record within callee-sav...
Sander de Smalen
2019-08-16
1
-2
/
+3
*
Revert r368987, it caused PR43016.
Nico Weber
2019-08-16
1
-3
/
+2
*
[AArch64] Change location of frame-record within callee-save area.
Sander de Smalen
2019-08-15
1
-2
/
+3
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-1
/
+1
*
[AArch64] NFC: Add generic StackOffset to describe scalable offsets.
Sander de Smalen
2019-08-06
1
-13
/
+18
*
[AArch64] Implement initial SVE calling convention support
Cullen Rhodes
2019-08-05
1
-0
/
+2
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-3
/
+12
*
CodeGen: Introduce a class for registers
Matt Arsenault
2019-06-24
1
-1
/
+1
*
AArch64: Prefer FP-relative debug locations in HWASANified functions.
Peter Collingbourne
2019-06-22
1
-2
/
+4
*
[AArch64] Support reserving arbitrary general purpose registers
Petr Hosek
2019-02-13
1
-5
/
+2
*
[COFF, ARM64] Fix localaddress to handle stack realignment and variable size ...
Mandeep Singh Grang
2019-02-01
1
-3
/
+14
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[COFF, ARM64] Implement support for SEH extensions __try/__except/__finally
Mandeep Singh Grang
2019-01-16
1
-0
/
+7
*
Introduce control flow speculation tracking pass for AArch64
Kristof Beyls
2018-12-18
1
-0
/
+4
*
[ARM64] [Windows] Handle funclets
Eli Friedman
2018-11-09
1
-4
/
+9
*
[ARM64] [Windows] Exception handling support in frame lowering
Sanjin Sijaric
2018-10-31
1
-0
/
+2
*
[Aarch64] Fix memcpy that was copying 4x too many bytes
Benjamin Kramer
2018-09-23
1
-1
/
+1
*
[AArch64] Support adding X[8-15,18] registers as CSRs.
Tri Vo
2018-09-22
1
-0
/
+37
*
[AArch64] Implement aarch64_vector_pcs codegen support.
Sander de Smalen
2018-09-12
1
-4
/
+2
*
[AArch64] Add parsing of aarch64_vector_pcs attribute.
Sander de Smalen
2018-09-12
1
-0
/
+6
*
[AArch64] Support reserving x1-7 registers.
Nick Desaulniers
2018-09-07
1
-32
/
+21
*
[CodeGen] emit inline asm clobber list warnings for reserved (cont)
Ties Stuij
2018-08-30
1
-0
/
+5
*
[AArch64] Remove Duplicate FP16 Patterns with same encoding, match on existin...
Luke Geeson
2018-06-27
1
-0
/
+13
*
[AArch64] Support reserving x20 register
Petr Hosek
2018-06-12
1
-3
/
+11
*
AArch64: Implement support for the shadowcallstack attribute.
Peter Collingbourne
2018-04-04
1
-6
/
+10
*
[AArch64] Implement dynamic stack probing for windows
Martin Storsjo
2018-02-17
1
-0
/
+4
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-19
1
-5
/
+7
*
Revert "AArch64: Fix emergency spillslot being out of reach for large callfra...
Matthias Braun
2018-01-10
1
-7
/
+5
*
AArch64: Fix emergency spillslot being out of reach for large callframes
Matthias Braun
2018-01-10
1
-5
/
+7
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-7
/
+7
*
Move TargetFrameLowering.h to CodeGen where it's implemented
David Blaikie
2017-11-03
1
-1
/
+1
*
[COFF, ARM64, CodeView] Add support to emit CodeView debug info for ARM64 COFF
Mandeep Singh Grang
2017-07-20
1
-1
/
+3
*
fix typos in comments; NFC
Hiroshi Inoue
2017-07-16
1
-1
/
+1
*
[AArch64] Avoid selecting XZR inline ASM memory operand
Yi Kong
2017-07-14
1
-1
/
+1
*
[AArch64] Make assert messages uniform and general [NFC]
Mandeep Singh Grang
2017-06-28
1
-1
/
+1
*
AArch64RegisterInfo: Simplify getReservedReg(); NFC
Matthias Braun
2017-02-02
1
-12
/
+4
*
Clarify rules for reserved regs, fix aarch64 ones.
Matthias Braun
2016-11-30
1
-10
/
+11
*
[TargetRegisterInfo, AArch64] Add target hook for isConstantPhysReg().
Geoff Berry
2016-09-27
1
-0
/
+4
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-10
/
+10
*
AArch64: Remove unnecessary namespace llvm; NFC
Matthias Braun
2016-06-28
1
-4
/
+0
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Swift Calling Convention: swifterror target support.
Manman Ren
2016-04-11
1
-0
/
+9
*
Add support for a preserve_most calling convention to the AArch64 backend.
Roman Levenstein
2016-03-10
1
-0
/
+4
*
[AArch64] Enable non-leaf frame pointer elimination.
Geoff Berry
2016-03-02
1
-3
/
+1
[next]