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
...
*
ARM64AsmParser.cpp: Fix vg_leak in MC/ARM64/fp-encoding.s.
NAKAMURA Takumi
2014-04-15
1
-0
/
+2
*
Optional hash symbol feature support for ARM64
Stepan Dyatkovskiy
2014-04-15
1
-16
/
+37
*
[ARM64] Fix canonicalisation of MOVs. MOV is too complex to be modelled by a ...
Bradley Smith
2014-04-09
1
-11
/
+60
*
[ARM64] Fixup ADR/ADRP parsing such that they accept immediates and all label...
Bradley Smith
2014-04-09
1
-41
/
+66
*
[ARM64] Rename LR to the UAL-compliant 'X30'.
Bradley Smith
2014-04-09
1
-1
/
+1
*
[ARM64] Rename FP to the UAL-compliant 'X29'.
Bradley Smith
2014-04-09
1
-1
/
+1
*
[ARM64] Add missing tlbi operands and error for extra/missing register on tlb...
Bradley Smith
2014-04-09
1
-0
/
+18
*
[ARM64] Rework system register parsing to overcome SPSel clash in MSR variants.
Bradley Smith
2014-04-09
1
-134
/
+71
*
[ARM64] Remove PrefetchOp and use ARM64PRFM instead.
Bradley Smith
2014-04-09
1
-21
/
+10
*
[ARM64] Add WZR to isGPR32Register, since every use needs to check for this a...
Bradley Smith
2014-04-09
1
-4
/
+3
*
[ARM64] Move CPSRField and DBarrier operands over to AArch64-style disassembl...
Bradley Smith
2014-04-09
1
-46
/
+34
*
[ARM64] Switch the decoder, disassembler, instprinter and asmparser over to u...
Bradley Smith
2014-04-09
1
-314
/
+30
*
[ARM64] Move ARM64BaseInfo.{cpp,h} into a Utils/ subdirectory, a la AArch64. ...
Bradley Smith
2014-04-09
1
-1
/
+1
*
[ARM64] Add support for NV condition code (exists only for valid assembly/dis...
Bradley Smith
2014-04-09
1
-22
/
+5
*
[ARM64] Add parsing for vector lists such as {v0.8b-v3.8b}
Bradley Smith
2014-04-09
1
-19
/
+43
*
[ARM64] Correctly alias LSL to UXTW for 32bit instruction variants, rather th...
Bradley Smith
2014-04-09
1
-3
/
+3
*
Fixing warnings in the MSVC build. No functional changes intended.
Aaron Ballman
2014-04-01
1
-6
/
+6
*
[ARM64] Fix a heap-use-after-free spotted by ASan.
Chandler Carruth
2014-03-30
1
-1
/
+1
*
Fix a few -Wdocumentation warnings
Dmitri Gribenko
2014-03-29
1
-1
/
+1
*
ARM64: initial backend import
Tim Northover
2014-03-29
1
-0
/
+4832
[prev]