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] 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
*
MachineScheduler: Export function to construct "default" scheduler.
Matthias Braun
2016-11-28
1
-2
/
+2
*
Test commit
Abderrazek Zaafrani
2016-10-21
1
-1
/
+0
*
AArch64: Move remaining target specific BranchRelaxation bits to TII
Matt Arsenault
2016-10-06
1
-22
/
+27
*
AArch64: Macrofusion: Split features, add missing combinations.
Matthias Braun
2016-10-04
1
-4
/
+45
*
[AArch64] Support for FP FMA when -ffp-contract=fast
Evandro Menezes
2016-09-15
1
-3
/
+5
*
Finish renaming remaining analyzeBranch functions
Matt Arsenault
2016-09-14
1
-2
/
+2
*
Make analyzeBranch family of instruction names consistent
Matt Arsenault
2016-09-14
1
-2
/
+2
*
AArch64: Use TTI branch functions in branch relaxation
Matt Arsenault
2016-09-14
1
-4
/
+23
*
[AArch64] Support stackmap/patchpoint in getInstSizeInBytes
Diana Picus
2016-09-13
1
-4
/
+21
*
CodeGen: Give MachineBasicBlock::reverse_iterator a handle to the current MI
Duncan P. N. Exon Smith
2016-09-11
1
-3
/
+3
*
Typo fixes. NFC
Diana Picus
2016-08-31
1
-1
/
+1
*
Make some LLVM_CONSTEXPR variables const. NFC.
George Burgess IV
2016-08-25
1
-1
/
+1
*
Replace "fallthrough" comments with LLVM_FALLTHROUGH
Justin Bogner
2016-08-17
1
-2
/
+4
*
[AArch64] Re-factor code shared by AArch64LoadStoreOpt and AArch64InstrInfo.
Geoff Berry
2016-08-12
1
-30
/
+5
*
Move helpers into anonymous namespaces. NFC.
Benjamin Kramer
2016-08-06
1
-0
/
+2
*
AArch64: Assert on branch displacement bits
Matt Arsenault
2016-08-02
1
-0
/
+7
*
AArch64: BranchRelaxtion cleanups
Matt Arsenault
2016-08-02
1
-0
/
+50
*
[AArch64] Return the correct size for TLSDESC_CALLSEQ
Diana Picus
2016-08-01
1
-0
/
+3
*
MachineFunction: Return reference for getFrameInfo(); NFC
Matthias Braun
2016-07-28
1
-2
/
+2
*
TargetInstrInfo: rename GetInstSizeInBytes to getInstSizeInBytes. NFC
Sjoerd Meijer
2016-07-28
1
-2
/
+2
*
Typo fix. NFC
Diana Picus
2016-07-27
1
-1
/
+1
*
[AArch64] Cleanup sign extend in genAlternativeCodeSequence
David Majnemer
2016-07-21
1
-3
/
+3
*
Rename AnalyzeBranch* to analyzeBranch*.
Jacques Pienaar
2016-07-15
1
-5
/
+5
*
[AArch64] Set COPY ZR isAsCheapAsAMove when needed.
Haicheng Wu
2016-07-15
1
-2
/
+6
*
s/constexpr/LLVM_CONSTEXPR in AArch64InstrInfo.cpp.
Justin Lebar
2016-07-14
1
-1
/
+1
*
[CodeGen] Refactor MachineMemOperand::Flags's target-specific flags.
Justin Lebar
2016-07-14
1
-15
/
+7
*
[CodeGen] Refactor MachineMemOperand's Flags enum.
Justin Lebar
2016-07-14
1
-1
/
+2
*
[AArch64] Set FMOVS0 and FMOVD0 as isAsCheapAsAMove when needed.
Haicheng Wu
2016-07-12
1
-0
/
+6
*
AArch64: Avoid implicit iterator conversions, NFC
Duncan P. N. Exon Smith
2016-07-08
1
-7
/
+6
*
CodeGen: Use MachineInstr& in TargetInstrInfo, NFC
Duncan P. N. Exon Smith
2016-06-30
1
-180
/
+177
*
Pass DebugLoc and SDLoc by const ref.
Benjamin Kramer
2016-06-12
1
-12
/
+14
*
AArch64: Do not test for CPUs, use SubtargetFeatures
Matthias Braun
2016-06-02
1
-10
/
+9
*
Delete AArch64II::MO_CONSTPOOL.
Rafael Espindola
2016-05-31
1
-2
/
+1
*
AArch64: Fix indentation
Matthias Braun
2016-05-28
1
-9
/
+9
*
Apply clang-tidy's misc-static-assert where it makes sense.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
[foldMemoryOperand()] Pass LiveIntervals to enable liveness check.
Jonas Paulsson
2016-05-10
1
-1
/
+2
*
[AArch64] Combine callee-save and local stack SP adjustment instructions.
Geoff Berry
2016-05-06
1
-0
/
+3
*
[AArch64] Add cheap as move instructions for Exynos M1
Evandro Menezes
2016-05-04
1
-2
/
+33
*
AArch64/optimizeCondBranch: Remove earlier kill flag when forming TBZ
Matthias Braun
2016-05-03
1
-0
/
+2
*
Cleanup comments. NFC.
Chad Rosier
2016-05-02
1
-2
/
+3
[next]