index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
IntrinsicsPowerPC.td
Commit message (
Expand
)
Author
Age
Files
Lines
*
Modify the intrinsics pattern to separate out the "return" types from the
Bill Wendling
2008-11-13
1
-109
/
+114
*
Implement __sync_synchronize on ppc32. Patch by Gary Benson.
Dale Johannesen
2008-08-22
1
-0
/
+3
*
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Convert the intrinsic function definitions to use llvm_i32_ty instead of
Reid Spencer
2006-12-31
1
-22
/
+22
*
add missing dcb* intrinsics
Chris Lattner
2006-10-24
1
-3
/
+8
*
vpkuwus didn't work, due to this typo
Chris Lattner
2006-08-18
1
-1
/
+1
*
Add PowerPC intrinsics to support dcbz[l]
Chris Lattner
2006-06-06
1
-0
/
+9
*
Fix a typo: Instr* -> Intr*
Chris Lattner
2006-04-10
1
-83
/
+83
*
These intrinsics are now lowered by the FE.
Chris Lattner
2006-04-06
1
-20
/
+0
*
this is no longer an intrinsic.
Chris Lattner
2006-04-06
1
-5
/
+0
*
add altivec ds* intrinsics
Chris Lattner
2006-04-05
1
-0
/
+18
*
Get the types right, third time is the charm. Add vsl.
Chris Lattner
2006-04-05
1
-2
/
+5
*
correct the type of two intrinsics, add int_ppc_altivec_vmladduhm
Chris Lattner
2006-04-05
1
-2
/
+7
*
Add m[tf]vscr intrinsics.
Chris Lattner
2006-04-05
1
-0
/
+7
*
Add missing byte merges.
Chris Lattner
2006-04-04
1
-0
/
+6
*
Add FP -> Int Conversions
Chris Lattner
2006-04-04
1
-1
/
+7
*
add average intrinsics.
Chris Lattner
2006-04-04
1
-0
/
+8
*
Fix the types for these intrinsics.
Chris Lattner
2006-04-04
1
-6
/
+6
*
shrinkify intrinsics more by using some local classes
Chris Lattner
2006-04-03
1
-60
/
+32
*
Add some classes to make it easier to define intrinsics. Add min/max intrins...
Chris Lattner
2006-04-03
1
-45
/
+87
*
fix incorrect prototypes
Chris Lattner
2006-03-30
1
-12
/
+12
*
Add vector multiply, multiply sum, pack, unpack, and lvsl/lvsr intrinsics.
Chris Lattner
2006-03-30
1
-0
/
+91
*
Add a few more altivec intrinsics
Nate Begeman
2006-03-28
1
-1
/
+24
*
These don't directly map to gcc intrinsics any more.
Chris Lattner
2006-03-28
1
-12
/
+14
*
Add some more intrinsics: rotates, fp rounds, and random other fp instructions.
Chris Lattner
2006-03-28
1
-1
/
+23
*
Add lvxl
Chris Lattner
2006-03-28
1
-0
/
+2
*
Divirge from the GCC specification of the load/store intrinsics: only take
Chris Lattner
2006-03-27
1
-13
/
+9
*
fix spelling :(
Chris Lattner
2006-03-27
1
-3
/
+3
*
add some more intrinsics.
Chris Lattner
2006-03-27
1
-21
/
+109
*
Add predicate comparison intrinsics.
Chris Lattner
2006-03-26
1
-0
/
+44
*
Split the PPC and X86 intrinsics out to their own files.
Chris Lattner
2006-03-26
1
-0
/
+138