1. 197bd17 Build fixes for gcc-2.96 (which does not allow declarations after the by sewardj · 19 years ago
  2. f34ccc4 spacing and var name chages only by cerion · 19 years ago
  3. 92d9d87 Added AltiVec permutation insns: - vperm, vsldoi, vmrg*, vsplt* by cerion · 19 years ago
  4. 36991ef Implemented simple AltiVec arithmetic insns: by cerion · 19 years ago
  5. d3e5241 implemented vaddcuw by cerion · 19 years ago
  6. 27b3d7e more altivec insns: vsr, vspltw - only working with with --tool=none by cerion · 19 years ago
  7. 225a034 by cerion · 19 years ago
  8. c7cd214 Typechecker cleanups (non-functional changes) by sewardj · 19 years ago
  9. 6a64a9f On a PPC32Instr_Call, don't merely record how many integer registers by sewardj · 19 years ago
  10. 7bd6ffe by sewardj · 19 years ago
  11. dbcfae7 by sewardj · 19 years ago
  12. b51f0f4 by sewardj · 19 years ago
  13. 7d7f1b6 A further hack to reduce ppc32 reg-alloc costs: don't give the by sewardj · 19 years ago
  14. db36c0f Type casting cleanups. by sewardj · 19 years ago
  15. a5f957d Fix backend bug: the immediate on PPC32AMode_IR is 16 bits signed, not unsigned. by sewardj · 19 years ago
  16. 0171310 We have more than 59 allocateable regs now (duh) by cerion · 19 years ago
  17. 91c62fd Fixed coupla altivec typos - hopefully fixes FC4 build by cerion · 19 years ago
  18. 6b6f59e Reshuffled host-ppc32 AltiVec integer insns Added some AltiVec fp insns and CMov by cerion · 19 years ago
  19. c3d8bdc PPC32 AltiVec host-end framework & intruction output - no fp yet by cerion · 19 years ago
  20. 9762bbf Fix ppc32 'Call' bug by cerion · 19 years ago
  21. 094d139 Floating-point for ppc32 by cerion · 19 years ago
  22. ed623db guest-ppc32 by cerion · 19 years ago
  23. 428fabd Make several more files compile cleanly with icc -Wall. Hopefully by sewardj · 19 years ago
  24. 7ce9d15 Support for vex-directed instruction-cache invalidation, needed for by sewardj · 19 years ago
  25. 99f3577 Fix backend cntlzw by cerion · 19 years ago
  26. a2f7588 Cleanup backend: var name chages like src1,2 -> srcL,R etc by cerion · 19 years ago
  27. 9a036bf Build fixes for gcc-2.96 (be more ANSI C compliant wrt placement by sewardj · 19 years ago
  28. 9e263e3 Cleaned up backend a little by cerion · 19 years ago
  29. 47c526b Cleaned up isel for instns taking an RI arg by cerion · 19 years ago
  30. b8c3b7f Small backend printout changes only by cerion · 19 years ago
  31. 35663a7 Backend bug: mkFormD wasn't smallifying the imm by cerion · 19 years ago
  32. 5e2527e Alu32::SUB was broken in the backend. by cerion · 19 years ago
  33. fbda9b7 Fixed a backend shift bug: src/dst were swapped in emitted code. by cerion · 19 years ago
  34. f9d6e22 Just some assembly printout changes by cerion · 19 years ago
  35. 7f000af Added new instruction RdWrLR to read/write link register. by cerion · 19 years ago
  36. 8c51ed4 Better assembly printouts, and added iselCondCode 1:Bit Const by cerion · 19 years ago
  37. 9a934a9 just turned off some debug printfs by cerion · 19 years ago
  38. e97e106 Fixes to host_ppc32: by cerion · 19 years ago
  39. a56e9cc Cleaned up a little more by cerion · 19 years ago
  40. 7cf8e4e Fixed emit_PPC32Instr::Pin_Goto by cerion · 19 years ago
  41. fd0b87f Emitted Div, fixed mul... that's the lot for return0.orig\! by cerion · 19 years ago
  42. 98411db hdefs by cerion · 19 years ago
  43. 33aa6da More instr emitting: - most 'forms' done - had a go at Pin_Call, Pin_Goto by cerion · 19 years ago
  44. b85e8bb spacing/comment cleanup only by cerion · 19 years ago
  45. ab9132d Sorted out the condcode stuff - hopefully correctly... by cerion · 19 years ago
  46. c056a88 and now emit instrs big-endianly... :-) by cerion · 19 years ago
  47. d5e3838 Added the first instrs (load,store) to emit_PPC32Instr() by cerion · 19 years ago
  48. c0e707e Added Div32 - that's the last for this .orig file! by cerion · 19 years ago
  49. e13bb31 Added CLZ Fixed Unary32 Added genSpill_PPC32, genReload_PPC32 by cerion · 19 years ago
  50. 92f5dc7 hdefs: MulL, MFence by cerion · 19 years ago
  51. b536af9 hdefs: CMov32, Set32 by cerion · 19 years ago
  52. 3c0b12b Dealt with some cases where imm > 0xFFFF by cerion · 19 years ago
  53. b4a632a Changed the register setup a little by cerion · 19 years ago
  54. 2c49e03 A whole bunch more ppc32 backend code - just the isel stuff so far, no assembly by cerion · 19 years ago
  55. cd30449 A first swing at getting ppc32 backend working. Done: tmp, get, put, load, store by cerion · 19 years ago
  56. bcf8c3e Get the PPC32 back-end show on the road. by cerion · 19 years ago