| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | tcg: Fix missed pointer size != TCG_TARGET_REG_BITS changes | Richard Henderson | 2014-04-28 | 1 | -1/+1 |
| | | | | | Signed-off-by: Richard Henderson <rth@twiddle.net> | ||||
| * | tcg: Put target helper data into an array. | Richard Henderson | 2013-10-10 | 1 | -2/+1![]() |
| | | | | | | | | | | | | One call inside of a loop to tcg_register_helper instead of hundreds of sequential calls. Presumably more icache and branch prediction friendly; resulting binary size mostly unchanged on x86_64, as we're trading 32-bit rip-relative references in .text for full 64-bit pointers in .rodata. Signed-off-by: Richard Henderson <rth@twiddle.net> | ||||
| * | exec: move include files to include/exec/ | Paolo Bonzini | 2012-12-19 | 1 | -0/+275 |
| Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> | |||||

