| Age | Commit message (Expand) | Author |
| 2010-08-10 | Revert r110655, "Fix ARM hasFP() semantics. It should return true whenever FP | Daniel Dunbar |
| 2010-08-10 | Fix ARM hasFP() semantics. It should return true whenever FP register is | Evan Cheng |
| 2010-08-10 | Add AVX movnt{pd,ps,dq} 256-bit intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Add AVX movmsk 256-bit intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Support AVX 256-bit load and store intrinsics | Bruno Cardoso Lopes |
| 2010-08-10 | Patterns to match AVX cmp instructions | Bruno Cardoso Lopes |
| 2010-08-10 | Add matching patterns for vblend AVX intrinsics | Bruno Cardoso Lopes |
| 2010-08-09 | Wording. | Eric Christopher |
| 2010-08-09 | ARMBaseRegisterInfo::hasFP() has been broken for a while now. :-( | Evan Cheng |
| 2010-08-09 | Add VCVTPD2PS, VCVTPS2DQ, VCVTPS2PDY, VCVTTPD2DQY, VCVTTPS2DQ and VCVTPD2DQ 2... | Bruno Cardoso Lopes |
| 2010-08-09 | Add patterns to AVX conversions instructions. Do that instead of declaring mo... | Bruno Cardoso Lopes |
| 2010-08-09 | CMake: eliminated unnecessary target_link_libraries. | Oscar Fuentes |
| 2010-08-09 | Explicitly initialize SlowFPBrcc and Pref32BitThumb to false. | Evan Cheng |
| 2010-08-09 | Change -prefer-32bit-thumb to attribute -mattr=+32bit instead to disable more... | Evan Cheng |
| 2010-08-09 | Memory version of vcvtdq2pd intrinsic | Bruno Cardoso Lopes |
| 2010-08-09 | Patterns to match vinsert, vbroadcast, vmovmask and vcvtdq2pd AVX intrinsics | Bruno Cardoso Lopes |
| 2010-08-09 | Add an option to disable 32 -> 16-bit Thumb2 size reduction pass for experime... | Evan Cheng |
| 2010-08-09 | Have SPU handle halfvec stores aligned by 8 bytes. | Kalle Raiskila |
| 2010-08-08 | Add optimization to Target/README.txt. | Nick Lewycky |
| 2010-08-08 | Use the "isCompare" machine instruction attribute instead of calling the | Bill Wendling |
| 2010-08-07 | Use sdmem and sse_load_f64 (etc.) for the vector | Dale Johannesen |
| 2010-08-06 | Patterns to match AVX 256-bit vzero intrinsics | Bruno Cardoso Lopes |
| 2010-08-06 | Patterns to match AVX 256-bit permutation intrinsics | Bruno Cardoso Lopes |
| 2010-08-06 | Remove empty processFunctionBeforeFrameFinalized(). The default | Jim Grosbach |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Fix eabi calling convention when a 64 bit value shadows r3. | Rafael Espindola |
| 2010-08-06 | Patterns to match AVX 256-bit horizontal arithmetic intrinsics | Bruno Cardoso Lopes |
| 2010-08-06 | Patterns to match AVX 256-bit arithmetic intrinsics | Bruno Cardoso Lopes |
| 2010-08-06 | Add the Optimize Compares pass (disabled by default). | Bill Wendling |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Add an option to always emit realignment code for a particular module. | Eric Christopher |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |
| 2010-08-05 | Remove IntrWriteMem, as it's the default. Rename IntrWriteArgMem | Dan Gohman |
| 2010-08-05 | Support very basic (doesn't include ABI support in the front-end, varags, ...... | Bruno Cardoso Lopes |
| 2010-08-05 | Handle the memory barrier pseudo that goes to nothing for the JIT. | Eric Christopher |
| 2010-08-05 | Set hasSideEffects on the 64-bit no-sse memory barrier. | Eric Christopher |
| 2010-08-05 | For local variables in functions with a frame pointer, use FP as a base | Jim Grosbach |
| 2010-08-05 | Fix indentation. | Bob Wilson |
| 2010-08-05 | Add an ARM RSCrr instruction for disassembly only. | Bob Wilson |
| 2010-08-05 | Be a little bit more specific about target for the memory barrier | Eric Christopher |
| 2010-08-05 | Handle the pseudo in MCInstLower. | Eric Christopher |
| 2010-08-05 | Add an ARM RSBrr instruction for disassembly only. | Bob Wilson |
| 2010-08-05 | Silence a GCC warning about && and || without explicit parentheses. This | Chandler Carruth |
| 2010-08-05 | ARM "rrx" shift operands do not have an immediate. PR7790. | Bob Wilson |
| 2010-08-04 | Make x86-64 membarriers work without sse and clean up some of the | Eric Christopher |
| 2010-08-04 | and back in. false alarm on the tests from another unrelated local change. | Jim Grosbach |
| 2010-08-04 | PR7814: Truncates cannot be ignored for signed comparisons. | Eli Friedman |
| 2010-08-04 | Implement target specific getDebugValueLocation(). | Devang Patel |
| 2010-08-04 | oops. revert for a moment to clean up tests first. | Jim Grosbach |
| 2010-08-04 | Reserve a stack slot if the function adjusts the stack but doesn't | Jim Grosbach |