aboutsummaryrefslogtreecommitdiff
path: root/tcg/aarch64/tcg-target.inc.c
AgeCommit message (Expand)Author
2018-02-08tcg/aarch64: Add vector operationsRichard Henderson
2017-09-17tcg/aarch64: Fully convert tcg_target_op_defRichard Henderson
2017-09-17tcg: Remove tcg_regset_set32Richard Henderson
2017-09-17tcg: Remove tcg_regset_clearRichard Henderson
2017-09-07tcg/aarch64: Use constant pool for moviRichard Henderson
2017-09-07tcg: Rearrange ldst label trackingRichard Henderson
2017-09-07tcg: Move USE_DIRECT_JUMP discriminator to tcg/cpu/tcg-target.hRichard Henderson
2017-07-09tcg/aarch64: Enable indirect jump path using LDR (literal)Pranith Kumar
2017-07-09tcg/aarch64: Use ADRP+ADD to compute target addressPranith Kumar
2017-07-09tcg/aarch64: Introduce and use long branch to registerPranith Kumar
2017-06-19tcg/aarch64: Use ADR in tcg_out_moviRichard Henderson
2017-06-05tcg/aarch64: Implement goto_ptrRichard Henderson
2017-03-01aarch64: Change ext type to TCGType to fix warningsPranith Kumar
2017-01-13tcg/aarch64: Fix tcg_out_moviRichard Henderson
2017-01-13tcg/aarch64: Fix addsub2 for 0+CRichard Henderson
2017-01-10tcg/aarch64: Handle ctz and clz opcodesRichard Henderson
2017-01-10tcg: Pass the opcode width to target_parse_constraintRichard Henderson
2017-01-10tcg: Transition flat op_defs array to a target callbackRichard Henderson
2017-01-10tcg/aarch64: Implement field extraction opcodesRichard Henderson
2016-09-16tcg/aarch64: Add support for fencePranith Kumar
2016-09-16tcg: Support arbitrary size + alignmentRichard Henderson
2016-07-05tcg: Improve the alignment check infrastructureSergey Sorokin
2016-07-05tcg: Optimize spills of constantsRichard Henderson
2016-05-12tcg: Clean up direct block chaining data fieldsSergey Fedorov
2016-05-12tcg/aarch64: Make direct jump patching thread-safeSergey Fedorov
2016-04-21tcg: check for CONFIG_DEBUG_TCG instead of NDEBUGAurelien Jarno
2016-04-21tcg: use tcg_debug_assert instead of assert (fix performance regression)Aurelien Jarno
2016-02-23tcg: Remove unnecessary osdep.h includes from tcg-target.inc.cPeter Maydell
2016-02-23tcg: Rename tcg-target.c to tcg-target.inc.cPeter Maydell