2006-04-16 |
Evan Cheng | Better way to splat v2f64 |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Evan Cheng | movduprm, movshduprm bugs |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Evan Cheng | Encoding bugs |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Evan Cheng | Can't fold loads into alias vector SSE ops used for... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Chris Lattner | Implement a TODO: have the legalizer canonicalize a... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Chris Lattner | Add support for promoting stores from one legal type... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Chris Lattner | Make the BUILD_VECTOR lowering code much more aggressiv... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Chris Lattner | Fix a bug in the 'shuffle(undef,x,mask) -> shuffle... |
commit | commitdiff | tree | snapshot |
2006-04-16 |
Chris Lattner | Canonicalize shuffle(undef,x,mask) -> shuffle(x, undef... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Chris Lattner | Fix a crash when faced with a shuffle vector that has... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Chris Lattner | Add patterns for matching vnots with bit converted... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Chris Lattner | Add a new vnot_conv predicate for matching vnot's where... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Chris Lattner | Make these predicates return true for bit_convert(build... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Evan Cheng | More encoding bugs |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Evan Cheng | pslldrm, psrawrm, etc. encoding bug |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Evan Cheng | hsubp{s|d} encoding bug |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Evan Cheng | Silly bug |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Evan Cheng | Do not use movs{h|l}dup for a shuffle with a single... |
commit | commitdiff | tree | snapshot |
2006-04-15 |
Chris Lattner | significant cleanups to code that uses insert/extractel... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | Added SSE (and other) entries to foldMemoryOperand(). |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | Some clean up |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Allow undef in a shuffle mask |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Move these ctors out of line |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | These instructions always return a packed vector. ... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | Last few SSE3 intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Teach scalarrepl to promote unions of vectors and float... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | New testcase, checking to see we can turn this code: |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tanya Lattner | Adding back vector instructions to keep in mainline. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Tanya Lattner | Removing unimplemented vector instructions from languag... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Reid Spencer | Correct the Superclasses list for GlobalVariable and... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Reid Spencer | Allow an option, -with-externals, to be specified that... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | Misc. SSE2 intrinsics: clflush, lfench, mfence |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | We were not adjusting the frame size to ensure proper... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | New entry |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Reid Spencer | Don't print out the install command for Intrinsics... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Make this assertion better |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Force a specific config, because this test fails in... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Move the rest of the PPCTargetLowering::LowerOperation... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Pull the VECTOR_SHUFFLE and BUILD_VECTOR lowering code... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Implement value #'ing for vector operations, implementing |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | new testcase, vector operations should be CSE'd |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Chris Lattner | Remove this test, there is no need to test GCC's bugs |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Reid Spencer | Ahem. HEAD -> 1.8cvs not 1.7 (I'm an idiot). |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Reid Spencer | remove the "cvs" part of the version number for the... |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | pcmpeq* and pcmpgt* intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-14 |
Evan Cheng | psll*, psrl*, and psra* intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Remove the .cvsignore file so this directory can be... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Remove .cvsignore so that this directory can be pruned. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | My addition of the xfail marker threw off the line... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Use quotes properly so that the possibility of a null... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew Lenharth | from the linux kernel |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Fix this regex to match what llvmgcc4 produces also |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew Lenharth | Handle some kernel code than ends in [0 x sbyte]. ... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Expand some code with temporary variables to rid oursel... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Fix an incorrect prototype for this intrinsic, fixing |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Try xfailing this |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | Doh. PANDrm, etc. are not commutable. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew Lenharth | fix this for the more restrictive linkage |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | These tests are now xfailed for llvmgcc4. This is... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Only look at .ll files in this directory |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | This file is an invalid C file, test that it is properl... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Another case where a dead cast was causing the test... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Don't get confused by dead casts. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Fix an accidental commit. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | This test fails and I don't know why, xfail it until... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Oops, move misplaced test |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | These are only XFAILs with llvmgcc3, they pass with... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Force non-darwin targets to use a static relo model... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Add a run with an unusual target triple, revert the... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | Update a count, this test now passes. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | add a note, move an altivec todo to the altivec list. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew Lenharth | linear -> constant time |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Add the README files to the distribution. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Add missing things to the distribution. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Reid Spencer | Distribute the Stacker samples directory. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | psad, pmax, pmin intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | pmin, pmax, and psad intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | Various SSE2 packed integer intrinsics: pmulhuw, pavgw... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | X86 SSE2 supports v8i16 multiplication |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | Update |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | pmul*, pmadd*, and pavg* intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Chris Lattner | one too many l's |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Andrew Lenharth | quick update |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | padds{b|w}, paddus{b|w}, psubs{b|w}, psubus{b|w} intrin... |
commit | commitdiff | tree | snapshot |
2006-04-13 |
Evan Cheng | Naming inconsistency. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Evan Cheng | SSE / SSE2 conversion intrinsics. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Fix a typo in the name of a file. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Tanya Lattner | Added the ability to xfail based on llvmgcc version |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Evan Cheng | Update my credits. Can I add "Build breaker" to my... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Evan Cheng | All "integer" logical ops (pand, por, pxor) are now... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Evan Cheng | Promote vector AND, OR, and XOR |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Don't dump the llc assembly output to stdout. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Make sure CVS versions of yacc and lex files get distri... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Distribute CVS versions of lex files |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Distribute the lex/yacc files from the cvs version. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Additional files to distribute. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Include the win32 and Xcode directories in the distribu... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Get rid of a signed/unsigned compare warning. |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Chris Lattner | Add a new way to match vector constants, which make... |
commit | commitdiff | tree | snapshot |
2006-04-12 |
Reid Spencer | Add the llvm-config directory to the EXTRA_DIST line... |
commit | commitdiff | tree | snapshot |
next |