1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  2. 5a6c91a Fix unintented change from last commit by Nicolas Geoffray · 18 years ago
  3. 616585b Enable EH for linux/ppc32 targets by Nicolas Geoffray · 18 years ago
  4. 3fc027d implement __builtin_return_addr(0) on ppc. by Chris Lattner · 18 years ago
  5. 1f87300 Implement ExpandOperationResult for ppc i64 fp->int, which fixes by Chris Lattner · 18 years ago
  6. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 18 years ago
  7. 7921706 Disable a couple more things for ppcf128. by Dale Johannesen · 18 years ago
  8. 3311876 Use ptr type in the immediate field of a BxA instruction so we don't end up selecting 32-bit call instruction for ppc64. by Evan Cheng · 18 years ago
  9. 26cb286 comment fixes by Chris Lattner · 18 years ago
  10. fabd32d More ppcf128 issues (maybe the last)? by Dale Johannesen · 18 years ago
  11. 1de7c1d Change LowerFP_TO_SINT to create the specific code it needs instead of by Chris Lattner · 18 years ago
  12. 296c176 Fix type mismatch error in PPC Altivec (only causes by Dale Johannesen · 18 years ago
  13. a3f269f Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. by Dan Gohman · 18 years ago
  14. f96e4de Set ISD::FPOW to Expand. by Dan Gohman · 18 years ago
  15. 6eaeff2 Next PPC long double bits: ppcf128->i32 conversion. by Dale Johannesen · 18 years ago
  16. 3ce990d When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in by Dan Gohman · 18 years ago
  17. 638ccd5 Next powerpc long double bits. Comparisons work, by Dale Johannesen · 18 years ago
  18. 161e897 First round of ppc long double. call/return and by Dale Johannesen · 18 years ago
  19. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
  20. 718cb66 Add lengthof and endof templates that hide a lot of sizeof computations. by Owen Anderson · 18 years ago
  21. eaf0894 Enhance APFloat to retain bits of NaNs (fixes oggenc). by Dale Johannesen · 18 years ago
  22. b8a80f0 Use i64 on a PPC64 machine by Bill Wendling · 18 years ago
  23. 48884cd rename isOperandValidForConstraint to LowerAsmOperandForConstraint, by Chris Lattner · 18 years ago
  24. 66ffe6b Vector fneg must be expanded into fsub -0.0, X. by Evan Cheng · 18 years ago
  25. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  26. 75ce010 Assert when TLS is not implemented. by Lauro Ramos Venancio · 18 years ago
  27. 532dc2e Change getCopyToParts and getCopyFromParts to always use target-endian by Dan Gohman · 18 years ago
  28. ea859be Move ComputeMaskedBits, MaskedValueIsZero, and ComputeNumSignBits from by Dan Gohman · 18 years ago
  29. 3ee7740 describe an argument, hide it. by Chris Lattner · 18 years ago
  30. 52387be If a function is vararg, never pass inreg arguments in registers. Thanks to by Chris Lattner · 18 years ago
  31. 51eaa86 Rename MVT::getVectorBaseType to MVT::getVectorElementType. by Dan Gohman · 18 years ago
  32. f5135be Apply this patch: by Dan Gohman · 18 years ago
  33. 9f5d578 fix some subtle inline asm selection issues by Chris Lattner · 18 years ago
  34. 7c7ba9d Fix a bug in PPCTargetLowering::isLegalAddressingMode, scales other than 0/1/2 by Chris Lattner · 18 years ago
  35. 0111999 Starting implementation of the ELF32 ABI specification of varargs handling. by Nicolas Geoffray · 18 years ago
  36. ec58d9f The PPC64 ELF ABI is "intended to use the same structure layout and calling convention rules by Nicolas Geoffray · 18 years ago
  37. ef3c030 The ELF ABI specifies F1-F8 registers as argument registers for double, not by Nicolas Geoffray · 18 years ago
  38. c9addb7 implement the new addressing mode description hook. by Chris Lattner · 18 years ago
  39. 1baa197 "The C standards do say that "char" may either be a "signed char" or "unsigned by Lauro Ramos Venancio · 18 years ago
  40. 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 18 years ago
  41. b2ec1cc Stack and register alignment of call arguments in the ELF ABI by Nicolas Geoffray · 18 years ago
  42. 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
  43. b9a7bea Switch PPC return lower to use an autogenerated CC description. by Chris Lattner · 18 years ago
  44. 43c6e7c Implemented the frameaddress intrinsic for PPC. by Nicolas Geoffray · 18 years ago
  45. 63f8fb1 Differentiate between the MachO and the ELF ABI the CALL instruction. by Nicolas Geoffray · 18 years ago
  46. caddd44 always lower to RETFLAG, never leave it as just ret. by Chris Lattner · 18 years ago
  47. 4ddf7a4 no really, this is the right patch by Chris Lattner · 18 years ago
  48. 640c0ac always promote float varargs to double. by Chris Lattner · 18 years ago
  49. 9f0bc65 implement support for the linux/ppc function call ABI. Patch by by Chris Lattner · 18 years ago
  50. 2ad9f17 Simplify lowering and selection of exception ops. by Jim Laskey · 18 years ago
  51. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 18 years ago
  52. dee5a5a Fix ixaddrs as well, allowing ppc64 to compile to: by Chris Lattner · 18 years ago
  53. bc681d6 Compile test/CodeGen/PowerPC/LargeAbsoluteAddr.ll to: by Chris Lattner · 18 years ago
  54. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 19 years ago
  55. b10308e Propagate changes from my local tree. This patch includes: by Anton Korobeynikov · 19 years ago
  56. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  57. d08d233 setSetCCIsExpensive is gone. by Evan Cheng · 19 years ago
  58. ca367b4 Provide support for FP_TO_UINT. by Jim Laskey · 19 years ago
  59. 57fc62c Another step forward in PPC64 JIT support: we now no-longer need stubs by Chris Lattner · 19 years ago
  60. 2060a82 Missing opcode. by Jim Laskey · 19 years ago
  61. d27a258 Cleaned setjmp/longjmp lowering interfaces. Now we're producing right by Anton Korobeynikov · 19 years ago
  62. 85c671b Fix i64 uint_to_fp on ppc64 by Chris Lattner · 19 years ago
  63. efc7e52 Restoration of the stack pointer after a deallocation of a alloca was not by Jim Laskey · 19 years ago
  64. fbb74e6 1. In ppc64 mode we need only use one GPR. by Jim Laskey · 19 years ago
  65. 70fa493 Fix the CodeGen/PowerPC/vec_constants.ll regression. by Chris Lattner · 19 years ago
  66. 15eb329 Fix bug codegen'ing FP constant vectors with integer splats. Make sure the by Chris Lattner · 19 years ago
  67. 619965d Offset for load of 32-bit arg in 64-bit world was incorrect. by Jim Laskey · 19 years ago
  68. 7fc4a94 Remove debug code. by Jim Laskey · 19 years ago
  69. e9bd7b2 32-bit int space was not accounted for properly in lowerCall. by Jim Laskey · 19 years ago
  70. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 19 years ago
  71. b1eb987 on ppc64, float arguments take 8-byte stack slots not 4-byte stack slots. by Chris Lattner · 19 years ago
  72. 18258c6 convert PPC::BCC to use the 'pred' operand instead of separate predicate by Chris Lattner · 19 years ago
  73. 289c2d5 rename PPC::COND_BRANCH to PPC::BCC by Chris Lattner · 19 years ago
  74. df4ed63 start using PPC predicates more consistently. by Chris Lattner · 19 years ago
  75. 2f616bf by Jim Laskey · 19 years ago
  76. 0851b4f fix ldu/stu jit encoding. Swith 64-bit preinc load instrs to use memri by Chris Lattner · 19 years ago
  77. ac011bc lower "X = seteq Y, Z" to '(shr (ctlz (xor Y, Z)), 5)' instead of by Chris Lattner · 19 years ago
  78. 2fe4bf4 minor tweaks, reject vector preinc. by Chris Lattner · 19 years ago
  79. f6edf4d ppc64 doesn't have lwau, don't attempt to form it. by Chris Lattner · 19 years ago
  80. 94e509c implement preinc support for r+i loads on ppc64 by Chris Lattner · 19 years ago
  81. 4eab714 add an initial cut at preinc loads for ppc32. This is broken for ppc64 by Chris Lattner · 19 years ago
  82. cd63319 PPC supports i32 / i64 pre-inc load / store. by Evan Cheng · 19 years ago
  83. 144d8f0 Rename ISD::MemOpAddrMode to ISD::MemIndexedMode by Evan Cheng · 19 years ago
  84. fc5b1ab Refactor all the addressing mode selection stuff into the isel lowering by Chris Lattner · 19 years ago
  85. 3ed469c For PR786: by Reid Spencer · 19 years ago
  86. 331d1bc Implement the getRegForInlineAsmConstraint method for PPC. With recent by Chris Lattner · 19 years ago
  87. dba1aee Change the prototype for TargetLowering::isOperandValidForConstraint by Chris Lattner · 19 years ago
  88. c35497f All targets expand BR_JT for now. by Evan Cheng · 19 years ago
  89. 10da957 set the ppc64 stack pointer right, dynamic alloca now works for ppc64 by Chris Lattner · 19 years ago
  90. 56a752e Expand alloca for ppc64 by Chris Lattner · 19 years ago
  91. 8b2794a Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. by Evan Cheng · 19 years ago
  92. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 19 years ago
  93. 786225a Make use of getStore(). by Evan Cheng · 19 years ago
  94. c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 19 years ago
  95. 3fe6c1d Legalize is no longer limited to cleverness with just constant shift amounts. by Chris Lattner · 19 years ago
  96. cf9d0ac Fold the PPCISD shifts when presented with 0 inputs. This occurs for code by Chris Lattner · 19 years ago
  97. c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 19 years ago
  98. 3a9ec24 For PR387: by Reid Spencer · 19 years ago
  99. f6e190f Fix a bug in a recent refactoring that broke a bunch of stuff. by Chris Lattner · 19 years ago
  100. e219945 Eliminate use of getNode that takes a vector. by Chris Lattner · 19 years ago