aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-21Remove forward declaration of non-existant variableHervé Poussineau
2013-02-19target-i386: Use movcond to implement shiftd.Richard Henderson
2013-02-19target-i386: Discard CC_OP computation in set_cc_op alsoRichard Henderson
2013-02-19target-i386: Use movcond to implement rotate flags.Richard Henderson
2013-02-19target-i386: Use movcond to implement shift flags.Richard Henderson
2013-02-19target-i386: Add CC_OP_CLRRichard Henderson
2013-02-19target-i386: Implement tzcnt and fix lzcntRichard Henderson
2013-02-19target-i386: Use clz/ctz for bsf/bsr helpersRichard Henderson
2013-02-19target-i386: Implement ADX extensionRichard Henderson
2013-02-19uas-uas: usb3 streamsGerd Hoffmann
2013-02-19usb-xhci: usb3 streamsGerd Hoffmann
2013-02-19usb-core: usb3 streamsGerd Hoffmann
2013-02-19usb: fix endpoint descriptor orderingGerd Hoffmann
2013-02-19usb-redir: simplify packet copyGerd Hoffmann
2013-02-19usb: make usb_packet_copy operate on combined packetsGerd Hoffmann
2013-02-19usb: add usb_ep_set_haltedGerd Hoffmann
2013-02-19usb-host: remove usb_host_device_closeGerd Hoffmann
2013-02-19usb-host: move legacy cmd line bitsGerd Hoffmann
2013-02-19usb-storage: use scsi_req_enqueue return valueGerd Hoffmann
2013-02-19allow disabling usb smartcard supportGerd Hoffmann
2013-02-19make usb devices configurableGerd Hoffmann
2013-02-19fix scripts/make_device_config.shGerd Hoffmann
2013-02-19usb: Makefile cleanupGerd Hoffmann
2013-02-18target-i386: Implement RORXRichard Henderson
2013-02-18target-i386: Implement SHLX, SARX, SHRXRichard Henderson
2013-02-18target-i386: Implement PDEP, PEXTRichard Henderson
2013-02-18target-i386: Implement MULXRichard Henderson
2013-02-18target-i386: Implement BZHIRichard Henderson
2013-02-18target-i386: Implement BLSR, BLSMSK, BLSIRichard Henderson
2013-02-18target-i386: Implement BEXTRRichard Henderson
2013-02-18target-i386: Implement ANDNRichard Henderson
2013-02-18target-i386: Implement MOVBERichard Henderson
2013-02-18target-i386: Decode the VEX prefixesRichard Henderson
2013-02-18target-i386: Tidy prefix parsingRichard Henderson
2013-02-18target-i386: Use CC_SRC2 for ADC and SBBRichard Henderson
2013-02-18target-i386: Make helper_cc_compute_{all,c} constRichard Henderson
2013-02-18target-i386: Don't reference ENV through most of cc helpersRichard Henderson
2013-02-18target-i386: optimize flags checking after sub using CC_SRCTRichard Henderson
2013-02-18target-i386: Update cc_op before TCG branchesRichard Henderson
2013-02-18target-i386: introduce gen_jcc1_noeobRichard Henderson
2013-02-18target-i386: use gen_op for cmps/scasRichard Henderson
2013-02-18target-i386: kill cpu_T3Paolo Bonzini
2013-02-18target-i386: expand cmov via movcondRichard Henderson
2013-02-18target-i386: introduce gen_cmovcc1Paolo Bonzini
2013-02-18target-i386: cleanup temporary macros for CCPreparePaolo Bonzini
2013-02-18target-i386: inline gen_prepare_cc_slowRichard Henderson
2013-02-18target-i386: use CCPrepare to generate conditional jumpsPaolo Bonzini
2013-02-18target-i386: introduce gen_prepare_ccRichard Henderson
2013-02-18target-i386: introduce CCPrepareRichard Henderson
2013-02-18target-i386: optimize setcc instructionsPaolo Bonzini