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
/
ARM64
/
ARM64ISelLowering.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-7895
/
+0
*
[ARM64] Fix a bug in shuffle vector lowering to generate corect vext ISD with...
Jiangning Liu
2014-05-23
1
-15
/
+14
*
[ARM64] PR19792: Fix cycle in DAG after performPostLD1Combine
Adam Nemet
2014-05-20
1
-1
/
+6
*
SDAG: Legalize vector BSWAP into a shuffle if the shuffle is legal but the bs...
Benjamin Kramer
2014-05-19
1
-0
/
+2
*
Target: remove old constructors for CallLoweringInfo
Saleem Abdulrasool
2014-05-17
1
-4
/
+4
*
Target: change member from reference to pointer
Saleem Abdulrasool
2014-05-17
1
-1
/
+1
*
Revert "Implement global merge optimization for global variables."
Rafael Espindola
2014-05-16
1
-14
/
+0
*
[ARM64]Implement NEON post-increment LD1(lane) and post-increment LD1R.
Hao Liu
2014-05-16
1
-1
/
+94
*
Implement global merge optimization for global variables.
Jiangning Liu
2014-05-15
1
-0
/
+14
*
[ARM64] Support aggressive fastcc/tailcallopt breaking ABI by popping out arg...
Jiangning Liu
2014-05-15
1
-67
/
+245
*
Rename ComputeMaskedBits to computeKnownBits. "Masked" has been
Jay Foad
2014-05-14
1
-4
/
+4
*
Folding into CSEL when there is ZEXT between SETCC and ADD
Weiming Zhao
2014-05-13
1
-3
/
+11
*
Pass the value type to TLI::getRegisterByName
Hal Finkel
2014-05-11
1
-1
/
+2
*
ARM64: fix SELECT_CC lowering in absence of NaNs.
Tim Northover
2014-05-10
1
-8
/
+9
*
AArch64/ARM64: Port NEON post-increment load/store with 2/3/4 vectors to ARM6...
Hao Liu
2014-05-08
1
-0
/
+190
*
AArch64/ARM64: optimise vector selects & enable test
Tim Northover
2014-05-07
1
-0
/
+41
*
[ARM64-BE] Fix variable-argument saving.
James Molloy
2014-05-07
1
-1
/
+2
*
[ARM64-BE] Make big endian (scalar) argument passing work correctly.
James Molloy
2014-05-07
1
-6
/
+38
*
Implememting named register intrinsics
Renato Golin
2014-05-06
1
-0
/
+11
*
[ARM64] Enable alignment control option in front-end for ARM64.
Kevin Qin
2014-05-06
1
-4
/
+15
*
AArch64/ARM64: support indexed loads/stores on vector types.
Tim Northover
2014-05-02
1
-0
/
+8
*
[ARM64] Prevent bit extraction to be adjusted by following shift
Weiming Zhao
2014-04-30
1
-0
/
+15
*
AArch64/ARM64: expunge CPSR from the sources
Tim Northover
2014-04-30
1
-9
/
+9
*
AArch64/ARM64: use HS instead of CS & LO instead of CC.
Tim Northover
2014-04-30
1
-6
/
+6
*
[ARM64] Simplify if condition.
James Molloy
2014-04-30
1
-6
/
+2
*
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...
Craig Topper
2014-04-30
1
-3
/
+3
*
[ARM64]Fix a bug about incorrect operand order in an EXT instruction, which i...
Hao Liu
2014-04-29
1
-3
/
+9
*
[ARM64]Fix a bug when lowering shuffle vector to an EXT instruction.
Hao Liu
2014-04-29
1
-28
/
+23
*
Convert SelectionDAG::getMergeValues to use ArrayRef.
Craig Topper
2014-04-27
1
-3
/
+3
*
Convert SelectionDAG::getNode methods to use ArrayRef<SDValue>.
Craig Topper
2014-04-26
1
-19
/
+16
*
DAGCombiner: Turn divs of vector splats into vectorized multiplications.
Benjamin Kramer
2014-04-26
1
-0
/
+5
*
Revert r206749 till a final decision about the intrinsics is made.
Michael Zolotukhin
2014-04-26
1
-2
/
+0
*
[ARM64] Add RUN lines for "–target arm64 –mattr=-fp-armv8" on AArch64 no-...
Kevin Qin
2014-04-25
1
-3
/
+3
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
Add 'musttail' marker to call instructions
Reid Kleckner
2014-04-24
1
-0
/
+3
*
[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Kevin Qin
2014-04-23
1
-122
/
+142
*
AArch64/ARM64: make use of ANDS and BICS instructions for comparisons.
Tim Northover
2014-04-22
1
-11
/
+20
*
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
Chandler Carruth
2014-04-22
1
-2
/
+2
*
ARM64: Combine shifts and uses from different basic block to bit-extract inst...
Yi Jiang
2014-04-21
1
-0
/
+2
*
Reapply r206732. This time without optimization of branches.
Michael Zolotukhin
2014-04-21
1
-0
/
+2
*
Revert r206732 which is causing llc to crash on most of the build bots.
Chandler Carruth
2014-04-21
1
-2
/
+0
*
Implement builtins for safe division: safe.sdiv.iN, safe.udiv.iN, safe.srem.iN,
Michael Zolotukhin
2014-04-21
1
-0
/
+2
*
AArch64/ARM64: add non-scalar lowering for more FCVT operations.
Tim Northover
2014-04-18
1
-2
/
+8
*
AArch64/ARM64: improve spotting of EXT instructions from VECTOR_SHUFFLE.
Tim Northover
2014-04-18
1
-5
/
+7
*
AArch64/ARM64: spot a greater variety of concat_vector operations.
Tim Northover
2014-04-18
1
-14
/
+72
*
ARM64: spot a vector_shuffle that maps to INS and expand.
Tim Northover
2014-04-18
1
-0
/
+64
*
AArch64/ARM64: emit all vector FP comparisons as such.
Tim Northover
2014-04-18
1
-5
/
+42
*
AArch64/ARM64: port BSL logic from AArch64 & enable test.
Tim Northover
2014-04-18
1
-0
/
+52
*
AArch64/ARM64: copy byval implementation from AArch64.
Tim Northover
2014-04-18
1
-16
/
+41
*
Improve ARM64 vector creation
Louis Gerbarg
2014-04-17
1
-2
/
+2
[next]