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