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