oota-llvm.git
2006-03-23 Reid SpencerA very early, rough draft of a guide to making public...
2006-03-23 Reid SpencerWrap long lines, remove unnecessarily empty lines.
2006-03-23 Reid SpencerUpdated for library changes:
2006-03-23 Chris Lattnerprune #includes
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2006-03-23 Chris Lattnersimplify some code
2006-03-23 Chris Lattnerremove always-null IntrinsicLowering argument.
2006-03-23 Chris Lattnerremove the intrinsiclowering hook
2006-03-23 Evan ChengAdd v4i32 <-> v4f32 bitconvert patterns.
2006-03-23 Evan ChengAllow result node to be a simple leaf node. This enable...
2006-03-23 Evan ChengAdd 128-bit integer vector load and add (for testing).
2006-03-23 Nate BegemanAdd support for 8 bit immediates with 16/32 bit cmp...
2006-03-22 Chris LattnerFix a typo
2006-03-22 Evan ChengAdded a ValueType operand to isShuffleMaskLegal()....
2006-03-22 Evan ChengReplace vector splat test case.
2006-03-22 Evan ChengAdd a v2f64 splat (using movlhps) test case.
2006-03-22 Chris LattnerImplement simple support for vector casting. This...
2006-03-22 Chris LattnerFix comments
2006-03-22 Evan ChengSHUFP* are two address code.
2006-03-22 Chris Lattneradd a new node
2006-03-22 Evan ChengSome clean up.
2006-03-22 Evan Cheng- Supposely movlhps is faster / better than unpcklpd.
2006-03-22 Chris Lattnertest that vspltw is generated for test cases
2006-03-22 Evan Cheng- Implement X86ISelLowering::isShuffleMaskLegal()....
2006-03-22 Chris Lattnersilence a bogus gcc warning
2006-03-22 Reid SpencerThese changes are necessary to support the new llvm...
2006-03-22 Evan Cheng- VECTOR_SHUFFLE of v4i32 / v4f32 with undef second...
2006-03-22 Chris Lattneradd a note
2006-03-22 Evan ChengFix PSHUF* and SHUF* jit code emission problems
2006-03-22 Chris LattnerEliminate the dependency of ExecutionEngine on the...
2006-03-22 Chris Lattnerwrap lines to 80 columns.
2006-03-22 Chris LattnerThis has been implemented. Tweak it into another note
2006-03-22 Chris LattnerWhen possible, custom lower 32-bit SINT_TO_FP to this:
2006-03-22 Chris LattnerAdd support for "ri" addressing modes where the immedia...
2006-03-22 Chris Lattnerfix a warning
2006-03-22 Evan ChengSome splat and shuffle support.
2006-03-22 Evan ChengAdd a couple more pseudo instructions.
2006-03-22 Chris LattnerEndianness does not affect the order of vector fields...
2006-03-22 Chris LattnerFix the JIT encoding of the VAForm_1 instructions,...
2006-03-22 Chris LattnerEnclose some variables in a scope to avoid error with...
2006-03-21 Evan ChengDidn't mean to check this in. No MMX support yet.
2006-03-21 Evan Cheng- Use movaps to store 128-bit vector integers.
2006-03-21 Chris Lattneradd expand support for extractelement
2006-03-21 Chris LattnerThese targets don't support EXTRACT_VECTOR_ELT, though...
2006-03-21 Evan ChengDon't forget to promote xform function to an explicit...
2006-03-21 Chris Lattneradd some trivial support for extractelement.
2006-03-21 Chris Lattneradd some nodes for extractelement
2006-03-21 Chris LattnerDon't emit pseudo instructions!
2006-03-21 Chris LattnerAdd a hacky workaround for crashes due to vectors live...
2006-03-21 Nate BegemanUpdate readme
2006-03-21 Chris LattnerAdd an integer splat test
2006-03-21 Chris LattnerPrint absolute memory references like this:
2006-03-21 Evan ChengCombine 2 entries
2006-03-21 Evan ChengAdd a note about x86 register coallescing
2006-03-21 Evan Cheng- Remove scalar to vector pseudo ops. They are just...
2006-03-21 Chris Lattnerminor code simplification
2006-03-21 Chris LattnerWith Evan's latest tblgen patch, this code is obsolete...
2006-03-21 Reid SpencerCause the various warnings list to be generated via...
2006-03-21 Chris LattnerDocument ENABLE_ASSERTIONS=1
2006-03-21 Chris LattnerEnable assertions to be enabled in release builds by...
2006-03-21 Chris LattnerWhen codegen'ing vector MUL using VFMADD, *add* the...
2006-03-21 Chris Lattnerminor note
2006-03-21 Evan Chengx86 ISD::SCALAR_TO_VECTOR support.
2006-03-21 Evan ChengJunk unused vector register classes.
2006-03-20 Evan ChengThe node wrapped in PatLeaf<> should be treated as...
2006-03-20 Chris LattnerHandle constant addresses more efficiently, folding...
2006-03-20 Chris Lattnerremove dead variable
2006-03-20 Chris Lattnernew testcase
2006-03-20 Nate BegemanMove some common data structures between dom and pdom...
2006-03-20 Chris LattnerFix a couple of bugs in permute/splat generate, thanks...
2006-03-20 Evan ChengOption -enable-x86-lsr has been removed
2006-03-20 Chris Lattnerreenable this hack, the tblgen version isn't quite...
2006-03-20 Chris LattnerFix the pattern for VADDUWM, add i32 splat
2006-03-20 Evan ChengUse tblgen'd VECTOR_SHUFFLE selection code.
2006-03-20 Evan ChengIt should be ok for a xform output type to be different...
2006-03-20 Chris LattnerAdd support for generating vspltw, instead of a vperm...
2006-03-20 Chris LattnerImplement PPC::isSplatShuffleMask and PPC::getVSPLTImme...
2006-03-20 Chris Lattnerfix duplicate definition errors
2006-03-20 Chris LattnerAdd a build_vector node
2006-03-20 Chris LattnerCheck in some intermediate code that adds a skeleton...
2006-03-20 Evan ChengMove a few things around.
2006-03-20 Evan ChengCopy matching pattern's output type info to instruction...
2006-03-20 Chris Lattneradd vector_shuffle
2006-03-20 Chris LattnerAdd a new SDTCisIntVectorOfSameSize type constraint
2006-03-20 Chris Lattnerfix typo
2006-03-20 Chris Lattneradd vsplat instructions, fix sched description for...
2006-03-20 Chris LattnerCustom lower arbitrary VECTOR_SHUFFLE's to VPERM.
2006-03-20 Chris LattnerClaim to have v16i8 for perm masks
2006-03-20 Chris LattnerIf a target supports splatting with SHUFFLE_VECTOR...
2006-03-20 Chris LattnerTargetData doesn't know the alignment of vectors :(
2006-03-20 Chris Lattneradd the vperm instruction
2006-03-20 Chris LattnerAdd some helper methods
2006-03-20 Chris LattnerAdd another helper
2006-03-19 Chris LattnerAdd very basic support for VECTOR_SHUFFLE
2006-03-19 Chris Lattneradd a node
2006-03-19 Chris LattnerAdd a helper method
2006-03-19 Chris Lattneradd a note with a testcase
2006-03-19 Reid SpencerThe library dependency file in flat format. This file...
2006-03-19 Reid SpencerFirst cut at the Makefile for llvm-config. This initial...
next