1. be8e721 Split some code out into a new method. The generated code is exactly by Chris Lattner · 18 years ago
  2. d13ba80 This entry is done. switched to the gcc way of doing things. by Andrew Lenharth · 18 years ago
  3. 9629aba FindModifiedNodeSlot needs to add LoadSDNode ivars to create proper SelectionDAGCSEMap ID. by Evan Cheng · 18 years ago
  4. 67afa13 new testcase for zap generation, from the alpha readme by Chris Lattner · 18 years ago
  5. 8ca5afe This has apparently been fixed by Chris Lattner · 18 years ago
  6. 137d0ec Make the bugpoint reduction heuristics more effective. Patch submitted by by Chris Lattner · 18 years ago
  7. 493a7fc uint <-> double conversion by Rafael Espindola · 18 years ago
  8. 45aeccc Also update getNodeLabel for LoadSDNode. by Evan Cheng · 18 years ago
  9. 0ac1c6a SDNode::dump should also print out extension type and VT. by Evan Cheng · 18 years ago
  10. 667c349 add fp sub by Rafael Espindola · 18 years ago
  11. b47e1d0 add double <-> int conversion by Rafael Espindola · 18 years ago
  12. 55b5708 Fix another bug in extload promotion. by Chris Lattner · 18 years ago
  13. 0d9fe76 compare doubles by Rafael Espindola · 18 years ago
  14. fb6abd7 add some tests for floating point compare by Rafael Espindola · 18 years ago
  15. 4b20fbc initial support for fp compares. Unordered compares not implemented yet by Rafael Espindola · 18 years ago
  16. 62f2a3c Fix a bug introduced by my LOAD/LOADX changes. by Evan Cheng · 18 years ago
  17. ccc4870 Add test case from PR940. by Evan Cheng · 18 years ago
  18. a275ecb More isel time load folding checking for nodes that produce flag values. by Evan Cheng · 18 years ago
  19. 81c3845 Comments; getChain(), getBasePtr(), etc. should return a SDOperand by value. by Evan Cheng · 18 years ago
  20. 25fa831 shufps with load folding is better than movaps; movsd. by Evan Cheng · 18 years ago
  21. f2ea84a Don't go too crazy with these AddComplexity. Try matching shufps with load by Evan Cheng · 18 years ago
  22. 23425f5 Don't convert to MOVLP if using shufps etc. may allow load folding. by Evan Cheng · 18 years ago
  23. dc4c382 Use FindProgramByName instead of FindExecutable. by Devang Patel · 18 years ago
  24. d3eea90 Predicate function on the node should be matched before its childrean' matching by Evan Cheng · 18 years ago
  25. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 18 years ago
  26. 24446e2 Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. by Evan Cheng · 18 years ago
  27. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  28. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
  29. ff7e63c add some tests for floating point arithmetic by Rafael Espindola · 18 years ago
  30. f2bdcb3 Fix build error in gcc 3.4 and make more this general by Andrew Lenharth · 18 years ago
  31. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  32. 0376ade Fix usage example. by Nick Lewycky · 18 years ago
  33. 2dc0f2b add float -> double and double -> float conversion by Rafael Espindola · 18 years ago
  34. f63697d Fix PR886: by Reid Spencer · 18 years ago
  35. d68d2c3 xfail this until andrew has a chance to implement the alpha TM method. by Chris Lattner · 18 years ago
  36. 2d8680a add a test for adds adcs by Rafael Espindola · 18 years ago
  37. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 18 years ago
  38. ecdb9f9 add ADDS and ADCS by Rafael Espindola · 18 years ago
  39. 48bc9fb expand ISD::SELECT by Rafael Espindola · 18 years ago
  40. 5af3a68 add a note by Rafael Espindola · 18 years ago
  41. ad557f9 expand ISD::EXTLOAD by Rafael Espindola · 18 years ago
  42. 896f10c most ARM targets are little endian by Rafael Espindola · 18 years ago
  43. c836333 Implement SROA of unions with mixed pointers/integers in them. This implements by Chris Lattner · 18 years ago
  44. eab5bd3 new testcase for PR892 by Chris Lattner · 18 years ago
  45. 5b121cc Implement Transforms/ScalarRepl/union-pointer.ll:test by Chris Lattner · 18 years ago
  46. fc1dfd4 new testcase for SROA for stuff like "union { int*, float* }". by Chris Lattner · 18 years ago
  47. 6270f68 Eliminate more token factors by taking advantage of transitivity: by Chris Lattner · 18 years ago
  48. 53b06db Fix PR897 by Chris Lattner · 18 years ago
  49. 7138234 Combiner alias analysis passes Multisource (release-asserts.) by Jim Laskey · 18 years ago
  50. 3a7cd95 completely disable folding of loads into scalar sse instructions and provide by Chris Lattner · 18 years ago
  51. 5dfb6c7 new testcase we miscompile by Chris Lattner · 18 years ago
  52. 6f98773 convert packed FP add/sub/mul/div to use a multiclass. by Chris Lattner · 18 years ago
  53. 941cc456 one multiclass now defines all 8 variants of binary-scalar-sse-fp operations. by Chris Lattner · 18 years ago
  54. d2c99d5 Switch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass by Chris Lattner · 18 years ago
  55. 6970eda Random acts of shrinkage by Chris Lattner · 18 years ago
  56. a7ebe55 Convert pand/por/pxor to use multiclass by Chris Lattner · 18 years ago
  57. 70f4f2e Convert some more instructions over to use a new multiclass. by Chris Lattner · 18 years ago
  58. 5650eeb Fix a bug where PADDQrm printed paddd instead of paddq. by Chris Lattner · 18 years ago
  59. 7c47f9a Add multiclass for SSE2 instructions that correspond to simple binops. by Chris Lattner · 18 years ago
  60. 45e123c rename: PDI_binop_rm -> PDI_binop_rm_int PDI_binop_rmi -> PDI_binop_rmi_int by Chris Lattner · 18 years ago
  61. d4060cc Convert saturating PADD/PSUB's to use a multiclass by Chris Lattner · 18 years ago
  62. 8139e28 Convert PAVG*, PMADDWD, and PMUL* to use multiclasses. by Chris Lattner · 18 years ago
  63. 3dca490 Fix typo in packsswb instr definition, where the load had the wrong type. by Chris Lattner · 18 years ago
  64. e5bbd6d implement FUITOS and FUITOD by Rafael Espindola · 18 years ago
  65. 5aca927 implement FLDD by Rafael Espindola · 18 years ago
  66. d9ae778 implement fadds, faddd, fmuls and fmuld by Rafael Espindola · 18 years ago
  67. 783d45e handle pmin/pmax with multiclasses by Chris Lattner · 18 years ago
  68. dc52f17 regenerate by Chris Lattner · 18 years ago
  69. 85899b8 Bugfix: this allows multiclasses to have default arguments. by Chris Lattner · 18 years ago
  70. 7733799 simplify pack and shift intrinsics with multiclasses by Chris Lattner · 18 years ago
  71. 0199874 Use a multiclass to simplify 'SSE2 Integer comparison' by Chris Lattner · 18 years ago
  72. 736c020 move class defns close to uses to make it easier to read by Chris Lattner · 18 years ago
  73. fb996ee simplify horizontal op definitions by Chris Lattner · 18 years ago
  74. 3b57a83 remove more unneeded type info by Chris Lattner · 18 years ago
  75. aab370d remove unneeded definitions and type info by Chris Lattner · 18 years ago
  76. 15258d5 remove some unneeded type info by Chris Lattner · 18 years ago
  77. 845fb75 simplify patterns by merging in operand info by Chris Lattner · 18 years ago
  78. d1b651d Factor operands into packed unary classes by Chris Lattner · 18 years ago
  79. dc5aa21 remove dead/duplicate instructions by Chris Lattner · 18 years ago
  80. a0ea63d Pull operand info up into parent class for scalar sse intrinsics. by Chris Lattner · 18 years ago
  81. 86c1b3a convert the sole sd unary intrinsic to a multiclass for consistency by Chris Lattner · 18 years ago
  82. 3b83785 pull operand string into the multiclass by Chris Lattner · 18 years ago
  83. 9498ed8 Remove RSQRTSS[rm] RCPSS[rm], which are dead. by Chris Lattner · 18 years ago
  84. 4cc84ed eliminate redundancy by Chris Lattner · 18 years ago
  85. ed83a70 Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom by Chris Lattner · 18 years ago
  86. 0c79fed Set the jt section by Chris Lattner · 18 years ago
  87. cf9668f initialize ivar by Chris Lattner · 18 years ago
  88. 0336fdb If a target uses a GOT, put it in the jt data section, not the text by Chris Lattner · 18 years ago
  89. 111c2fa Alpha uses a got by Chris Lattner · 18 years ago
  90. 428e75e Add support for targets to declare that they use a GOT by Chris Lattner · 18 years ago
  91. e0cfc8b jump tables handle pic by Chris Lattner · 18 years ago
  92. db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 18 years ago
  93. 935b1f8 add optional input flag to FMRRD by Rafael Espindola · 18 years ago
  94. 614057b add support for calling functions that return double by Rafael Espindola · 18 years ago
  95. 3cff9f8 80 col violation. by Evan Cheng · 18 years ago
  96. 6e1f1fd ugly codegen by Chris Lattner · 18 years ago
  97. 4bdd275 Fix a miscompilation of: by Chris Lattner · 18 years ago
  98. af1dabe fix some bugs affecting functions with no arguments by Rafael Espindola · 18 years ago
  99. 1b50768 fix the stack alignment by Rafael Espindola · 18 years ago
  100. 4a408d4 add support for calling functions that have double arguments by Rafael Espindola · 18 years ago