aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/IntrinsicsPowerPC.td
Commit message (Expand)AuthorAgeFilesLines
* [llvm_void_ty] is no longer needed for result types, Chris Lattner2010-03-231-21/+21
* Modify the intrinsics pattern to separate out the "return" types from theBill Wendling2008-11-131-109/+114
* Implement __sync_synchronize on ppc32. Patch by Gary Benson.Dale Johannesen2008-08-221-0/+3
* remove attribution from a variety of miscellaneous files.Chris Lattner2007-12-291-2/+2
* Convert the intrinsic function definitions to use llvm_i32_ty instead ofReid Spencer2006-12-311-22/+22
* add missing dcb* intrinsicsChris Lattner2006-10-241-3/+8
* vpkuwus didn't work, due to this typoChris Lattner2006-08-181-1/+1
* Add PowerPC intrinsics to support dcbz[l]Chris Lattner2006-06-061-0/+9
* Fix a typo: Instr* -> Intr*Chris Lattner2006-04-101-83/+83
* These intrinsics are now lowered by the FE.Chris Lattner2006-04-061-20/+0
* this is no longer an intrinsic.Chris Lattner2006-04-061-5/+0
* add altivec ds* intrinsicsChris Lattner2006-04-051-0/+18
* Get the types right, third time is the charm. Add vsl.Chris Lattner2006-04-051-2/+5
* correct the type of two intrinsics, add int_ppc_altivec_vmladduhmChris Lattner2006-04-051-2/+7
* Add m[tf]vscr intrinsics.Chris Lattner2006-04-051-0/+7
* Add missing byte merges.Chris Lattner2006-04-041-0/+6
* Add FP -> Int ConversionsChris Lattner2006-04-041-1/+7
* add average intrinsics.Chris Lattner2006-04-041-0/+8
* Fix the types for these intrinsics.Chris Lattner2006-04-041-6/+6
* shrinkify intrinsics more by using some local classesChris Lattner2006-04-031-60/+32
* Add some classes to make it easier to define intrinsics. Add min/max intrins...Chris Lattner2006-04-031-45/+87
* fix incorrect prototypesChris Lattner2006-03-301-12/+12
* Add vector multiply, multiply sum, pack, unpack, and lvsl/lvsr intrinsics.Chris Lattner2006-03-301-0/+91
* Add a few more altivec intrinsicsNate Begeman2006-03-281-1/+24
* These don't directly map to gcc intrinsics any more.Chris Lattner2006-03-281-12/+14
* Add some more intrinsics: rotates, fp rounds, and random other fp instructions.Chris Lattner2006-03-281-1/+23
* Add lvxlChris Lattner2006-03-281-0/+2
* Divirge from the GCC specification of the load/store intrinsics: only takeChris Lattner2006-03-271-13/+9
* fix spelling :(Chris Lattner2006-03-271-3/+3
* add some more intrinsics.Chris Lattner2006-03-271-21/+109
* Add predicate comparison intrinsics.Chris Lattner2006-03-261-0/+44
* Split the PPC and X86 intrinsics out to their own files.Chris Lattner2006-03-261-0/+138