oota-llvm.git
2006-04-11 Reid SpencerUpdate my entry.
2006-04-11 Nate Begemanupdate my credits entry per clattner's request!
2006-04-11 Jeff CohenKeep Visual Studio happy.
2006-04-11 Chris Lattneradd some todos
2006-04-11 Chris LattnerVector function results go into V2 according to GCC...
2006-04-11 Chris LattnerAdd basic support for legalizing returns of vectors
2006-04-11 Chris LattnerMove some return-handling code from lowerarguments...
2006-04-11 Chris LattnerAdd helper methods.
2006-04-11 Evan ChengAdded support for _mm_move_ss and _mm_move_sd.
2006-04-10 Jim LaskeyUse existing information.
2006-04-10 Chris LattnerImplement vec_shuffle.ll:test3
2006-04-10 Chris Lattnernew testcase
2006-04-10 Chris LattnerImplement InstCombine/vec_shuffle.ll:test[12]
2006-04-10 Chris LattnerNew testcase
2006-04-10 Evan ChengRemove some bogus patterns; clean up.
2006-04-10 Chris LattnerFix a typo: Instr* -> Intr*
2006-04-10 Chris Lattneradd a note
2006-04-10 Misha Brukman* Remove duplicated table of contents for a section...
2006-04-10 Evan ChengRemove an entry that is now done.
2006-04-10 Evan ChengAdded some missing shuffle patterns.
2006-04-10 Evan ChengCorrect an entry
2006-04-10 Evan Chengmovups / movupd
2006-04-10 Evan Cheng__builtin_ia32_loadup{s|d}, __builtin_ia32_storeup...
2006-04-10 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2006-04-10 Evan ChengMissing break
2006-04-10 Reid SpencerENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
2006-04-10 Evan ChengAdd a vselect test case.
2006-04-10 Evan ChengConditional move of vector types.
2006-04-10 Evan ChengNew entries
2006-04-10 Evan ChengUse movaps to do VR128 reg-to-reg copies for now. It...
2006-04-09 Reid SpencerUpdate docs for ENABLE_ASSERTIONS -> DISABLE_ASSERTIONS
2006-04-09 Reid SpencerCheck for DISABLE_ASSERTIONS, not ENABLE_ASSERTIONS
2006-04-09 Reid SpencerFix a comment.
2006-04-09 Reid SpencerChange the assertions defaults:
2006-04-08 Chris LattnerMove the vector instructions to their own subsection.
2006-04-08 Chris Lattnerproperly mark vector selects as expanded to select_cc
2006-04-08 Chris LattnerAdd VRRC select support
2006-04-08 Chris LattnerAdd code generator support for VSELECT
2006-04-08 Chris LattnerAdd a new VSELECT node.
2006-04-08 Nate BegemanDisable switch lowering for targets based on the select...
2006-04-08 Chris LattnerImplement PowerPC/CodeGen/vec_splat.ll:spltish to use...
2006-04-08 Chris Lattneradd new testcase
2006-04-08 Chris LattnerChange the interface to the predicate that determines...
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...
next