summaryrefslogtreecommitdiff
path: root/target/hppa
AgeCommit message (Expand)AuthorFilesLines
2017-10-27Merge remote-tracking branch 'remotes/rth/tags/pull-dis-20171026' into stagingPeter Maydell1-1/+1
2017-10-25disas: Remove unused flags argumentsRichard Henderson1-1/+1
2017-10-24tcg: Initialize cpu_env genericallyRichard Henderson1-4/+0
2017-10-24tcg: define tcg_init_ctx and make tcg_ctx a pointerEmilio G. Cota1-1/+1
2017-10-24target/hppa: check CF_PARALLEL instead of parallel_cpusEmilio G. Cota3-6/+40
2017-10-24tcg: convert tb->cflags reads to tb_cflags(tb)Emilio G. Cota1-1/+1
2017-10-24qom: Introduce CPUClass.tcg_initializeRichard Henderson2-8/+1
2017-10-10tcg: remove addr argument from lookup_tb_ptrEmilio G. Cota1-3/+3
2017-09-07target/hppa: Convert to TranslatorOpsRichard Henderson1-143/+159
2017-09-07target/hppa: Convert to DisasContextBaseRichard Henderson1-9/+8
2017-09-07target/hppa: Convert to DisasJumpTypeRichard Henderson1-307/+294
2017-09-01hppa: replace cpu_hppa_init() with cpu_generic_init()Igor Mammedov2-11/+4
2017-07-19tcg: Pass generic CPUState to gen_intermediate_code()LluĂ­s Vilanova1-3/+2
2017-06-05target/hppa: Use tcg_gen_lookup_and_goto_ptrRichard Henderson1-4/+4
2017-06-01migration: Remove unneeded includes of migration/vmstate.hJuan Quintela1-1/+0
2017-03-04hppa: avoid anonymous unions in designated initializers.Paolo Bonzini1-33/+33
2017-02-06target/hppa: Fix gdb_write_registerRichard Henderson1-0/+1
2017-02-06target/hppa: Tidy do_cbranchRichard Henderson1-12/+5
2017-01-23target-hppa: Implement floating-point insnsRichard Henderson3-0/+1177
2017-01-23target-hppa: Implement system and memory-management insnsRichard Henderson3-0/+219
2017-01-23target-hppa: Implement loads and storesRichard Henderson3-0/+699
2017-01-23target-hppa: Implement shifts and depositsRichard Henderson1-0/+309
2017-01-23target-hppa: Implement linux-user gateway pageRichard Henderson1-4/+81
2017-01-23target-hppa: Implement branchesRichard Henderson1-0/+477
2017-01-23target-hppa: Implement basic arithmeticRichard Henderson3-0/+907
2017-01-23target-hppa: Add nullification frameworkRichard Henderson1-4/+224
2017-01-23target-hppa: Add framework and enable compilationRichard Henderson9-0/+1106