1. b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 20 years ago
  2. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
  3. a243db8 Fix calls that need to store values in stack slots, to not copy the stack by Chris Lattner · 20 years ago
  4. 413b979 Dead FP arguments still use an incoming FP reg. This fixes by Chris Lattner · 20 years ago
  5. da6d20f Give PPCISD:: nodes legible names in dumps. by Chris Lattner · 20 years ago
  6. a35ef63 linkonce symbols have an extra indirection, just like weak ones do. This fixes by Chris Lattner · 20 years ago
  7. e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
  8. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
  9. 1166bf3 Remove a fixme by Nate Begeman · 20 years ago
  10. 50fb3c4 Fix one of the things in the todo file, and get a bit closer to folding by Nate Begeman · 20 years ago
  11. 53e8845 make sure bit_converts are expanded by Chris Lattner · 20 years ago
  12. 1b95e0b Simplify some code by using BIT_CONVERT by Chris Lattner · 20 years ago
  13. 9e4dd9d Pattern-match return. Includes gross hack! by Nate Begeman · 20 years ago
  14. 7fd1edd Convert load/store over to being pattern matched by Nate Begeman · 20 years ago
  15. 28a6b02 Add support for TargetConstantPool nodes to the dag isel emitter, and use by Nate Begeman · 20 years ago
  16. 4172b10 Use new PPC-specific nodes to represent shifts which require the 6-bit by Chris Lattner · 20 years ago
  17. 80720a9 Fix Regression/CodeGen/PowerPC/2005-11-30-vastart-crash.ll by Chris Lattner · 20 years ago
  18. 425a969 Hook up one type, v4f32, to the VR RegisterClass for now. by Nate Begeman · 20 years ago
  19. f73bae1 No targets support line number info yet. by Chris Lattner · 20 years ago
  20. 1d05cb4 add an option to generate completely non-pic code, corresponding to what by Chris Lattner · 20 years ago
  21. 1df7478 Fix a bug that resistor on IRC hit where we tried to create token factor by Chris Lattner · 20 years ago
  22. 3eef4e3 Enable global address legalization, fixing a todo and allowing the removal by Chris Lattner · 20 years ago
  23. 1566613 Use the right accessor to create this node by Chris Lattner · 20 years ago
  24. 860e886 Add an initial hack at legalizing GlobalAddress into the appropriate nodes by Chris Lattner · 20 years ago
  25. 2823b3e When lowering direct calls, lower them to use a targetglobaladress directly by Chris Lattner · 20 years ago
  26. 85fd97d Fix an assert compiling MallocBench/gs by Chris Lattner · 20 years ago
  27. ae749a9 Correctly Expand or Promote FP_TO_UINT based on the capabilities of the by Nate Begeman · 20 years ago
  28. eb255f2 Expose the fextend on the DAG instead of doing it in the matcher by Chris Lattner · 20 years ago
  29. 405e3ec Invert the TargetLowering flag that controls divide by consant expansion. by Nate Begeman · 20 years ago
  30. 6957523 Move the target constant divide optimization up into the dag combiner, so by Nate Begeman · 20 years ago
  31. 4a95945 Add the ability to lower return instructions to TargetLowering. This by Nate Begeman · 20 years ago
  32. 9d2b817 Do the right thing and enable 64 bit regs under the control of a subtarget by Nate Begeman · 20 years ago
  33. 1d9d742 First bits of 64 bit PowerPC stuff, currently disabled. A lot of this is by Nate Begeman · 20 years ago
  34. 21e463b More PPC32 -> PPC changes, as well as merging some classes that were by Nate Begeman · 20 years ago
  35. 16e71f2 Rename PPC32*.h to PPC*.h by Chris Lattner · 20 years ago
  36. 7c0d664 fix an f32/f64 type mismatch by Chris Lattner · 20 years ago
  37. 919c032 Modify the ppc backend to use two register classes for FP: F8RC and F4RC. by Chris Lattner · 20 years ago
  38. 615c2d0 Add FP versions of the binary operators, keeping the int and fp worlds seperate. by Chris Lattner · 20 years ago
  39. d145a61 Darwin, like many BSD systems, has a setjmp/longjmp which saves the signal mask by Chris Lattner · 20 years ago
  40. 7b73834 Change the arg lowering code to use copyfromreg from vregs associated by Chris Lattner · 20 years ago
  41. 31262ce Remove some dead vectors by Chris Lattner · 20 years ago
  42. e6ec9f2 PowerPC cannot truncstore i1 natively by Chris Lattner · 20 years ago
  43. c09eeec Implement i64<->fp using the fctidz/fcfid instructions on PowerPC when we by Nate Begeman · 20 years ago
  44. 1e9de3e Decouple fsqrt from gpul optimizations, implementing fsqrt.ll. by Chris Lattner · 20 years ago
  45. f505949 Restore this patch now that the latent bug has been fixed by Chris Lattner · 20 years ago
  46. 5b3224f Revert the previous patch which causes a mysterious regression in toast. by Chris Lattner · 20 years ago
  47. 2a00daa Implement small-arguments.ll:test3 by teaching the DAG optimizer that by Chris Lattner · 20 years ago
  48. f760532 Move FCTIWZ handling out of the instruction selectors and into legalization, by Chris Lattner · 20 years ago
  49. bc11c34 Move SHL,SHR i64 -> legalizer by Chris Lattner · 20 years ago
  50. eb9b62e lower sra_parts on the dag, implementing it for the dag isel, and exposing by Chris Lattner · 20 years ago
  51. 49296f1 Enable generation of AssertSext and AssertZext in the PPC backend. by Nate Begeman · 20 years ago
  52. 6de08f4 Fix a bug in my patch for legalizing to fsel. It cannot handle seteq/setne, by Chris Lattner · 20 years ago
  53. 915fb30 Fix some really strange indentation that xcode likes to use. by Chris Lattner · 20 years ago
  54. 8a2d3ca implement SELECT_CC fully for the DAG->DAG isel! by Chris Lattner · 20 years ago
  55. 0bbea95 Make fsel emission work with both the pattern and dag-dag selectors, by by Chris Lattner · 20 years ago
  56. 0b1e4e5 implement the other half of the select_cc -> fsel lowering, which handles by Chris Lattner · 20 years ago
  57. e4bc9ea add initial support for converting select_cc -> fsel in the legalizer by Chris Lattner · 20 years ago
  58. c8e27db Remove option to make SetCC illegal on PowerPC after long discussion with by Nate Begeman · 20 years ago
  59. 8ca5693 Ack, typo by Nate Begeman · 20 years ago
  60. a50d53e Add an option to make SetCC illegal as a beta option by Nate Begeman · 20 years ago
  61. ad23c9d Make UINT_TO_FP and SINT_TO_FP use generic expansion. by Jim Laskey · 20 years ago
  62. a8cd015 updates for changes in nodes by Chris Lattner · 20 years ago
  63. 7cbd525 Implement BR_CC and BRTWOWAY_CC. This allows the removal of a rather nasty by Nate Begeman · 20 years ago
  64. 7c5a3d3 Pull the LLVM -> DAG lowering code out of the pattern selector so that it by Chris Lattner · 20 years ago