| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Revert r129518, "Change ELF systems to use CFI for producing the EH tables. T... | NAKAMURA Takumi | 2011-04-15 | 3 | -4/+15 |
* | Fix another fcopysign lowering bug. If src is f64 and destination is f32, don't | Evan Cheng | 2011-04-15 | 1 | -4/+21 |
* | Add 3DNow! intrinsics. | Michael J. Spencer | 2011-04-15 | 1 | -0/+297 |
* | The ARM disassembler did not handle the alignment correctly for VLD*DUP* inst... | Johnny Chen | 2011-04-15 | 2 | -0/+16 |
* | Follow up on r127913. Fix Thumb revsh isel. rdar://9286766 | Evan Cheng | 2011-04-14 | 1 | -0/+56 |
* | Add an instcombine for constructs like a | -(b != c); a select is more | Eli Friedman | 2011-04-14 | 1 | -0/+19 |
* | Fix an infinite alternation in JumpThreading where two transforms would repea... | Owen Anderson | 2011-04-14 | 1 | -0/+31 |
* | Add sanity checkings for Thumb2 Load/Store Register Exclusive family of opera... | Johnny Chen | 2011-04-14 | 4 | -0/+33 |
* | tests: Remove a FrontendC test which is no longer valid. | Daniel Dunbar | 2011-04-14 | 1 | -11/+0 |
* | Change ELF systems to use CFI for producing the EH tables. This reduces the | Rafael Espindola | 2011-04-14 | 3 | -15/+4 |
* | In the pre-RA scheduler, maintain cmp+br proximity. | Andrew Trick | 2011-04-14 | 5 | -9/+74 |
* | As Dan pointed out, movzbl, movsbl, and friends are nicer than their alias | Bill Wendling | 2011-04-14 | 28 | -108/+99 |
* | Have the X86 back-end emit the alias instead of what's being aliased. In most | Bill Wendling | 2011-04-14 | 31 | -152/+161 |
* | Thumb disassembler did not handle tBRIND (indirect branch) properly. | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
* | Vectors with different number of elements of the same element type can have | Mon P Wang | 2011-04-13 | 1 | -0/+46 |
* | Check for unallocated instruction encodings when disassembling Thumb Branch i... | Johnny Chen | 2011-04-13 | 2 | -2/+13 |
* | The LDR*T/STR*T (unpriviledged load/store) operations don't take SP or PC as Rt. | Johnny Chen | 2011-04-13 | 1 | -0/+10 |
* | Fix a typo in an ARM-specific DAG combine. This fixes <rdar://problem/9278274>. | Cameron Zwarich | 2011-04-13 | 1 | -0/+18 |
* | Fix a regression caused by r102515 where explicit alignment on globals is | Cameron Zwarich | 2011-04-13 | 2 | -5/+5 |
* | Check the corner cases for t2LDRSHi12 correctly and mark invalid encodings as... | Johnny Chen | 2011-04-13 | 2 | -0/+20 |
* | Fix a bug where for t2MOVCCi disassembly, the TIED_TO register operand was no... | Johnny Chen | 2011-04-13 | 1 | -0/+3 |
* | Fix an obvious problem with an alignment computation. AsmPrinter actually does | Cameron Zwarich | 2011-04-13 | 1 | -0/+2 |
* | If a global variable has a specified alignment that is less than the preferred | Cameron Zwarich | 2011-04-13 | 1 | -0/+9 |
* | Recommit r129383. PreRA scheduler heuristic fixes: VRegCycle, TokenFactor lat... | Andrew Trick | 2011-04-13 | 6 | -27/+25 |
* | Reapply r129401 with patch for clang. | Bill Wendling | 2011-04-13 | 2 | -2/+14 |
* | Temporarily revert r129408 to see if it brings the bots back. | Eric Christopher | 2011-04-13 | 1 | -15/+0 |
* | Add sanity check for Ld/St Dual forms of Thumb2 instructions. | Johnny Chen | 2011-04-12 | 2 | -0/+23 |
* | Fix a bug where we were counting the alias sets as completely used | Eric Christopher | 2011-04-12 | 1 | -0/+15 |
* | Revert r129401 for now. Clang is using the old way of doing things. | Bill Wendling | 2011-04-12 | 2 | -14/+2 |
* | Remove the unaligned load intrinsics in favor of using native unaligned loads. | Bill Wendling | 2011-04-12 | 2 | -2/+14 |
* | Fix compiler command line used by lit.py when working with NMake | Oscar Fuentes | 2011-04-12 | 1 | -2/+20 |
* | The Thumb2 RFE instructions need to have their second halfword fully specified. | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
* | Add bad register checks for Thumb2 Ld/St instructions. | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | Revert 129383. It causes some targets to hit a scheduler assert. | Andrew Trick | 2011-04-12 | 2 | -4/+6 |
* | PreRA scheduler heuristic fixes: VRegCycle, TokenFactor latency. | Andrew Trick | 2011-04-12 | 2 | -6/+4 |
* | The Thumb2 Ld, St, and Preload instructions with the i12 forms should have it... | Johnny Chen | 2011-04-12 | 1 | -1/+13 |
* | Print out a debug message when the reglist fails the sanity check for Thumb L... | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | Fix the case of a .cfi_rel_offset before any .cfi_def_cfa_offset. | Rafael Espindola | 2011-04-12 | 1 | -0/+41 |
* | Implement .cfi_same_value. | Rafael Espindola | 2011-04-12 | 1 | -0/+42 |
* | Split a store of a VMOVDRR into two integer stores to avoid mixing NEON and ARM | Cameron Zwarich | 2011-04-12 | 1 | -1/+1 |
* | Add one test case (svc). | Johnny Chen | 2011-04-12 | 1 | -0/+3 |
* | Match case for invalid constant error messages and add a new | Eric Christopher | 2011-04-12 | 1 | -1/+4 |
* | A8.6.16 B | Johnny Chen | 2011-04-12 | 1 | -0/+10 |
* | Fix reassociate to use a worklist instead of recursing when new | Dan Gohman | 2011-04-12 | 1 | -0/+24 |
* | Test for invalid constant expr addition - bad octal constant. | Eric Christopher | 2011-04-12 | 1 | -13/+5 |
* | Thumb disassembler was erroneously rejecting "blx sp" instruction. | Johnny Chen | 2011-04-11 | 1 | -0/+9 |
* | remove the StructRetPromotion pass. It is unused, not maintained and | Chris Lattner | 2011-04-11 | 5 | -87/+0 |
* | Add scheduling information for the MBlaze backend. | Wesley Peck | 2011-04-11 | 2 | -15/+9 |
* | Implement cfi_rel_offset | Rafael Espindola | 2011-04-11 | 1 | -0/+49 |
* | Add test for previous commit. | Rafael Espindola | 2011-04-11 | 1 | -0/+46 |