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
/
AArch64InstrInfo.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[CodeGen] Use MachineOperand::print in the MIRPrinter for MO_Register.
Francis Visoiu Mistrih
2017-12-07
1
-3
/
+3
*
[AArch64] Add patterns to replace fsub fmul with fma fneg.
Florian Hahn
2017-12-06
1
-3
/
+102
*
[CodeGen] Print "%vreg0" as "%0" in both MIR and debug output
Francis Visoiu Mistrih
2017-11-30
1
-11
/
+11
*
[CodeGen] Print register names in lowercase in both MIR and debug output
Francis Visoiu Mistrih
2017-11-28
1
-6
/
+6
*
Fix a bunch more layering of CodeGen headers that are in Target
David Blaikie
2017-11-17
1
-2
/
+2
*
AArch64: account for possible frame index operand in compares.
Tim Northover
2017-10-17
1
-0
/
+6
*
[MachineOutliner] Disable outlining from LinkOnceODRs by default
Jessica Paquette
2017-10-07
1
-7
/
+18
*
[MachineOutliner] AArch64: Avoid saving + restoring LR if possible
Jessica Paquette
2017-09-27
1
-35
/
+138
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-09-18
1
-5
/
+59
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-09-18
1
-1
/
+2
*
Allow target to decide when to cluster loads/stores in misched
Stanislav Mekhanoshin
2017-09-13
1
-0
/
+5
*
[AArch64] Adjust the cost model for Exynos M1 and M2
Evandro Menezes
2017-08-28
1
-31
/
+72
*
[AArch64] Add FMOVH0: materialize 0 using zero register for f16 values
Sjoerd Meijer
2017-08-24
1
-0
/
+1
*
[MachineOutliner] Add RegState::Define to LDRXpost in insertOutlinedCall
Jessica Paquette
2017-08-10
1
-1
/
+1
*
[MachineOutliner] Ensure AArch64 outliner doesn't mess with W30 or LR
Jessica Paquette
2017-08-08
1
-6
/
+7
*
[MachineOutliner] NFC: Change IsTailCall to a call class + frame class
Jessica Paquette
2017-07-29
1
-22
/
+27
*
[MachineOutliner] NFC: Split up getOutliningBenefit
Jessica Paquette
2017-07-28
1
-225
/
+227
*
Remove unused function from AArch64 backend (NFC)
Adrian Prantl
2017-07-27
1
-12
/
+0
*
[AArch64][Falkor] Avoid HW prefetcher tag collisions (step 1)
Geoff Berry
2017-07-14
1
-4
/
+9
*
[MIR] Add support for printing and parsing target MMO flags
Geoff Berry
2017-07-13
1
-0
/
+7
*
Doxygen formatting. NFCI
Joel Jones
2017-07-10
1
-0
/
+9
*
[AArch64] Fix -Wimplicit-fallthrough warnings. NFCI.
Simon Pilgrim
2017-07-07
1
-0
/
+2
*
Doxygen formatting. NFCI
Joel Jones
2017-07-06
1
-2
/
+12
*
[AArch64] Prefer Bcc to CBZ/CBNZ/TBZ/TBNZ when NZCV flags can be set for "free".
Chad Rosier
2017-06-23
1
-3
/
+3
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-1
/
+1
*
[AArch64][Falkor] Refine sched details for LSLfast/ASRfast.
Geoff Berry
2017-05-23
1
-8
/
+119
*
Fix an improperly placed curly bracket. NFC.
Chad Rosier
2017-05-16
1
-1
/
+1
*
[AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
Chad Rosier
2017-05-11
1
-0
/
+28
*
Move size and alignment information of regclass to TargetRegisterInfo
Krzysztof Parzyszek
2017-04-24
1
-4
/
+6
*
Re-commit r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
Revert r301040 "X86: Don't emit zero-byte functions on Windows"
Hans Wennborg
2017-04-21
1
-1
/
+1
*
X86: Don't emit zero-byte functions on Windows
Hans Wennborg
2017-04-21
1
-1
/
+1
*
[AArch64] Refine Falkor Machine Model - Part 3
Balaram Makam
2017-04-08
1
-0
/
+11
*
[Outliner] Revert r298734.
Jessica Paquette
2017-03-24
1
-1
/
+1
*
[Outliner] Remove no red zone requirment for AArch64
Jessica Paquette
2017-03-24
1
-1
/
+1
*
[Outliner] ACTUALLY remove the errs output
Jessica Paquette
2017-03-20
1
-1
/
+1
*
[Outliner] Remove output for offset range check
Jessica Paquette
2017-03-20
1
-3
/
+1
*
[Outliner] Add outliner for AArch64
Jessica Paquette
2017-03-17
1
-11
/
+269
*
TargetInstrInfo: Provide default implementation of isTailCall().
Matthias Braun
2017-03-16
1
-11
/
+0
*
Remove CRC32 instructions from AArch64InstrInfo::hasShiftedReg
Azharuddin Mohammed
2017-03-12
1
-8
/
+0
*
[CodeGen] Move MacroFusion to the target
Evandro Menezes
2017-02-01
1
-82
/
+0
*
[XRay][AArch64] More staging for tail call support in XRay on AArch64 - in LLVM
Serge Rogatch
2017-01-25
1
-0
/
+11
*
[AArch64] Rename 'no-quad-ldst-pairs' to 'slow-paired-128'
Evandro Menezes
2017-01-24
1
-1
/
+1
*
[AArch64] Generate literals by the little end
Evandro Menezes
2017-01-18
1
-4
/
+4
*
[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
Diana Picus
2017-01-13
1
-2
/
+2
*
[AArch64, Lanai] Fix some Clang-tidy modernize and Include What You Use warni...
Eugene Zelenko
2017-01-06
1
-23
/
+48
*
Code cleanup: Remove tab indents.
Logan Chien
2017-01-05
1
-3
/
+3
*
[AArch64] Fold some filled/spilled subreg COPYs
Geoff Berry
2017-01-05
1
-10
/
+103
*
[AArch64] Fold more spilled/refilled COPYs.
Geoff Berry
2016-12-01
1
-10
/
+36
*
[AArch64] Fold spills of COPY of WZR/XZR
Geoff Berry
2016-11-29
1
-0
/
+25
[prev]
[next]