Age | Commit message (Expand) | Author |
2006-03-28 | Update | Evan Cheng |
2006-03-28 | Typo | Evan Cheng |
2006-03-28 | * Prefer using operation of matching types. e.g unpcklpd rather than movlhps. | Evan Cheng |
2006-03-28 | Fix a couple typos | Nate Begeman |
2006-03-28 | Add a few more altivec intrinsics | Nate Begeman |
2006-03-28 | Added a couple of entries about movhps and movlhps. | Evan Cheng |
2006-03-28 | All unpack cases are now being handled. | Evan Cheng |
2006-03-28 | - Clean up / consoladate various shuffle masks. | Evan Cheng |
2006-03-28 | implement a bunch more intrinsics. | Chris Lattner |
2006-03-28 | Use normal lvx for scalar_to_vector instead of lve*x. They do the exact | Chris Lattner |
2006-03-28 | More bulletproofing of DebugInfoDesc verify. | Jim Laskey |
2006-03-28 | Tblgen doesn't like multiple SDNode<> definitions that map to the sameenum va... | Chris Lattner |
2006-03-28 | Model unpack lower and interleave as vector_shuffle so we can lower the | Evan Cheng |
2006-03-27 | If adding a link to a collapsed, node, ignore offset. | Andrew Lenharth |
2006-03-27 | Reactivate llvm.dbg.declare. | Jim Laskey |
2006-03-27 | Disable dbg_declare, it currently breaks the CFE build | Chris Lattner |
2006-03-27 | Fix legalization of intrinsics with chain and result values | Chris Lattner |
2006-03-27 | Translate llvm target registers to dwarf register numbers properly. | Jim Laskey |
2006-03-27 | unbreak the build | Chris Lattner |
2006-03-27 | Unbreak the build on non-apple compilers :-( | Chris Lattner |
2006-03-27 | Try again | Evan Cheng |
2006-03-27 | Add a bunch of notes from my journey thus far. | Chris Lattner |
2006-03-27 | Incorrect check for FP all one's | Evan Cheng |
2006-03-27 | Split out altivec notes into their own README | Chris Lattner |
2006-03-27 | Use pcmpeq to generate vector of all ones. | Evan Cheng |
2006-03-27 | Changed isBuildVectorAllOnesInteger to isBuildVectorAllOnes. | Evan Cheng |
2006-03-27 | Change isBuildVectorAllOnesInteger to isBuildVectorAllOnes. Also check for | Evan Cheng |
2006-03-27 | Instead of printing "INTRINSIC" on intrinsic node, print the intrinsic name. | Chris Lattner |
2006-03-27 | teach the inliner to work with packed constants | Chris Lattner |
2006-03-27 | Fix the JIT encoding of VSEL | Chris Lattner |
2006-03-27 | Fix the JIT encoding of VSPLTI* | Chris Lattner |
2006-03-27 | Pass llvm/test/Regression/CodeGen/Generic/debug-info.ll. | Jim Laskey |
2006-03-27 | SelectionDAGISel can now natively handle Switch instructions, in the same | Nate Begeman |
2006-03-26 | Bullet proof against undefined args produced by upgrading ols-style debug info. | Jim Laskey |
2006-03-26 | How to be dumb on $5/day. Need a tri-state to track valid debug descriptors. | Jim Laskey |
2006-03-26 | add vsel | Chris Lattner |
2006-03-26 | Readme note | Nate Begeman |
2006-03-26 | Codegen vector predicate compares. | Chris Lattner |
2006-03-26 | Remove X86:isZeroVector, use ISD::isBuildVectorAllZeros instead; some fixes /... | Evan Cheng |
2006-03-26 | Remove PPC:isZeroVector, use ISD::isBuildVectorAllZeros instead | Evan Cheng |
2006-03-26 | Add immAllZerosV helper | Evan Cheng |
2006-03-26 | Add ISD::isBuildVectorAllZeros predicate | Evan Cheng |
2006-03-26 | Allow targets to custom lower their own intrinsics if desired. | Chris Lattner |
2006-03-26 | Update dependencies to reflect split of the Intrinsics.td file | Chris Lattner |
2006-03-26 | Add all of the altivec comparison instructions. Add patterns for the | Chris Lattner |
2006-03-26 | Add and 8/16-bit adds, add all integer subtracts, add saturating subtract | Chris Lattner |
2006-03-26 | implement the vsldoi intrinsic. | Chris Lattner |
2006-03-25 | fix the pattern for vandc, it's NOT vnand | Chris Lattner |
2006-03-25 | add patterns for VANDC/VNOR, implementing | Chris Lattner |
2006-03-25 | Add some comments. | Chris Lattner |