| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tcg: Restart TB generation after constant pool overflow | Richard Henderson | 2019-04-24 | 1 | -5/+7 |
| | | | | | | | This is part b of relocation overflow handling. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||||
| * | tcg: Allow multiple word entries into the constant pool | Richard Henderson | 2018-02-08 | 1 | -21/+92 |
| | | | | | | | | | This will be required for storing vector constants. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> | ||||
| * | tcg: Infrastructure for managing constant pools | Richard Henderson | 2017-09-07 | 1 | -0/+85 |
| A new shared header tcg-pool.inc.c adds new_pool_label, for registering a tcg_target_ulong to be emitted after the generated code, plus relocation data to install a pointer to the data. A new pointer is added to the TCGContext, so that we dump the constant pool as data, not code. Signed-off-by: Richard Henderson <rth@twiddle.net> | |||||
