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.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r225165 and r225169
Karthik Bhat
2015-01-07
1
-39
/
+0
*
[AArch64] Improve codegen of store lane instructions by avoiding GPR usage.
Ahmed Bougacha
2015-01-05
1
-2
/
+2
*
[AArch64] Improve codegen of store lane 0 instructions by directly storing th...
Ahmed Bougacha
2015-01-05
1
-0
/
+27
*
Select lower fsub,fabs pattern to fabd on AArch64
Karthik Bhat
2015-01-05
1
-0
/
+12
*
Select lower sub,abs pattern to sabd on AArch64
Karthik Bhat
2015-01-05
1
-0
/
+27
*
Lower multiply-negate operation to mneg on AArch64
Karthik Bhat
2014-12-22
1
-0
/
+4
*
[AArch64] MachO large code-model: Materialize FP constants in code.
Juergen Ributzka
2014-12-10
1
-0
/
+18
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
1
-7
/
+7
*
AArch64: Pattern match integer vector abs like we do on ARM.
Benjamin Kramer
2014-11-04
1
-0
/
+22
*
[AArch64] Generate vector signed/unsigned mul and mla/mls long.
Chad Rosier
2014-10-08
1
-0
/
+45
*
Add missing natual vector cast.
Asiri Rathnayake
2014-10-01
1
-0
/
+1
*
AArch64: fix vector-immediate BIC/ORR on big-endian devices.
Tim Northover
2014-09-04
1
-0
/
+12
*
AArch64: fix big-endian immediate materialisation
Tim Northover
2014-09-04
1
-0
/
+54
*
[AArch64] Fix some failures exposed by value type v4f16 and v8f16.
Jiangning Liu
2014-08-29
1
-0
/
+9
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-0
/
+199
*
[AArch64] Disable some optimization cases for type conversion from sint to fp...
Jiangning Liu
2014-07-24
1
-3
/
+4
*
CodeGen: emit IR-level f16 conversion intrinsics as fptrunc/fpext
Tim Northover
2014-07-21
1
-84
/
+0
*
CodeGen: extend f16 conversions to permit types > float.
Tim Northover
2014-07-17
1
-18
/
+18
*
Port memory barriers intrinsics to AArch64
Yi Kong
2014-07-17
1
-4
/
+14
*
AArch64: remove unnecessary pseudo-instruction.
Tim Northover
2014-07-14
1
-2
/
+3
*
[AArch64] Add logical alias instructions to MC AsmParser
Arnaud A. de Grandmaison
2014-07-10
1
-4
/
+4
*
AArch64: Better codegen for storing to __fp16.
Jim Grosbach
2014-07-09
1
-0
/
+40
*
AArch64: Better codegen for loading from __fp16.
Jim Grosbach
2014-07-08
1
-0
/
+35
*
AArch64: whitespace cleanup
Saleem Abdulrasool
2014-07-06
1
-1
/
+1
*
AArch64: Add backend intrinsic for rbit.
Jim Grosbach
2014-06-16
1
-0
/
+4
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+5284
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-5388
/
+0
*
AArch64: disable printing of add/sub alias
Tim Northover
2014-05-16
1
-1
/
+2
*
AArch64: disable printing of MOV -> MOVZ aliases
Tim Northover
2014-05-16
1
-1
/
+1
*
TableGen: use PrintMethods to print more aliases
Tim Northover
2014-05-12
1
-3
/
+4
*
[AArch64] Add SchedRW lists to NEON instructions.
Chad Rosier
2014-03-21
1
-53
/
+76
*
AArch64: error when both positional & named operands are used.
Tim Northover
2014-03-13
1
-0
/
+3
*
[AArch64] This is a work in progress to provide a machine description
Chad Rosier
2014-03-06
1
-178
/
+335
*
Revert "[AArch64] This is a work in progress to provide a machine description"
Chad Rosier
2014-03-04
1
-335
/
+178
*
[AArch64] This is a work in progress to provide a machine description
Chad Rosier
2014-03-03
1
-178
/
+335
*
trivial test commit
Albrecht Kadlec
2014-02-24
1
-1
/
+0
*
[AArch64] Add register constraints to avoid generating STLXR and STXR with un...
Kevin Qin
2014-02-21
1
-0
/
+1
*
[AArch64] Check fmul node single use in fused multiply patterns
Ana Pazos
2013-12-24
1
-8
/
+17
*
[AArch64 NEON] Fixed fused multiply negate add/sub patterns
Ana Pazos
2013-12-24
1
-6
/
+6
*
[AArch64 NEON]Implment loading vector constant form constant pool.
Kevin Qin
2013-12-18
1
-0
/
+1
*
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
Chad Rosier
2013-11-12
1
-1
/
+1
*
[AArch64] Make the use of FP instructions optional, but enabled by default.
Amara Emerson
2013-10-31
1
-1
/
+20
*
[AArch64] Add support for NEON scalar floating-point compare instructions.
Chad Rosier
2013-10-30
1
-0
/
+7
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-8
/
+8
*
AArch64: use RegisterOperand for NEON registers.
Tim Northover
2013-09-13
1
-5
/
+7
*
AArch64: add initial NEON support
Tim Northover
2013-08-01
1
-0
/
+40
*
AArch64: correct CodeGen of MOVZ/MOVK combinations.
Tim Northover
2013-07-01
1
-8
/
+11
*
AArch64: implement large code model access to global variables.
Tim Northover
2013-05-04
1
-7
/
+24
*
AArch64: remove useless comment
Tim Northover
2013-04-20
1
-2
/
+0
*
AArch64: remove barriers from AArch64 atomic operations.
Tim Northover
2013-04-08
1
-41
/
+49
[next]