summaryrefslogtreecommitdiff
path: root/compiler/xtensa/cpuinfo.pas
Commit message (Expand)AuthorAgeFilesLines
* * (modified) patch by Christo Crause: ESP8266 doesn't support min/max instr...florian2020-12-061-2/+3
* + xtensa: make use of nsau to implement Bsr*florian2020-09-261-1/+2
* * Xtensa: tcgcpu.g_concatcopy makes use of loop extensions if availableflorian2020-09-051-2/+3
* * Xtensa: make use of divide extension if availableflorian2020-08-221-2/+3
* + Xtensa: make use of muluh/mulsh instructionsflorian2020-08-221-2/+3
* + Xtensa: more cpu capabilitesflorian2020-07-041-2/+3
* * Xtensa: patch by Christo Crause: fix controller date for esp8266, part of...florian2020-06-251-1/+1
* * xtensa-embedded: fix setting of the fpu and abiflorian2020-05-051-2/+2
* * Xtensa: patch by Christo Crause to handle the sign extension architecture...florian2020-04-111-2/+3
* + Xtensa: hard float support, i.e. make use of floating point extension if ...florian2020-04-031-8/+12
* * ESP32: set flash size to a resonable value (assumes external flash for now)florian2020-03-311-1/+1
* + initial FreeRTOS RTL support, largely based on the Embedded target, limit...florian2020-03-291-0/+2
* * Xtensa: no scheduler yet but loops can be unrolledflorian2020-03-271-1/+1
* + Xtensa: CALL0 abi startedflorian2020-03-211-8/+14
* * Xtensa: initial controller typesflorian2020-03-211-2/+9
* + Xtensa: initial skeleton completedflorian2020-03-201-0/+147