Commit Graph

22825 Commits

Author SHA1 Message Date
Károly Balogh
69fb20784a * fix source info for darwin (and some other systems), this fixes darwin hosted cross builds after r44407
git-svn-id: trunk@44454 -
2020-03-31 04:53:38 +00:00
florian
8e929b2879 * make TLinkerInfo fields ansistrings as xtensa-freertos needs long command lines
git-svn-id: trunk@44440 -
2020-03-30 20:42:56 +00:00
florian
3135effee3 * Xtensa: returning of 32 Bit values fixes
git-svn-id: trunk@44439 -
2020-03-30 20:42:55 +00:00
florian
26db93d78c * Xtensa: shift operations fixed
git-svn-id: trunk@44438 -
2020-03-30 20:42:55 +00:00
Jonas Maebe
79974a9671 + -XlS<x> option to specify a suffix for externally called LLVM utilities,
e.g. -XlS-7 to call clang-7 instead of clang)
  * IMPORTANT: changed the -CL llvm code generation options to -Cl, for
    consistency with the new -Xl option (-XL was already taken)

git-svn-id: trunk@44436 -
2020-03-30 19:58:49 +00:00
Jonas Maebe
10b15628ab * split i/t_darwin from i/t_bsd, as they don't have that much in common
any more

git-svn-id: trunk@44407 -
2020-03-29 18:27:27 +00:00
florian
1f00875f8c * fix ppudump after addition of freertos-xtensa
git-svn-id: trunk@44405 -
2020-03-29 17:13:48 +00:00
florian
0d41d86dd2 * Xtensa: use generic tcpuparamanager.getcgtempparaloc
git-svn-id: trunk@44404 -
2020-03-29 17:13:47 +00:00
florian
b51f3d6e53 * Xtensa: fix TCPUAddNode.second_cmp
git-svn-id: trunk@44403 -
2020-03-29 17:13:47 +00:00
florian
0a40d927cb * Xtensa: fix tcgcpu.a_cmp_reg_reg_label
git-svn-id: trunk@44402 -
2020-03-29 17:13:46 +00:00
florian
b787efb7fd * Xtensa: tcgcpu.g_concatcopy fixed: keep registers alive
git-svn-id: trunk@44401 -
2020-03-29 17:13:46 +00:00
florian
391512546e + initial FreeRTOS RTL support, largely based on the Embedded target, limited to Xtensa so far
git-svn-id: trunk@44400 -
2020-03-29 17:13:45 +00:00
Jonas Maebe
429b3744c4 * fpc: don't search for compiler binary in current directory when paramstr(0)
does not contain a path (unless the current directory is also in the PATH)

git-svn-id: trunk@44395 -
2020-03-29 14:52:45 +00:00
Jonas Maebe
3b8979210d * check target system instead of using an ifdef
git-svn-id: trunk@44394 -
2020-03-29 14:52:41 +00:00
florian
a9a85711d5 * Xtensa: fix tcpunotnode.second_boolean
git-svn-id: trunk@44385 -
2020-03-28 15:47:47 +00:00
florian
d1bbfe4cf7 + Xtensa: implemented tcputypeconvnode.second_int_to_bool
git-svn-id: trunk@44384 -
2020-03-28 15:47:46 +00:00
florian
8fd53df3cd * Xtensa: system_xtensa_embedded is an embedded system
git-svn-id: trunk@44383 -
2020-03-28 15:47:45 +00:00
florian
f51a893d1d * Xtensa: align literals properly
git-svn-id: trunk@44382 -
2020-03-28 15:47:45 +00:00
florian
db71a9428a * Xtensa: proper code generation for unit initialization
git-svn-id: trunk@44381 -
2020-03-28 15:47:44 +00:00
pierre
41e554067a Fix handling of parameters with size below the size of a full register
git-svn-id: trunk@44380 -
2020-03-28 13:13:04 +00:00
florian
17298086ca * Xtensa: improved handling of calling conventions
git-svn-id: trunk@44379 -
2020-03-27 22:14:18 +00:00
florian
0290f364cc * Xtensa: parameter passing for the windowed abi
git-svn-id: trunk@44378 -
2020-03-27 22:14:18 +00:00
florian
e858343c38 * Xtensa: no scheduler yet but loops can be unrolled
git-svn-id: trunk@44377 -
2020-03-27 22:14:17 +00:00
florian
28154cebd1 * Xtensa: fix txtensanodeutils.insert_init_final_table for the windowed abi
git-svn-id: trunk@44376 -
2020-03-27 22:14:17 +00:00
Jonas Maebe
523ebb42cf * fix LLVM backend compilation (mantis #36833)
git-svn-id: trunk@44374 -
2020-03-27 21:26:39 +00:00
florian
c239ae9414 * Xtensa: generate long calls
git-svn-id: trunk@44371 -
2020-03-26 21:54:41 +00:00
florian
d7126bd42c + Xtensa: initial support of the windowed abi
git-svn-id: trunk@44370 -
2020-03-26 21:54:41 +00:00
florian
7e4ee79e65 * Xtensa: more fixes for load_reg/ref_reg/ref
git-svn-id: trunk@44369 -
2020-03-26 21:54:40 +00:00
florian
47f6af4416 * Xtensa: improve tcgcpu.fixref
git-svn-id: trunk@44368 -
2020-03-26 21:54:40 +00:00
florian
5631acc401 * Xtensa: fix load_reg/ref_reg/ref
git-svn-id: trunk@44367 -
2020-03-26 21:54:39 +00:00
florian
f976083e7f * Xtensa: set correct frame pointer register
git-svn-id: trunk@44366 -
2020-03-26 21:54:38 +00:00
florian
639f1c476f + Xtensa: tcpuinlinenode.second_abs_long
git-svn-id: trunk@44364 -
2020-03-25 21:17:05 +00:00
florian
2a957e77bf + Xtensa: initial implementation of tcgcpu.g_proc_entry
git-svn-id: trunk@44363 -
2020-03-25 21:17:04 +00:00
florian
705218fef1 + Xtensa: tcg64fxtensa.a_op64_const_reg
git-svn-id: trunk@44362 -
2020-03-25 21:17:04 +00:00
florian
65be647bbd + Xtensa: initial tcg64fxtensa.a_op64_const_reg_reg, still room for improvements
git-svn-id: trunk@44361 -
2020-03-25 21:17:03 +00:00
florian
819e2638bb + Xtensa: tcgcpu.maybeadjustresult
git-svn-id: trunk@44360 -
2020-03-25 21:17:03 +00:00
florian
aa2907cffa * Xtensa: cleanup dummy code
git-svn-id: trunk@44359 -
2020-03-25 21:17:02 +00:00
Jeppe Johansen
662f069a21 xtensa: Add 64bit arithmetic operations.
git-svn-id: trunk@44358 -
2020-03-24 19:42:37 +00:00
florian
470cc8eb1c + Xtensa: make use of slli and srli
git-svn-id: trunk@44357 -
2020-03-24 19:42:37 +00:00
Jeppe Johansen
222cad35a9 Add immediate/zero comparisons.
git-svn-id: trunk@44356 -
2020-03-24 19:42:36 +00:00
florian
2146ca3616 * Xtensa: shifting fixed
git-svn-id: trunk@44355 -
2020-03-24 19:42:35 +00:00
florian
014785833f + Xtensa: initial tcg64fxtensa.a_op64_reg_reg_reg
git-svn-id: trunk@44354 -
2020-03-24 19:42:34 +00:00
florian
8c9c1d9798 + Xtensa: implemented tcg64fxtensa.a_op64_reg_reg
git-svn-id: trunk@44353 -
2020-03-24 19:42:34 +00:00
florian
2a8f2f3662 * Xtense: prettify assembler output
git-svn-id: trunk@44352 -
2020-03-24 19:42:33 +00:00
florian
fb2e262027 * Xtensa: cleanup unused stuff
+ Xtense: updated conditions

git-svn-id: trunk@44351 -
2020-03-23 20:54:57 +00:00
florian
b1759d9e91 + Xtensa: tcgcpu.g_concatcopy
git-svn-id: trunk@44350 -
2020-03-23 20:54:57 +00:00
florian
46e8cb3e49 + Xtensa: make use of ADDI
git-svn-id: trunk@44349 -
2020-03-23 20:54:56 +00:00
florian
2c689fa572 + Xtensa: tcgcpu.a_op_const_reg_reg
git-svn-id: trunk@44348 -
2020-03-23 20:54:55 +00:00
florian
637ede6879 + Xtensa: tcgcpu.a_op_const_reg_reg
git-svn-id: trunk@44340 -
2020-03-22 13:17:10 +00:00
florian
a156a9246b + Xtensa: tcgcpu.a_op_const_reg
git-svn-id: trunk@44339 -
2020-03-22 13:17:09 +00:00