1. 1eeeb0c Wrap long lines, fix verification error by Chris Lattner · 19 years ago
  2. 1bb8d30 use the right escapes by Chris Lattner · 19 years ago
  3. 3e104b1 Codegen shufflevector as VVECTOR_SHUFFLE by Chris Lattner · 19 years ago
  4. 4ddd283 add a sanity check: LegalizeOp should return a value that is the same type by Chris Lattner · 19 years ago
  5. 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
  6. f4bd7d8 Regenerate by Chris Lattner · 19 years ago
  7. 2d7349a Use isValidOperands instead of duplicating or eliding checks. by Chris Lattner · 19 years ago
  8. 1cbe05b Use the isValidOperands helper instead of duplicating checking code by Chris Lattner · 19 years ago
  9. d2325d0 Add methods to check insertelement/extractelement instructions for validity, by Chris Lattner · 19 years ago
  10. fa49584 Add methods to check insert/extract element instructions for validity by Chris Lattner · 19 years ago
  11. d25db20 regenerate by Chris Lattner · 19 years ago
  12. ca73cd8 Add insertelement and shufflevector constantexpr support by Chris Lattner · 19 years ago
  13. 06a801a Fix recursion: by Reid Spencer · 19 years ago
  14. 8dfb3e5 Don't build projects/examples if libs-only was specified. by Reid Spencer · 19 years ago
  15. f6bf87f INSERT_VECTOR_ELT lowering bug: by Evan Cheng · 19 years ago
  16. 4ebf331 Ensure that the automatic "CVS build" detection works for both by Reid Spencer · 19 years ago
  17. 9273b04 Add shufflevector support by Chris Lattner · 19 years ago
  18. 67f1351 Stub out shufflevector by Chris Lattner · 19 years ago
  19. 543abdf Add supprot for shufflevector by Chris Lattner · 19 years ago
  20. d5efe84 regenerate by Chris Lattner · 19 years ago
  21. 4c94908 Parse shufflevector by Chris Lattner · 19 years ago
  22. 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 19 years ago
  23. 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
  24. f40210d new testcase for shufflevector by Chris Lattner · 19 years ago
  25. 9fc18d2 Add a new shufflevector instruction by Chris Lattner · 19 years ago
  26. 372db54 ldmxcsr and stmxcsr. by Evan Cheng · 19 years ago
  27. 85db0df Fix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not directly translated from by Evan Cheng · 19 years ago
  28. 1436f8b Get Visual Studio building again. by Jeff Cohen · 19 years ago
  29. f36e2d3 Remove section change in function end, preventing override of function's real by Jim Laskey · 19 years ago
  30. c198954 Description for the new shufflevector instruction I'm adding. by Chris Lattner · 19 years ago
  31. c5cdff2 Code clean up. by Evan Cheng · 19 years ago
  32. 9e87345 Doh! by Evan Cheng · 19 years ago
  33. 30ea2fa Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value by Reid Spencer · 19 years ago
  34. 664ade7 Added patterns for MOVHPSmr and MOVLPSmr. by Evan Cheng · 19 years ago
  35. 9984eb4 Keep track of an Mac OS X / x86 ABI bug. by Evan Cheng · 19 years ago
  36. c24b834 Remove int_x86_sse_storeh_ps and int_x86_sse_storel_ps. These are now lowered by Evan Cheng · 19 years ago
  37. 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
  38. 8f56902 add a newline at the end of the file by Chris Lattner · 19 years ago
  39. 4188699 Foundation for call frame information. by Jim Laskey · 19 years ago
  40. 38ab6d8 THis -> This by Chris Lattner · 19 years ago
  41. 2583f6b For PR723: by Reid Spencer · 19 years ago
  42. bac3ca2 For PR723: by Reid Spencer · 19 years ago
  43. 54d1448 For PR723: by Reid Spencer · 19 years ago
  44. c4329cf For PR723: by Reid Spencer · 19 years ago
  45. e22f3c0 For PR723: by Reid Spencer · 19 years ago
  46. adc3b10 Ignore stuff built by "make dist". by Reid Spencer · 19 years ago
  47. 4d0586b A saner workaround. I hope. by Evan Cheng · 19 years ago
  48. afd131e Temporary workaround for a Mac OSX specific issue. by Evan Cheng · 19 years ago
  49. b987016 Added more shuffle tests by Evan Cheng · 19 years ago
  50. d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
  51. f38d471 Constant fold extractelement(zero, x) -> zero by Chris Lattner · 19 years ago
  52. 8960766 Fix inlining of insert/extract element constantexprs by Chris Lattner · 19 years ago
  53. 39c61fd Add code to RemapOperand() to handle Instruction::ExtractElement and by Evan Cheng · 19 years ago
  54. 85c0965 A MOVPS2SSmr, i.e. _mm_store_ss, encoding bug. Also MOVPDI2DIrr. by Evan Cheng · 19 years ago
  55. 3511f4d Remove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps. These are now lowered by Evan Cheng · 19 years ago
  56. 5ced1d8 - movlp{s|d} and movhp{s|d} support. by Evan Cheng · 19 years ago
  57. 573cb7c New entries. by Evan Cheng · 19 years ago
  58. c04766a 1. If both vector operands of a vector_shuffle are undef, turn it into an undef. by Evan Cheng · 19 years ago
  59. 3e2c745 This may be overconservative, but it lets the new cfe compile by Andrew Lenharth · 19 years ago
  60. 1c80103 Add an item by Chris Lattner · 19 years ago
  61. 9021799 Make sure to return the result in the right type. by Chris Lattner · 19 years ago
  62. 118f1f7 Move this to lib/Analysis. This reduces Core size, yay. by Andrew Lenharth · 19 years ago
  63. f24380e Match vpku[hw]um(x,x). by Chris Lattner · 19 years ago
  64. 64fa7a7 Add testcases for vpku[hw]um(x,x) by Chris Lattner · 19 years ago
  65. 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 19 years ago
  66. 93bc3cd Avoid building the runtime libraries if llvm-gcc version 4 is detected. by Reid Spencer · 19 years ago
  67. caad163 Add support for matching vmrg(x,x) patterns by Chris Lattner · 19 years ago
  68. cc8b1ac Add vmrg(x,x) tests by Chris Lattner · 19 years ago
  69. 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 19 years ago
  70. 253b9e7 fix some linking problems with the new gcc by Andrew Lenharth · 19 years ago
  71. 4ff8892 Add tests for vmrg[hl]* by Chris Lattner · 19 years ago
  72. d21458c These intrinsics are now lowered by the FE. by Chris Lattner · 19 years ago
  73. 116cc48 Pattern match vmrg* instructions, which are now lowered by the CFE into shuffles. by Chris Lattner · 19 years ago
  74. 91ded08 Infer element types for shuffle masks by Chris Lattner · 19 years ago
  75. 52793e2 rename a method, to avoid confusion with llvm intrinsics. by Chris Lattner · 19 years ago
  76. c0d2021 test vperm promotion by Chris Lattner · 19 years ago
  77. 58d665c remove two done items by Chris Lattner · 19 years ago
  78. e2ed057 Lower vperm(x,y, mask) -> shuffle(x,y,mask) if mask is constant. This allows by Chris Lattner · 19 years ago
  79. ab0bbd1 this is no longer an intrinsic. by Chris Lattner · 19 years ago
  80. d0608e1 Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to by Chris Lattner · 19 years ago
  81. eb2285b new testcase by Chris Lattner · 19 years ago
  82. ddb739e Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into by Chris Lattner · 19 years ago
  83. ba46665 Add support for building the LLVM libraries and tools as a Mac OS/X by Chris Lattner · 19 years ago
  84. c6cb5bb POR encoded as PAND, yikes. by Evan Cheng · 19 years ago
  85. 8af5ef9 An entry about comi / ucomi intrinsics. by Evan Cheng · 19 years ago
  86. 6be2c58 Support for comi / ucomi intrinsics. by Evan Cheng · 19 years ago
  87. a436226 Added comi and ucomi SSE intrinsics. by Evan Cheng · 19 years ago
  88. d8242b4 Add all of the data stream intrinsics and instructions. woo by Chris Lattner · 19 years ago
  89. 20a86db add altivec ds* intrinsics by Chris Lattner · 19 years ago
  90. 99bdc65 Fix a typo by Chris Lattner · 19 years ago
  91. 9b42bdd Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll by Chris Lattner · 19 years ago
  92. 220c100 new testcase that was miscompiled to vspltisb by Chris Lattner · 19 years ago
  93. 1d5a8cc Handle canonical form of e.g. vector_shuffle v1, v1, <0, 4, 1, 5, 2, 6, 3, 7> by Evan Cheng · 19 years ago
  94. 2e2ef95 Make a vector live across blocks have the correct Vec type. This fixes by Chris Lattner · 19 years ago
  95. 604fb32 new testcase by Chris Lattner · 19 years ago
  96. 865f060 Bogus assert by Evan Cheng · 19 years ago
  97. 278158b Fallthrough to expand if a VECTOR_SHUFFLE cannot be custom lowered. by Evan Cheng · 19 years ago
  98. 18dd6d0 Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target asks for it to be expanded by Evan Cheng · 19 years ago
  99. 05eb2fc Fix more tablegen depedency issues in Visual Studio. by Jeff Cohen · 19 years ago
  100. b7f547e Separate out to 2 test cases by Evan Cheng · 19 years ago