2006-03-27 |
Jim Laskey | Adding other platforms. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Jim Laskey | Add note for Mac OS X developers. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | unbreak the build |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Unbreak the build on non-apple compilers :-( |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Intrinsics naming convention change. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Try again |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Add a bunch of notes from my journey thus far. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Incorrect check for FP all one's |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Split out altivec notes into their own README |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Use pcmpeq to generate vector of all ones. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Changed isBuildVectorAllOnesInteger to isBuildVectorAll... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Evan Cheng | Change isBuildVectorAllOnesInteger to isBuildVectorAllO... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Instead of printing "INTRINSIC" on intrinsic node,... |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | teach the inliner to work with packed constants |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Fix the JIT encoding of VSEL |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Chris Lattner | Fix the JIT encoding of VSPLTI* |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Jim Laskey | Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. |
commit | commitdiff | tree | snapshot |
2006-03-27 |
Nate Begeman | SelectionDAGISel can now natively handle Switch instruc... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Jim Laskey | Bullet proof against undefined args produced by upgradi... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Jim Laskey | How to be dumb on $5/day. Need a tri-state to track... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | add vsel |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Nate Begeman | Readme note |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Codegen vector predicate compares. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Evan Cheng | Remove X86:isZeroVector, use ISD::isBuildVectorAllZeros... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Evan Cheng | Remove PPC:isZeroVector, use ISD::isBuildVectorAllZeros... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Evan Cheng | Add immAllZerosV helper |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Evan Cheng | Add ISD::isBuildVectorAllZeros predicate |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Allow targets to custom lower their own intrinsics... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Add predicate comparison intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Update dependencies to reflect split of the Intrinsics... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Add all of the altivec comparison instructions. Add... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Add and 8/16-bit adds, add all integer subtracts, add... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Split the PPC and X86 intrinsics out to their own files. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | Add saturating subtracts, non-predicate compares, and... |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | implement the vsldoi intrinsic. |
commit | commitdiff | tree | snapshot |
2006-03-26 |
Chris Lattner | add int_ppc_altivec_vsldoi intrinsic |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Correct the vandc testcase |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | fix the pattern for vandc, it's NOT vnand |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | add patterns for VANDC/VNOR, implementing |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | new testcases |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add some comments. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | add a vnot helper node for matching 'not' on vectors |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Fix a bug in ISD::isBuildVectorAllOnesInteger that... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Implement the ISD::isBuildVectorAllOnesInteger predicate |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a predicate |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Don't call SimplifyDemandedBits on vectors |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add some logical operations |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a missing check which cause an invalid .td file... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Don't crash on packed logical ops |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Teach BinaryOperator::createNot to work with packed... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Jim Laskey | Unused function - easier to throw away than fix. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Jim Laskey | Cast instruction not inserted into basic block. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Add a BUILD_VECTOR with unpack and interleave testcase. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added missing (any_extend (load ...)) patterns. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Build arbitrary vector with more than 2 distinct scalar... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | implement a bunch of intrinsics |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Move all Altivec stuff out into a new PPCInstrAltivec... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add some basic patterns for other datatypes |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | add all supported formats to the vector register file |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | remove extraneous lets |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a bunch of simple altivec intrinsics |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add support for __builtin_altivec_vnmsubfp /vmaddfp |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add support for __builtin_altivec_vnmsubfp |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | When failing selection for an intrinsic, print this: |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | #include Intrinsics.h into all dag isels |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Implement Intrinsic::getName |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add a programatic interface to intrinsic names. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Codegen things like: |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | New tests for vsplti* |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 cacheability support ops intrinsics |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added SSE cachebility ops |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Instruction encoding bug |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added a scalar to vector with zero extension testcase |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Chris Lattner | Add new intrinsic node definitions for tblgen use |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD store intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 SIMD load intrinsics (movhps, movlps, and... |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 conversion operations intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added 128-bit packed integer subtraction. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added CVTTPS2PI. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | Added CVTSS2SI. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 comparison intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-25 |
Evan Cheng | X86 SSE1 arithmetic and logical operation intrinsics. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Support for scalar to vector with zero extension. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Change approach so that we get codegen for free for... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix inverted conditional |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | D'oh - should be even numbered. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Added LDMXCSR |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | ldmxcsr is a SSE instruction. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Evan Cheng | Added ldmxcsr intrinsic. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | fix 80 column violations |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | plug the intrinsics into the patterns for movmsk* |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Parse intrinsics correctly and perform type propagation... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Add dwarf register numbering to register data. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Add support for dwarf register numbering. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Jim Laskey | Hack no more. |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Make sure to initialize the TheDef field! |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add another note |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | add a note |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Move CodeGenIntrinsic implementation to CodeGenTarget... |
commit | commitdiff | tree | snapshot |
2006-03-24 |
Chris Lattner | Specify the value type for each llvm type. This needs... |
commit | commitdiff | tree | snapshot |
next |