summaryrefslogtreecommitdiff
path: root/vg_to_ucode.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-29New files:njn1-16/+49
2002-04-26Fix many holes and bugs in an attempt to get my libpthread.so to exportsewardj1-1/+4
2002-04-21Add JCond-32 NP (long jump when parity odd) and CMOV NP too.sewardj1-0/+2
2002-04-18Oops! The floating-point conditional-move instructions read %EIP, sosewardj1-1/+30
2002-04-16Get rid of the muraroa.demon.co.uk references since that account issewardj1-1/+0
2002-04-16Get rid of the --client-perms= flag. Valgrind now depends criticallysewardj1-2/+2
2002-04-16Relent, and properly implement bt/bts/btc/btr for literal bit-offsets.sewardj1-37/+83
2002-04-15Get rid of the old bt/bts/btr/btc implementation.sewardj1-68/+4
2002-04-15Correctly implement x86 bt/btc/bts/btr insn. Previous impl was wrong:sewardj1-0/+143
2002-04-12Mega-merge of my last 2 weeks hacking. This basically does the groundworksewardj1-63/+25
2002-03-24Detect FPU instructions which set %EFLAGS and mark the resultingsewardj1-2/+27
2002-03-24Implement DAA as well as DAS. Byrial Jensen <byrial@image.dk>sewardj1-2/+5
2002-03-24(merge from 20020320)sewardj1-1/+16
2002-03-24(merge from 20020320)sewardj1-0/+18
2002-03-22Initial revisionsewardj1-0/+4309