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
/
AArch64InstrFormats.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64: Implement conditional compare sequence matching.
Matthias Braun
2015-07-16
1
-29
/
+48
*
[AArch64] Fix problems in decoding generic MSR instructions
Petr Pavlu
2015-07-15
1
-0
/
+3
*
[AArch64] Implement add/adds/sub/subs/cmp/cmn with negative immediate aliases
Arnaud A. de Grandmaison
2015-07-01
1
-6
/
+43
*
Revert "AArch64: Use CMP;CCMP sequences for and/or/setcc trees."
Matthias Braun
2015-06-17
1
-48
/
+29
*
[AArch64] Add v8.1a atomic instructions
Vladimir Sukharev
2015-06-02
1
-0
/
+172
*
AArch64: Use CMP;CCMP sequences for and/or/setcc trees.
Matthias Braun
2015-06-01
1
-29
/
+48
*
Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes"
Sergey Dmitrouk
2015-04-28
1
-6
/
+7
*
Revert "[DebugInfo] Add debug locations to constant SD nodes"
Daniel Jasper
2015-04-28
1
-7
/
+6
*
[DebugInfo] Add debug locations to constant SD nodes
Sergey Dmitrouk
2015-04-28
1
-6
/
+7
*
[AArch64] Add v8.1a "Limited Ordering Regions" extension
Vladimir Sukharev
2015-04-16
1
-0
/
+4
*
[AArch64] Allow non-standard INS/DUP encodings
Bradley Smith
2015-04-14
1
-3
/
+3
*
[AArch64] Add a comment to make it explicit why we increased the complexity.
Quentin Colombet
2015-04-02
1
-0
/
+4
*
[AArch64] Add v8.1a "Rounding Double Multiply Add/Subtract" extension
Vladimir Sukharev
2015-03-31
1
-0
/
+199
*
[AArch64] Fix poor codegen for add immediate.
Quentin Colombet
2015-03-31
1
-0
/
+2
*
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
Craig Topper
2014-11-26
1
-1
/
+1
*
[AArch64] Allow access to all system registers with MRS/MSR instructions.
Tom Coxon
2014-10-01
1
-7
/
+5
*
Teach the AArch64 backend about v4f16 and v8f16
Oliver Stannard
2014-08-27
1
-0
/
+4
*
[AArch64] Fix registerAllocator assigns same register for base and wback in
Quentin Colombet
2014-08-11
1
-7
/
+6
*
MachineCombiner Pass for selecting faster instruction sequence on AArch64
Gerolf Hoflehner
2014-08-07
1
-2
/
+3
*
Revert "r214832 - MachineCombiner Pass for selecting faster instruction"
Kevin Qin
2014-08-05
1
-3
/
+2
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-05
1
-2
/
+3
*
Revert "r214669 - MachineCombiner Pass for selecting faster instruction"
Kevin Qin
2014-08-04
1
-3
/
+2
*
MachineCombiner Pass for selecting faster instruction
Gerolf Hoflehner
2014-08-03
1
-2
/
+3
*
Implement AArch64 TTI interface isAsCheapAsAMove.
Jiangning Liu
2014-07-29
1
-3
/
+5
*
Port memory barriers intrinsics to AArch64
Yi Kong
2014-07-17
1
-2
/
+8
*
AArch64: add support for llvm.aarch64.hint intrinsic
Saleem Abdulrasool
2014-07-12
1
-11
/
+17
*
[AArch64] Add logical alias instructions to MC AsmParser
Arnaud A. de Grandmaison
2014-07-10
1
-10
/
+39
*
Condition codes AL and NV are invalid in the aliases that use
Artyom Skrobov
2014-06-10
1
-0
/
+6
*
[AArch64] Missing aliases for CMP/CMN [W]SP with no shift
Artyom Skrobov
2014-06-09
1
-0
/
+4
*
[AArch64] Fix the ordering of the accumulate operand in SchedRW list.
Chad Rosier
2014-06-09
1
-3
/
+3
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-0
/
+8574
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-1487
/
+0
*
AArch64: error when both positional & named operands are used.
Tim Northover
2014-03-13
1
-3
/
+1
*
Implement AArch64 neon instructions class SIMD lsone and SIMD lone-post.
Hao Liu
2013-11-19
1
-0
/
+79
*
Implement AArch64 NEON instruction set AdvSIMD (table).
Jiangning Liu
2013-11-14
1
-0
/
+19
*
[AArch64] Implemented AdvSIMD scalar x indexed element format and AdvSIMD scalar
Chad Rosier
2013-11-12
1
-0
/
+28
*
Implement AArch64 Neon instruction set Perm.
Jiangning Liu
2013-11-06
1
-0
/
+18
*
Implement AArch64 Neon instruction set Bitwise Extract.
Jiangning Liu
2013-11-06
1
-0
/
+18
*
Implement AArch64 Neon Crypto instruction classes AES, SHA, and 3 SHA.
Jiangning Liu
2013-11-05
1
-0
/
+44
*
Implement AArch64 post-index vector load/store multiple N-element structure c...
Hao Liu
2013-11-05
1
-0
/
+26
*
[AArch64] Add support for NEON scalar shift immediate instructions.
Chad Rosier
2013-10-31
1
-0
/
+19
*
[AArch64] Make the use of FP instructions optional, but enabled by default.
Amara Emerson
2013-10-31
1
-0
/
+4
*
[AArch64] Add support for NEON scalar three register different instruction
Chad Rosier
2013-10-17
1
-0
/
+18
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+18
*
Revert "Implement AArch64 vector load/store multiple N-element structure clas...
Rafael Espindola
2013-10-10
1
-18
/
+0
*
Implement AArch64 vector load/store multiple N-element structure class SIMD(l...
Hao Liu
2013-10-10
1
-0
/
+18
*
[AArch64] Add support for NEON scalar signed/unsigned integer to floating-point
Chad Rosier
2013-10-08
1
-0
/
+16
*
Implement aarch64 neon instruction set AdvSIMD (Across).
Jiangning Liu
2013-10-05
1
-0
/
+19
*
Implement aarch64 neon instruction set AdvSIMD (3V elem).
Jiangning Liu
2013-10-04
1
-17
/
+30
*
Initial support for Neon scalar instructions.
Jiangning Liu
2013-09-24
1
-2
/
+19
[next]