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
/
AsmParser
/
ARM64AsmParser.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
AArch64/ARM64: move ARM64 into AArch64's place
Tim Northover
2014-05-24
1
-4030
/
+0
*
AArch64/ARM64: remove AArch64 from tree prior to renaming ARM64.
Tim Northover
2014-05-24
1
-0
/
+3
*
ARM64: model pre/post-indexed operations properly.
Tim Northover
2014-05-22
1
-17
/
+23
*
ARM64: separate load/store operands to simplify assembler
Tim Northover
2014-05-22
1
-662
/
+253
*
[ARM64] Split tbz/tbnz into W/X register variant
Bradley Smith
2014-05-19
1
-21
/
+31
*
[ARM64] Improve diagnostics for Cn operands in SYS instructions
Bradley Smith
2014-05-15
1
-69
/
+24
*
ARM64: add correct vector registers during asm parsing
Tim Northover
2014-05-15
1
-1
/
+8
*
[ARM64] Improve load/store diagnostics and forbid 32-bit register addresses
Bradley Smith
2014-05-15
1
-2
/
+11
*
[ARM64] Parse fixed vector lanes properly so that diagnostics can be emitted
Bradley Smith
2014-05-15
1
-39
/
+11
*
[ARM64] Add/Fixup diagnostics for floating point immediates
Bradley Smith
2014-05-15
1
-3
/
+17
*
[ARM64] Add condition code operand type such that proper diagnostics can be e...
Bradley Smith
2014-05-15
1
-9
/
+44
*
[ARM64] Add more simple diagnostics for immediate/shift ranges
Bradley Smith
2014-05-15
1
-0
/
+12
*
[ARM64] Fix the misleading diagnostic on bad extend amount of reg+reg address...
Kevin Qin
2014-05-13
1
-11
/
+7
*
AArch64/ARM64: use InstAliases for NEON logical (imm) instructions.
Tim Northover
2014-05-12
1
-72
/
+26
*
AArch64/ARM64: implement "mov $Rd, $Imm" aliases in TableGen.
Tim Northover
2014-05-12
1
-58
/
+57
*
ARM64: remove dead validation code from the AsmParser.
Tim Northover
2014-05-12
1
-198
/
+0
*
ARM64: merge "extend" and "shift" addressing-mode enums.
Tim Northover
2014-05-12
1
-251
/
+118
*
[ARM64] Add proper bounds checking/diagnostics to logical shifts
Bradley Smith
2014-05-12
1
-12
/
+17
*
[ARM64] Add diagnostics for bitfield extract/insert instructions
Bradley Smith
2014-05-12
1
-19
/
+54
*
[ARM64] Correct more bounds checks/diagnostics for arithmetic shift operands
Bradley Smith
2014-05-12
1
-9
/
+17
*
[ARM64] Move register/register MOV handling into tablegen and improve diagnos...
Bradley Smith
2014-05-12
1
-52
/
+3
*
[ARM64] Add diagnostics for expected arithmetic shifts
Bradley Smith
2014-05-08
1
-0
/
+8
*
[ARM64] Re-work parsing of ADD/SUB shifted immediate operands
Bradley Smith
2014-05-08
1
-115
/
+175
*
[ARM64] Ensure immediates in extend operands are in a valid range
Bradley Smith
2014-05-08
1
-3
/
+13
*
[ARM64] Check for proper immediate in shift/extend operands
Bradley Smith
2014-05-08
1
-42
/
+58
*
AArch64/ARM64: make NEON vector list parsing a bit more robust
Tim Northover
2014-05-06
1
-2
/
+5
*
AArch64/ARM64: add more specific diagnostic for floating imm 0.0.
Tim Northover
2014-05-06
1
-4
/
+5
*
AArch64/ARM64: add more specific diagnostic for invalid vector lanes
Tim Northover
2014-05-06
1
-0
/
+12
*
AArch64/ARM64: produce more informative diagnostic assembling some immediates
Tim Northover
2014-05-06
1
-13
/
+25
*
[ARM64] Conditionalize CPU specific system registers on subtarget features
Bradley Smith
2014-05-01
1
-6
/
+20
*
AArch64/ARM64: implement remaining TLS relocations (purely MC).
Tim Northover
2014-04-30
1
-8
/
+16
*
AArch64/ARM64: add specific diagnostic for MRS/MSR and enable tests.
Tim Northover
2014-04-30
1
-1
/
+7
*
AArch64/ARM64: accept and print floating-point immediate 0 as "#0.0"
Tim Northover
2014-04-30
1
-1
/
+4
*
ARM64: use 32-bit operations for uxtb & uxth
Tim Northover
2014-04-30
1
-3
/
+19
*
AArch64/ARM64: copy support for bCC instead of b.CC across.
Tim Northover
2014-04-30
1
-0
/
+21
*
AArch64/ARM64: expunge CPSR from the sources
Tim Northover
2014-04-30
1
-2
/
+2
*
AArch64/ARM64: use HS instead of CS & LO instead of CC.
Tim Northover
2014-04-30
1
-4
/
+4
*
ARM64: accept ELF-relocated load/store insts without a #.
Tim Northover
2014-04-30
1
-0
/
+1
*
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...
Craig Topper
2014-04-29
1
-14
/
+16
*
ARM64: diagnose use of v16-v31 in certain indexed NEON instructions.
Tim Northover
2014-04-28
1
-0
/
+9
*
[C++] Use 'nullptr'. Target edition.
Craig Topper
2014-04-25
1
-7
/
+7
*
AArch64/ARM64: allow negative addends, at least on ELF.
Tim Northover
2014-04-24
1
-14
/
+18
*
AArch64/ARM64: add support for :abs_gN_s: MOVZ modifiers
Tim Northover
2014-04-24
1
-0
/
+11
*
AArch64/ARM64: disentangle the "B.CC" and "LDR lit" operands
Tim Northover
2014-04-24
1
-2
/
+2
*
Create MCTargetOptions.
Evgeniy Stepanov
2014-04-23
1
-1
/
+2
*
[ARM64] Add a big endian version of the ARM64 target machine, and update all ...
James Molloy
2014-04-23
1
-1
/
+2
*
[ARM64] Enable feature predicates for NEON / FP / CRYPTO.
Kevin Qin
2014-04-23
1
-1
/
+21
*
ARM64: Refactor away a few redundant helpers.
Jim Grosbach
2014-04-21
1
-66
/
+33
*
ARM64: Improve diagnostics for malformed reg+reg addressing mode.
Jim Grosbach
2014-04-21
1
-1
/
+12
*
Move helper functions earlier in the file.
Jim Grosbach
2014-04-21
1
-54
/
+53
[next]