1. b04d993 new testcase, vector operations should be CSE'd by Chris Lattner · 19 years ago
  2. b04f706 Remove this test, there is no need to test GCC's bugs by Chris Lattner · 19 years ago
  3. 57d3725 Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). by Reid Spencer · 19 years ago
  4. 0667f6f remove the "cvs" part of the version number for the release branch. by Reid Spencer · 19 years ago
  5. bb5c43e pcmpeq* and pcmpgt* intrinsics. by Evan Cheng · 19 years ago
  6. 0ac8ea9 psll*, psrl*, and psra* intrinsics. by Evan Cheng · 19 years ago
  7. 7a1006c Remove the .cvsignore file so this directory can be pruned. by Reid Spencer · 19 years ago
  8. 7095ec1 Remove .cvsignore so that this directory can be pruned. by Reid Spencer · 19 years ago
  9. a7143ce My addition of the xfail marker threw off the line #. move it. by Chris Lattner · 19 years ago
  10. db4264f Use quotes properly so that the possibility of a null variable set is by Reid Spencer · 19 years ago
  11. 8cfc9c4 from the linux kernel by Andrew Lenharth · 19 years ago
  12. d8c9316 Fix this regex to match what llvmgcc4 produces also by Chris Lattner · 19 years ago
  13. 99c1942 Handle some kernel code than ends in [0 x sbyte]. I think this is safe by Andrew Lenharth · 19 years ago
  14. 60d07ee Expand some code with temporary variables to rid ourselves of the warning by Reid Spencer · 19 years ago
  15. 463b4e5 Fix an incorrect prototype for this intrinsic, fixing by Chris Lattner · 19 years ago
  16. 3afb81e Try xfailing this by Chris Lattner · 19 years ago
  17. 2b21ac6 Doh. PANDrm, etc. are not commutable. by Evan Cheng · 19 years ago
  18. ab04e8c fix this for the more restrictive linkage by Andrew Lenharth · 19 years ago
  19. c74757e These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be by Chris Lattner · 19 years ago
  20. 021696b Only look at .ll files in this directory by Chris Lattner · 19 years ago
  21. 5be639e This file is an invalid C file, test that it is properly rejected by Chris Lattner · 19 years ago
  22. 4d4f522 Another case where a dead cast was causing the test to spuriously by Chris Lattner · 19 years ago
  23. 412a0bf Don't get confused by dead casts. by Chris Lattner · 19 years ago
  24. d9498eb Fix an accidental commit. by Chris Lattner · 19 years ago
  25. d820006 This test fails and I don't know why, xfail it until andrew gets a chance to by Chris Lattner · 19 years ago
  26. 166effd Oops, move misplaced test by Chris Lattner · 19 years ago
  27. e7997ad These are only XFAILs with llvmgcc3, they pass with llvmgcc4 by Chris Lattner · 19 years ago
  28. a39d798 Force non-darwin targets to use a static relo model. This fixes PR734, by Chris Lattner · 19 years ago
  29. 8981f06 Add a run with an unusual target triple, revert the patch that sent output to by Chris Lattner · 19 years ago
  30. 0ad91f5 Update a count, this test now passes. by Chris Lattner · 19 years ago
  31. ed93790 add a note, move an altivec todo to the altivec list. by Chris Lattner · 19 years ago
  32. 61e99c9 linear -> constant time by Andrew Lenharth · 19 years ago
  33. 3758552 Add the README files to the distribution. by Reid Spencer · 19 years ago
  34. 28421d0 Add missing things to the distribution. by Reid Spencer · 19 years ago
  35. 9b6e67e Distribute the Stacker samples directory. by Reid Spencer · 19 years ago
  36. 0058694 psad, pmax, pmin intrinsics. by Evan Cheng · 19 years ago
  37. 82fad8c pmin, pmax, and psad intrinsics. by Evan Cheng · 19 years ago
  38. 2f40b1b Various SSE2 packed integer intrinsics: pmulhuw, pavgw, etc. by Evan Cheng · 19 years ago
  39. f998984 X86 SSE2 supports v8i16 multiplication by Evan Cheng · 19 years ago
  40. fc7c17a Update by Evan Cheng · 19 years ago
  41. 9df21dc pmul*, pmadd*, and pavg* intrinsics. by Evan Cheng · 19 years ago
  42. 7f71e21 one too many l's by Chris Lattner · 19 years ago
  43. 63223c9 quick update by Andrew Lenharth · 19 years ago
  44. 49ac1bf padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrinsics. by Evan Cheng · 19 years ago
  45. a50a086 Naming inconsistency. by Evan Cheng · 19 years ago
  46. d2a6d54 SSE / SSE2 conversion intrinsics. by Evan Cheng · 19 years ago
  47. 42aa3a5 Fix a typo in the name of a file. by Reid Spencer · 19 years ago
  48. 9727555 Added the ability to xfail based on llvmgcc version by Tanya Lattner · 19 years ago
  49. fc32dcb Update my credits. Can I add "Build breaker" to my entry? by Evan Cheng · 19 years ago
  50. 2c3ae37 All "integer" logical ops (pand, por, pxor) are now promoted to v2i64. by Evan Cheng · 19 years ago
  51. cc98761 Promote vector AND, OR, and XOR by Evan Cheng · 19 years ago
  52. 67263ba Don't dump the llc assembly output to stdout. by Reid Spencer · 19 years ago
  53. 536c006 Make sure CVS versions of yacc and lex files get distributed. by Reid Spencer · 19 years ago
  54. 59524a5 Distribute CVS versions of lex files by Reid Spencer · 19 years ago
  55. 898f44b Distribute the lex/yacc files from the cvs version. by Reid Spencer · 19 years ago
  56. db4f336 Additional files to distribute. by Reid Spencer · 19 years ago
  57. 0c82def Include the win32 and Xcode directories in the distribution. by Reid Spencer · 19 years ago
  58. ad20726 Get rid of a signed/unsigned compare warning. by Reid Spencer · 19 years ago
  59. ac225ca Add a new way to match vector constants, which make it easier to bang bits of by Chris Lattner · 19 years ago
  60. d853fd6 Add the llvm-config directory to the EXTRA_DIST line so it gets distributed by Reid Spencer · 19 years ago
  61. 3240478 new testcase by Chris Lattner · 19 years ago
  62. bbd5e43 Make sure that the C Frontend's runtime library directory is included as by Reid Spencer · 19 years ago
  63. 9fb9213 Turn casts into getelementptr's when possible. This enables SROA to be more by Chris Lattner · 19 years ago
  64. 1c62195 Added llvmgcc version to allow tests to be xfailed by frontend version. by Tanya Lattner · 19 years ago
  65. 23405aa These casts should turn into gep instructions by Chris Lattner · 19 years ago
  66. 403d43a Don't emit useless warning messages. by Reid Spencer · 19 years ago
  67. 35dd5b0 Update adding an intrinsic to describe that you can now just plop it into the by Chris Lattner · 19 years ago
  68. 65c1e46 make recovering running_Olden data easier when the nightly tester eats the graphs by Andrew Lenharth · 19 years ago
  69. e87192a Rename get_VSPLI_elt -> get_VSPLTI_elt by Chris Lattner · 19 years ago
  70. fd4297f two equivalent vsplti*s in different types should be CSEd. by Chris Lattner · 19 years ago
  71. 91b740d Promote v4i32, v8i16, v16i8 load to v2i64 load. by Evan Cheng · 19 years ago
  72. c010c13 Rename this file by Chris Lattner · 19 years ago
  73. 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
  74. 2b1c325 Ensure that zero vectors are always v4i32, which forces them to CSE with by Chris Lattner · 19 years ago
  75. 8e7401e new testcase by Chris Lattner · 19 years ago
  76. ace44db Make sure both member variables are initialized in the default constructor by Reid Spencer · 19 years ago
  77. 41f6cbb Vector type promotion for ISD::LOAD and ISD::SELECT by Evan Cheng · 19 years ago
  78. b878151 Provide a default impl of LowerArguments by Chris Lattner · 19 years ago
  79. 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
  80. d03db7a Various SSE2 conversion intrinsics by Evan Cheng · 19 years ago
  81. 9d95625 Don't memoize vloads in the load map! Don't memoize them anywhere here, let by Chris Lattner · 19 years ago
  82. 3678dbf new testcase by Chris Lattner · 19 years ago
  83. 5ff0dc7 Remove extraneous building in target dist-check. There is no reason that by Reid Spencer · 19 years ago
  84. 397edef Added __builtin_ia32_storelv4si, __builtin_ia32_movqv4si, by Evan Cheng · 19 years ago
  85. 852239c Don't overload anchor names, silly browser's can't handle it. by Reid Spencer · 19 years ago
  86. 2425e4c Add the contents of my email about distribution targets as a new section. by Reid Spencer · 19 years ago
  87. 681ee1c new dag node by Chris Lattner · 19 years ago
  88. fe48c80 First pass over Reid's document. by John Criswell · 19 years ago
  89. 2186298 Fix SingleSource/UnitTests/Vector/sumarray-dbl by Nate Begeman · 19 years ago
  90. 030514c Fix PR727, correctly handling large stack aligments on ppc by Nate Begeman · 19 years ago
  91. 95c7570 we have a shuffle instr, add an example. by Chris Lattner · 19 years ago
  92. df3c33c gcc lower SSE prefetch into generic prefetch intrinsic. Need to add support by Evan Cheng · 19 years ago
  93. 135c6a9 Misc. intrinsics. by Evan Cheng · 19 years ago
  94. 1e83c6f Update credibility. by Jim Laskey · 19 years ago
  95. 52fa244 Suppress debug label when not debug. by Jim Laskey · 19 years ago
  96. fcf5e21 movnt* and maskmovdqu intrinsics by Evan Cheng · 19 years ago
  97. 98f8aeb Only get Tmp2 for cases where number of operands is > 1. Fixed return void. by Evan Cheng · 19 years ago
  98. a5bbbce Fix an anchor. by Reid Spencer · 19 years ago
  99. 1a2e110 Flesh out the documentation a little bit more. by Reid Spencer · 19 years ago
  100. 5f2090c Update my entry. by Reid Spencer · 19 years ago