1. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 17 years ago
  2. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 17 years ago
  3. f96e4de Set ISD::FPOW to Expand. by Dan Gohman · 17 years ago
  4. f1fc3a8 Fix PR 1681. When X86 target uses +sse -sse2, by Dale Johannesen · 17 years ago
  5. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 17 years ago
  6. f04afdb Change LegalFPImmediates to use APFloat. by Dale Johannesen · 17 years ago
  7. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 17 years ago
  8. 75ce010 Assert when TLS is not implemented. by Lauro Ramos Venancio · 17 years ago
  9. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 17 years ago
  10. 4234f57 switch TargetLowering::getConstraintType to take the entire constraint, by Chris Lattner · 17 years ago
  11. d0b82b3 Refactoring of formal parameter flags. Enable properly use of by Anton Korobeynikov · 17 years ago
  12. 2ad9f17 Simplify lowering and selection of exception ops. by Jim Laskey · 17 years ago
  13. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 17 years ago
  14. ac5a545 return addresses, those I already have by Andrew Lenharth · 18 years ago
  15. 5cbf985 For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoid by Reid Spencer · 18 years ago
  16. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 18 years ago
  17. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  18. 3553d86 FTOIT and ITOFT are bit converts, and if we drop 21264s, are always available by Andrew Lenharth · 18 years ago
  19. 4785781 For PR950: by Reid Spencer · 18 years ago
  20. f5da133 What should be the last unnecessary <iostream>s in the library. by Bill Wendling · 18 years ago
  21. 1331dec silence warnings. by Chris Lattner · 18 years ago
  22. 3ed469c For PR786: by Reid Spencer · 18 years ago
  23. d079cdb fix 2006-11-01-vastart.ll by Andrew Lenharth · 18 years ago
  24. f81173f Add all that branch mangling niftiness by Andrew Lenharth · 18 years ago
  25. c35497f All targets expand BR_JT for now. by Evan Cheng · 18 years ago
  26. 8b2794a Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. by Evan Cheng · 18 years ago
  27. b4eb092 Reduce the amount of state in the lowering code and drop old pattern ISel functions by Andrew Lenharth · 18 years ago
  28. 82c3d8f Jimptables working again on alpha. by Andrew Lenharth · 18 years ago
  29. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 18 years ago
  30. 111c2fa Alpha uses a got by Chris Lattner · 18 years ago
  31. 786225a Make use of getStore(). by Evan Cheng · 18 years ago
  32. c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 18 years ago
  33. 0607a2f Fix jump tables to match gcc (and the ABI and whatnot) by Andrew Lenharth · 18 years ago
  34. ea4f9d5 Jump tables on Alpha by Andrew Lenharth · 18 years ago
  35. c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
  36. 89c0b4a jmp_bufs are this big on alpha. by Andrew Lenharth · 18 years ago
  37. e219945 Eliminate use of getNode that takes a vector. by Chris Lattner · 18 years ago
  38. e21492b eliminate use of getNode that takes vector<SDOperand>. Wrap a really long line. by Chris Lattner · 18 years ago
  39. 441a570 These are already implemented by Andrew Lenharth · 18 years ago
  40. 7794bd3 this case isn't handled by Andrew Lenharth · 18 years ago
  41. df97cc6 Add memory operand and int regs by Andrew Lenharth · 18 years ago
  42. 1725599 inline asm, at least for floats by Andrew Lenharth · 18 years ago
  43. d1aab35 fix argument problem by Andrew Lenharth · 18 years ago
  44. 0e4dd01 It really helps to be returning to the correct place by Andrew Lenharth · 18 years ago
  45. f2b806a Let the alpha breakage begin. First Formals and RET. next Calls by Andrew Lenharth · 18 years ago
  46. dae9cbe Move this code to a common place by Andrew Lenharth · 18 years ago
  47. dd28ba2 remove dead variable. by Chris Lattner · 18 years ago
  48. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  49. 3e2c745 This may be overconservative, but it lets the new cfe compile by Andrew Lenharth · 18 years ago
  50. 253b9e7 fix some linking problems with the new gcc by Andrew Lenharth · 18 years ago
  51. afe3f49 mul by const conversion sequences. more coming soon by Andrew Lenharth · 18 years ago
  52. ccd9f98 This makes McCat/12-IOtest go 8x faster or so by Andrew Lenharth · 18 years ago
  53. ed5d1af This will be needed soon by Andrew Lenharth · 18 years ago
  54. 81e8097 Remove BRTWOWAY* by Nate Begeman · 18 years ago
  55. 13beebb fcopysign and get rid of dsnode cruft. custom PA runtimes make this better in some senses by Andrew Lenharth · 18 years ago
  56. 9601a86 Copysign needs to be expanded everywhere. Note that Alpha and IA64 should by Chris Lattner · 18 years ago
  57. 94dd292 Switch targets over to using SelectionDAG::getCALLSEQ_START to create by Chris Lattner · 19 years ago
  58. 750ac1b Fix some of the stuff in the PPC README file, and clean up legalization by Nate Begeman · 19 years ago
  59. b8973bd Allow the specification of explicit alignments for constant pool entries. by Evan Cheng · 19 years ago
  60. 08a9022 Update alpha to reflect recent constantfp legalize changes. It's not clear by Chris Lattner · 19 years ago
  61. 0aed784 Implement Promote for VAARG, and allow it to be custom promoted for people by Nate Begeman · 19 years ago
  62. 2d90bd5 Switch to AlphaISD::CALL instead of ISD::CALL by Chris Lattner · 19 years ago
  63. 677c4f2 oops by Andrew Lenharth · 19 years ago
  64. 5f8f0e2 forgot one by Andrew Lenharth · 19 years ago
  65. 0e53879 make things compile again by Andrew Lenharth · 19 years ago
  66. acc398c First part of bug 680: by Nate Begeman · 19 years ago
  67. fabd5ba bye bye Pattern ISEL by Andrew Lenharth · 19 years ago
  68. 66e4958 added stores to lsmark by Andrew Lenharth · 19 years ago
  69. 8707605 fix up more lsmark stuff by Andrew Lenharth · 19 years ago
  70. 167bc6e yea, lowering this stuff will basically work by Andrew Lenharth · 19 years ago
  71. 3942447 typo by Andrew Lenharth · 19 years ago
  72. 739027e stack and rpcc by Andrew Lenharth · 19 years ago
  73. 84a0605 Friendly names by Andrew Lenharth · 19 years ago
  74. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  75. b99329e expand unsupported stacksave/stackrestore nodes by Chris Lattner · 19 years ago
  76. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 19 years ago
  77. e0bce71 Had expand logic backward. by Jim Laskey · 19 years ago
  78. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 19 years ago
  79. 53d8970 All that just to lower div and rem by Andrew Lenharth · 19 years ago
  80. c687b48 All addressing modes are now exposed. The only remaining relocated forms by Andrew Lenharth · 19 years ago
  81. 4e62951 Let's see if we can break things. by Andrew Lenharth · 19 years ago
  82. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 19 years ago
  83. b2156f9 Make typesafe that which isn't: FCMOVxx by Andrew Lenharth · 19 years ago
  84. cd80496 FPSelect and more custom lowering by Andrew Lenharth · 19 years ago
  85. 7f0db91 All sorts of stuff. by Andrew Lenharth · 19 years ago
  86. f73bae1 No targets support line number info yet. by Chris Lattner · 19 years ago
  87. 5cefc5e whatever. Intermediate patch to see what breaks. Seems ok. by Andrew Lenharth · 19 years ago
  88. f3fb71b This is suppose to work now by Andrew Lenharth · 19 years ago
  89. 120ab48 begining alpha subtarget support by Andrew Lenharth · 19 years ago
  90. 3e2bafd Add FP versions of the binary operators, keeping the int and fp worlds seperate. by Chris Lattner · 19 years ago
  91. f2cded7 Majik numbers are bad by Chris Lattner · 19 years ago
  92. 46a776e Fix up the AssertXext problem, as well as adding it at calls by Andrew Lenharth · 19 years ago
  93. f71df33 revert part of the last change, should fix regressions by Andrew Lenharth · 19 years ago
  94. aa38ce4 Pull out Lowering in preperation for multiple ISels. Oh, and get rid of some stuff by Andrew Lenharth · 19 years ago