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