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
*
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
*
Re-apply r267206 with a fix for the encoding problem: when the immediate of
Quentin Colombet
2016-04-25
1
-3
/
+14
*
[MachineCombiner] Support for floating-point FMA on ARM64 (re-commit r267098)
Gerolf Hoflehner
2016-04-24
1
-35
/
+545
*
Revert "[AArch64] Fix optimizeCondBranch logic."
Renato Golin
2016-04-23
1
-5
/
+5
*
[AArch64] Fix optimizeCondBranch logic.
Quentin Colombet
2016-04-22
1
-5
/
+5
*
[AArch64] When creating MRS instruction, make sure the destination register is
Quentin Colombet
2016-04-22
1
-2
/
+1
*
Revert r267098 - [MachineCombiner] Support for floating-point FMA on ARM64
Daniel Sanders
2016-04-22
1
-545
/
+35
*
[MachineCombiner] Support for floating-point FMA on ARM64
Gerolf Hoflehner
2016-04-22
1
-35
/
+545
*
[AArch64][CodeGen] Fix of PR27158: incorrect peephole optimization in AArch64...
Evgeny Astigeevich
2016-04-21
1
-73
/
+155
*
[AArch64] Add load/store pair instructions to getMemOpBaseRegImmOfsWidth().
Chad Rosier
2016-04-15
1
-5
/
+46
*
[MachineScheduler]Add support for store clustering
Jun Bum Lim
2016-04-15
1
-3
/
+13
*
[AArch64] Disable LDP/STP for quads
Evandro Menezes
2016-04-13
1
-0
/
+14
*
[AArch64][CodeGen] NFC refactor AArch64InstrInfo::optimizeCompareInstr to pre...
Evgeny Astigeevich
2016-04-06
1
-57
/
+99
*
[AArch64] Allow loads with imp-def to be handled in getMemOpBaseRegImmOfsWidth()
Jun Bum Lim
2016-03-31
1
-1
/
+1
*
[AArch64] Replace return 0 with return false. NFC.
Chad Rosier
2016-03-23
1
-3
/
+3
*
[AArch64] Add a helpful assert. NFC.
Chad Rosier
2016-03-21
1
-0
/
+1
*
[AArch64] Fix a -Wdocumentation warning. NFC.
Chad Rosier
2016-03-21
1
-2
/
+2
*
[AArch64] Enable more load clustering in the MI Scheduler.
Chad Rosier
2016-03-18
1
-7
/
+111
*
[AArch64] Optimize compare and branch sequence when the compare's constant o...
Balaram Makam
2016-03-10
1
-25
/
+82
*
[AArch64] Move helper functions into TII, so they can be reused elsewhere. NFC.
Chad Rosier
2016-03-09
1
-0
/
+29
*
[AArch64] Minor cleanup/remove redundant code. NFC.
Chad Rosier
2016-03-09
1
-11
/
+7
*
[TII] Allow getMemOpBaseRegImmOfs() to accept negative offsets. NFC.
Chad Rosier
2016-03-09
1
-4
/
+3
*
CodeGen: TII: Take MachineInstr& in predicate API, NFC
Duncan P. N. Exon Smith
2016-02-23
1
-4
/
+4
*
Remove uses of builtin comma operator.
Richard Trieu
2016-02-18
1
-12
/
+24
*
[AArch64] Add support for Qualcomm Kryo CPU.
Chad Rosier
2016-02-12
1
-1
/
+2
*
Remove extra semicolon. NFC.
Chad Rosier
2016-02-01
1
-1
/
+1
*
[AArch64 MachineCombine] Enhance/Add support for general reassociation to red...
Haicheng Wu
2016-01-07
1
-10
/
+47
*
replace MachineCombinerPattern namespace and enum with enum class; NFCI
Sanjay Patel
2015-11-05
1
-32
/
+32
*
[Machine Combiner] Refactor machine reassociation code to be target-independent.
Chad Rosier
2015-09-21
1
-1
/
+0
*
[AArch64] Reorder cases to improve readability. NFC.
Chad Rosier
2015-09-18
1
-9
/
+9
*
[AArch64] Remove some redundant cases. NFC.
Chad Rosier
2015-09-18
1
-16
/
+8
[next]