1. 37408e5 Remove V9 jit support by Chris Lattner · 19 years ago
  2. f4649a5 Vector insert test case. by Evan Cheng · 19 years ago
  3. 74a59c9 allow this dir to get pruned by Chris Lattner · 19 years ago
  4. cd03d21 Remove this target's reg tests by Chris Lattner · 19 years ago
  5. dc8a08e Fails with all sparcs by Chris Lattner · 19 years ago
  6. 2a60703 Remove V9 by Chris Lattner · 19 years ago
  7. 2706983 This target is no longer built. The ,v files now live in the reoptimizer. by Chris Lattner · 19 years ago
  8. 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
  9. 7df583e Never build SparcV9 by Chris Lattner · 19 years ago
  10. 73173e7 remove a dead prototype by Chris Lattner · 19 years ago
  11. 7a31b97 Make code match cvs commit message :) by Andrew Lenharth · 19 years ago
  12. 8117f9a If we can convert the return pointer type into an integer that IntPtrType by Andrew Lenharth · 19 years ago
  13. 3b9adf8 can we cast between pointers and IntPtrType by Andrew Lenharth · 19 years ago
  14. 26f5e98 Add a missing =back to eliminate error. by Reid Spencer · 19 years ago
  15. 5328031 v16i8 splat with 2 punpcklbw and a single pshufd. by Evan Cheng · 19 years ago
  16. 46d1d66 Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*. by Evan Cheng · 19 years ago
  17. 39623da - Added support to turn "vector clear elements", e.g. pand V, <-1, -1, 0, -1> by Evan Cheng · 19 years ago
  18. 44f1f09 Turn a VAND into a VECTOR_SHUFFLE is applicable. by Evan Cheng · 19 years ago
  19. c313c66 Added a virtual method isVectorClearMaskLegal to TLI. It is similar to by Evan Cheng · 19 years ago
  20. 7afbb73 Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle. by Evan Cheng · 19 years ago
  21. 22ad8d9 Added a movhlps, movlhps test case. by Evan Cheng · 19 years ago
  22. 6868153 Don't hardcode in 1.5 for the website, just use 'CVS'. by Chris Lattner · 19 years ago
  23. 6c787d8 This is old, out of date, and isn't linked to by anything. by Chris Lattner · 19 years ago
  24. 0231007 Make sure that the new instructions selected have the right type. This fixes by Chris Lattner · 19 years ago
  25. 0d4603b New testcase for a codegen crash by Chris Lattner · 19 years ago
  26. 84b71ae Changing domain name by Tanya Lattner · 19 years ago
  27. 62b5772 Implement folding of a bunch of binops with undef by Chris Lattner · 19 years ago
  28. 1ef81af Update llvmgcc4 tarball names by Chris Lattner · 19 years ago
  29. fcccd6b Removed listing of llvm releases after 1.4, and said "1.4 and newer" by Tanya Lattner · 19 years ago
  30. 2b87362 Made warning red. by Tanya Lattner · 19 years ago
  31. d006d3a Document is out of date.. added warning and link to llvm-config. by Tanya Lattner · 19 years ago
  32. 827a1d9 Fixed up comment on xfail for llvmgcc version. by Tanya Lattner · 19 years ago
  33. f894d0e Added note about being able to XFAIL based on llvmgcc version. by Tanya Lattner · 19 years ago
  34. b3c1100 Removed cvs mirror comment by Tanya Lattner · 19 years ago
  35. 993b980 Minor fixes for the release. by Tanya Lattner · 19 years ago
  36. 8bb0a6c This has been fixed! Thanks Reid. by Chris Lattner · 19 years ago
  37. d3582da Yeah that's right! by Chris Lattner · 19 years ago
  38. 31e0aea Fixes from Tanya by Chris Lattner · 19 years ago
  39. 9d3b814 Add in missing #defines for _OpenBSD_ systems. by Reid Spencer · 19 years ago
  40. 72cd9a9 Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type, by Evan Cheng · 19 years ago
  41. 1014ab4 Allow OpenBSD to be recognized as a UNIX platform. by Reid Spencer · 19 years ago
  42. 94fe5eb isSplatMask() bug: first element can be an undef. by Evan Cheng · 19 years ago
  43. 89a1b38 Simplify some code by Chris Lattner · 19 years ago
  44. 80d428c - Added support to do aribitrary 4 wide shuffle with no more than three by Evan Cheng · 19 years ago
  45. fd111b5 Prefer {p}unpack* and mov*dup over {p}shuf* as well. by Evan Cheng · 19 years ago
  46. f5e1dc2 Renamed AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
  47. 2dadaea - Renamed AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
  48. c81d2a0 Rename AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
  49. 533a0aa Commute vector_shuffle to match more movlhps, movlp{s|d} cases. by Evan Cheng · 19 years ago
  50. 3a00a3e Final piece to get relinked .o files buildable universal on Darwin. by Chris Lattner · 19 years ago
  51. b6f9341 Regenerate by Chris Lattner · 19 years ago
  52. 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 19 years ago
  53. f66a094 More mov{h|l}p{d|s} patterns. by Evan Cheng · 19 years ago
  54. cc0e98c - More mov{h|l}ps patterns. by Evan Cheng · 19 years ago
  55. 5941320 Allow "let AddedCost = n in" to increase pattern complexity. by Evan Cheng · 19 years ago
  56. 0c760dc Alpha too! by Chris Lattner · 19 years ago
  57. 8cc5ffb add a note by Chris Lattner · 19 years ago
  58. 9df47b5 Another simple case type merge case to try by Andrew Lenharth · 19 years ago
  59. 6139269 deal with memchr by Andrew Lenharth · 19 years ago
  60. 5e091f3 friendlier error message by Andrew Lenharth · 19 years ago
  61. bf9b371 add a note by Chris Lattner · 19 years ago
  62. ff5cdc2 Add a note. by Chris Lattner · 19 years ago
  63. f4b575b grammaro by Chris Lattner · 19 years ago
  64. 657408b Fix a bug owen noticed by Chris Lattner · 19 years ago
  65. cf797e9 Change wording by Chris Lattner · 19 years ago
  66. c71173a add a note by Chris Lattner · 19 years ago
  67. 1c1a85c add some more notes by Chris Lattner · 19 years ago
  68. 92e2196 stupid stuff by Andrew Lenharth · 19 years ago
  69. 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
  70. 1c212de I understand now. Shoot. by Andrew Lenharth · 19 years ago
  71. f0d4e3d - PEXTRW cannot take a memory location as its first source operand. by Evan Cheng · 19 years ago
  72. f463f51 SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand. by Evan Cheng · 19 years ago
  73. b7a5c52 Name change for clarity sake by Evan Cheng · 19 years ago
  74. a52b214 Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate). by Evan Cheng · 19 years ago
  75. 7b7bd57 Name change for clarity sake by Evan Cheng · 19 years ago
  76. fb2a3b2 Left a pattern out by Evan Cheng · 19 years ago
  77. a544266 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
  78. 2dbf23a llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
  79. 80f362a These are correctly encoded by the JIT. I checked :) by Chris Lattner · 19 years ago
  80. 8714012 add a note by Chris Lattner · 19 years ago
  81. 0090120 Fix a crash on: by Chris Lattner · 19 years ago
  82. df2a190 Fixed an encoding bug: movd from XMM to R32. by Evan Cheng · 19 years ago
  83. f70f8d9 pretty print node name by Chris Lattner · 19 years ago
  84. 90564f2 Implement an important entry from README_ALTIVEC: by Chris Lattner · 19 years ago
  85. 9959042 new testcase by Chris Lattner · 19 years ago
  86. 3be2905 move some stuff around, clean things up by Chris Lattner · 19 years ago
  87. 993c897 Teach the codegen about instructions used for SSE spill code, allowing it by Chris Lattner · 19 years ago
  88. 6baa2b7 Fix a copy & paste error from long ago. by Nate Begeman · 19 years ago
  89. 738bd30 Add some more notes, many still missing by Chris Lattner · 19 years ago
  90. 30ea478 Have the AutoRegen.sh script prompt the user for the LLVM src and obj by Reid Spencer · 19 years ago
  91. 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 19 years ago
  92. 44c933e add a bunch of stuff, pieces still missing by Chris Lattner · 19 years ago
  93. 8b57ff7 Add a warning. by Chris Lattner · 19 years ago
  94. 6a58e0e Add a warning by Chris Lattner · 19 years ago
  95. cea2aa7 Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing by Chris Lattner · 19 years ago
  96. 19a8152 Implement v16i8 multiply with this code: by Chris Lattner · 19 years ago
  97. a637e58 Add tests for v8i16 and v16i8 by Chris Lattner · 19 years ago
  98. 4980467 Correct comments by Evan Cheng · 19 years ago
  99. 72dd9bd Lower v8i16 multiply into this code: by Chris Lattner · 19 years ago
  100. e7c768e Custom lower v4i32 multiplies into a cute sequence, instead of having legalize by Chris Lattner · 19 years ago