| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM handle :lower16: and :upper16: after a '#' prefix. | Jim Grosbach | 2012-04-16 | 1 | -13/+17 |
* | Fix incorrect atomics codegen introduced in r154705, and extend test to catch... | Richard Smith | 2012-04-16 | 1 | -1/+1 |
* | Remove unused variable | David Blaikie | 2012-04-16 | 1 | -1/+0 |
* | ARM assembly two-operand forms for VRSHL. | Jim Grosbach | 2012-04-16 | 1 | -1/+36 |
* | Do not add offset in applyFixup. This has already been accounted for in Value. | Akira Hatanaka | 2012-04-16 | 1 | -4/+2 |
* | ARM two-operand aliases for VRHADD instructions. | Jim Grosbach | 2012-04-16 | 1 | -0/+32 |
* | Hexagon V5 (Floating Point) Support. | Sirish Pande | 2012-04-16 | 19 | -1468/+3365 |
* | Replace vpermd/vpermps intrinic patterns with custom lowering to target speci... | Craig Topper | 2012-04-16 | 2 | -18/+14 |
* | Change type profile for vpermv back to using operand type for the mask argume... | Craig Topper | 2012-04-16 | 2 | -5/+5 |
* | Flip the arguments when converting vpermd/vpermps intrinsics into instruction... | Craig Topper | 2012-04-16 | 1 | -3/+3 |
* | Merge vpermps/vpermd and vpermpd/vpermq SD nodes. | Craig Topper | 2012-04-16 | 4 | -31/+20 |
* | Fix SDTypeProfile for vpermps. The mask operand should be v8i32. | Craig Topper | 2012-04-16 | 1 | -2/+4 |
* | Spacing fixes and 80 column fixes. Use 0 instead of 0x80 for undef indices in... | Craig Topper | 2012-04-15 | 1 | -9/+12 |
* | Remove AVX2 vpermq and vpermpd intrinsics. These can now be handled with norm... | Craig Topper | 2012-04-15 | 1 | -17/+8 |
* | Fix PR12529. The Vxx family of instructions are only supported by AVX. | Nadav Rotem | 2012-04-15 | 1 | -3/+13 |
* | Wire up support for diagnostic ranges in the ARMAsmParser. | Benjamin Kramer | 2012-04-15 | 1 | -3/+12 |
* | Added VPERM optimization for AVX2 shuffles | Elena Demikhovsky | 2012-04-15 | 5 | -4/+76 |
* | HexagonCopyToCombine.cpp: Silence two warnings, -Wunused-variable, with -Asse... | NAKAMURA Takumi | 2012-04-15 | 1 | -0/+2 |
* | Target/Hexagon: Tweak to fix msvc build. | NAKAMURA Takumi | 2012-04-15 | 1 | -2/+2 |
* | Fix X86 codegen for 'atomicrmw nand' to generate *x = ~(*x & y), not *x = ~*x... | Richard Smith | 2012-04-13 | 2 | -27/+33 |
* | Remove iostream from New Value Jump. | Sirish Pande | 2012-04-13 | 1 | -1/+0 |
* | Add support for Hexagon Architectural feature, New Value Jump. | Sirish Pande | 2012-04-13 | 7 | -10/+684 |
* | Pass to replace tranfer/copy instructions into combine instruction where poss... | Sirish Pande | 2012-04-13 | 5 | -0/+484 |
* | On Darwin targets, only use vfma etc. if the source use fma() intrinsic expli... | Evan Cheng | 2012-04-13 | 1 | -2/+5 |
* | For ARM disassembly only print 32 unsigned bits for the address of branch | Kevin Enderby | 2012-04-13 | 1 | -2/+2 |
* | Silence various build warnings from Hexagon backend that show up in release b... | Craig Topper | 2012-04-13 | 5 | -240/+220 |
* | Fix a few more places in the ARM disassembler so that branches get | Kevin Enderby | 2012-04-12 | 2 | -4/+30 |
* | Update CMake build. | Ted Kremenek | 2012-04-12 | 2 | -4/+5 |
* | Hexagon: fix CMake error. | Evandro Menezes | 2012-04-12 | 1 | -1/+1 |
* | HexagonPacketizer patch. | Sirish Pande | 2012-04-12 | 18 | -485/+7546 |
* | Generalize r153635 to deal with TokenFactor chains; also clean up the logic a... | Evan Cheng | 2012-04-12 | 1 | -41/+51 |
* | Hexagon: enable assembler output through the MC layer. | Evandro Menezes | 2012-04-12 | 16 | -376/+685 |
* | Remove README entry obsoleted by register masks. | Benjamin Kramer | 2012-04-12 | 1 | -16/+0 |
* | Fix 128-bit ptest intrinsics to take v2i64 instead of v4f32 since these are i... | Craig Topper | 2012-04-12 | 1 | -4/+4 |
* | ARM 'adr' fixups don't need the interworking addend tweaking. | Jim Grosbach | 2012-04-12 | 1 | -0/+3 |
* | Emit neg.s or neg.d only if -enable-no-nans-fp-math is supplied by user, | Akira Hatanaka | 2012-04-11 | 2 | -3/+9 |
* | Emit abs.s or abs.d only if -enable-no-nans-fp-math is supplied by user. | Akira Hatanaka | 2012-04-11 | 3 | -0/+65 |
* | Fixed a case of ARM disassembly getting an assert on a bad encoding | Kevin Enderby | 2012-04-11 | 1 | -0/+2 |
* | Fix bugs in lowering of FCOPYSIGN nodes. | Akira Hatanaka | 2012-04-11 | 1 | -52/+91 |
* | ARM 'vuzp.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach | 2012-04-11 | 2 | -2/+5 |
* | ARM 'vzip.32 Dd, Dm' is a pseudo-instruction. | Jim Grosbach | 2012-04-11 | 2 | -2/+5 |
* | remove unused argument | Nadav Rotem | 2012-04-11 | 1 | -2/+2 |
* | Add a C binding to the Target and TargetMachine classes to allow for emitting | Duncan Sands | 2012-04-11 | 2 | -0/+198 |
* | Add more fused mul+add/sub patterns. rdar://10139676 | Evan Cheng | 2012-04-11 | 2 | -4/+50 |
* | Reapply 154396 after fixing a test. | Nadav Rotem | 2012-04-11 | 4 | -36/+87 |
* | Clean up ARM fused multiply + add/sub support some more: rename some isel | Evan Cheng | 2012-04-11 | 7 | -60/+52 |
* | Match (fneg (fma) to vfnma. rdar://10139676 | Evan Cheng | 2012-04-11 | 1 | -0/+8 |
* | Add retw and lretw instructions. Also, fix Intel syntax parsing for all | Charles Davis | 2012-04-11 | 1 | -5/+10 |
* | Fix ARM disassembly of VLD instructions with writebacks. And add test a case | Kevin Enderby | 2012-04-11 | 1 | -0/+12 |
* | ARM add missing Thumb1 two-operand aliases for shift-by-immediate. | Jim Grosbach | 2012-04-11 | 2 | -0/+39 |