aboutsummaryrefslogtreecommitdiff
path: root/target/arm/translate.c
AgeCommit message (Expand)Author
2017-06-05target/arm: optimize indirect branchesEmilio G. Cota
2017-06-05target/arm: optimize cross-page direct jumps in softmmuEmilio G. Cota
2017-06-02arm: Implement HFNMIENA support for M profile MPUPeter Maydell
2017-06-02arm: Use different ARMMMUIdx values for M profilePeter Maydell
2017-06-02arm: Add support for M profile CPUs having different MMU index semanticsPeter Maydell
2017-04-20arm: Remove workarounds for old M-profile exception return implementationpull-target-arm-20170420Peter Maydell
2017-04-20arm: Implement M profile exception return properlyPeter Maydell
2017-04-20arm: Track M profile handler mode state in TB flagsPeter Maydell
2017-04-20arm: Abstract out "are we singlestepping" test to utility functionPeter Maydell
2017-04-20arm: Move condition-failed codepath generation out of if()Peter Maydell
2017-04-20arm: Move gen_set_condexec() and gen_set_pc_im() up in the filePeter Maydell
2017-04-20arm: Factor out "generate right kind of step exception"Peter Maydell
2017-04-20arm: Thumb shift operations should not permit interworking branchesPeter Maydell
2017-04-20arm: Don't implement BXJ on M-profile CPUsPeter Maydell
2017-03-20arm: Fix APSR writes via M profile MSRpull-target-arm-20170320Peter Maydell
2017-03-20arm: Enforce should-be-1 bits in MRS decodingPeter Maydell
2017-03-20arm: Don't decode MRS(banked) or MSR(banked) for M profilePeter Maydell
2017-03-20arm: HVC and SMC encodings don't exist for M profilePeter Maydell
2017-02-28armv7m: Raise correct kind of UsageFault for attempts to execute ARM codePeter Maydell
2017-02-24target-arm: don't generate WFE/YIELD calls for MTTCGAlex Bennée
2017-02-07target/arm: A32, T32: Create Instruction Syndromes for Data AbortsPeter Maydell
2017-02-07target/arm: Abstract out pbit/wbit tests in ARM ldr/str decodePeter Maydell
2017-01-27armv7m: Report no-coprocessor faults correctlyPeter Maydell
2017-01-27armv7m: Replace armv7m.hack with unassigned_access handlerMichael Davidsaver
2017-01-10target-arm: Use clz opcodeRichard Henderson
2017-01-10target-arm: Use new deposit and extract opsRichard Henderson
2016-12-20Move target-* CPU file into a target/ folderThomas Huth