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