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
*
[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
*
Simplify some boolean conditional return statements in AArch64.
Eric Christopher
2016-02-29
1
-3
/
+1
*
CXX_FAST_TLS calling convention: performance improvement for AArch64.
Manman Ren
2015-12-16
1
-1
/
+13
*
[CXX TLS calling convention] Add support for AArch64.
Manman Ren
2015-12-08
1
-0
/
+4
*
[AArch64] Remove check for Darwin that was needed to decide if x18 should
Akira Hatanaka
2015-07-27
1
-9
/
+7
*
[AArch64] Define subtarget feature "reserve-x18", which is used to decide
Akira Hatanaka
2015-07-25
1
-9
/
+8
*
Targets: commonize some stack realignment code
JF Bastien
2015-07-20
1
-23
/
+0
*
Target RegisterInfo: devirtualize TargetFrameLowering
JF Bastien
2015-07-10
1
-12
/
+8
*
[AArch64] Add support for dynamic stack alignment
Kristof Beyls
2015-04-09
1
-0
/
+30
*
[ARM] Fix handling of thumb1 out-of-range frame offsets
John Brawn
2015-03-20
1
-2
/
+3
*
Revert "Migrate the AArch64 TargetRegisterInfo to its TargetMachine"
Eric Christopher
2015-03-18
1
-2
/
+2
*
Migrate the AArch64 TargetRegisterInfo to its TargetMachine
Eric Christopher
2015-03-12
1
-2
/
+2
*
Remove the need to cache the subtarget in the AArch64 TargetRegisterInfo
Eric Christopher
2015-03-12
1
-15
/
+21
*
Have getCallPreservedMask and getThisCallPreservedMask take a
Eric Christopher
2015-03-11
1
-2
/
+4
*
AArch64: add backend option to reserve x18 (platform register)
Tim Northover
2015-01-21
1
-3
/
+7
*
[AArch64] Implement GHC calling convention
Greg Fitzgerald
2015-01-19
1
-1
/
+9
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-11
/
+6
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-6
/
+11
*
AArch64: implement copies to/from NZCV as a last ditch effort.
Tim Northover
2014-05-27
1
-1
/
+1
[next]