Rather than giving SmallPtrSetImpl a member field SmallArray which is magically
[oota-llvm.git] / lib / Target /
2010-06-30 Gabor Greifuse ArgOperand API
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 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-29 Bruno Cardoso LopesAdd *several* AVX integer packed binop instructions
2010-06-29 Bill WendlingRevert r107205 and r107207.
2010-06-29 Eric ChristopherAdd another bswap idiom that isn't matched.
2010-06-29 Bruno Cardoso LopesMove SSE2 Packed Integer instructions around, and creat...
2010-06-29 Bruno Cardoso LopesAdd AVX Move Aligned/Unaligned packed integers
2010-06-29 Bill WendlingIntroducing the "linker_weak" linkage type. This will...
2010-06-29 Bruno Cardoso LopesAdd AVX ld/st XCSR register.
2010-06-29 Bob WilsonAdd support for encoding VDUP (ARM core register) instr...
2010-06-29 Bruno Cardoso LopesAdd AVX non-temporal stores
2010-06-29 Bruno Cardoso LopesMove non-temporal movs to their own section
2010-06-29 Bob WilsonAdd support for encoding NEON VMOV (from core register...
2010-06-29 Bruno Cardoso LopesAdd sqrt, rsqrt and rcp AVX instructions
2010-06-29 Jim Grosbachskip dbg_value instructions
2010-06-29 Bob WilsonThe t2MOVi16 and t2MOVTi16 instructions do not set...
2010-06-29 Rafael EspindolaAdd a VT argument to getMinimalPhysRegClass and replace...
2010-06-29 Duncan SandsRemove pointless variable LastDef.
2010-06-29 Duncan SandsRemove unused variable Loc and pointless variables...
2010-06-29 Duncan SandsRemove an unused and a pointless variable.
2010-06-29 Duncan SandsRemove pointless and unused variables.
2010-06-29 Duncan SandsRemove initialized but otherwise unused variables.
2010-06-29 Evan ChengPR7503: uxtb16 is not available for ARMv7-M. Patch...
2010-06-29 Evan ChengChange if-cvt options to something that actually as...
2010-06-29 Bruno Cardoso LopesRefactoring of arithmetic instruction classes with...
2010-06-29 Jakob Stoklund OlesenWhen no memoperands are present, assume unaligned,...
2010-06-29 Bruno Cardoso LopesDescribed the missing AVX forms of SSE2 convert instruc...
2010-06-29 Bob WilsonFix Thumb encoding of VMOV (scalar to ARM core register...
2010-06-28 Bob WilsonMake the ARMCodeEmitter identify Thumb functions via...
2010-06-28 Jim Grosbachtidy up style. no functional change.
2010-06-28 Bob WilsonRefactor encoding function for NEON 1-register with...
2010-06-28 Bob WilsonSupport Thumb mode encoding of NEON instructions.
2010-06-28 Bill WendlingReduce indentation via early exit. NFC.
2010-06-28 Jim Grosbachminor housekeeping cleanup: 80-column, trailing whitesp...
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Gabor Greifuse ArgOperand API
2010-06-26 Eli FriedmanFollowup to r106770: actually generate SXTB and SXTH...
2010-06-26 Bob WilsonAdd support for encoding NEON VMOV (from scalar to...
2010-06-26 Evan ChengIt's now possible to run code placement pass for ARM.
2010-06-26 Jakob Stoklund OlesenWhen creating X86 MUL8 and DIV8 instructions, make...
2010-06-26 Bob WilsonRenumber NEON instruction formats to be consecutive.
2010-06-25 Bob WilsonRename ARM instruction formats NEONGetLnFrm, NEONSetLnF...
2010-06-25 Bruno Cardoso LopesAdd AVX convert CVTSS2SI{rr,rm} and CVTDQ2PS{rr,rm...
2010-06-25 Bob WilsonRemove unused NEONFrm and ThumbMiscFrm ARM instruction...
2010-06-25 Bruno Cardoso LopesReapply r106896:
2010-06-25 Daniel DunbarThumb2ITBlockPass: Fix a possible dereference of an...
2010-06-25 Bruno Cardoso Lopesrevert this now, it's using avx instead of sse :)
2010-06-25 Evan ChengChange if-conversion block size limit checks to add...
2010-06-25 Bob WilsonAdd support for encoding 3-register NEON instructions...
2010-06-25 Bruno Cardoso LopesAdd several AVX MOV flavors
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Bob WilsonAdd support for encoding 2-register NEON instructions.
2010-06-25 Dan Gohmanpcmpeqd and friends are Commutable.
2010-06-25 Bob WilsonFix indentation.
2010-06-25 Bill Wendling- Reapply r106066 now that the bzip2 build regression...
2010-06-25 Bruno Cardoso LopesMove the last piece of SSE2 convert instructions to...
2010-06-25 Bruno Cardoso LopesMore SSE refactoring, this time with different types...
2010-06-25 Jim GrosbachIT instructions are considered to be scheduling hazards...
2010-06-25 Bruno Cardoso LopesRefactoring of more SSE conversion instructions. Also...
2010-06-25 Bob WilsonAdd missing ARM and Thumb data layout info for vector...
2010-06-25 Bob WilsonReduce indentation.
2010-06-25 Bruno Cardoso LopesAdd some AVX convert instructions
2010-06-24 Bruno Cardoso LopesRefactoring of SSE convert intrinsics
2010-06-24 Bruno Cardoso LopesRefactoring of SSE conversion instructions
2010-06-24 Bruno Cardoso LopesRefactor SSE cmp intrinsics and declare the same for AVX
2010-06-24 Bruno Cardoso Lopes- Add AVX COMI{SS,SD}{rr,rm} and UCOMI{SS,SD}{rr,rm}.
2010-06-24 Dale JohannesenDisallow matching "i" constraint to symbol addresses...
2010-06-24 Evan ChengOops. IT block formation pass needs to be run at any...
2010-06-24 Eli FriedmanAlways allow Thumb-2 SXTB, SXTH, UXTB, and UXTH. Fixes...
2010-06-24 Bob WilsonPR7458: Try commuting Thumb2 instruction operands to...
2010-06-24 Dan GohmanReapply r106634, now that the bug it exposed is fixed.
2010-06-24 Chris LattnerTeach the x86 mc assembler that %dr6 = %db6, this imple...
2010-06-24 Chris Lattnermore cleanups
2010-06-24 Chris Lattnerreduce indentation
2010-06-24 Chris Lattnerfix breakage from r98938 by correctly marking msp430...
2010-06-24 Dan GohmanFix a bug in the code which determines when it's safe...
2010-06-24 Eric ChristopherAdd a couple more quick comments.
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-24 Bruno Cardoso LopesAdd AVX CMP{SS,SD}{rr,rm} instructions and encoding...
2010-06-24 Bruno Cardoso LopesMove SSE and AVX shuffle, unpack and compare code to...
2010-06-23 Bill WendlingWe are missing opportunites to use ldm. Take code like...
2010-06-23 Bruno Cardoso LopesAdd AVX MOVMSK{PS,PD}rr instructions
2010-06-23 Bruno Cardoso LopesAdd tests for different AVX cmp opcodes, also teach...
2010-06-23 Eric ChristopherUpdate according to feedback.
2010-06-23 Bruno Cardoso LopesAdd AVX SHUF{PS,PD}{rr,rm} instructions
2010-06-23 Nico WeberAdd support for the x86 instructions "pusha" and "popa".
2010-06-23 Dale JohannesenDo not do tail calls to external symbols. If the
2010-06-23 Daniel DunbarRevert r106263, "Fold the ShrinkDemandedOps pass into...
2010-06-23 Jim GrosbachThe generic DAG combiner can now fold atomic fences...
2010-06-23 Jim GrosbachWhen using libcall expansions for the atomic intrinsics...
2010-06-23 Eric ChristopherUpdate uses, defs, and comments for darwin tls patterns.
2010-06-23 Daniel DunbarRevert r106066, "Create a more targeted fix for not...
2010-06-22 Bruno Cardoso LopesAdd AVX compare packed instructions
2010-06-22 Bruno Cardoso LopesReapply support for AVX unpack and interleave instructi...
next