1. 466685d Reflects ISD::LOAD / ISD::LOADX / LoadSDNode changes. by Evan Cheng · 18 years ago
  2. 24446e2 Merging ISD::LOAD and ISD::LOADX. Added LoadSDNode to represent load nodes. by Evan Cheng · 18 years ago
  3. 9f5d48b Do error checking. by Devang Patel · 18 years ago
  4. 54e4c02 Remove a dead var noticed by Yorion by Chris Lattner · 18 years ago
  5. ff7e63c add some tests for floating point arithmetic by Rafael Espindola · 18 years ago
  6. f2bdcb3 Fix build error in gcc 3.4 and make more this general by Andrew Lenharth · 18 years ago
  7. 3f0e5e2 Use GetTemporaryDirectory. Fix http://llvm.org/bugs/show_bug.cgi?id=894 by Devang Patel · 18 years ago
  8. 0376ade Fix usage example. by Nick Lewycky · 18 years ago
  9. 2dc0f2b add float -> double and double -> float conversion by Rafael Espindola · 18 years ago
  10. f63697d Fix PR886: by Reid Spencer · 18 years ago
  11. d68d2c3 xfail this until andrew has a chance to implement the alpha TM method. by Chris Lattner · 18 years ago
  12. 2d8680a add a test for adds adcs by Rafael Espindola · 18 years ago
  13. 45d1047 Fix a bug pointed out by Zhongxing Xu by Chris Lattner · 18 years ago
  14. ecdb9f9 add ADDS and ADCS by Rafael Espindola · 18 years ago
  15. 48bc9fb expand ISD::SELECT by Rafael Espindola · 18 years ago
  16. 5af3a68 add a note by Rafael Espindola · 18 years ago
  17. ad557f9 expand ISD::EXTLOAD by Rafael Espindola · 18 years ago
  18. 896f10c most ARM targets are little endian by Rafael Espindola · 18 years ago
  19. c836333 Implement SROA of unions with mixed pointers/integers in them. This implements by Chris Lattner · 18 years ago
  20. eab5bd3 new testcase for PR892 by Chris Lattner · 18 years ago
  21. 5b121cc Implement Transforms/ScalarRepl/union-pointer.ll:test by Chris Lattner · 18 years ago
  22. fc1dfd4 new testcase for SROA for stuff like "union { int*, float* }". by Chris Lattner · 18 years ago
  23. 6270f68 Eliminate more token factors by taking advantage of transitivity: by Chris Lattner · 18 years ago
  24. 53b06db Fix PR897 by Chris Lattner · 18 years ago
  25. 7138234 Combiner alias analysis passes Multisource (release-asserts.) by Jim Laskey · 18 years ago
  26. 3a7cd95 completely disable folding of loads into scalar sse instructions and provide by Chris Lattner · 18 years ago
  27. 5dfb6c7 new testcase we miscompile by Chris Lattner · 18 years ago
  28. 6f98773 convert packed FP add/sub/mul/div to use a multiclass. by Chris Lattner · 18 years ago
  29. 941cc456 one multiclass now defines all 8 variants of binary-scalar-sse-fp operations. by Chris Lattner · 18 years ago
  30. d2c99d5 Switch ADD/MUL/DIV/SUB scalarsse fp ops to a multiclass by Chris Lattner · 18 years ago
  31. 6970eda Random acts of shrinkage by Chris Lattner · 18 years ago
  32. a7ebe55 Convert pand/por/pxor to use multiclass by Chris Lattner · 18 years ago
  33. 70f4f2e Convert some more instructions over to use a new multiclass. by Chris Lattner · 18 years ago
  34. 5650eeb Fix a bug where PADDQrm printed paddd instead of paddq. by Chris Lattner · 18 years ago
  35. 7c47f9a Add multiclass for SSE2 instructions that correspond to simple binops. by Chris Lattner · 18 years ago
  36. 45e123c rename: PDI_binop_rm -> PDI_binop_rm_int PDI_binop_rmi -> PDI_binop_rmi_int by Chris Lattner · 18 years ago
  37. d4060cc Convert saturating PADD/PSUB's to use a multiclass by Chris Lattner · 18 years ago
  38. 8139e28 Convert PAVG*, PMADDWD, and PMUL* to use multiclasses. by Chris Lattner · 18 years ago
  39. 3dca490 Fix typo in packsswb instr definition, where the load had the wrong type. by Chris Lattner · 18 years ago
  40. e5bbd6d implement FUITOS and FUITOD by Rafael Espindola · 18 years ago
  41. 5aca927 implement FLDD by Rafael Espindola · 18 years ago
  42. d9ae778 implement fadds, faddd, fmuls and fmuld by Rafael Espindola · 18 years ago
  43. 783d45e handle pmin/pmax with multiclasses by Chris Lattner · 18 years ago
  44. dc52f17 regenerate by Chris Lattner · 18 years ago
  45. 85899b8 Bugfix: this allows multiclasses to have default arguments. by Chris Lattner · 18 years ago
  46. 7733799 simplify pack and shift intrinsics with multiclasses by Chris Lattner · 18 years ago
  47. 0199874 Use a multiclass to simplify 'SSE2 Integer comparison' by Chris Lattner · 18 years ago
  48. 736c020 move class defns close to uses to make it easier to read by Chris Lattner · 18 years ago
  49. fb996ee simplify horizontal op definitions by Chris Lattner · 18 years ago
  50. 3b57a83 remove more unneeded type info by Chris Lattner · 18 years ago
  51. aab370d remove unneeded definitions and type info by Chris Lattner · 18 years ago
  52. 15258d5 remove some unneeded type info by Chris Lattner · 18 years ago
  53. 845fb75 simplify patterns by merging in operand info by Chris Lattner · 18 years ago
  54. d1b651d Factor operands into packed unary classes by Chris Lattner · 18 years ago
  55. dc5aa21 remove dead/duplicate instructions by Chris Lattner · 18 years ago
  56. a0ea63d Pull operand info up into parent class for scalar sse intrinsics. by Chris Lattner · 18 years ago
  57. 86c1b3a convert the sole sd unary intrinsic to a multiclass for consistency by Chris Lattner · 18 years ago
  58. 3b83785 pull operand string into the multiclass by Chris Lattner · 18 years ago
  59. 9498ed8 Remove RSQRTSS[rm] RCPSS[rm], which are dead. by Chris Lattner · 18 years ago
  60. 4cc84ed eliminate redundancy by Chris Lattner · 18 years ago
  61. ed83a70 Fix a bug legalizing zero-extending i64 loads into 32-bit loads. The bottom by Chris Lattner · 18 years ago
  62. 0c79fed Set the jt section by Chris Lattner · 18 years ago
  63. cf9668f initialize ivar by Chris Lattner · 18 years ago
  64. 0336fdb If a target uses a GOT, put it in the jt data section, not the text by Chris Lattner · 18 years ago
  65. 111c2fa Alpha uses a got by Chris Lattner · 18 years ago
  66. 428e75e Add support for targets to declare that they use a GOT by Chris Lattner · 18 years ago
  67. e0cfc8b jump tables handle pic by Chris Lattner · 18 years ago
  68. db3ea67 print labels even if a MBB doesn't have a corresponding LLVM BB, just don't by Chris Lattner · 18 years ago
  69. 935b1f8 add optional input flag to FMRRD by Rafael Espindola · 18 years ago
  70. 614057b add support for calling functions that return double by Rafael Espindola · 18 years ago
  71. 3cff9f8 80 col violation. by Evan Cheng · 18 years ago
  72. 6e1f1fd ugly codegen by Chris Lattner · 18 years ago
  73. 4bdd275 Fix a miscompilation of: by Chris Lattner · 18 years ago
  74. af1dabe fix some bugs affecting functions with no arguments by Rafael Espindola · 18 years ago
  75. 1b50768 fix the stack alignment by Rafael Espindola · 18 years ago
  76. 4a408d4 add support for calling functions that have double arguments by Rafael Espindola · 18 years ago
  77. a26eb5e Still need to support -mcpu=<> or cross compilation will fail. Doh. by Evan Cheng · 18 years ago
  78. abc346c Do away with CPU feature list. Just use CPUID to detect MMX, SSE, SSE2, SSE3, and 64-bit support. by Evan Cheng · 18 years ago
  79. 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 · 18 years ago
  80. b6bb7e1 add an accessor by Chris Lattner · 18 years ago
  81. 5504602 MachineBasicBlock::splice was incorrectly updating parent pointers on by Chris Lattner · 18 years ago
  82. 786225a Make use of getStore(). by Evan Cheng · 18 years ago
  83. ad071e1 Add getStore() helper function to create ISD::STORE nodes. by Evan Cheng · 18 years ago
  84. 9c78ecb Don't crash if an MBB doesn't have an LLVM BB by Chris Lattner · 18 years ago
  85. 39b5a21 use a const ref for passing the vector to ArgumentLayout by Rafael Espindola · 18 years ago
  86. a284584 implement a ArgumentLayout class to factor code common to LowerFORMAL_ARGUMENTS and LowerCALL by Rafael Espindola · 18 years ago
  87. bc588b8 Alias analysis code clean ups. by Jim Laskey · 18 years ago
  88. 867b99f add a new SimplifyDemandedVectorElts method, which works similarly to by Chris Lattner · 18 years ago
  89. ce0420e new testcase by Chris Lattner · 18 years ago
  90. 06a248c2 Add insertelement/extractelement helper ctors. by Chris Lattner · 18 years ago
  91. 1907a7b Lower some min/max idioms to minss/maxss when unsafe fp math is enabled. by Chris Lattner · 18 years ago
  92. 666ad1f Check that jump tables wind up in the rodata section by Andrew Lenharth · 18 years ago
  93. 671d77b remove JumpTableTextSection by Chris Lattner · 18 years ago
  94. a66ba5f Don't bother setting JumpTableTextSection, it is about to disappear by Chris Lattner · 18 years ago
  95. e08d6e9 Emit pic jumptables to the same section that the function is emitted to, by Chris Lattner · 18 years ago
  96. 460b8bd Verify that jump tables are emitted to the same section as the function is, by Chris Lattner · 18 years ago
  97. 1da31ee Pass the MachineFunction into EmitJumpTableInfo. by Chris Lattner · 18 years ago
  98. edad2b7 implement and use getSectionForFunction by Chris Lattner · 18 years ago
  99. 6f6f699 Use getSectionForFunction. by Chris Lattner · 18 years ago
  100. 29bd9e1 Use getSectionForFunction by Chris Lattner · 18 years ago