| Commit message (Expand) | Author | Age | Files | Lines |
* | Issue libcalls __udivmod*i4 / __divmod*i4 for div / rem pairs. | Evan Cheng | 2011-04-01 | 4 | -19/+174 |
* | Remove unused variables | Matt Beaumont-Gay | 2011-04-01 | 1 | -3/+1 |
* | Fix Thumb and Thumb2 tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 5 | -23/+27 |
* | Apply again changes to support ARM memory asm parsing. I removed | Bruno Cardoso Lopes | 2011-03-31 | 10 | -76/+363 |
* | The basic register allocator must also use the inline spiller. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -1/+1 |
* | Provide a legal pointer register class when targeting thumb1. | Jakob Stoklund Olesen | 2011-03-31 | 3 | -1/+8 |
* | Fix SystemZ tests | Jakob Stoklund Olesen | 2011-03-31 | 1 | -1/+2 |
* | Instcombile optimization: extractelement(cast) -> cast(extractelement) | Nadav Rotem | 2011-03-31 | 2 | -1/+36 |
* | Fix ARM tests to be register allocator independent. | Jakob Stoklund Olesen | 2011-03-31 | 17 | -56/+83 |
* | InstCombine: APFloat can't perform arithmetic on PPC double doubles, don't ev... | Benjamin Kramer | 2011-03-31 | 2 | -2/+13 |
* | Add a test case for a malformed LDC/LDC2 instructions with PUDW = 0b0000, which | Johnny Chen | 2011-03-31 | 1 | -0/+11 |
* | Distribute (A + B) * C to (A * C) + (B * C) to make use of NEON multiplier | Evan Cheng | 2011-03-31 | 4 | -4/+80 |
* | Fix single word and unsigned byte data transfer instruction encodings so that | Johnny Chen | 2011-03-31 | 2 | -0/+6 |
* | Fix Mips, Sparc, and XCore tests that were dependent on register allocation. | Jakob Stoklund Olesen | 2011-03-31 | 6 | -49/+60 |
* | Added support for FP conditional move instructions and fixed bugs in handling... | Akira Hatanaka | 2011-03-31 | 13 | -288/+726 |
* | Pick better examples. "fpext float 3.1415 to double" won't parse because 3.1415 | Nick Lewycky | 2011-03-31 | 1 | -2/+2 |
* | Don't completely eliminate identity copies that also modify super register li... | Jakob Stoklund Olesen | 2011-03-31 | 2 | -6/+13 |
* | Add BLXi to the instruction table for disassembly purpose. | Johnny Chen | 2011-03-31 | 3 | -2/+26 |
* | Allow kill flags on two-address instructions. They are harmless. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -6/+2 |
* | Mark all uses as <undef> when joining a copy. | Jakob Stoklund Olesen | 2011-03-31 | 4 | -9/+21 |
* | Remove stray empty test file. | Daniel Dunbar | 2011-03-31 | 1 | -0/+0 |
* | Remove dead code. | Devang Patel | 2011-03-31 | 1 | -5/+1 |
* | Revert r128632 again, until I figure out what break the tests | Bruno Cardoso Lopes | 2011-03-31 | 10 | -360/+87 |
* | Fix bug found by valgrind. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -1/+1 |
* | Add XCore intrinsics for initializing / starting / synchronizing threads. | Richard Osborne | 2011-03-31 | 3 | -6/+123 |
* | Reapply r128585 without generating a lib depedency cycle. An updated log: | Bruno Cardoso Lopes | 2011-03-31 | 10 | -87/+360 |
* | Fix whitespace. | Michael J. Spencer | 2011-03-31 | 3 | -24/+24 |
* | Switch FileRemover from PathV1 to V2. | Michael J. Spencer | 2011-03-31 | 6 | -21/+30 |
* | lib/CodeGen/LiveIntervalAnalysis.cpp: [PR9590] Don't use std::pow(float,float... | NAKAMURA Takumi | 2011-03-31 | 1 | -1/+3 |
* | InstCombine: Fix transform to use the swapped predicate. | Benjamin Kramer | 2011-03-31 | 2 | -3/+3 |
* | InstCombine: fold fcmp (fneg x), (fneg y) -> fcmp x, y | Benjamin Kramer | 2011-03-31 | 2 | -0/+14 |
* | InstCombine: fold fcmp pred (fneg x), C -> fcmp swap(pred) x, -C | Benjamin Kramer | 2011-03-31 | 2 | -0/+16 |
* | InstCombine: Shrink "fcmp (fpext x), C" to "fcmp x, C" if C can be losslessly... | Benjamin Kramer | 2011-03-31 | 2 | -0/+57 |
* | InstCombine: fold fcmp (fpext x), (fpext y) -> fcmp x, y. | Benjamin Kramer | 2011-03-31 | 2 | -0/+18 |
* | Will not compile without the spec! | Duncan Sands | 2011-03-31 | 1 | -1/+1 |
* | Strip trailing whitespace. | Duncan Sands | 2011-03-31 | 2 | -14/+14 |
* | Testcase for r128619 (PR9571). | Bill Wendling | 2011-03-31 | 1 | -0/+15 |
* | Pick a conservative register class when creating a small live range for remat. | Jakob Stoklund Olesen | 2011-03-31 | 2 | -1/+62 |
* | Revert "- Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and" | Matt Beaumont-Gay | 2011-03-31 | 8 | -319/+66 |
* | Fix typo in generated HTML. | Nick Lewycky | 2011-03-31 | 1 | -1/+1 |
* | Use intrinsics for Neon vmull operations. Radar 9208957. | Bob Wilson | 2011-03-31 | 2 | -27/+17 |
* | Somehow we managed to forget to encode the lane index for a large swathe of N... | Owen Anderson | 2011-03-30 | 2 | -21/+70 |
* | Don't try to create zero-sized stack objects. | Evan Cheng | 2011-03-30 | 3 | -4/+16 |
* | - Implement asm parsing support for LDRT, LDRBT, STRT, STRBT and | Bruno Cardoso Lopes | 2011-03-30 | 8 | -66/+319 |
* | Add a ARM-specific SD node for VBSL so that forms with a constant first operand | Cameron Zwarich | 2011-03-30 | 5 | -9/+179 |
* | Tidy up. Whitespace and 80-columns. | Jim Grosbach | 2011-03-30 | 2 | -26/+28 |
* | * The DSE code that tested for overlapping needed to take into account the fact | Bill Wendling | 2011-03-30 | 2 | -1/+4 |
* | fixed typo | Akira Hatanaka | 2011-03-30 | 1 | -2/+2 |
* | Don't add the same analysis implementation pair twice. | Jakob Stoklund Olesen | 2011-03-30 | 1 | -0/+2 |
* | Reset StringMap's NumTombstones on clears and rehashes. | Jakob Stoklund Olesen | 2011-03-30 | 2 | -0/+6 |