Age | Commit message (Expand) | Author | Files | Lines |
2007-04-21 | * ppc-opc.c (powerpc_operands): Delete duplicate entries. | Alan Modra | 1 | -58/+29 |
2007-04-20 | include/opcode/ | Alan Modra | 1 | -360/+108 |
2007-04-20 | * ppc-opc.c (DCM, DGM, TE, RMC, R, SP, S): Correct shift. | Alan Modra | 1 | -37/+31 |
2007-04-19 | * ppc-opc.c (powerpc_opcodes): Add cctpl, cctpm, cctph, db8cyc, | Alan Modra | 1 | -0/+7 |
2007-04-18 | * ppc-opc.c (powerpc_opcodes): Recognize three-operand tlbsxe. | Alan Modra | 1 | -2/+2 |
2007-02-02 | * ppc-opc.c (insert_bdm): -Many comment. | Alan Modra | 1 | -31/+43 |
2006-11-06 | * ppc-opc.c: Restore COM to mfcr wrongly removed 2003-07-04. | Alan Modra | 1 | -1/+1 |
2006-10-26 | 2006-10-26 Ben Elliston <bje@au.ibm.com> | Peter Bergner | 1 | -12/+249 |
2006-10-24 | Add powerpc cell support. | Alan Modra | 1 | -2/+17 |
2005-11-15 | * ppc-opc.c (powerpc_opcodes): Add frin,friz,frip,frim. Correct | Alan Modra | 1 | -2/+11 |
2005-08-15 | gas/ | Daniel Jacobowitz | 1 | -1/+2 |
2005-05-19 | * ppc-dis.c (powerpc_dialect): Handle "-Mpower5". | Alan Modra | 1 | -5/+20 |
2005-05-07 | Update the address and phone number of the FSF | Nick Clifton | 1 | -2/+2 |
2005-04-19 | * ppc-opc.c (RTO): Define. | Alan Modra | 1 | -6/+4 |
2005-03-10 | opcodes/ | Alan Modra | 1 | -13/+51 |
2005-03-07 | * ppc-opc.c (powerpc_opcodes): Fix encoding of efscfd. | Aldy Hernandez | 1 | -1/+1 |
2005-01-20 | * ppc-opc.c (powerpc_opcodes): Add optional 'l' arg to tlbiel. | Alan Modra | 1 | -3/+3 |
2004-10-09 | * ppc-opc.c: Revert 2004-09-09 change. | Alan Modra | 1 | -1/+1 |
2004-10-07 | Replace literal "0"s with NULLs in pointer initializers. | Nick Clifton | 1 | -64/+64 |
2004-10-06 | * opcodes/ppc-opc.c (powerpc_opcodes): Add efscfd, efdabs, efdnabs, | Aldy Hernandez | 1 | -0/+35 |
2004-09-09 | opcodes/ | Alan Modra | 1 | -1/+1 |
2004-06-28 | opcodes/ | Alan Modra | 1 | -13/+22 |
2004-06-26 | * ppc-opc.c (BH, XLBH_MASK): Define. | Alan Modra | 1 | -5/+11 |
2004-05-19 | * ppc-opc.c (insert_fxm): Enable two operand mfcr when -many as | Alan Modra | 1 | -2/+7 |
2004-05-05 | * ppc-opc.c (PPCVEC): Remove PPC_OPCODE_PPC. | Alan Modra | 1 | -1/+1 |
2004-04-30 | * Corrections to previous patch. Amend ChangeLog. | Ben Elliston | 1 | -8/+9 |
2004-04-30 | * ppc-opc.c (powerpc_opcodes): Add "dbczl" instruction for PPC970. | Ben Elliston | 1 | -11/+11 |
2004-03-16 | Revert "lsdx", "lsdi", "stsdx", "stsdi", "lmd" and "stmd" insns. | Alan Modra | 1 | -12/+0 |
2004-03-16 | opcodes/ | Alan Modra | 1 | -118/+135 |
2004-03-15 | * ppc-opc.c (powerpc_opcodes): Add BOOKE versions of mfsprg. | Aldy Hernandez | 1 | -0/+4 |
2004-02-26 | * ppc-opc.c (powerpc_opcodes): Change mask for dcbt and dcbtst. | Aldy Hernandez | 1 | -2/+2 |
2004-02-20 | 2004-02-20 Aldy Hernandez <aldyh@redhat.com> | Aldy Hernandez | 1 | -1/+1 |
2004-02-20 | 2004-02-20 Aldy Hernandez <aldyh@redhat.com> | Aldy Hernandez | 1 | -0/+2 |
2004-02-20 | * ppc-opc.c (powerpc_opcodes): Add mfivor32, mfivor33, mfivor34, | Aldy Hernandez | 1 | -0/+6 |
2004-02-20 | 2004-02-19 Aldy Hernandez <aldyh@redhat.com> | Aldy Hernandez | 1 | -0/+1 |
2003-12-10 | opcodes: | Zack Weinberg | 1 | -6/+17 |
2003-12-03 | * alpha-opc.c: Remove ARGSUSED. | Kazu Hirata | 1 | -26/+0 |
2003-09-04 | * ppc-dis.c (struct dis_private): New. | Alan Modra | 1 | -24/+24 |
2003-09-02 | * ppc-opc.c (powerpc_opcodes): Combine identical PPC403/BOOKE entries. | Alan Modra | 1 | -222/+206 |
2003-08-19 | * ppc-opc.c (PPC440): Define. | Alan Modra | 1 | -88/+92 |
2003-07-29 | * ppc-opc.c (insert_mbe, extract_mbe): Shift 1L instead of 1 up. | Jakub Jelinek | 1 | -3/+3 |
2003-07-07 | * ppc-opc.c: Remove NULL pointer checks. Formatting. Remove | Alan Modra | 1 | -91/+69 |
2003-07-04 | * ppc-opc.c: Convert to C90, removing unnecessary prototypes and | Alan Modra | 1 | -267/+218 |
2003-07-04 | * ppc-opc.c: Remove PARAMS from prototypes. | Alan Modra | 1 | -111/+123 |
2003-06-10 | Add "attn", "lq" and "stq" power4 insns. | Alan Modra | 1 | -4/+116 |
2003-03-17 | Fix formatting. Update copyright date. | Nick Clifton | 1 | -63/+62 |
2003-03-14 | ppc-opc.c (powerpc_opcodes): Readd tlbre for PPC403. | Daniel Jacobowitz | 1 | -0/+1 |
2003-01-08 | * ppc-opc.c (powerpc_macros <extrwi>): Accept a shift of 32. | Alan Modra | 1 | -2/+2 |
2002-12-05 | 2002-12-05 Aldy Hernandez <aldyh@redhat.com> | Aldy Hernandez | 1 | -49/+2 |
2002-12-05 | * ppc-opc.c: Move mbar and msync up. Change mask for mbar and | Aldy Hernandez | 1 | -2/+2 |