oota-llvm.git
2006-04-08 Jim LaskeyMisc. project changes. html + build config changes...
2006-04-08 Reid SpencerInitialize SDOperand values because the gcc 4.0.2 compi...
2006-04-08 Chris LattnerCanonicalize vvector_shuffle(x,x) -> vvector_shuffle...
2006-04-08 Chris LattnerAdd constant replacement for insertelement/vectorshuffl...
2006-04-08 Chris LattnerWrap long lines, fix verification error
2006-04-08 Chris Lattneruse the right escapes
2006-04-08 Chris LattnerCodegen shufflevector as VVECTOR_SHUFFLE
2006-04-08 Chris Lattneradd a sanity check: LegalizeOp should return a value...
2006-04-08 Chris Lattneruse isValidOperands instead of duplicating checks
2006-04-08 Chris LattnerRegenerate
2006-04-08 Chris LattnerUse isValidOperands instead of duplicating or eliding...
2006-04-08 Chris LattnerUse the isValidOperands helper instead of duplicating...
2006-04-08 Chris LattnerAdd methods to check insertelement/extractelement instr...
2006-04-08 Chris LattnerAdd methods to check insert/extract element instruction...
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerAdd insertelement and shufflevector constantexpr support
2006-04-08 Reid SpencerFix recursion:
2006-04-08 Reid SpencerDon't build projects/examples if libs-only was specified.
2006-04-08 Evan ChengINSERT_VECTOR_ELT lowering bug:
2006-04-08 Reid SpencerEnsure that the automatic "CVS build" detection works...
2006-04-08 Chris LattnerAdd shufflevector support
2006-04-08 Chris LattnerStub out shufflevector
2006-04-08 Chris LattnerAdd supprot for shufflevector
2006-04-08 Chris Lattnerregenerate
2006-04-08 Chris LattnerParse shufflevector
2006-04-08 Chris LattnerAdd shufflevector support, todo, implement better const...
2006-04-08 Chris LattnerAdd shufflevector reading support
2006-04-08 Chris Lattnernew testcase for shufflevector
2006-04-08 Chris LattnerAdd a new shufflevector instruction
2006-04-08 Evan Chengldmxcsr and stmxcsr.
2006-04-08 Evan ChengFix int_x86_sse_stmxcsr and int_x86_sse_ldmxcsr. Not...
2006-04-08 Jeff CohenGet Visual Studio building again.
2006-04-08 Jim LaskeyRemove section change in function end, preventing overr...
2006-04-08 Chris LattnerDescription for the new shufflevector instruction I...
2006-04-07 Evan ChengCode clean up.
2006-04-07 Evan ChengDoh!
2006-04-07 Reid SpencerInvert the tests on LLVMGCC_MAJVERS to check for value...
2006-04-07 Evan ChengAdded patterns for MOVHPSmr and MOVLPSmr.
2006-04-07 Evan ChengKeep track of an Mac OS X / x86 ABI bug.
2006-04-07 Evan ChengRemove int_x86_sse_storeh_ps and int_x86_sse_storel_ps...
2006-04-07 Jim LaskeyMake sure that debug labels are defined within the...
2006-04-07 Chris Lattneradd a newline at the end of the file
2006-04-07 Jim LaskeyFoundation for call frame information.
2006-04-07 Chris LattnerTHis -> This
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Reid SpencerFor PR723:
2006-04-07 Reid SpencerIgnore stuff built by "make dist".
2006-04-07 Evan ChengA saner workaround. I hope.
2006-04-07 Evan ChengTemporary workaround for a Mac OSX specific issue.
2006-04-07 Evan ChengAdded more shuffle tests
2006-04-07 Chris LattnerWe have an assertion that checks that we do not encode...
2006-04-07 Chris LattnerConstant fold extractelement(zero, x) -> zero
2006-04-07 Chris LattnerFix inlining of insert/extract element constantexprs
2006-04-07 Evan ChengAdd code to RemapOperand() to handle Instruction::Extra...
2006-04-06 Evan ChengA MOVPS2SSmr, i.e. _mm_store_ss, encoding bug.
2006-04-06 Evan ChengRemove int_x86_sse_loadh_ps and int_x86_sse_loadl_ps...
2006-04-06 Evan Cheng- movlp{s|d} and movhp{s|d} support.
2006-04-06 Evan ChengNew entries.
2006-04-06 Evan Cheng1. If both vector operands of a vector_shuffle are...
2006-04-06 Andrew LenharthThis may be overconservative, but it lets the new cfe...
2006-04-06 Chris LattnerAdd an item
2006-04-06 Chris LattnerMake sure to return the result in the right type.
2006-04-06 Andrew LenharthMove this to lib/Analysis.
2006-04-06 Chris LattnerMatch vpku[hw]um(x,x).
2006-04-06 Chris LattnerAdd testcases for vpku[hw]um(x,x)
2006-04-06 Reid SpencerAdd the variable llvmgccmajvers to the site.exp file...
2006-04-06 Reid SpencerAvoid building the runtime libraries if llvm-gcc versio...
2006-04-06 Chris LattnerAdd support for matching vmrg(x,x) patterns
2006-04-06 Chris LattnerAdd vmrg(x,x) tests
2006-04-06 Reid SpencerFor support of new GCC v4, obtain the full and major...
2006-04-06 Andrew Lenharthfix some linking problems with the new gcc
2006-04-06 Chris LattnerAdd tests for vmrg[hl]*
2006-04-06 Chris LattnerThese intrinsics are now lowered by the FE.
2006-04-06 Chris LattnerPattern match vmrg* instructions, which are now lowered...
2006-04-06 Chris LattnerInfer element types for shuffle masks
2006-04-06 Chris Lattnerrename a method, to avoid confusion with llvm intrinsics.
2006-04-06 Chris Lattnertest vperm promotion
2006-04-06 Chris Lattnerremove two done items
2006-04-06 Chris LattnerLower vperm(x,y, mask) -> shuffle(x,y,mask) if mask...
2006-04-06 Chris Lattnerthis is no longer an intrinsic.
2006-04-06 Chris LattnerSupport pattern matching vsldoi(x,y) and vsldoi(x,x...
2006-04-06 Chris Lattnernew testcase
2006-04-06 Chris LattnerCompile the vpkuhum/vpkuwum intrinsics into vpkuhum...
2006-04-06 Chris LattnerAdd support for building the LLVM libraries and tools...
2006-04-06 Evan ChengPOR encoded as PAND, yikes.
2006-04-05 Evan ChengAn entry about comi / ucomi intrinsics.
2006-04-05 Evan ChengSupport for comi / ucomi intrinsics.
2006-04-05 Evan ChengAdded comi and ucomi SSE intrinsics.
2006-04-05 Chris LattnerAdd all of the data stream intrinsics and instructions...
2006-04-05 Chris Lattneradd altivec ds* intrinsics
2006-04-05 Chris LattnerFix a typo
2006-04-05 Chris LattnerFix CodeGen/PowerPC/2006-04-05-splat-ish.ll
2006-04-05 Chris Lattnernew testcase that was miscompiled to vspltisb
2006-04-05 Evan ChengHandle canonical form of e.g.
2006-04-05 Chris LattnerMake a vector live across blocks have the correct Vec...
2006-04-05 Chris Lattnernew testcase
2006-04-05 Evan ChengBogus assert
next