1. 022d9e1 Revert 95130. by Evan Cheng · 16 years ago
  2. 9426196 Pass callsite return type to TargetLowering::LowerCall and use that to check sibcall eligibility. by Evan Cheng · 16 years ago
  3. 0c439eb Eliminate target hook IsEligibleForTailCallOptimization. by Evan Cheng · 16 years ago
  4. 3a84dae Add support for calls through function pointers in the 64-bit PowerPC SVR4 ABI. by Tilmann Scheller · 16 years ago
  5. 3d90dbe Add PowerPC codegen for indirect branches. by Bob Wilson · 16 years ago
  6. c76909a Improve MachineMemOperand handling. by Dan Gohman · 16 years ago
  7. fb2e752 Enhance EmitInstrWithCustomInserter() so target can specify CFG changes that sdisel will use to properly complete phi nodes. by Evan Cheng · 16 years ago
  8. 65c3c8f Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. by Sandeep Patel · 16 years ago
  9. c69d74a Revert commit 80428. It completely broke exception handling on x86-32 linux. by Duncan Sands · 16 years ago
  10. 9b35a09 - Add target lowering methods to get the preferred format for the FDE and LSDA by Bill Wendling · 16 years ago
  11. 6b16eff Add support for the PowerPC 64-bit SVR4 ABI. by Tilmann Scheller · 16 years ago
  12. 825b72b Split EVT into MVT and EVT, the former representing _just_ a primitive type, while by Owen Anderson · 16 years ago
  13. e50ed30 Rename MVT to EVT, in preparation for splitting SimpleValueType out into its own struct type. by Owen Anderson · 16 years ago
  14. 77547be Start moving TargetLowering away from using full MVTs and towards SimpleValueType, which will simplify the privatization of IntegerType in the future. by Owen Anderson · 16 years ago
  15. 98ca4f2 Major calling convention code refactoring. by Dan Gohman · 16 years ago
  16. a9c1dd7 Fix typos in comments. by Dan Gohman · 16 years ago
  17. 2a9ddfb Refactor ABI code in the PowerPC backend. by Tilmann Scheller · 16 years ago
  18. ffd0200 Implement the SVR4 ABI for PowerPC. by Tilmann Scheller · 16 years ago
  19. 667ee3c Small cleanups in the PowerPC backend. by Tilmann Scheller · 16 years ago
  20. b4202b8 Update comments to make it clear that the function alignment is the Log2 of the by Bill Wendling · 16 years ago
  21. 20c568f Add an "alignment" field to the MachineFunction object. It makes more sense to by Bill Wendling · 16 years ago
  22. 4c9369d Fix FP_TO_UINT->i32 on ppc32 -mcpu=g5. This was by Dale Johannesen · 16 years ago
  23. 9008ca6 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. by Nate Begeman · 16 years ago
  24. 15684b2 Revert 69952. Causes testsuite failures on linux x86-64. by Rafael Espindola · 16 years ago
  25. b706d29 PR2957 by Nate Begeman · 16 years ago
  26. f1d012c Fix spurious indentation in a comment. by Dan Gohman · 16 years ago
  27. 1fdbc1d Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing by Dan Gohman · 17 years ago
  28. 3484c09 Remove a non-DebugLoc version of getNode. by Dale Johannesen · 17 years ago
  29. 33c960f Remove non-DebugLoc versions of getLoad and getStore. by Dale Johannesen · 17 years ago
  30. 73e0914 Const-qualify getPreIndexedAddressParts and friends. by Dan Gohman · 17 years ago
  31. 5480c04 Fix PR3274: when promoting the condition of a BRCOND node, by Duncan Sands · 17 years ago
  32. 1607f05 Change the interface to the type legalization method by Duncan Sands · 17 years ago
  33. 54aeea3 Disable constant-offset folding for PowerPC, as the PowerPC target by Dan Gohman · 17 years ago
  34. da43bcf Properly handle 'm' inline asm constraints. If a GV is being selected for the addressing mode, it requires the same logic for PIC relative addressing, etc. by Evan Cheng · 17 years ago
  35. 0ba2bcf Fix these enums' starting values to reflect the way that by Dan Gohman · 17 years ago
  36. 7795932 Add trampoline support to PPC. GCC simply calls the "__trampoline_setup" by Bill Wendling · 17 years ago
  37. 095cc29 Define CallSDNode, an SDNode subclass for use with ISD::CALL. by Dan Gohman · 17 years ago
  38. 97efa36 Implement partial-word binary atomics on ppc. by Dale Johannesen · 17 years ago
  39. bdab93a Implement 32 & 64 bit versions of PPC atomic binary primitives. by Dale Johannesen · 17 years ago
  40. 140a8bb Remove PPC-specific lowering for atomics; the generic stuff works fine. by Dale Johannesen · 17 years ago
  41. 475871a Rename SDOperand to SDValue. by Dan Gohman · 17 years ago
  42. 5330192 Implement llvm.atomic.cmp.swap.i32 on PPC. Patch by Gary Benson! by Evan Cheng · 17 years ago
  43. 126d907 Rather than having a different custom legalization by Duncan Sands · 17 years ago
  44. 2887310 Added MemOperands to Atomic operations since Atomics touches memory. by Mon P Wang · 17 years ago
  45. 83ec4b6 Wrap MVT::ValueType in a struct to get type safety by Duncan Sands · 17 years ago
  46. 30e62c0 Tail call optimization improvements: by Arnold Schwaighofer · 17 years ago
  47. 5e76423 A few inline asm cleanups: by Chris Lattner · 17 years ago
  48. 8608f2e 64-bit atomic operations. by Evan Cheng · 17 years ago
  49. 54fc97d PPC32 atomic operations. by Evan Cheng · 17 years ago
  50. 7925ed0 Add support for multiple return values for the PPC target by by Dan Gohman · 17 years ago
  51. 5b8f82e Give TargetLowering::getSetCCResultType() a parameter so that ISD::SETCC's by Scott Michel · 17 years ago
  52. 5b3b695 Move PPC lowering functions into PPCTargetLowering by Dale Johannesen · 17 years ago
  53. 28d08fd Interface of getByValTypeAlignment differed between by Dale Johannesen · 17 years ago
  54. 977a76f Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits by Dan Gohman · 18 years ago
  55. fd29e0e Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. by Dan Gohman · 18 years ago
  56. ff9b373 Even though InsertAtEndOfBasicBlock is an ugly hack it still deserves a proper name. Rename it to EmitInstrWithCustomInserter since it does not necessarily insert by Evan Cheng · 18 years ago
  57. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  58. 3fc027d implement __builtin_return_addr(0) on ppc. by Chris Lattner · 18 years ago
  59. 1f87300 Implement ExpandOperationResult for ppc i64 fp->int, which fixes by Chris Lattner · 18 years ago
  60. 6eaeff2 Next PPC long double bits: ppcf128->i32 conversion. by Dale Johannesen · 18 years ago
  61. 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 18 years ago
  62. 61e729e More explicit keywords. by Dan Gohman · 18 years ago
  63. 66ffe6b Vector fneg must be expanded into fsub -0.0, X. by Evan Cheng · 18 years ago
  64. ea859be Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from by Dan Gohman · 18 years ago
  65. 0111999 Starting implementation of the ELF32 ABI specification of varargs handling. by Nicolas Geoffray · 18 years ago
  66. c9addb7 implement the new addressing mode description hook. by Chris Lattner · 18 years ago
  67. 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 18 years ago
  68. 8619391 More flexible TargetLowering LSR hooks for testing whether an immediate is a legal target address immediate or scale. by Evan Cheng · 18 years ago
  69. 43c6e7c Implemented the frameaddress intrinsic for PPC. by Nicolas Geoffray · 18 years ago
  70. 63f8fb1 Differentiate between the MachO and the ELF ABI the CALL instruction. by Nicolas Geoffray · 18 years ago
  71. 9f0bc65 implement support for the linux/ppc function call ABI. Patch by by Chris Lattner · 18 years ago
  72. 3c983c3 Fix a spelling error by Nate Begeman · 19 years ago
  73. 2f616bf by Jim Laskey · 19 years ago
  74. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 19 years ago
  75. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 19 years ago
  76. 331d1bc Implement the getRegForInlineAsmConstraint method for PPC. With recent by Chris Lattner · 19 years ago
  77. dba1aee Change the prototype for TargetLowering::isOperandValidForConstraint by Chris Lattner · 19 years ago
  78. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  79. d998938 Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps by Chris Lattner · 19 years ago
  80. c703a8f Make PPC call lowering more aggressive, making the isel matching code simple by Chris Lattner · 19 years ago
  81. abde460 Instead of implementing LowerCallTo directly, let the default impl produce an by Chris Lattner · 19 years ago
  82. 8ab5fe5 Switch the PPC backend over to using FORMAL_ARGUMENTS for formal argument by Chris Lattner · 19 years ago
  83. 90564f2 Implement an important entry from README_ALTIVEC: by Chris Lattner · 19 years ago
  84. e87192a Rename get_VSPLI_elt -> get_VSPLTI_elt by Chris Lattner · 19 years ago
  85. 140a58f Change the interface to the predicate that determines if vsplti* can be used. by Chris Lattner · 19 years ago
  86. f24380e Match vpku[hw]um(x,x). by Chris Lattner · 19 years ago
  87. caad163 Add support for matching vmrg(x,x) patterns by Chris Lattner · 19 years ago
  88. 116cc48 Pattern match vmrg* instructions, which are now lowered by the CFE into shuffles. by Chris Lattner · 19 years ago
  89. d0608e1 Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to by Chris Lattner · 19 years ago
  90. ddb739e Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into by Chris Lattner · 19 years ago
  91. 7ff7e67 Ask legalize to promote all vector shuffles to be v16i8 instead of having to by Chris Lattner · 19 years ago
  92. bbe77de Inform the dag combiner that the predicate compares only return a low bit. by Chris Lattner · 19 years ago
  93. a17b155 Lower vector compares to VCMP nodes, just like we lower vector comparison by Chris Lattner · 19 years ago
  94. 7f20b13 Use normal lvx for scalar_to_vector instead of lve*x. They do the exact by Chris Lattner · 19 years ago
  95. 6d92cad Codegen vector predicate compares. by Chris Lattner · 19 years ago
  96. 5b6a01b Remove PPC:isZeroVector, use ISD::isBuildVectorAllZeros instead by Evan Cheng · 19 years ago
  97. 9c61dcf Codegen things like: by Chris Lattner · 19 years ago
  98. 64b3a08 add support for using vxor to build zero vectors. This implements by Chris Lattner · 19 years ago
  99. ecfe55e When possible, custom lower 32-bit SINT_TO_FP to this: by Chris Lattner · 19 years ago
  100. ef819f8 fix duplicate definition errors by Chris Lattner · 19 years ago