- 3dc38d2 Remove some obsolete interfaces by Chris Lattner · 19 years ago
- 060054b Remove this obsolete file by Chris Lattner · 19 years ago
- 05b9773 Remove some of the obvious v9-specific cruft by Chris Lattner · 19 years ago
- 02e5f8d Remove some of the obvious V9-specific cruft by Chris Lattner · 19 years ago
- cb095c1 Vector extract element test case. by Evan Cheng · 19 years ago
- 37408e5 Remove V9 jit support by Chris Lattner · 19 years ago
- f4649a5 Vector insert test case. by Evan Cheng · 19 years ago
- 74a59c9 allow this dir to get pruned by Chris Lattner · 19 years ago
- cd03d21 Remove this target's reg tests by Chris Lattner · 19 years ago
- dc8a08e Fails with all sparcs by Chris Lattner · 19 years ago
- 2a60703 Remove V9 by Chris Lattner · 19 years ago
- 2706983 This target is no longer built. The ,v files now live in the reoptimizer. by Chris Lattner · 19 years ago
- 43c40ff Never link in sparcv9 by Chris Lattner · 19 years ago
- 7df583e Never build SparcV9 by Chris Lattner · 19 years ago
- 73173e7 remove a dead prototype by Chris Lattner · 19 years ago
- 7a31b97 Make code match cvs commit message :) by Andrew Lenharth · 19 years ago
- 8117f9a If we can convert the return pointer type into an integer that IntPtrType by Andrew Lenharth · 19 years ago
- 3b9adf8 can we cast between pointers and IntPtrType by Andrew Lenharth · 19 years ago
- 26f5e98 Add a missing =back to eliminate error. by Reid Spencer · 19 years ago
- 5328031 v16i8 splat with 2 punpcklbw and a single pshufd. by Evan Cheng · 19 years ago
- 46d1d66 Another shuffle test. For 4-wide shuffle, no more than 3 {p}shuf*. by Evan Cheng · 19 years ago
- 39623da - Added support to turn "vector clear elements", e.g. pand V, <-1, -1, 0, -1> by Evan Cheng · 19 years ago
- 44f1f09 Turn a VAND into a VECTOR_SHUFFLE is applicable. by Evan Cheng · 19 years ago
- c313c66 Added a virtual method isVectorClearMaskLegal to TLI. It is similar to by Evan Cheng · 19 years ago
- 7afbb73 Added a test case for , e.g. xform pand <0, 0, -1, -1> to a shuffle. by Evan Cheng · 19 years ago
- 22ad8d9 Added a movhlps, movlhps test case. by Evan Cheng · 19 years ago
- 6868153 Don't hardcode in 1.5 for the website, just use 'CVS'. by Chris Lattner · 19 years ago
- 6c787d8 This is old, out of date, and isn't linked to by anything. by Chris Lattner · 19 years ago
- 0231007 Make sure that the new instructions selected have the right type. This fixes by Chris Lattner · 19 years ago
- 0d4603b New testcase for a codegen crash by Chris Lattner · 19 years ago
- 84b71ae Changing domain name by Tanya Lattner · 19 years ago
- 62b5772 Implement folding of a bunch of binops with undef by Chris Lattner · 19 years ago
- 1ef81af Update llvmgcc4 tarball names by Chris Lattner · 19 years ago
- fcccd6b Removed listing of llvm releases after 1.4, and said "1.4 and newer" by Tanya Lattner · 19 years ago
- 2b87362 Made warning red. by Tanya Lattner · 19 years ago
- d006d3a Document is out of date.. added warning and link to llvm-config. by Tanya Lattner · 19 years ago
- 827a1d9 Fixed up comment on xfail for llvmgcc version. by Tanya Lattner · 19 years ago
- f894d0e Added note about being able to XFAIL based on llvmgcc version. by Tanya Lattner · 19 years ago
- b3c1100 Removed cvs mirror comment by Tanya Lattner · 19 years ago
- 993b980 Minor fixes for the release. by Tanya Lattner · 19 years ago
- 8bb0a6c This has been fixed! Thanks Reid. by Chris Lattner · 19 years ago
- d3582da Yeah that's right! by Chris Lattner · 19 years ago
- 31e0aea Fixes from Tanya by Chris Lattner · 19 years ago
- 9d3b814 Add in missing #defines for _OpenBSD_ systems. by Reid Spencer · 19 years ago
- 72cd9a9 Handle v2i64 BUILD_VECTOR custom lowering correctly. v2i64 is a legal type, by Evan Cheng · 19 years ago
- 1014ab4 Allow OpenBSD to be recognized as a UNIX platform. by Reid Spencer · 19 years ago
- 94fe5eb isSplatMask() bug: first element can be an undef. by Evan Cheng · 19 years ago
- 89a1b38 Simplify some code by Chris Lattner · 19 years ago
- 80d428c - Added support to do aribitrary 4 wide shuffle with no more than three by Evan Cheng · 19 years ago
- fd111b5 Prefer {p}unpack* and mov*dup over {p}shuf* as well. by Evan Cheng · 19 years ago
- f5e1dc2 Renamed AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
- 2dadaea - Renamed AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
- c81d2a0 Rename AddedCost to AddedComplexity. by Evan Cheng · 19 years ago
- 533a0aa Commute vector_shuffle to match more movlhps, movlp{s|d} cases. by Evan Cheng · 19 years ago
- 3a00a3e Final piece to get relinked .o files buildable universal on Darwin. by Chris Lattner · 19 years ago
- b6f9341 Regenerate by Chris Lattner · 19 years ago
- 806103d When on darwin, compiler_flags need to be percolated down to the 'gcc -r' by Chris Lattner · 19 years ago
- f66a094 More mov{h|l}p{d|s} patterns. by Evan Cheng · 19 years ago
- cc0e98c - More mov{h|l}ps patterns. by Evan Cheng · 19 years ago
- 5941320 Allow "let AddedCost = n in" to increase pattern complexity. by Evan Cheng · 19 years ago
- 0c760dc Alpha too! by Chris Lattner · 19 years ago
- 8cc5ffb add a note by Chris Lattner · 19 years ago
- 9df47b5 Another simple case type merge case to try by Andrew Lenharth · 19 years ago
- 6139269 deal with memchr by Andrew Lenharth · 19 years ago
- 5e091f3 friendlier error message by Andrew Lenharth · 19 years ago
- bf9b371 add a note by Chris Lattner · 19 years ago
- ff5cdc2 Add a note. by Chris Lattner · 19 years ago
- f4b575b grammaro by Chris Lattner · 19 years ago
- 657408b Fix a bug owen noticed by Chris Lattner · 19 years ago
- cf797e9 Change wording by Chris Lattner · 19 years ago
- c71173a add a note by Chris Lattner · 19 years ago
- 1c1a85c add some more notes by Chris Lattner · 19 years ago
- 92e2196 stupid stuff by Andrew Lenharth · 19 years ago
- 0cafa92 fix printing call graphs by Andrew Lenharth · 19 years ago
- 1c212de I understand now. Shoot. by Andrew Lenharth · 19 years ago
- f0d4e3d - PEXTRW cannot take a memory location as its first source operand. by Evan Cheng · 19 years ago
- f463f51 SHUFP{S|D}, PSHUF* encoding bugs. Left out the mask immediate operand. by Evan Cheng · 19 years ago
- b7a5c52 Name change for clarity sake by Evan Cheng · 19 years ago
- a52b214 Encoding bug: CMPPSrmi, CMPPDrmi dropped operand 2 (condtion immediate). by Evan Cheng · 19 years ago
- 7b7bd57 Name change for clarity sake by Evan Cheng · 19 years ago
- fb2a3b2 Left a pattern out by Evan Cheng · 19 years ago
- a544266 llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
- 2dbf23a llvm.memc* improvements. helps PA a lot in some specmarks by Andrew Lenharth · 19 years ago
- 80f362a These are correctly encoded by the JIT. I checked :) by Chris Lattner · 19 years ago
- 8714012 add a note by Chris Lattner · 19 years ago
- 0090120 Fix a crash on: by Chris Lattner · 19 years ago
- df2a190 Fixed an encoding bug: movd from XMM to R32. by Evan Cheng · 19 years ago
- f70f8d9 pretty print node name by Chris Lattner · 19 years ago
- 90564f2 Implement an important entry from README_ALTIVEC: by Chris Lattner · 19 years ago
- 9959042 new testcase by Chris Lattner · 19 years ago
- 3be2905 move some stuff around, clean things up by Chris Lattner · 19 years ago
- 993c897 Teach the codegen about instructions used for SSE spill code, allowing it by Chris Lattner · 19 years ago
- 6baa2b7 Fix a copy & paste error from long ago. by Nate Begeman · 19 years ago
- 738bd30 Add some more notes, many still missing by Chris Lattner · 19 years ago
- 30ea478 Have the AutoRegen.sh script prompt the user for the LLVM src and obj by Reid Spencer · 19 years ago
- 746047a Make it possible to default the llvm_src and llvm_obj variables based on by Reid Spencer · 19 years ago
- 44c933e add a bunch of stuff, pieces still missing by Chris Lattner · 19 years ago
- 8b57ff7 Add a warning. by Chris Lattner · 19 years ago
- 6a58e0e Add a warning by Chris Lattner · 19 years ago
- cea2aa7 Use vmladduhm to do v8i16 multiplies which is faster and simpler than doing by Chris Lattner · 19 years ago