- 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
- 4ddd283 add a sanity check: LegalizeOp should return a value that is the same type by Chris Lattner · 19 years ago
- 59fecec use isValidOperands instead of duplicating checks by Chris Lattner · 19 years ago
- f4bd7d8 Regenerate by Chris Lattner · 19 years ago
- 2d7349a Use isValidOperands instead of duplicating or eliding checks. by Chris Lattner · 19 years ago
- 1cbe05b Use the isValidOperands helper instead of duplicating checking code by Chris Lattner · 19 years ago
- d2325d0 Add methods to check insertelement/extractelement instructions for validity, by Chris Lattner · 19 years ago
- fa49584 Add methods to check insert/extract element instructions for validity by Chris Lattner · 19 years ago
- d25db20 regenerate by Chris Lattner · 19 years ago
- ca73cd8 Add insertelement and shufflevector constantexpr support by Chris Lattner · 19 years ago
- 06a801a Fix recursion: by Reid Spencer · 19 years ago
- 8dfb3e5 Don't build projects/examples if libs-only was specified. by Reid Spencer · 19 years ago
- f6bf87f INSERT_VECTOR_ELT lowering bug: by Evan Cheng · 19 years ago
- 4ebf331 Ensure that the automatic "CVS build" detection works for both by Reid Spencer · 19 years ago
- 9273b04 Add shufflevector support by Chris Lattner · 19 years ago
- 67f1351 Stub out shufflevector by Chris Lattner · 19 years ago
- 543abdf Add supprot for shufflevector by Chris Lattner · 19 years ago
- d5efe84 regenerate by Chris Lattner · 19 years ago
- 4c94908 Parse shufflevector by Chris Lattner · 19 years ago
- 00f1023 Add shufflevector support, todo, implement better constant folding. by Chris Lattner · 19 years ago
- 30b44b6 Add shufflevector reading support by Chris Lattner · 19 years ago
- f40210d new testcase for shufflevector by Chris Lattner · 19 years ago
- 9fc18d2 Add a new shufflevector instruction by Chris Lattner · 19 years ago
- 372db54 ldmxcsr and stmxcsr. by Evan Cheng · 19 years ago
- 85db0df Fix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not directly translated from by Evan Cheng · 19 years ago
- 1436f8b Get Visual Studio building again. by Jeff Cohen · 19 years ago
- f36e2d3 Remove section change in function end, preventing override of function's real by Jim Laskey · 19 years ago
- c198954 Description for the new shufflevector instruction I'm adding. by Chris Lattner · 19 years ago
- c5cdff2 Code clean up. by Evan Cheng · 19 years ago
- 9e87345 Doh! by Evan Cheng · 19 years ago
- 30ea2fa Invert the tests on LLVMGCC_MAJVERS to check for value 4 instead of value by Reid Spencer · 19 years ago
- 664ade7 Added patterns for MOVHPSmr and MOVLPSmr. by Evan Cheng · 19 years ago
- 9984eb4 Keep track of an Mac OS X / x86 ABI bug. by Evan Cheng · 19 years ago
- c24b834 Remove int_x86_sse_storeh_ps and int_x86_sse_storel_ps. These are now lowered by Evan Cheng · 19 years ago
- 6b92b8e Make sure that debug labels are defined within the same section and after the by Jim Laskey · 19 years ago
- 8f56902 add a newline at the end of the file by Chris Lattner · 19 years ago
- 4188699 Foundation for call frame information. by Jim Laskey · 19 years ago
- 38ab6d8 THis -> This by Chris Lattner · 19 years ago
- 2583f6b For PR723: by Reid Spencer · 19 years ago
- bac3ca2 For PR723: by Reid Spencer · 19 years ago
- 54d1448 For PR723: by Reid Spencer · 19 years ago
- c4329cf For PR723: by Reid Spencer · 19 years ago
- e22f3c0 For PR723: by Reid Spencer · 19 years ago
- adc3b10 Ignore stuff built by "make dist". by Reid Spencer · 19 years ago
- 4d0586b A saner workaround. I hope. by Evan Cheng · 19 years ago
- afd131e Temporary workaround for a Mac OSX specific issue. by Evan Cheng · 19 years ago
- b987016 Added more shuffle tests by Evan Cheng · 19 years ago
- d2cfb7a We have an assertion that checks that we do not encode null values into the by Chris Lattner · 19 years ago
- f38d471 Constant fold extractelement(zero, x) -> zero by Chris Lattner · 19 years ago
- 8960766 Fix inlining of insert/extract element constantexprs by Chris Lattner · 19 years ago
- 39c61fd Add code to RemapOperand() to handle Instruction::ExtractElement and by Evan Cheng · 19 years ago
- 85c0965 A MOVPS2SSmr, i.e. _mm_store_ss, encoding bug. Also MOVPDI2DIrr. by Evan Cheng · 19 years ago
- 3511f4d Remove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps. These are now lowered by Evan Cheng · 19 years ago
- 5ced1d8 - movlp{s|d} and movhp{s|d} support. by Evan Cheng · 19 years ago
- 573cb7c New entries. by Evan Cheng · 19 years ago
- c04766a 1. If both vector operands of a vector_shuffle are undef, turn it into an undef. by Evan Cheng · 19 years ago
- 3e2c745 This may be overconservative, but it lets the new cfe compile by Andrew Lenharth · 19 years ago
- 1c80103 Add an item by Chris Lattner · 19 years ago
- 9021799 Make sure to return the result in the right type. by Chris Lattner · 19 years ago
- 118f1f7 Move this to lib/Analysis. This reduces Core size, yay. by Andrew Lenharth · 19 years ago
- f24380e Match vpku[hw]um(x,x). by Chris Lattner · 19 years ago
- 64fa7a7 Add testcases for vpku[hw]um(x,x) by Chris Lattner · 19 years ago
- 805ab07 Add the variable llvmgccmajvers to the site.exp file. This will contain by Reid Spencer · 19 years ago
- 93bc3cd Avoid building the runtime libraries if llvm-gcc version 4 is detected. by Reid Spencer · 19 years ago
- caad163 Add support for matching vmrg(x,x) patterns by Chris Lattner · 19 years ago
- cc8b1ac Add vmrg(x,x) tests by Chris Lattner · 19 years ago
- 7917d3a For support of new GCC v4, obtain the full and major versions of the by Reid Spencer · 19 years ago
- 253b9e7 fix some linking problems with the new gcc by Andrew Lenharth · 19 years ago
- 4ff8892 Add tests for vmrg[hl]* by Chris Lattner · 19 years ago
- d21458c These intrinsics are now lowered by the FE. by Chris Lattner · 19 years ago
- 116cc48 Pattern match vmrg* instructions, which are now lowered by the CFE into shuffles. by Chris Lattner · 19 years ago
- 91ded08 Infer element types for shuffle masks by Chris Lattner · 19 years ago
- 52793e2 rename a method, to avoid confusion with llvm intrinsics. by Chris Lattner · 19 years ago
- c0d2021 test vperm promotion by Chris Lattner · 19 years ago
- 58d665c remove two done items by Chris Lattner · 19 years ago
- e2ed057 Lower vperm(x,y, mask) -> shuffle(x,y,mask) if mask is constant. This allows by Chris Lattner · 19 years ago
- ab0bbd1 this is no longer an intrinsic. by Chris Lattner · 19 years ago
- d0608e1 Support pattern matching vsldoi(x,y) and vsldoi(x,x), which allows the f.e. to by Chris Lattner · 19 years ago
- eb2285b new testcase by Chris Lattner · 19 years ago
- ddb739e Compile the vpkuhum/vpkuwum intrinsics into vpkuhum/vpkuwum instead of into by Chris Lattner · 19 years ago
- ba46665 Add support for building the LLVM libraries and tools as a Mac OS/X by Chris Lattner · 19 years ago
- c6cb5bb POR encoded as PAND, yikes. by Evan Cheng · 19 years ago
- 8af5ef9 An entry about comi / ucomi intrinsics. by Evan Cheng · 19 years ago
- 6be2c58 Support for comi / ucomi intrinsics. by Evan Cheng · 19 years ago
- a436226 Added comi and ucomi SSE intrinsics. by Evan Cheng · 19 years ago
- d8242b4 Add all of the data stream intrinsics and instructions. woo by Chris Lattner · 19 years ago
- 20a86db add altivec ds* intrinsics by Chris Lattner · 19 years ago
- 99bdc65 Fix a typo by Chris Lattner · 19 years ago
- 9b42bdd Fix CodeGen/PowerPC/2006-04-05-splat-ish.ll by Chris Lattner · 19 years ago
- 220c100 new testcase that was miscompiled to vspltisb by Chris Lattner · 19 years ago
- 1d5a8cc Handle canonical form of e.g. vector_shuffle v1, v1, <0, 4, 1, 5, 2, 6, 3, 7> by Evan Cheng · 19 years ago
- 2e2ef95 Make a vector live across blocks have the correct Vec type. This fixes by Chris Lattner · 19 years ago
- 604fb32 new testcase by Chris Lattner · 19 years ago
- 865f060 Bogus assert by Evan Cheng · 19 years ago
- 278158b Fallthrough to expand if a VECTOR_SHUFFLE cannot be custom lowered. by Evan Cheng · 19 years ago
- 18dd6d0 Exapnd a VECTOR_SHUFFLE to a BUILD_VECTOR if target asks for it to be expanded by Evan Cheng · 19 years ago
- 05eb2fc Fix more tablegen depedency issues in Visual Studio. by Jeff Cohen · 19 years ago
- b7f547e Separate out to 2 test cases by Evan Cheng · 19 years ago