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
/
AArch64ISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[AArch64][SVE] Add patterns for some arith SVE instructions.
Danilo Carvalho Grael
2020-01-13
1
-0
/
+29
*
[SelectionDAG] Disallow indirect "i" constraint
Fangrui Song
2019-12-29
1
-1
/
+0
*
Fix "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.
Simon Pilgrim
2019-12-21
1
-1
/
+1
*
[AArch64][SVE] Fold constant multiply of element count
Cullen Rhodes
2019-12-20
1
-0
/
+22
*
[AArch64] match fcvtl2 with bitcasted extract
Sanjay Patel
2019-12-18
1
-0
/
+35
*
[AArch64][SVE] Change pattern generation code to fix -Wimplicit-fallthrough a...
Fangrui Song
2019-12-16
1
-4
/
+11
*
[AArch64][SVE] Add patterns for logical immediate operations.
Danilo Carvalho Grael
2019-12-16
1
-0
/
+36
*
[AArch64][SVE] Add integer arithmetic with immediate instructions.
Danilo Carvalho Grael
2019-12-12
1
-0
/
+41
*
[IR] Split out target specific intrinsic enums into separate headers
Reid Kleckner
2019-12-11
1
-0
/
+1
*
[PGO][PGSO] DAG.shouldOptForSize part.
Hiroshi Yamauchi
2019-11-21
1
-6
/
+2
*
[AArch64] Fix unannotated fall-through between switch labels
Jinsong Ji
2019-10-28
1
-0
/
+1
*
[AArch64][SVE] Implement masked load intrinsics
Kerry McLaughlin
2019-10-28
1
-0
/
+20
*
[DAG] Add SelectionDAG::MaxRecursionDepth constant
Simon Pilgrim
2019-09-19
1
-1
/
+1
*
[aarch64] move custom isel of extract_vector_elt to td file - NFC
Sebastian Pop
2019-09-13
1
-43
/
+0
*
Basic codegen for MTE stack tagging.
Evgeniy Stepanov
2019-07-17
1
-1
/
+59
*
AArch64: Add support for reading pc using llvm.read_register.
Peter Collingbourne
2019-06-22
1
-0
/
+8
*
Fix MSVC "32-bit shift implicitly converted to 64 bits" warning. NFCI.
Simon Pilgrim
2019-04-23
1
-2
/
+2
*
[AArch64] Add support for MTE intrinsics
Javed Absar
2019-04-23
1
-17
/
+46
*
[IR] Refactor attribute methods in Function class (NFC)
Evandro Menezes
2019-04-04
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] Always use the version of computeKnownBits that returns a value. NFCI.
Simon Pilgrim
2018-12-21
1
-6
/
+3
*
[AArch64][v8.5A] Add speculation restriction system registers
Oliver Stannard
2018-09-27
1
-1
/
+1
*
[SDAG] Remove the reliance on MI's allocation strategy for
Chandler Carruth
2018-08-14
1
-21
/
+16
*
Revert "[AArch64] Coalesce Copy Zero during instruction selection"
Sirish Pande
2018-06-21
1
-29
/
+1
*
[AArch64] Take advantage of variable shift/rotate amount implicit mod operation.
Geoff Berry
2018-05-24
1
-0
/
+111
*
Rename DEBUG macro to LLVM_DEBUG.
Nicola Zaghen
2018-05-14
1
-8
/
+10
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-01
1
-3
/
+3
*
Reland r329956, "AArch64: Introduce a DAG combine for folding offsets into ad...
Peter Collingbourne
2018-04-23
1
-8
/
+10
*
Revert r329956, "AArch64: Introduce a DAG combine for folding offsets into ad...
Peter Collingbourne
2018-04-13
1
-10
/
+8
*
AArch64: Introduce a DAG combine for folding offsets into addresses.
Peter Collingbourne
2018-04-12
1
-8
/
+10
*
Revert r329611, "AArch64: Allow offsets to be folded into addresses with ELF."
Peter Collingbourne
2018-04-10
1
-10
/
+8
*
AArch64: Allow offsets to be folded into addresses with ELF.
Peter Collingbourne
2018-04-09
1
-8
/
+10
*
[AArch64] Fix UB about shift amount exceeds data bit-width
Weiming Zhao
2018-03-08
1
-1
/
+1
*
[AArch64] Coalesce Copy Zero during instruction selection
Haicheng Wu
2018-02-18
1
-1
/
+29
*
[SelectionDAGISel] Add a debug print before call to Select. Adjust where blan...
Craig Topper
2018-01-26
1
-5
/
+0
*
AArch64: get type from correct result when forming BFX
Tim Northover
2018-01-23
1
-1
/
+1
*
AArch64: get type from correct result when forming BFI/BFM
Tim Northover
2018-01-23
1
-1
/
+1
*
MachineFunction: Return reference from getFunction(); NFC
Matthias Braun
2017-12-15
1
-1
/
+1
*
[AArch64] Avoid selecting XZR inline ASM memory operand
Yi Kong
2017-07-14
1
-4
/
+11
*
[AARCH64][LSE] Preliminary support for ARMv8.1 LSE Atomics.
Christof Douma
2017-06-21
1
-4
/
+11
*
[llvm] Remove double semicolons
Mandeep Singh Grang
2017-06-06
1
-1
/
+1
*
[SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem...
Craig Topper
2017-04-28
1
-12
/
+13
*
[APInt] Use inplace shift methods where possible. NFCI
Craig Topper
2017-04-28
1
-10
/
+10
*
Revert "[APInt] Fix a few places that use APInt::getRawData to operate within...
Renato Golin
2017-04-23
1
-10
/
+10
*
[APInt] Use operator<<= instead of shl where possible. NFC
Craig Topper
2017-04-23
1
-10
/
+10
*
[APInt] Use lshrInPlace to replace lshr where possible
Craig Topper
2017-04-18
1
-4
/
+4
*
Revert "Instrument SDISel C++ patterns"
Quentin Colombet
2017-04-01
1
-327
/
+322
*
Instrument SDISel C++ patterns
Quentin Colombet
2017-04-01
1
-322
/
+327
*
[AArch64] Add new subtarget feature to fold LSL into address mode.
Balaram Makam
2017-03-31
1
-3
/
+44
*
[AArch64] Fix useful bits detection for BFM instructions
Silviu Baranga
2016-11-30
1
-9
/
+38
[next]