1. d497d9f I cannot find a libgcc function for this builtin. Therefor expanding it to a noop (which is how it use to be treated). If someone who knows the x86 backend better than me could tell me how to get a lock prefix on an instruction, that would be nice to complete x86 support. by Andrew Lenharth · 17 years ago
  2. 00fee65 In TargetLowering::LowerCallTo, don't assert that by Duncan Sands · 18 years ago
  3. e179584 Change how FP immediates are handled. by Nate Begeman · 18 years ago
  4. 69de193 Re-apply the memory operand changes, with a fix for the static by Dan Gohman · 18 years ago
  5. 334dc1f Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-commit. by Evan Cheng · 18 years ago
  6. c6c391d Create a new class, MemOperand, for describing memory references by Dan Gohman · 18 years ago
  7. f9c98e6 The last pieces needed for loading arbitrary by Duncan Sands · 18 years ago
  8. 0bd4893 * Introduce a new SelectionDAG::getIntPtrConstant method by Chris Lattner · 18 years ago
  9. 84bc542 Rename SSARegMap -> MachineRegisterInfo in keeping with the idea by Chris Lattner · 18 years ago
  10. 4ee451d Remove attribution from file headers, per discussion on llvmdev. by Chris Lattner · 18 years ago
  11. 0f8d9c0 Unify CALLSEQ_{START,END}. They take 4 parameters: the chain, two stack by Bill Wendling · 18 years ago
  12. f96e4de Set ISD::FPOW to Expand. by Dan Gohman · 18 years ago
  13. f1fc3a8 Fix PR 1681. When X86 target uses +sse -sse2, by Dale Johannesen · 18 years ago
  14. f7331b3 Fold the adjust_trampoline intrinsic into by Duncan Sands · 18 years ago
  15. f04afdb Change LegalFPImmediates to use APFloat. by Dale Johannesen · 18 years ago
  16. 36397f5 Support for trampolines, except for X86 codegen which is still under discussion. by Duncan Sands · 18 years ago
  17. 75ce010 Assert when TLS is not implemented. by Lauro Ramos Venancio · 18 years ago
  18. bed2946 Removed tabs everywhere except autogenerated & external files. Add make by Anton Korobeynikov · 18 years ago
  19. d0b82b3 Refactoring of formal parameter flags. Enable properly use of by Anton Korobeynikov · 18 years ago
  20. 2ad9f17 Simplify lowering and selection of exception ops. by Jim Laskey · 18 years ago
  21. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 18 years ago
  22. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 19 years ago
  23. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 19 years ago
  24. 4785781 For PR950: by Reid Spencer · 19 years ago
  25. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 19 years ago
  26. 6f51a77 silence warning by Chris Lattner · 19 years ago
  27. c35497f All targets expand BR_JT for now. by Evan Cheng · 19 years ago
  28. 8b2794a Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. by Evan Cheng · 19 years ago
  29. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 19 years ago
  30. 786225a Make use of getStore(). by Evan Cheng · 19 years ago
  31. c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 19 years ago
  32. c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 19 years ago
  33. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 19 years ago
  34. 4b79057 RET_FLAG has an optional input flag, but it does not produce a flag result. by Evan Cheng · 19 years ago
  35. e219945 Eliminate use of getNode that takes a vector. by Chris Lattner · 19 years ago
  36. e0e42d4 eliminate use of getNode that takes vector of operands. by Chris Lattner · 19 years ago
  37. 6848be1 Change RET node to include signness information of the return values. i.e. by Evan Cheng · 19 years ago
  38. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 19 years ago
  39. 81e8097 Remove BRTWOWAY* by Nate Begeman · 19 years ago
  40. 9601a86 Copysign needs to be expanded everywhere. Note that Alpha and IA64 should by Chris Lattner · 19 years ago
  41. 94dd292 Switch targets over to using SelectionDAG::getCALLSEQ_START to create by Chris Lattner · 20 years ago
  42. 750ac1b Fix some of the stuff in the PPC README file, and clean up legalization by Nate Begeman · 20 years ago
  43. a54aa94 Targets all now request ConstantFP to be legalized into TargetConstantFP. by Chris Lattner · 20 years ago
  44. 0aed784 Implement Promote for VAARG, and allow it to be custom promoted for people by Nate Begeman · 20 years ago
  45. 34fa038 Remove some dead code by Chris Lattner · 20 years ago
  46. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 20 years ago
  47. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 20 years ago
  48. acc398c First part of bug 680: by Nate Begeman · 20 years ago
  49. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 20 years ago
  50. bea9947 by Duraid Madina · 20 years ago
  51. ecc1a1b by Duraid Madina · 20 years ago
  52. e7916e6 fix calls that return f32 by Duraid Madina · 20 years ago
  53. 2e0348e by Duraid Madina · 20 years ago
  54. bc0f460 Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums are. by Chris Lattner · 20 years ago
  55. d88fc03 bswap implementation by Nate Begeman · 20 years ago
  56. 33f79df new nodes by Chris Lattner · 20 years ago
  57. a5959bf sabre's (correct) fix means these guys need to be flagged as well (else by Duraid Madina · 20 years ago
  58. 271426a Fix an itanium call lowering bug for duraid by Chris Lattner · 20 years ago
  59. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 20 years ago
  60. cd618ef silence a bogus warning by Chris Lattner · 20 years ago
  61. 15d014b heh, 'sif it'd be a legalizer bug. by Duraid Madina · 20 years ago
  62. c1d3d10 by Duraid Madina · 20 years ago
  63. cb83374 silence a bogus gcc warning by Chris Lattner · 20 years ago
  64. e0bce71 Had expand logic backward. by Jim Laskey · 20 years ago
  65. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 20 years ago
  66. 9b3e4c8 nasty paste-o, calls passing more than 8 arguments along were having by Duraid Madina · 20 years ago
  67. 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 20 years ago
  68. 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 20 years ago
  69. 98d1378 I shoulda done this a *long* time ago (tm): implement calls properly, by Duraid Madina · 20 years ago
  70. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 20 years ago
  71. f73bae1 No targets support line number info yet. by Chris Lattner · 20 years ago
  72. b97cc99 kill redundant SP/GP/RP save/restores across calls by Duraid Madina · 20 years ago
  73. 9385680 add support for loading FP constants +0.0 and +1.0 to the dag isel, by Duraid Madina · 20 years ago
  74. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 20 years ago