| Age | Commit message (Expand) | Author |
| 2011-08-03 | Remove underscore that's breaking linux buildbots. | Benjamin Kramer |
| 2011-08-03 | Use MachineBranchProbabilityInfo in If-Conversion instead of its own heuristics. | Jakub Staszak |
| 2011-08-03 | Use byte offset, instead of element number, to access merged global. | Devang Patel |
| 2011-07-29 | Add support for the 'Q' constraint. | Eric Christopher |
| 2011-07-29 | Transfer implicit operands in NEONMoveFixPass. | Jakob Stoklund Olesen |
| 2011-07-29 | Add -verify-arm-pseudo-expand. | Jakob Stoklund Olesen |
| 2011-07-28 | Handle REG_SEQUENCE with implicitly defined operands. | Jakob Stoklund Olesen |
| 2011-07-26 | FileCheck'ize test. | Jim Grosbach |
| 2011-07-18 | Fix a crash when building 177.mesa for armv6. | Jakob Stoklund Olesen |
| 2011-07-15 | Remove VMOVDneon and VMOVQ, which are just aliases for VORR. This continues ... | Owen Anderson |
| 2011-07-14 | Add a testcase for r135123. | Eric Christopher |
| 2011-07-13 | Improve codegen for select's: | Evan Cheng |
| 2011-07-11 | Simplify printing of ARM shifted immediates. | Jim Grosbach |
| 2011-07-11 | Add a missing test for r134882. | Cameron Zwarich |
| 2011-07-08 | Be more aggressive about following hints. | Jakob Stoklund Olesen |
| 2011-07-08 | Use ARMPseudoExpand for ARM tail calls. | Jim Grosbach |
| 2011-07-07 | Change some ARM subtarget features to be single bit yes/no in order to sink t... | Evan Cheng |
| 2011-07-02 | FileCheck-ize and simplify RUN lines. | Chandler Carruth |
| 2011-07-01 | Add support for the 'j' immediate constraint. This is conditionalized on | Eric Christopher |
| 2011-07-01 | Add support for the ARM 't' register constraint. And another testcase | Eric Christopher |
| 2011-07-01 | Add support for the 'x' constraint. | Eric Christopher |
| 2011-06-29 | In the ARM global merging pass, allow extraneous alignment specifiers. This pass | Cameron Zwarich |
| 2011-06-29 | Don't depend on the optimization reverted in r134067. | Benjamin Kramer |
| 2011-06-27 | Allow lr in the register options here. | Eric Christopher |
| 2011-06-24 | The Neon VCVT (between floating-point and fixed-point, Advanced SIMD) | Chad Rosier |
| 2011-06-22 | Needs a triple. | Nick Lewycky |
| 2011-06-22 | Emit trailing padding on constant vectors when TargetData says that the vector | Nick Lewycky |
| 2011-06-22 | Test case for r133560. | Devang Patel |
| 2011-06-21 | Teach dag combine to match halfword byteswap patterns. | Evan Cheng |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-17 | Add an alternative rev16 pattern. We should figure out a better way to handle... | Evan Cheng |
| 2011-06-17 | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner |
| 2011-06-17 | Remove support for using "foo" as symbols instead of %"foo". This is ancient | Chris Lattner |
| 2011-06-17 | manually upgrade a bunch of tests to modern syntax, and remove some that | Chris Lattner |
| 2011-06-17 | Update an insertion point iterator after replacing a return instruction with a | Cameron Zwarich |
| 2011-06-16 | Force a triple here so this test doesn't fail on EABI hosts (like clang-nativ... | Eli Friedman |
| 2011-06-16 | Typos. | Chad Rosier |
| 2011-06-16 | Revision r128665 added an optimization to make use of NEON multiplier | Chad Rosier |
| 2011-06-15 | Testcase for previous commit. | Rafael Espindola |
| 2011-06-15 | Another revsh pattern. rdar://9609059 | Evan Cheng |
| 2011-06-15 | PerformBFICombine - (bfi A, (and B, Mask1), Mask2) -> (bfi A, B, Mask2) iff | Evan Cheng |
| 2011-06-14 | Add an optimization that looks for a specific pair-wise add pattern and gener... | Tanya Lattner |
| 2011-06-14 | Since ARM's prefetch implementation predicted the presence of a instruction | Bruno Cardoso Lopes |
| 2011-06-14 | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes |
| 2011-06-13 | Be less aggressive about hinting in RAFast. | Jakob Stoklund Olesen |
| 2011-06-09 | A CCState was being created without setting whether it is in the Call or Prol... | Cameron Zwarich |
| 2011-06-03 | Another possible bug. Stopgap until we can autogenerate tables and | Eric Christopher |
| 2011-06-03 | Fix an off by one error. | Eric Christopher |
| 2011-06-03 | Make the Uv constraint a memory operand. This doesn't solve the | Eric Christopher |
| 2011-06-03 | Add ARM fast-isel support for materializing the address of a global in cases ... | Eli Friedman |