oota-llvm.git
2006-03-28 Chris LattnerAdd some more intrinsics: rotates, fp rounds, and rando...
2006-03-28 Evan ChenggetVectorTyppe(MVT::i64, 2) ==> MVT::v2i64.
2006-03-28 Chris LattnerAdd lvxl
2006-03-28 Chris LattnerUse normal lvx for scalar_to_vector instead of lve...
2006-03-28 Jim LaskeyRegression test for the handling of nulls as arguments...
2006-03-28 Jim LaskeyMore bulletproofing of DebugInfoDesc verify.
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Evan ChengModel unpack lower and interleave as vector_shuffle...
2006-03-28 Chris LattnerTblgen doesn't like multiple SDNode<> definitions that...
2006-03-28 Chris LattnerReenable pointer intrinsics.
2006-03-28 Chris LattnerOnly compute intrinsic valuetypes when in a target...
2006-03-28 Chris Lattnerrevert this, it breaks things.
2006-03-28 Chris Lattnerrevert this, it breaks things
2006-03-27 Andrew LenharthIf adding a link to a collapsed, node, ignore offset.
2006-03-27 Andrew LenharthAdding links to a node collapsed during type merging...
2006-03-27 Jim LaskeyReactivate llvm.dbg.declare.
2006-03-27 Jim LaskeyShould not remove casts from variable's alloca.
2006-03-27 Chris LattnerAdd support for intrinsics with pointer arguments in...
2006-03-27 Chris LattnerAdd some missing template specializations for autoderef...
2006-03-27 Chris LattnerAdd support for decoding iPTR to the right pointer...
2006-03-27 Chris Lattneradd a new iPTR ValueType for tblgen use
2006-03-27 Chris LattnerDivirge from the GCC specification of the load/store...
2006-03-27 Chris LattnerPrint error messages like this:
2006-03-27 Chris Lattnerfix spelling :(
2006-03-27 Chris Lattneradd some more intrinsics.
2006-03-27 Chris LattnerDisable dbg_declare, it currently breaks the CFE build
2006-03-27 Chris LattnerFix legalization of intrinsics with chain and result...
2006-03-27 Jim LaskeyTranslate llvm target registers to dwarf register numbe...
2006-03-27 Jim LaskeyMisunderstanding.
2006-03-27 Jim LaskeyTypo.
2006-03-27 Jim LaskeyClarity.
2006-03-27 Jim LaskeyAdding other platforms.
2006-03-27 Jim LaskeyAdd note for Mac OS X developers.
2006-03-27 Chris Lattnerunbreak the build
2006-03-27 Chris LattnerUnbreak the build on non-apple compilers :-(
2006-03-27 Evan ChengIntrinsics naming convention change.
2006-03-27 Evan ChengTry again
2006-03-27 Chris LattnerAdd a bunch of notes from my journey thus far.
2006-03-27 Evan ChengIncorrect check for FP all one's
2006-03-27 Chris LattnerSplit out altivec notes into their own README
2006-03-27 Evan ChengUse pcmpeq to generate vector of all ones.
2006-03-27 Evan ChengChanged isBuildVectorAllOnesInteger to isBuildVectorAll...
2006-03-27 Evan ChengChange isBuildVectorAllOnesInteger to isBuildVectorAllO...
2006-03-27 Chris LattnerInstead of printing "INTRINSIC" on intrinsic node,...
2006-03-27 Chris Lattnerteach the inliner to work with packed constants
2006-03-27 Chris LattnerFix the JIT encoding of VSEL
2006-03-27 Chris LattnerFix the JIT encoding of VSPLTI*
2006-03-27 Jim LaskeyPass llvm/test/Regression/CodeGen/Generic/debug-info.ll.
2006-03-27 Nate BegemanSelectionDAGISel can now natively handle Switch instruc...
2006-03-26 Jim LaskeyBullet proof against undefined args produced by upgradi...
2006-03-26 Jim LaskeyHow to be dumb on $5/day. Need a tri-state to track...
2006-03-26 Chris Lattneradd vsel
2006-03-26 Nate BegemanReadme note
2006-03-26 Chris LattnerCodegen vector predicate compares.
2006-03-26 Evan ChengRemove X86:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-26 Evan ChengRemove PPC:isZeroVector, use ISD::isBuildVectorAllZeros...
2006-03-26 Evan ChengAdd immAllZerosV helper
2006-03-26 Evan ChengAdd ISD::isBuildVectorAllZeros predicate
2006-03-26 Chris LattnerAllow targets to custom lower their own intrinsics...
2006-03-26 Chris LattnerAdd predicate comparison intrinsics.
2006-03-26 Chris LattnerUpdate dependencies to reflect split of the Intrinsics...
2006-03-26 Chris LattnerAdd all of the altivec comparison instructions. Add...
2006-03-26 Chris LattnerAdd and 8/16-bit adds, add all integer subtracts, add...
2006-03-26 Chris LattnerSplit the PPC and X86 intrinsics out to their own files.
2006-03-26 Chris LattnerAdd saturating subtracts, non-predicate compares, and...
2006-03-26 Chris Lattnerimplement the vsldoi intrinsic.
2006-03-26 Chris Lattneradd int_ppc_altivec_vsldoi intrinsic
2006-03-25 Chris LattnerCorrect the vandc testcase
2006-03-25 Chris Lattnerfix the pattern for vandc, it's NOT vnand
2006-03-25 Chris Lattneradd patterns for VANDC/VNOR, implementing
2006-03-25 Chris Lattnernew testcases
2006-03-25 Chris LattnerAdd some comments.
2006-03-25 Chris Lattneradd a vnot helper node for matching 'not' on vectors
2006-03-25 Chris LattnerFix a bug in ISD::isBuildVectorAllOnesInteger that...
2006-03-25 Chris LattnerImplement the ISD::isBuildVectorAllOnesInteger predicate
2006-03-25 Chris LattnerAdd a predicate
2006-03-25 Chris LattnerDon't call SimplifyDemandedBits on vectors
2006-03-25 Chris LattnerAdd some logical operations
2006-03-25 Chris LattnerAdd a missing check which cause an invalid .td file...
2006-03-25 Chris LattnerDon't crash on packed logical ops
2006-03-25 Chris LattnerTeach BinaryOperator::createNot to work with packed...
2006-03-25 Jim LaskeyUnused function - easier to throw away than fix.
2006-03-25 Jim LaskeyCast instruction not inserted into basic block.
2006-03-25 Evan ChengAdd a BUILD_VECTOR with unpack and interleave testcase.
2006-03-25 Evan ChengAdded missing (any_extend (load ...)) patterns.
2006-03-25 Evan ChengBuild arbitrary vector with more than 2 distinct scalar...
2006-03-25 Chris Lattnerimplement a bunch of intrinsics
2006-03-25 Chris LattnerMove all Altivec stuff out into a new PPCInstrAltivec...
2006-03-25 Chris LattnerAdd some basic patterns for other datatypes
2006-03-25 Chris Lattneradd all supported formats to the vector register file
2006-03-25 Chris Lattnerremove extraneous lets
2006-03-25 Chris LattnerAdd a bunch of simple altivec intrinsics
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp /vmaddfp
2006-03-25 Chris LattnerAdd support for __builtin_altivec_vnmsubfp
2006-03-25 Chris LattnerWhen failing selection for an intrinsic, print this:
2006-03-25 Chris Lattner#include Intrinsics.h into all dag isels
2006-03-25 Chris LattnerImplement Intrinsic::getName
2006-03-25 Chris LattnerAdd a programatic interface to intrinsic names.
2006-03-25 Chris LattnerCodegen things like:
next