aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/IntrinsicsPowerPC.td
AgeCommit message (Expand)Author
2010-08-05Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMemDan Gohman
2010-03-23[llvm_void_ty] is no longer needed for result types, Chris Lattner
2008-11-13Modify the intrinsics pattern to separate out the "return" types from theBill Wendling
2008-08-22Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen
2007-12-29remove attribution from a variety of miscellaneous files.Chris Lattner
2006-12-31Convert the intrinsic function definitions to use llvm_i32_ty instead ofReid Spencer
2006-10-24add missing dcb* intrinsicsChris Lattner
2006-08-18vpkuwus didn't work, due to this typoChris Lattner
2006-06-06Add PowerPC intrinsics to support dcbz[l]Chris Lattner
2006-04-10Fix a typo: Instr* -> Intr*Chris Lattner
2006-04-06These intrinsics are now lowered by the FE.Chris Lattner
2006-04-06this is no longer an intrinsic.Chris Lattner
2006-04-05add altivec ds* intrinsicsChris Lattner
2006-04-05Get the types right, third time is the charm. Add vsl.Chris Lattner
2006-04-05correct the type of two intrinsics, add int_ppc_altivec_vmladduhmChris Lattner
2006-04-05Add m[tf]vscr intrinsics.Chris Lattner
2006-04-04Add missing byte merges.Chris Lattner
2006-04-04Add FP -> Int ConversionsChris Lattner
2006-04-04add average intrinsics.Chris Lattner
2006-04-04Fix the types for these intrinsics.Chris Lattner
2006-04-03shrinkify intrinsics more by using some local classesChris Lattner
2006-04-03Add some classes to make it easier to define intrinsics. Add min/max intrins...Chris Lattner
2006-03-30fix incorrect prototypesChris Lattner
2006-03-30Add vector multiply, multiply sum, pack, unpack, and lvsl/lvsr intrinsics.Chris Lattner
2006-03-28Add a few more altivec intrinsicsNate Begeman
2006-03-28These don't directly map to gcc intrinsics any more.Chris Lattner
2006-03-28Add some more intrinsics: rotates, fp rounds, and random other fp instructions.Chris Lattner
2006-03-28Add lvxlChris Lattner
2006-03-27Divirge from the GCC specification of the load/store intrinsics: only takeChris Lattner
2006-03-27fix spelling :(Chris Lattner
2006-03-27add some more intrinsics.Chris Lattner
2006-03-26Add predicate comparison intrinsics.Chris Lattner
2006-03-26Split the PPC and X86 intrinsics out to their own files.Chris Lattner