Jonas Maebe
|
0ce5a1de7f
+ IsSimpleRef() function that can be used to determine whether a reference
|
10 years ago |
Jonas Maebe
|
84cea76f7a
* ARM64 -> AArch64
|
10 years ago |
Jonas Maebe
|
19d47610ad
* added error checking to spilling_create_load/store
|
10 years ago |
Jonas Maebe
|
92b644a19f
+ taicpu.op_reg_reg_const_shifterop()
|
10 years ago |
Jonas Maebe
|
f5950ac4cd
+ added remaining aarch64 shift/extension modes
|
10 years ago |
Jonas Maebe
|
24d3b1cdf6
+ tcgsizep2size[] to convert a tcgsize to its power-of-2 bytesize
|
10 years ago |
Jonas Maebe
|
a49d386541
+ SW postfix for sign extending a 32 bit integer
|
10 years ago |
Jonas Maebe
|
ff61aba3fe
* there is no ROR shiftmode on AArch64
|
10 years ago |
Jonas Maebe
|
cd6e3d5622
* fixed another compilation error
|
10 years ago |
Jonas Maebe
|
544c8d34ec
+ taicpu.op_reg_const_shifterop() constructor
|
10 years ago |
Jonas Maebe
|
3cfa91a249
* enable cgsize2subreg() and cgsize2subreg() to differentiate between 32 and
|
10 years ago |
Jonas Maebe
|
df8b644190
- removed some ARM leftovers
|
10 years ago |
Jonas Maebe
|
fc235c9400
* fixed warnings
|
10 years ago |
Jonas Maebe
|
76d779b648
* added SW suffix
|
10 years ago |
Jonas Maebe
|
c0548cadb0
* added some missing instructions and aliases, reordered them according
|
10 years ago |
Jonas Maebe
|
f1b619a942
* made (X|W)ZR and (W)SP separate registers, because a number of
|
10 years ago |
Jonas Maebe
|
e8c9b94147
* X29 is callee-saved
|
10 years ago |
Jonas Maebe
|
3f5e95791b
* use iosxwstr instead of cwstring on Darwin (for iOS 7+ testing)
|
10 years ago |
Jonas Maebe
|
a56d94230f
+ iosxwstr unit that uses CoreFoundation where possible for the widestring
|
10 years ago |
Jonas Maebe
|
67c9d60b72
* factored out the check regarding whether the index of a vecn needs to be
|
10 years ago |
Jonas Maebe
|
73a9dc8077
* fixed formatting
|
10 years ago |
Jonas Maebe
|
f886fe49d6
* only prepend the sysroot path to -Fl paths if these paths are absolute;
|
10 years ago |
Jonas Maebe
|
bc3d495285
* extra error checking in gen_load_cgpara_loc
|
10 years ago |
Jonas Maebe
|
3fe0bd065e
* ARM assembler reader: don't check for postfixes beyond the length
|
10 years ago |
Jonas Maebe
|
1dd5f579e6
* support record fields with the same name as registers in subscripts in
|
10 years ago |
Jonas Maebe
|
504a9d1594
* fixed register sizes in a_load_ref_reg_unaligned()
|
10 years ago |
Jonas Maebe
|
290e3f5ff8
* fixed assigning one float loc_reference to another of a different size if a
|
10 years ago |
Jonas Maebe
|
c764826bb3
* check whether we are explicitly typecasting untypedpointer^ before other
|
10 years ago |
Jonas Maebe
|
aae879d28a
* also set aktcallnode during tcallnode.pass_1, so that the callparanode
|
10 years ago |
Jonas Maebe
|
863e81315e
* changed goto usage in tcallnode.pass_typecheck into try/finally (and at
|
10 years ago |