Add AVX SSE4.1 binop (some forms of packed max,min,mul,pack,cmp) instructions
[oota-llvm.git] / lib /
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 binop (some forms of packed max,min...
2010-07-03 Eric ChristopherFix typo.
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 Horizontal Minimum and Position instruction
2010-07-03 Evan ChengRemove isSS argument from CreateFixedObject. Fixed...
2010-07-03 Bruno Cardoso LopesAdd AVX SSE4.1 round instructions
2010-07-03 Jakob Stoklund OlesenDetect and handle COPY in many places.
2010-07-02 Bruno Cardoso LopesSimple refactoring of SSE4.1 instructions, making room...
2010-07-02 Eric Christopher80-col fixup.
2010-07-02 Jakob Stoklund OlesenAdd a new target independent COPY instruction and code...
2010-07-02 Bruno Cardoso Lopes- Add support for the rest of AVX SSE3 instructions
2010-07-02 Jim GrosbachCustom inserters (e.g., conditional moves in Thumb1...
2010-07-02 Devang PatelMDString is already checked earlier.
2010-07-02 Evan ChengRemove early IT block formation. It's not used.
2010-07-02 Evan Cheng- Two-address pass should not assume unfolding is alway...
2010-07-02 Dale JohannesenPropagate the AlignStack bit in InlineAsm's to the
2010-07-02 Jakob Stoklund OlesenRemove invalid assert
2010-07-02 Jakob Stoklund OlesenProperly handle debug values during inline spilling.
2010-07-02 Gabor Greifbeautify output
2010-07-02 Gabor Greifuse ArgOperand API
2010-07-02 Dan GohmanDon't claim to preserve AliasAnalysis. First, this...
2010-07-02 Jakob Stoklund OlesenRematerialize as much as possible before inserting...
2010-07-02 Jim Grosbach80-column and trailing whitespace cleanup.
2010-07-02 Jim Grosbachgrammar tweaks
2010-07-02 Bob WilsonFix incorrect asm-printing of some NEON immediates...
2010-07-02 Gabor Greifuse ArgOperand API (found by my previous commit)
2010-07-02 Dan GohmanIndirectBr is not safe to speculatively execute (!)
2010-07-02 Dan GohmanRename CreateReg to CreateRegs, and MakeReg to CreateReg.
2010-07-01 Bruno Cardoso LopesShrink down SSE3 code by more multiclass refactoring
2010-07-01 Bill WendlingMake the "linker_private" linkage type emit a non-weak...
2010-07-01 Bruno Cardoso LopesShrink down SSE3 code by some multiclass refactoring...
2010-07-01 Bob WilsonARM function alignments were off by a power of two...
2010-07-01 Bill WendlingImplement the "linker_private_weak" linkage type. This...
2010-07-01 Devang PatelDo not require line number entry for undefined local...
2010-07-01 Daniel DunbarMC: Fix some stray hunks I didn't intend to commit.
2010-07-01 Daniel DunbarMC: Pass the target instance to the AsmParser constructor.
2010-07-01 Daniel DunbarMC: Fix an error message.
2010-07-01 Dan GohmanRemove context sensitivity concerns from interprocedura...
2010-07-01 Daniel DunbarMC: Move COFF enumeration constants to llvm/Support...
2010-07-01 Devang PatelDebugging infomration is encoded in llvm IR using metad...
2010-07-01 Devang PatelIf a named mdnode is removed then mark module as changed.
2010-07-01 Bruno Cardoso LopesMove SSE3 Move patterns to a more appropriate section
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 packed addsub instructions
2010-07-01 Dan GohmanTemporarily disable on-demand fast-isel.
2010-07-01 Gabor Greifreformulate CallSite::getCallee to adapt to CallInst...
2010-07-01 Dan GohmanUse FuncInfo's isExportedInst accessor method instead of
2010-07-01 Dan GohmanRename CreateRegForValue to CreateReg, and change its...
2010-07-01 Dan GohmanFast isel no longer needs DeadMachineInstrElim to clean...
2010-07-01 Dan GohmanTeach fast-isel to avoid loading a value from memory...
2010-07-01 Dan GohmanEnable on-demand fast-isel.
2010-07-01 Dan GohmanFix X86FastISel's add folding to actually work, and...
2010-07-01 Bruno Cardoso LopesAdd AVX SSE3 replicate and convert instructions
2010-07-01 Dan GohmanTeach X86FastISel to fold constant offsets and scaled...
2010-07-01 Dan GohmanReapply r106422, splitting the code for materializing...
2010-07-01 Dan GohmanDon't use operator[] here, because it's not desirable...
2010-07-01 Bruno Cardoso Lopes- Add AVX SSE2 Move doubleword and quadword instructions.
2010-07-01 Mikhail Glushenkov80-col violation.
2010-07-01 Mikhail GlushenkovTrailing whitespace.
2010-07-01 Jakob Stoklund OlesenAdd memory operand folding support to InlineSpiller.
2010-06-30 Jakob Stoklund OlesenAdd support for rematerialization to InlineSpiller.
2010-06-30 Bill WendlingUse the catch-all selectors we already found when conve...
2010-06-30 Jim Grosbachlowerinvoke needs to handle aggregate function args...
2010-06-30 Jim GrosbachHandle array and vector typed parameters in sjljehprepa...
2010-06-30 Devang PatelRemove all debug info related named mdnodes.
2010-06-30 Jim Grosbachgrammar tweak in comment.
2010-06-30 Dan GohmanIn ScalarEvolution::forgetValue, eliminate any SCEVUnknown
2010-06-30 Bruno Cardoso LopesMove MOVD/MODQ code around, creating sections for each...
2010-06-30 Jakob Stoklund OlesenSome fool committed without testing (or even building...
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 mask creation and conditional store instru...
2010-06-30 Jakob Stoklund OlesenRemember to track spill slot uses in VirtRegMap when...
2010-06-30 Bruno Cardoso LopesFix a bug introduced in r107211 where instructions...
2010-06-30 Dan GohmanRevert the part of r107257 which introduced new logic...
2010-06-30 Duncan SandsRemove an unused variable. The call to getRoot has...
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer extract/insert instructions
2010-06-30 Duncan SandsRather than giving SmallPtrSetImpl a member field Small...
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse ArgOperand API
2010-06-30 Gabor Greifuse CallSite::arg_end instead of CallInst::op_end
2010-06-30 Gabor Greifuse getArgOperand (corrected by CallInst::ArgOffset...
2010-06-30 Gabor Greifuse getArgOperand (corrected by CallInst::ArgOffset...
2010-06-30 Gabor Greifuse getNumArgOperands instead of getNumOperands
2010-06-30 Gabor Greifuse getArgOperand instead of getOperand
2010-06-30 Gabor Greifuse getArgOperand instead of getOperand
2010-06-30 Gabor Greifuse getArgOperand instead of getOperand
2010-06-30 Dan GohmanImprove ScalarEvolution's nsw and nuw preservation.
2010-06-30 Dan GohmanWhen computing a new ConservativeResult, intersect...
2010-06-30 Dan GohmanRework scev-aa's basic computation so that it doesn...
2010-06-30 Dan GohmanSimplify.
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer unpack instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 packed integer shuffle instructions
2010-06-30 John MosbyRemove trailing whitespace, no functionality changes.
2010-06-30 Bruno Cardoso LopesSmall refactoring of SSE2 packed integer shuffle instru...
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 pack with saturation integer instructions
2010-06-30 Bruno Cardoso LopesAdd AVX SSE2 integer packed compare instructions
2010-06-30 Bruno Cardoso Lopes- Add AVX form of all SSE2 logical instructions
2010-06-30 Devang PatelDo not construct DIE for already processed MDNode.
2010-06-30 Jakob Stoklund OlesenUse skipInstruction() as a simpler way of iterating...
2010-06-30 Jakob Stoklund OlesenUse clEnumValN macro to work around keyword clash
next