Sort a few more #include lines in tools/... unittests/... and utils/...
[oota-llvm.git] / include / llvm / IntrinsicsPowerPC.td
2012-12-25 Hal FinkelLoosen scheduling restrictions on the PPC dcbt intrinsic
2010-08-05 Dan GohmanRemove IntrWriteMem, as it's the default. Rename IntrWr...
2010-03-23 Chris Lattner[llvm_void_ty] is no longer needed for result types,
2008-11-13 Bill WendlingModify the intrinsics pattern to separate out the ...
2008-08-22 Dale JohannesenImplement __sync_synchronize on ppc32. Patch by Gary...
2007-12-29 Chris Lattnerremove attribution from a variety of miscellaneous...
2006-12-31 Reid SpencerConvert the intrinsic function definitions to use llvm_...
2006-10-24 Chris Lattneradd missing dcb* intrinsics
2006-08-18 Chris Lattnervpkuwus didn't work, due to this typo
2006-06-06 Chris LattnerAdd PowerPC intrinsics to support dcbz[l]
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-06 Chris LattnerThese intrinsics are now lowered by the FE.
2006-04-06 Chris Lattnerthis is no longer an intrinsic.
2006-04-05 Chris Lattneradd altivec ds* intrinsics
2006-04-05 Chris LattnerGet the types right, third time is the charm. Add...
2006-04-05 Chris Lattnercorrect the type of two intrinsics, add int_ppc_altivec...
2006-04-05 Chris LattnerAdd m[tf]vscr intrinsics.
2006-04-04 Chris LattnerAdd missing byte merges.
2006-04-04 Chris LattnerAdd FP -> Int Conversions
2006-04-04 Chris Lattneradd average intrinsics.
2006-04-04 Chris LattnerFix the types for these intrinsics.
2006-04-03 Chris Lattnershrinkify intrinsics more by using some local classes
2006-04-03 Chris LattnerAdd some classes to make it easier to define intrinsics...
2006-03-30 Chris Lattnerfix incorrect prototypes
2006-03-30 Chris LattnerAdd vector multiply, multiply sum, pack, unpack, and...
2006-03-28 Nate BegemanAdd a few more altivec intrinsics
2006-03-28 Chris LattnerThese don't directly map to gcc intrinsics any more.
2006-03-28 Chris LattnerAdd some more intrinsics: rotates, fp rounds, and rando...
2006-03-28 Chris LattnerAdd lvxl
2006-03-27 Chris LattnerDivirge from the GCC specification of the load/store...
2006-03-27 Chris Lattnerfix spelling :(
2006-03-27 Chris Lattneradd some more intrinsics.
2006-03-26 Chris LattnerAdd predicate comparison intrinsics.
2006-03-26 Chris LattnerSplit the PPC and X86 intrinsics out to their own files.