Age | Commit message (Expand) | Author |
2012-04-16 | Merge vpermps/vpermd and vpermpd/vpermq SD nodes. | Craig Topper |
2012-04-16 | Fix SDTypeProfile for vpermps. The mask operand should be v8i32. | Craig Topper |
2012-04-15 | Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in... | Craig Topper |
2012-04-15 | Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm... | Craig Topper |
2012-04-15 | Fix PR12529. The Vxx family of instructions are only supported by AVX. | Nadav Rotem |
2012-04-15 | Wire up support for diagnostic ranges in the ARMAsmParser. | Benjamin Kramer |
2012-04-15 | Added VPERM optimization for AVX2 shuffles | Elena Demikhovsky |
2012-04-15 | HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse... | NAKAMURA Takumi |
2012-04-15 | Target/Hexagon: Tweak to fix msvc build. | NAKAMURA Takumi |
2012-04-13 | Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x... | Richard Smith |
2012-04-13 | Remove iostream from New Value Jump. | Sirish Pande |
2012-04-13 | Add support for Hexagon Architectural feature, New Value Jump. | Sirish Pande |
2012-04-13 | Pass to replace tranfer/copy instructions into combine instruction where poss... | Sirish Pande |
2012-04-13 | On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli... | Evan Cheng |
2012-04-13 | For ARM disassembly only print 32 unsigned bits for the address of branch | Kevin Enderby |
2012-04-13 | Silence various build warnings from Hexagon backend that show up in release b... | Craig Topper |
2012-04-12 | Fix a few more places in the ARM disassembler so that branches get | Kevin Enderby |
2012-04-12 | Update CMake build. | Ted Kremenek |
2012-04-12 | Hexagon: fix CMake error. | Evandro Menezes |
2012-04-12 | HexagonPacketizer patch. | Sirish Pande |
2012-04-12 | Generalize r153635 to deal with TokenFactor chains; also clean up the logic a... | Evan Cheng |
2012-04-12 | Hexagon: enable assembler output through the MC layer. | Evandro Menezes |
2012-04-12 | Remove README entry obsoleted by register masks. | Benjamin Kramer |
2012-04-12 | Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i... | Craig Topper |
2012-04-12 | ARM 'adr' fixups don't need the interworking addend tweaking. | Jim Grosbach |
2012-04-11 | Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user, | Akira Hatanaka |
2012-04-11 | Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user. | Akira Hatanaka |
2012-04-11 | Fixed a case of ARM disassembly getting an assert on a bad encoding | Kevin Enderby |
2012-04-11 | Fix bugs in lowering of FCOPYSIGN nodes. | Akira Hatanaka |
2012-04-11 | ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach |
2012-04-11 | ARM 'vzip.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach |
2012-04-11 | remove unused argument | Nadav Rotem |
2012-04-11 | Add a C binding to the Target and TargetMachine classes to allow for emitting | Duncan Sands |
2012-04-11 | Add more fused mul+add/sub patterns. rdar://10139676 | Evan Cheng |
2012-04-11 | Reapply 154396 after fixing a test. | Nadav Rotem |
2012-04-11 | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng |
2012-04-11 | Match (fneg (fma) to vfnma. rdar://10139676 | Evan Cheng |
2012-04-11 | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis |
2012-04-11 | Fix ARM disassembly of VLD instructions with writebacks. And add test a case | Kevin Enderby |
2012-04-11 | ARM add missing Thumb1 two-operand aliases for shift-by-immediate. | Jim Grosbach |
2012-04-11 | Fix a number of problems with ARM fused multiply add/subtract instructions. | Evan Cheng |
2012-04-10 | Handle llvm.fma.* intrinsics. rdar://10914096 | Evan Cheng |
2012-04-10 | Whitespace. | Chad Rosier |
2012-04-10 | Revert r154396, which looks to be the real culprit behind the bot failures. | Chad Rosier |
2012-04-10 | Temporarily revert this patch to see if it brings the buildbots back. | Eric Christopher |
2012-04-10 | ARM fix cc_out operand handling for t2SUBrr instructions. | Jim Grosbach |
2012-04-10 | Remove unused variable. | David Blaikie |
2012-04-10 | Modify the code that lowers shuffles to blends from using blendvXX to vblendXX. | Nadav Rotem |
2012-04-10 | Fix a long standing tail call optimization bug. When a libcall is emitted | Evan Cheng |
2012-04-10 | ARM LDR/LDRT has the same encoding collision as STR/STRT. | Jim Grosbach |