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. d0b82b3 Refactoring of formal parameter flags. Enable properly use of by Anton Korobeynikov · 17 years ago
  11. 2ad9f17 Simplify lowering and selection of exception ops. by Jim Laskey · 17 years ago
  12. 62819f3 Support to provide exception and selector registers. by Jim Laskey · 17 years ago
  13. bcc5f36 Finish off bug 680, allowing targets to custom lower frame and return by Nate Begeman · 18 years ago
  14. 1ee2925 Make LABEL a builtin opcode. by Jim Laskey · 18 years ago
  15. 4785781 For PR950: by Reid Spencer · 18 years ago
  16. c0f64ff Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead by Evan Cheng · 18 years ago
  17. 6f51a77 silence warning by Chris Lattner · 18 years ago
  18. c35497f All targets expand BR_JT for now. by Evan Cheng · 18 years ago
  19. 8b2794a Merge ISD::TRUNCSTORE to ISD::STORE. Switch to using StoreSDNode. by Evan Cheng · 18 years ago
  20. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 18 years ago
  21. 786225a Make use of getStore(). by Evan Cheng · 18 years ago
  22. c548428 Combine ISD::EXTLOAD, ISD::SEXTLOAD, ISD::ZEXTLOAD into ISD::LOADX. Add an by Evan Cheng · 18 years ago
  23. c356a57 Reflects MachineConstantPoolEntry changes. by Evan Cheng · 18 years ago
  24. 2a0013f add setJumpBufSize() and setJumpBufAlignment() to target-lowering. by Duraid Madina · 18 years ago
  25. 4b79057 RET_FLAG has an optional input flag, but it does not produce a flag result. by Evan Cheng · 18 years ago
  26. e219945 Eliminate use of getNode that takes a vector. by Chris Lattner · 18 years ago
  27. e0e42d4 eliminate use of getNode that takes vector of operands. by Chris Lattner · 18 years ago
  28. 6848be1 Change RET node to include signness information of the return values. i.e. by Evan Cheng · 18 years ago
  29. 37efe67 JumpTable support! What this represents is working asm and jit support for by Nate Begeman · 18 years ago
  30. 81e8097 Remove BRTWOWAY* by Nate Begeman · 18 years ago
  31. 9601a86 Copysign needs to be expanded everywhere. Note that Alpha and IA64 should by Chris Lattner · 18 years ago
  32. 94dd292 Switch targets over to using SelectionDAG::getCALLSEQ_START to create by Chris Lattner · 19 years ago
  33. 750ac1b Fix some of the stuff in the PPC README file, and clean up legalization by Nate Begeman · 19 years ago
  34. a54aa94 Targets all now request ConstantFP to be legalized into TargetConstantFP. by Chris Lattner · 19 years ago
  35. 0aed784 Implement Promote for VAARG, and allow it to be custom promoted for people by Nate Begeman · 19 years ago
  36. 34fa038 Remove some dead code by Chris Lattner · 19 years ago
  37. ee62557 Remove TLI.LowerReturnTo, and just let targets custom lower ISD::RET for by Nate Begeman · 19 years ago
  38. 0577a22 Set SchedulingForLatency to be the default scheduling preference for all. by Evan Cheng · 19 years ago
  39. acc398c First part of bug 680: by Nate Begeman · 19 years ago
  40. 7558b0e Default scheduling preference is SchedulingForLatency. by Evan Cheng · 19 years ago
  41. bea9947 by Duraid Madina · 19 years ago
  42. ecc1a1b by Duraid Madina · 19 years ago
  43. e7916e6 fix calls that return f32 by Duraid Madina · 19 years ago
  44. 2e0348e by Duraid Madina · 19 years ago
  45. bc0f460 Cleanup IA64ISD, tell the graph drawer what the symbolic names for the enums are. by Chris Lattner · 19 years ago
  46. d88fc03 bswap implementation by Nate Begeman · 19 years ago
  47. 33f79df new nodes by Chris Lattner · 19 years ago
  48. a5959bf sabre's (correct) fix means these guys need to be flagged as well (else by Duraid Madina · 19 years ago
  49. 271426a Fix an itanium call lowering bug for duraid by Chris Lattner · 19 years ago
  50. 35ef913 Add bswap, rotl, and rotr nodes by Nate Begeman · 19 years ago
  51. cd618ef silence a bogus warning by Chris Lattner · 19 years ago
  52. 15d014b heh, 'sif it'd be a legalizer bug. by Duraid Madina · 19 years ago
  53. c1d3d10 by Duraid Madina · 19 years ago
  54. cb83374 silence a bogus gcc warning by Chris Lattner · 19 years ago
  55. e0bce71 Had expand logic backward. by Jim Laskey · 19 years ago
  56. abf6d17 Added initial support for DEBUG_LABEL allowing debug specific labels to be by Jim Laskey · 19 years ago
  57. 9b3e4c8 nasty paste-o, calls passing more than 8 arguments along were having by Duraid Madina · 19 years ago
  58. 64aa0ea this is a hack, which may or may not hang around. In short: by Duraid Madina · 19 years ago
  59. 98b3a83 this should take care of calls to varadic functions, but it doesn.,t by Duraid Madina · 19 years ago
  60. 98d1378 I shoulda done this a *long* time ago (tm): implement calls properly, by Duraid Madina · 19 years ago
  61. e81aecb Disengage DEBUG_LOC from non-PPC targets. by Jim Laskey · 19 years ago
  62. f73bae1 No targets support line number info yet. by Chris Lattner · 19 years ago
  63. b97cc99 kill redundant SP/GP/RP save/restores across calls by Duraid Madina · 19 years ago
  64. 9385680 add support for loading FP constants +0.0 and +1.0 to the dag isel, by Duraid Madina · 19 years ago
  65. f2db9b8 DAG->DAG instruction selection for ia64! "hello world" works, not much else. by Duraid Madina · 19 years ago