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
/
AArch64ExpandPseudoInsts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "Merge memtag instructions with adjacent stack slots."
Evgenii Stepanov
2020-01-08
1
-20
/
+4
*
Merge memtag instructions with adjacent stack slots.
Evgenii Stepanov
2020-01-08
1
-4
/
+20
*
Lower TAGPstack with negative offset to SUBG.
Evgenii Stepanov
2020-01-06
1
-2
/
+4
*
[AArch64ExpandPseudos] Preserve renamable state when expanding MOVi64 & co.
Florian Hahn
2019-11-12
1
-2
/
+6
*
[AArch64] Stackframe accesses to SVE objects.
Sander de Smalen
2019-10-14
1
-1
/
+1
*
AArch64: fix EXPENSIVE_CHECKS for arm64_32.
Tim Northover
2019-09-13
1
-1
/
+1
*
AArch64: support arm64_32, an ILP32 slice for watchOS.
Tim Northover
2019-09-12
1
-4
/
+18
*
[aarch64] Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVM
Daniel Sanders
2019-08-12
1
-15
/
+15
*
[AArch64] NFC: Add generic StackOffset to describe scalable offsets.
Sander de Smalen
2019-08-06
1
-3
/
+4
*
AArch64: Add a tagged-globals backend feature.
Peter Collingbourne
2019-07-31
1
-0
/
+17
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-0
/
+102
*
[AArch64] Allow -mattr=tpidr-el[1|2|3]
Oliver Stannard
2019-03-21
1
-0
/
+6
*
[AArch64] Refactor floating point materialization. NFC
Adhemerval Zanella
2019-03-18
1
-463
/
+41
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] Add Tiny Code Model for AArch64
David Green
2018-08-22
1
-25
/
+44
*
[AArch64] Improve orr+movk sequences for MOVi64imm.
Eli Friedman
2018-05-24
1
-115
/
+96
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-14
/
+14
*
[AArch64] Fold adds with tprel_lo12_nc and secrel_lo12 into a following ldr/str
Martin Storsjo
2018-03-12
1
-0
/
+10
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-1
/
+1
*
Insert IMPLICIT_DEFS for undef uses in tail merging
Matthias Braun
2017-09-06
1
-12
/
+10
*
Revert "[AArch64] Simplify AES*Tied pseudo expansion (NFC)."
Tim Northover
2017-08-03
1
-3
/
+10
*
[AArch64] Simplify AES*Tied pseudo expansion (NFC).
Florian Hahn
2017-08-02
1
-10
/
+3
*
[AArch64] Tie source and destination operands for AESMC/AESIMC.
Florian Hahn
2017-07-29
1
-0
/
+12
*
[AArch64] Fix some Clang-tidy modernize-use-using and Include What You Use wa...
Eugene Zelenko
2017-07-25
1
-10
/
+30
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
AArch64: Fix cmpxchg O0 expansion
Matthias Braun
2017-05-26
1
-58
/
+61
*
LivePhysRegs: Rework constructor + documentation; NFC
Matthias Braun
2017-05-26
1
-2
/
+2
*
AArch64: lower "fence singlethread" to a pure compiler barrier.
Tim Northover
2017-04-20
1
-0
/
+1
*
[AArch64][Fuchsia] Allow -mcmodel=kernel for --target=aarch64-fuchsia
Petr Hosek
2017-04-04
1
-1
/
+6
*
[AArch64] Mark mrs of TPIDR_EL0 (thread pointer) as not having side effects.
Chad Rosier
2017-03-27
1
-0
/
+8
*
[AArch64] Generate literals by the little end
Evandro Menezes
2017-01-18
1
-6
/
+6
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-21
/
+19
*
AArch64: Enable post-ra liveness updates
Matthias Braun
2016-12-16
1
-1
/
+6
*
AArch64: fix 128-bit cmpxchg at -O0 (again, again).
Tim Northover
2016-12-01
1
-6
/
+14
*
Use StringRef in Pass/PassManager APIs (NFC)
Mehdi Amini
2016-10-01
1
-3
/
+1
*
[AArch64] Register AArch64LoadStoreOptimizer so it can be run by llc -run-pas...
Geoff Berry
2016-07-20
1
-4
/
+0
*
Move helper classes into anonymous namespaces. NFC.
Benjamin Kramer
2016-05-15
1
-1
/
+1
*
livePhysRegs: Pass MBB by reference in addLive{Ins|Outs}(); NFC
Matthias Braun
2016-05-03
1
-2
/
+2
*
LivePhysRegs: Automatically determine presence of pristine regs.
Matthias Braun
2016-05-03
1
-2
/
+2
*
[AArch64] Set AddPristinesAndCSRs to expandCMP_SWAP LivePhysRegs.
Ahmed Bougacha
2016-04-27
1
-2
/
+2
*
[AArch64] Set correct successors in CMPXCHG pseudo expansion.
Ahmed Bougacha
2016-04-27
1
-2
/
+4
*
AArch64: expand cmpxchg after regalloc at -O0.
Tim Northover
2016-04-14
1
-3
/
+201
*
AArch64: avoid clobbering SP for dead MOVimm pseudos.
Tim Northover
2016-04-01
1
-1
/
+8
*
[AArch64] Register (existing) AArch64ExpandPseudo pass with LLVM pass manager.
Chad Rosier
2015-08-05
1
-2
/
+13
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
*
Fixed/added namespace ending comments using clang-tidy. NFC
Alexander Kornienko
2015-06-19
1
-1
/
+1
*
Transfer implicit operands when expanding the RET_ReallyLR pseudo instruction.
Juergen Ributzka
2015-03-30
1
-3
/
+6
*
MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit...
Benjamin Kramer
2015-02-12
1
-2
/
+2
*
Have MachineFunction cache a pointer to the subtarget to make lookups
Eric Christopher
2014-08-05
1
-2
/
+1
*
Remove the TargetMachine forwards for TargetSubtargetInfo based
Eric Christopher
2014-08-04
1
-1
/
+3
[next]