Jonas Maebe
|
c0548cadb0
* added some missing instructions and aliases, reordered them according
|
hace 10 años |
Jonas Maebe
|
f1b619a942
* made (X|W)ZR and (W)SP separate registers, because a number of
|
hace 10 años |
Jonas Maebe
|
e8c9b94147
* X29 is callee-saved
|
hace 10 años |
Jonas Maebe
|
3f5e95791b
* use iosxwstr instead of cwstring on Darwin (for iOS 7+ testing)
|
hace 10 años |
Jonas Maebe
|
a56d94230f
+ iosxwstr unit that uses CoreFoundation where possible for the widestring
|
hace 10 años |
Jonas Maebe
|
67c9d60b72
* factored out the check regarding whether the index of a vecn needs to be
|
hace 10 años |
Jonas Maebe
|
73a9dc8077
* fixed formatting
|
hace 10 años |
Jonas Maebe
|
f886fe49d6
* only prepend the sysroot path to -Fl paths if these paths are absolute;
|
hace 10 años |
Jonas Maebe
|
bc3d495285
* extra error checking in gen_load_cgpara_loc
|
hace 10 años |
Jonas Maebe
|
3fe0bd065e
* ARM assembler reader: don't check for postfixes beyond the length
|
hace 10 años |
Jonas Maebe
|
1dd5f579e6
* support record fields with the same name as registers in subscripts in
|
hace 10 años |
Jonas Maebe
|
504a9d1594
* fixed register sizes in a_load_ref_reg_unaligned()
|
hace 10 años |
Jonas Maebe
|
290e3f5ff8
* fixed assigning one float loc_reference to another of a different size if a
|
hace 10 años |
Jonas Maebe
|
c764826bb3
* check whether we are explicitly typecasting untypedpointer^ before other
|
hace 10 años |
Jonas Maebe
|
aae879d28a
* also set aktcallnode during tcallnode.pass_1, so that the callparanode
|
hace 10 años |
Jonas Maebe
|
863e81315e
* changed goto usage in tcallnode.pass_typecheck into try/finally (and at
|
hace 10 años |
Jonas Maebe
|
68303b8df1
* add explicit check that argument of sizeof(x) is a simple load node (this
|
hace 10 años |
Jonas Maebe
|
b8c8ef8489
* support transfering a cgpara that is stored in multiple paralocs into a
|
hace 10 años |
Jonas Maebe
|
e6511bcb33
* support multiple paralocs in a_load_reg_cgpara() by taking a round trip
|
hace 10 años |
nickysn
|
9be4e6a0de
* made the registers shown in the registers window depend on the target CPU
|
hace 10 años |
florian
|
35d550c9c6
+ commented directive for easier enabling
|
hace 10 años |
florian
|
a5bef2a2b9
* prevent new definitions being added to a global unit symtable after compilation of the implementation part started
|
hace 10 años |
florian
|
bc672e8fb2
* do not mess with the global symbol when compiling the implementation part of a unit
|
hace 10 años |
nickysn
|
7f2dce8f20
* also set got_error to true in case of an error response in i_gdb_command
|
hace 10 años |
Tomas Hajny
|
dff7cb3c3c
* added missing error constant
|
hace 10 años |
Jonas Maebe
|
1a949eae1f
* fixed i8086 compilation
|
hace 10 años |
Károly Balogh
|
d85b49755c
m68k: some ideas for a future second_abs_long implementation. no functional changes.
|
hace 10 años |
Károly Balogh
|
c72f58bcc5
m68k: implemented sqrt_real and abs_real inlines
|
hace 10 años |
nickysn
|
bd467adf52
* use StrDispose instead of Dispose in the libgdb.a implementation of GetIntRegister
|
hace 10 años |
nickysn
|
3b55dd919d
* fixed getting the FPC_BREAK_ERROR parameters on i386
|
hace 10 años |