1. 2c3ae37 All "integer" logical ops (pand, por, pxor) are now promoted to v2i64. by Evan Cheng · 19 years ago
  2. cc98761 Promote vector AND, OR, and XOR by Evan Cheng · 19 years ago
  3. 67263ba Don't dump the llc assembly output to stdout. by Reid Spencer · 19 years ago
  4. 536c006 Make sure CVS versions of yacc and lex files get distributed. by Reid Spencer · 19 years ago
  5. 59524a5 Distribute CVS versions of lex files by Reid Spencer · 19 years ago
  6. 898f44b Distribute the lex/yacc files from the cvs version. by Reid Spencer · 19 years ago
  7. db4f336 Additional files to distribute. by Reid Spencer · 19 years ago
  8. 0c82def Include the win32 and Xcode directories in the distribution. by Reid Spencer · 19 years ago
  9. ad20726 Get rid of a signed/unsigned compare warning. by Reid Spencer · 19 years ago
  10. ac225ca Add a new way to match vector constants, which make it easier to bang bits of by Chris Lattner · 19 years ago
  11. d853fd6 Add the llvm-config directory to the EXTRA_DIST line so it gets distributed by Reid Spencer · 19 years ago
  12. 3240478 new testcase by Chris Lattner · 19 years ago
  13. bbd5e43 Make sure that the C Frontend's runtime library directory is included as by Reid Spencer · 19 years ago
  14. 9fb9213 Turn casts into getelementptr's when possible. This enables SROA to be more by Chris Lattner · 19 years ago
  15. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 19 years ago
  16. 23405aa These casts should turn into gep instructions by Chris Lattner · 19 years ago
  17. 403d43a Don't emit useless warning messages. by Reid Spencer · 19 years ago
  18. 35dd5b0 Update adding an intrinsic to describe that you can now just plop it into the by Chris Lattner · 19 years ago
  19. 65c1e46 make recovering running_Olden data easier when the nightly tester eats the graphs by Andrew Lenharth · 19 years ago
  20. e87192a Rename get_VSPLI_elt -> get_VSPLTI_elt by Chris Lattner · 19 years ago
  21. fd4297f two equivalent vsplti*s in different types should be CSEd. by Chris Lattner · 19 years ago
  22. 91b740d Promote v4i32, v8i16, v16i8 load to v2i64 load. by Evan Cheng · 19 years ago
  23. c010c13 Rename this file by Chris Lattner · 19 years ago
  24. 88d3c24 Make this test more interesting by checking that the 0.0 used to implement vector fmul gets cse'd also. by Chris Lattner · 19 years ago
  25. 2b1c325 Ensure that zero vectors are always v4i32, which forces them to CSE with by Chris Lattner · 19 years ago
  26. 8e7401e new testcase by Chris Lattner · 19 years ago
  27. ace44db Make sure both member variables are initialized in the default constructor by Reid Spencer · 19 years ago
  28. 41f6cbb Vector type promotion for ISD::LOAD and ISD::SELECT by Evan Cheng · 19 years ago
  29. b878151 Provide a default impl of LowerArguments by Chris Lattner · 19 years ago
  30. fdfded5 Implement support for the formal_arguments node. To get this, targets shouldcustom legalize it and remove their XXXTargetLowering::LowerArguments overload by Chris Lattner · 19 years ago
  31. d03db7a Various SSE2 conversion intrinsics by Evan Cheng · 19 years ago
  32. 9d95625 Don't memoize vloads in the load map! Don't memoize them anywhere here, let by Chris Lattner · 19 years ago
  33. 3678dbf new testcase by Chris Lattner · 19 years ago
  34. 5ff0dc7 Remove extraneous building in target dist-check. There is no reason that by Reid Spencer · 19 years ago
  35. 397edef Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si, by Evan Cheng · 19 years ago
  36. 852239c Don't overload anchor names, silly browser's can't handle it. by Reid Spencer · 19 years ago
  37. 2425e4c Add the contents of my email about distribution targets as a new section. by Reid Spencer · 19 years ago
  38. 681ee1c new dag node by Chris Lattner · 19 years ago
  39. fe48c80 First pass over Reid's document. by John Criswell · 19 years ago
  40. 2186298 Fix SingleSource/UnitTests/Vector/sumarray-dbl by Nate Begeman · 19 years ago
  41. 030514c Fix PR727, correctly handling large stack aligments on ppc by Nate Begeman · 19 years ago
  42. 95c7570 we have a shuffle instr, add an example. by Chris Lattner · 19 years ago
  43. df3c33c gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support by Evan Cheng · 19 years ago
  44. 135c6a9 Misc. intrinsics. by Evan Cheng · 19 years ago
  45. 1e83c6f Update credibility. by Jim Laskey · 19 years ago
  46. 52fa244 Suppress debug label when not debug. by Jim Laskey · 19 years ago
  47. fcf5e21 movnt* and maskmovdqu intrinsics by Evan Cheng · 19 years ago
  48. 98f8aeb Only get Tmp2 for cases where number of operands is > 1. Fixed return void. by Evan Cheng · 19 years ago
  49. a5bbbce Fix an anchor. by Reid Spencer · 19 years ago
  50. 1a2e110 Flesh out the documentation a little bit more. by Reid Spencer · 19 years ago
  51. 5f2090c Update my entry. by Reid Spencer · 19 years ago
  52. e5ce847 update my credits entry per clattner's request! by Nate Begeman · 19 years ago
  53. 3546bd2 Keep Visual Studio happy. by Jeff Cohen · 19 years ago
  54. b49e52c add some todos by Chris Lattner · 19 years ago
  55. bee9836 Vector function results go into V2 according to GCC. The darwin ABI doc by Chris Lattner · 19 years ago
  56. f87324e Add basic support for legalizing returns of vectors by Chris Lattner · 19 years ago
  57. 06c2435 Move some return-handling code from lowerarguments to the ISD::RET handling stuff. by Chris Lattner · 19 years ago
  58. 347d9d6 Add helper methods. by Chris Lattner · 19 years ago
  59. d6d1cbd Added support for _mm_move_ss and _mm_move_sd. by Evan Cheng · 19 years ago
  60. 1069fbd Use existing information. by Jim Laskey · 19 years ago
  61. 389a6f5 Implement vec_shuffle.ll:test3 by Chris Lattner · 19 years ago
  62. 0bb1681 new testcase by Chris Lattner · 19 years ago
  63. a844fc4c Implement InstCombine/vec_shuffle.ll:test[12] by Chris Lattner · 19 years ago
  64. 7205684 New testcase by Chris Lattner · 19 years ago
  65. 3d60df4 Remove some bogus patterns; clean up. by Evan Cheng · 19 years ago
  66. 4b2362e Fix a typo: Instr* -> Intr* by Chris Lattner · 19 years ago
  67. a956db2 add a note by Chris Lattner · 19 years ago
  68. 8ebd7f9 * Remove duplicated table of contents for a section and at the top level by Misha Brukman · 19 years ago
  69. c6d5ba6 Remove an entry that is now done. by Evan Cheng · 19 years ago
  70. 56e7301 Added some missing shuffle patterns. by Evan Cheng · 19 years ago
  71. adf29e4 Correct an entry by Evan Cheng · 19 years ago
  72. aa9fb8c movups / movupd by Evan Cheng · 19 years ago
  73. 6ff7b60 __builtin_ia32_loadup{s|d}, __builtin_ia32_storeup{s|d} by Evan Cheng · 19 years ago
  74. 3433141 Add a simple pass to make sure that all (non-library) calls to malloc and free by Andrew Lenharth · 19 years ago
  75. db3c626 Missing break by Evan Cheng · 19 years ago
  76. 854071c ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
  77. a79a8e5 Add a vselect test case. by Evan Cheng · 19 years ago
  78. f7c378e Conditional move of vector types. by Evan Cheng · 19 years ago
  79. c58a5ee New entries by Evan Cheng · 19 years ago
  80. a964ccd Use movaps to do VR128 reg-to-reg copies for now. It's shorter and available for SSE1. by Evan Cheng · 19 years ago
  81. 004ba03 Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
  82. f9f431c Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS by Reid Spencer · 19 years ago
  83. 1a5a551 Fix a comment. by Reid Spencer · 19 years ago
  84. c28ccd8 Change the assertions defaults: by Reid Spencer · 19 years ago
  85. 3df241e Move the vector instructions to their own subsection. by Chris Lattner · 19 years ago
  86. a1d95e1 properly mark vector selects as expanded to select_cc by Chris Lattner · 19 years ago
  87. 710ff32 Add VRRC select support by Chris Lattner · 19 years ago
  88. b22e35a Add code generator support for VSELECT by Chris Lattner · 19 years ago
  89. 49027e6 Add a new VSELECT node. by Chris Lattner · 19 years ago
  90. 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
  91. 79d9a88 Implement PowerPC/CodeGen/vec_splat.ll:spltish to use vsplish instead of a by Chris Lattner · 19 years ago
  92. a7cdc88 add new testcase by Chris Lattner · 19 years ago
  93. 140a58f Change the interface to the predicate that determines if vsplti* can be used. by Chris Lattner · 19 years ago
  94. b84a6c8 Misc. project changes. html + build config changes supplied by Devang. by Jim Laskey · 19 years ago
  95. 4490de0 Initialize SDOperand values because the gcc 4.0.2 compiler complains about them. by Reid Spencer · 19 years ago
  96. 17614ea Canonicalize vvector_shuffle(x,x) -> vvector_shuffle(x,undef) to enable patterns by Chris Lattner · 19 years ago
  97. 42b5580 Add constant replacement for insertelement/vectorshuffle constant exprs by Chris Lattner · 19 years ago
  98. 1eeeb0c Wrap long lines, fix verification error by Chris Lattner · 19 years ago
  99. 1bb8d30 use the right escapes by Chris Lattner · 19 years ago
  100. 3e104b1 Codegen shufflevector as VVECTOR_SHUFFLE by Chris Lattner · 19 years ago