1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 3fc027d implement __builtin_return_addr(0) on ppc. by Chris Lattner · 17 years ago
  3. 1f87300 Implement ExpandOperationResult for ppc i64 fp->int, which fixes by Chris Lattner · 17 years ago
  4. 6eaeff2 Next PPC long double bits: ppcf128->i32 conversion. by Dale Johannesen · 17 years ago
  5. 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 17 years ago
  6. 61e729e More explicit keywords. by Dan Gohman · 17 years ago
  7. 66ffe6b Vector fneg must be expanded into fsub -0.0, X. by Evan Cheng · 17 years ago
  8. ea859be Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from by Dan Gohman · 17 years ago
  9. 0111999 Starting implementation of the ELF32 ABI specification of varargs handling. by Nicolas Geoffray · 17 years ago
  10. c9addb7 implement the new addressing mode description hook. by Chris Lattner · 17 years ago
  11. 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 17 years ago
  12. 8619391 More flexible TargetLowering LSR hooks for testing whether an immediate is a legal target address immediate or scale. by Evan Cheng · 17 years ago
  13. 43c6e7c Implemented the frameaddress intrinsic for PPC. by Nicolas Geoffray · 17 years ago
  14. 63f8fb1 Differentiate between the MachO and the ELF ABI the CALL instruction. by Nicolas Geoffray · 17 years ago
  15. 9f0bc65 implement support for the linux/ppc function call ABI. Patch by by Chris Lattner · 17 years ago
  16. 3c983c3 Fix a spelling error by Nate Begeman · 18 years ago
  17. 2f616bf by Jim Laskey · 18 years ago
  18. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 18 years ago
  19. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 18 years ago
  20. 331d1bc Implement the getRegForInlineAsmConstraint method for PPC. With recent by Chris Lattner · 18 years ago
  21. dba1aee Change the prototype for TargetLowering::isOperandValidForConstraint by Chris Lattner · 18 years ago
  22. 3a9ec24 For PR387: by Reid Spencer · 18 years ago
  23. d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 18 years ago
  24. c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 18 years ago
  25. abde460 Instead of implementing LowerCallTo directly, let the default impl produce an by Chris Lattner · 18 years ago
  26. 8ab5fe5 Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument by Chris Lattner · 18 years ago
  27. 90564f2 Implement an important entry from README_ALTIVEC: by Chris Lattner · 18 years ago
  28. e87192a Rename get_VSPLI_elt -> get_VSPLTI_elt by Chris Lattner · 18 years ago
  29. 140a58f Change the interface to the predicate that determines if vsplti* can be used. by Chris Lattner · 18 years ago
  30. f24380e Match vpku[hw]um(x,x). by Chris Lattner · 18 years ago
  31. caad163 Add support for matching vmrg(x,x) patterns by Chris Lattner · 18 years ago
  32. 116cc48 Pattern match vmrg* instructions, which are now lowered by the CFE into shuffles. by Chris Lattner · 18 years ago
  33. d0608e1 Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to by Chris Lattner · 18 years ago
  34. ddb739e Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into by Chris Lattner · 18 years ago
  35. 7ff7e67 Ask legalize to promote all vector shuffles to be v16i8 instead of having to by Chris Lattner · 18 years ago
  36. bbe77de Inform the dag combiner that the predicate compares only return a low bit. by Chris Lattner · 18 years ago
  37. a17b155 Lower vector compares to VCMP nodes, just like we lower vector comparison by Chris Lattner · 18 years ago
  38. 7f20b13 Use normal lvx for scalar_to_vector instead of lve*x. They do the exact by Chris Lattner · 18 years ago
  39. 6d92cad Codegen vector predicate compares. by Chris Lattner · 18 years ago
  40. 5b6a01b Remove PPC:isZeroVector, use ISD::isBuildVectorAllZeros instead by Evan Cheng · 18 years ago
  41. 9c61dcf Codegen things like: by Chris Lattner · 18 years ago
  42. 64b3a08 add support for using vxor to build zero vectors. This implements by Chris Lattner · 18 years ago
  43. ecfe55e When possible, custom lower 32-bit SINT_TO_FP to this: by Chris Lattner · 18 years ago
  44. ef819f8 fix duplicate definition errors by Chris Lattner · 18 years ago
  45. 3c0f9cc Check in some intermediate code that adds a skeleton for matching vsplt* by Chris Lattner · 18 years ago
  46. f1d0b2b Custom lower arbitrary VECTOR_SHUFFLE's to VPERM. by Chris Lattner · 18 years ago
  47. b2177b9 Custom lower SCALAR_TO_VECTOR into lve*x. by Chris Lattner · 18 years ago
  48. c4c6257 Added getTargetLowering() to TargetMachine. Refactored targets to support this. by Evan Cheng · 18 years ago
  49. 5126984 Compile this: by Chris Lattner · 18 years ago
  50. 8c13d0a Use a target-specific dag-combine to implement CodeGen/PowerPC/fp-int-fp.ll. by Chris Lattner · 18 years ago
  51. 1efa40f split register class handling from explicit physreg handling. by Chris Lattner · 18 years ago
  52. 4217ca8dc Updates to match change of getRegForInlineAsmConstraint prototype by Chris Lattner · 18 years ago
  53. ad3bc8d Implement getConstraintType for PPC. by Chris Lattner · 19 years ago
  54. 763317d Add the simple PPC integer constraints by Chris Lattner · 19 years ago
  55. ddc787d add info about the inline asm register constraints for PPC by Chris Lattner · 19 years ago
  56. 281b55e Use PPCISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  57. bba534d Make llvm.frame/returnaddr not crash on ppc by Chris Lattner · 19 years ago
  58. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 19 years ago
  59. acc398c First part of bug 680: by Nate Begeman · 19 years ago
  60. da6d20f Give PPCISD:: nodes legible names in dumps. by Chris Lattner · 19 years ago
  61. 9e4dd9d Pattern-match return. Includes gross hack! by Nate Begeman · 19 years ago
  62. 993aeb2 Prepare support for AltiVec multiply, divide, and sqrt. by Nate Begeman · 19 years ago
  63. 4172b10 Use new PPC-specific nodes to represent shifts which require the 6-bit by Chris Lattner · 19 years ago
  64. 860e886 Add an initial hack at legalizing GlobalAddress into the appropriate nodes by Chris Lattner · 19 years ago
  65. 4a95945 Add the ability to lower return instructions to TargetLowering. This by Nate Begeman · 19 years ago
  66. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 19 years ago
  67. 2668959 Rename PowerPC*.h to PPC*.h by Chris Lattner · 19 years ago
  68. c09eeec Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we by Nate Begeman · 19 years ago
  69. f760532 Move FCTIWZ handling out of the instruction selectors and into legalization, by Chris Lattner · 19 years ago
  70. 8a2d3ca implement SELECT_CC fully for the DAG->DAG isel! by Chris Lattner · 19 years ago
  71. 0bbea95 Make fsel emission work with both the pattern and dag-dag selectors, by by Chris Lattner · 19 years ago
  72. e4bc9ea add initial support for converting select_cc -> fsel in the legalizer by Chris Lattner · 19 years ago
  73. 7c5a3d3 Pull the LLVM -> DAG lowering code out of the pattern selector so that it by Chris Lattner · 19 years ago