| Commit message (Expand) | Author | Age | Files | Lines |
* | test/Scripts/macho-dump: Make hack for Python-2.4. [PR7995] | NAKAMURA Takumi | 2010-10-29 | 1 | -1/+4 |
* | Teach memdep to use pointsToConstantMemory to determine that loads | Dan Gohman | 2010-10-29 | 1 | -0/+23 |
* | Convert this test to a .s file, so that it's not sensitive to codegen changes. | Owen Anderson | 2010-10-29 | 3 | -658/+138 |
* | Add a basic testcase for TBAA-aware DSE. | Dan Gohman | 2010-10-29 | 1 | -0/+43 |
* | add simple support for addrmode5 operands, allowing | Chris Lattner | 2010-10-29 | 1 | -0/+4 |
* | The ARM jit cannot handle these tests as of 2010-10-27. | Andrew Trick | 2010-10-29 | 2 | -0/+2 |
* | Improvements to .section parsing: | Rafael Espindola | 2010-10-28 | 1 | -0/+5 |
* | most simple arm instructions match correctly now, | Chris Lattner | 2010-10-28 | 1 | -0/+5 |
* | fix the asmmatcher generator to handle targets with no RegisterPrefix | Chris Lattner | 2010-10-28 | 1 | -1/+6 |
* | Add support for the .string directive. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
* | Defined weak symbols should have non-zero value. | Rafael Espindola | 2010-10-28 | 1 | -2/+2 |
* | Fix relocations with renamed symbols. | Rafael Espindola | 2010-10-28 | 1 | -0/+46 |
* | Aliases defined with .symver should copy the binding of the symbols they alias. | Rafael Espindola | 2010-10-28 | 1 | -3/+26 |
* | Teach the DAG combiner to fold a splat of a splat. Radar 8597790. | Bob Wilson | 2010-10-28 | 1 | -0/+16 |
* | Implement .equ directive as a synonym to .set. | Roman Divacky | 2010-10-28 | 1 | -0/+5 |
* | Testcase for PR8494 (invalid bitcode crashing the bitcode reader). | Duncan Sands | 2010-10-28 | 2 | -0/+2 |
* | Implement R_X86_64_DTPOFF32. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
* | Implement TLSLD. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
* | Implement DTPOFF. | Rafael Espindola | 2010-10-28 | 1 | -0/+9 |
* | Implement TLSLDM. | Rafael Espindola | 2010-10-28 | 1 | -0/+7 |
* | Implement VK_GOTNTPOFF and switch RelocNeedsGOT to use VariantKind. | Rafael Espindola | 2010-10-28 | 1 | -0/+9 |
* | Re-commit 117518 and 117519 now that ARM MC test failures are out of the way. | Evan Cheng | 2010-10-28 | 7 | -8/+8 |
* | Disable most of the ARM vfp / NEON MC tests. These are too fragile to be useful. | Evan Cheng | 2010-10-28 | 16 | -0/+30 |
* | test/Transforms/SimplifyLibCalls/floor.ll: Mark as XFAIL:win32 due to lack of... | NAKAMURA Takumi | 2010-10-28 | 1 | -0/+2 |
* | Revert 117518 and 117519 for now. They changed scheduling and cause MC tests ... | Evan Cheng | 2010-10-28 | 7 | -8/+8 |
* | - Assign load / store with shifter op address modes the right itinerary classes. | Evan Cheng | 2010-10-28 | 7 | -8/+8 |
* | Fix pastos in handling of AVX cvttsd2si, PR8491. | Dale Johannesen | 2010-10-28 | 2 | -2/+2 |
* | Add correct NEON encodings for vtbl and vtbx. | Owen Anderson | 2010-10-28 | 1 | -0/+102 |
* | Add correct NEON encodings for vext, vtrn, vuzp, and vzip. | Owen Anderson | 2010-10-27 | 1 | -0/+213 |
* | Teach InstCombine not to use Add and Neg on FP. PR 8490. | Dale Johannesen | 2010-10-27 | 1 | -0/+20 |
* | Shifter ops are not always free. Do not fold them (especially to form | Evan Cheng | 2010-10-27 | 1 | -9/+63 |
* | Tests for NEON encoding of vrev. | Owen Anderson | 2010-10-27 | 1 | -0/+85 |
* | Provide correct encodings for NEON vcvt, which has its own special immediate ... | Owen Anderson | 2010-10-27 | 1 | -0/+122 |
* | Provide correct encodings for the get_lane and set_lane variants of vmov. | Owen Anderson | 2010-10-27 | 1 | -1/+125 |
* | Add support for R_386_TLS_GD, R_386_TLS_LE_32, R_386_TLS_IE and R_386_TLS_LE. | Rafael Espindola | 2010-10-27 | 1 | -0/+32 |
* | Added the x86 instruction ud2b (2nd official undefined instruction). | Kevin Enderby | 2010-10-27 | 1 | -0/+4 |
* | SelectionDAG shuffle nodes do not allow operands with different numbers of | Bob Wilson | 2010-10-27 | 1 | -0/+18 |
* | Implement R_X86_64_GOTTPOFF, R_X86_64_TLSGD and R_X86_64_TPOFF32. | Rafael Espindola | 2010-10-27 | 1 | -7/+28 |
* | Provide correct NEON encodings for vdup. | Owen Anderson | 2010-10-27 | 1 | -0/+115 |
* | Set default type and flags for .init and .fini. | Rafael Espindola | 2010-10-27 | 1 | -0/+28 |
* | Tests for NEON encoding of vmovl, vmovn, vqmovn, and vqmovun. | Owen Anderson | 2010-10-27 | 1 | -0/+138 |
* | Tests for NEON encoding of vcls, vclz, and vcnt. | Owen Anderson | 2010-10-27 | 1 | -0/+118 |
* | Tests for NEON encoding of vneg and vqneg. | Owen Anderson | 2010-10-27 | 1 | -0/+107 |
* | Produce an error for an invalid use of .symver. | Rafael Espindola | 2010-10-27 | 1 | -0/+7 |
* | Tests for NEON encoding of vabs and vqabs. | Owen Anderson | 2010-10-27 | 1 | -0/+117 |
* | Add correct NEON encodings for vsli and vsri. | Owen Anderson | 2010-10-27 | 1 | -0/+138 |
* | Add correct NEON encodings for vsra and vrsra. | Owen Anderson | 2010-10-27 | 1 | -0/+309 |
* | Symbols defined as the difference of other two end up in the ABS section. | Rafael Espindola | 2010-10-27 | 1 | -0/+16 |
* | Add support for the .symver directive. This is really ugly, but most of it is | Rafael Espindola | 2010-10-27 | 1 | -0/+142 |
* | Yet another tweak to X86 instructions to add ud2a as an alias to ud2 | Kevin Enderby | 2010-10-27 | 1 | -0/+4 |