- 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
- e5ce847 update my credits entry per clattner's request! by Nate Begeman · 19 years ago
- 3546bd2 Keep Visual Studio happy. by Jeff Cohen · 19 years ago
- b49e52c add some todos by Chris Lattner · 19 years ago
- bee9836 Vector function results go into V2 according to GCC. The darwin ABI doc by Chris Lattner · 19 years ago
- f87324e Add basic support for legalizing returns of vectors by Chris Lattner · 19 years ago
- 06c2435 Move some return-handling code from lowerarguments to the ISD::RET handling stuff. by Chris Lattner · 19 years ago
- 347d9d6 Add helper methods. by Chris Lattner · 19 years ago
- d6d1cbd Added support for _mm_move_ss and _mm_move_sd. by Evan Cheng · 19 years ago
- 1069fbd Use existing information. by Jim Laskey · 19 years ago
- 389a6f5 Implement vec_shuffle.ll:test3 by Chris Lattner · 19 years ago
- 0bb1681 new testcase by Chris Lattner · 19 years ago
- a844fc4c Implement InstCombine/vec_shuffle.ll:test[12] by Chris Lattner · 19 years ago
- 7205684 New testcase by Chris Lattner · 19 years ago
- 3d60df4 Remove some bogus patterns; clean up. by Evan Cheng · 19 years ago
- 4b2362e Fix a typo: Instr* -> Intr* by Chris Lattner · 19 years ago
- a956db2 add a note by Chris Lattner · 19 years ago
- 8ebd7f9 * Remove duplicated table of contents for a section and at the top level by Misha Brukman · 19 years ago
- c6d5ba6 Remove an entry that is now done. by Evan Cheng · 19 years ago
- 56e7301 Added some missing shuffle patterns. by Evan Cheng · 19 years ago
- adf29e4 Correct an entry by Evan Cheng · 19 years ago
- aa9fb8c movups / movupd by Evan Cheng · 19 years ago
- 6ff7b60 __builtin_ia32_loadup{s|d}, __builtin_ia32_storeup{s|d} by Evan Cheng · 19 years ago
- 3433141 Add a simple pass to make sure that all (non-library) calls to malloc and free by Andrew Lenharth · 19 years ago
- db3c626 Missing break by Evan Cheng · 19 years ago
- 854071c ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
- a79a8e5 Add a vselect test case. by Evan Cheng · 19 years ago
- f7c378e Conditional move of vector types. by Evan Cheng · 19 years ago
- c58a5ee New entries by Evan Cheng · 19 years ago
- 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
- 004ba03 Update docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS by Reid Spencer · 19 years ago
- f9f431c Check for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS by Reid Spencer · 19 years ago
- 1a5a551 Fix a comment. by Reid Spencer · 19 years ago
- c28ccd8 Change the assertions defaults: by Reid Spencer · 19 years ago
- 3df241e Move the vector instructions to their own subsection. by Chris Lattner · 19 years ago
- a1d95e1 properly mark vector selects as expanded to select_cc by Chris Lattner · 19 years ago
- 710ff32 Add VRRC select support by Chris Lattner · 19 years ago
- b22e35a Add code generator support for VSELECT by Chris Lattner · 19 years ago
- 49027e6 Add a new VSELECT node. by Chris Lattner · 19 years ago
- 957e167 Disable switch lowering for targets based on the selection dag isel, by Nate Begeman · 19 years ago
- 79d9a88 Implement PowerPC/CodeGen/vec_splat.ll:spltish to use vsplish instead of a by Chris Lattner · 19 years ago
- a7cdc88 add new testcase by Chris Lattner · 19 years ago
- 140a58f Change the interface to the predicate that determines if vsplti* can be used. by Chris Lattner · 19 years ago
- b84a6c8 Misc. project changes. html + build config changes supplied by Devang. by Jim Laskey · 19 years ago
- 4490de0 Initialize SDOperand values because the gcc 4.0.2 compiler complains about them. by Reid Spencer · 19 years ago
- 17614ea Canonicalize vvector_shuffle(x,x) -> vvector_shuffle(x,undef) to enable patterns by Chris Lattner · 19 years ago
- 42b5580 Add constant replacement for insertelement/vectorshuffle constant exprs by Chris Lattner · 19 years ago
- 1eeeb0c Wrap long lines, fix verification error by Chris Lattner · 19 years ago
- 1bb8d30 use the right escapes by Chris Lattner · 19 years ago
- 3e104b1 Codegen shufflevector as VVECTOR_SHUFFLE by Chris Lattner · 19 years ago