| Age | Commit message (Expand) | Author |
| 2013-04-19 | Use 'array_lengthof' as possible to avoid magic numbers | Michael Liao |
| 2013-04-19 | Use an enum instead of magic constants to improve readability. | Bill Wendling |
| 2013-04-18 | [ms-inline asm] Apply the condition code mnemonic aliases to both the Intel and | Chad Rosier |
| 2013-04-18 | Set the compact unwind encoding to 'requires EH DWARF' if we cannot generate ... | Bill Wendling |
| 2013-04-18 | [asm parser] Add support for predicating MnemonicAlias based on the assembler | Chad Rosier |
| 2013-04-18 | X86: Add an SSE2 lowering for 64 bit compares when pcmpgtq (SSE4.2) isn't ava... | Benjamin Kramer |
| 2013-04-18 | Allow misaligned stores in x86 fast-isel. | Derek Schuff |
| 2013-04-18 | [ms-inline asm] Simplify some logic and add a FIXME for unhandled unary minus. | Chad Rosier |
| 2013-04-18 | Make this private method. | Chad Rosier |
| 2013-04-17 | [ms-inline asm] These should be int64_t, not uint64_t. | Chad Rosier |
| 2013-04-17 | [ms-inline asm] Add support for the minus unary operator. Previously, we were | Chad Rosier |
| 2013-04-17 | This patch teaches x86 fast-isel to generate the native div/idiv instructions | Eli Bendersky |
| 2013-04-17 | X86 cost model: Exit before calling getSimpleVT on non-simple VTs | Arnold Schwaighofer |
| 2013-04-16 | Add support for the div/rem instructions under x86 fast-isel. | Jim Stichnoth |
| 2013-04-17 | [ms-inline asm] Add support for parsing complex immediate expressions. Test | Chad Rosier |
| 2013-04-16 | Remove unused variable from previous refactor. | Chad Rosier |
| 2013-04-16 | [ms-inline asm] Refactor. No functional change intended. | Chad Rosier |
| 2013-04-16 | [ms-inline asm] Remove some dead code. | Chad Rosier |
| 2013-04-13 | X86 machine model: reduce SandyBridge and Haswell ILPWindow. | Andrew Trick |
| 2013-04-13 | Catch another case where SD fails to propagate node order. | Andrew Trick |
| 2013-04-12 | [ms-inline asm] Simplify the logic by using parsePrimaryExpr. No functional | Chad Rosier |
| 2013-04-12 | [ms-inline asm] Move this logic into a static function as it's only applicable | Chad Rosier |
| 2013-04-12 | [ms-inline asm] Address the FIXME for ImmDisp before brackets. This | Chad Rosier |
| 2013-04-12 | [ms-inline asm] Have the [ Symbol ] case fall into the more general logic. This | Chad Rosier |
| 2013-04-12 | [ms-inline asm] Add support for operands that include both a symbol and an | Chad Rosier |
| 2013-04-11 | [ms-inline asm] Add support for using the LENGTH, TYPE, and SIZE operators with | Chad Rosier |
| 2013-04-11 | [ms-inline asm] Add support for using offsetof operator with variables that use | Chad Rosier |
| 2013-04-11 | [ms-inline asm] Pass a StringRef reference to ParseIntelVarWithQualifier so we | Chad Rosier |
| 2013-04-11 | [ms-inline asm] Remove brackets from around a symbol reference in the target | Chad Rosier |
| 2013-04-11 | Optimize vector select from all 0s or all 1s | Michael Liao |
| 2013-04-11 | Add CLAC/STAC instruction encoding/decoding support | Michael Liao |
| 2013-04-11 | Enhance bool simplifcation in X86 to handle more cases | Michael Liao |
| 2013-04-10 | MC: Support COFF image-relative MCSymbolRefs | Nico Rieck |
| 2013-04-10 | fixed xsave, xsaveopt, xrstor mnemonics with intel syntax; added test cases | Kay Tiong Khoo |
| 2013-04-10 | fixed to disassemble with tab after mnemonic rather than space | Kay Tiong Khoo |
| 2013-04-10 | In the X86 back end, getMemoryOperandNo() returns the offset | Preston Gurd |
| 2013-04-10 | Tidy up, fix and simplify a few of the SMLocs. Prior to r179109 the Start SMLoc | Chad Rosier |
| 2013-04-10 | Remove unused variable. | Chad Rosier |
| 2013-04-10 | Reapply r179115, but use parsePrimaryExpression a little more judiciously. | Chad Rosier |
| 2013-04-10 | __sincosf_stret returns sinf / cosf in bits 0:31 and 32:63 of xmm0, not in | Evan Cheng |
| 2013-04-09 | Cleanup. No functional change intended. | Chad Rosier |
| 2013-04-09 | Cleanup. No functional change intended. | Chad Rosier |
| 2013-04-09 | Revert r179115 as it looks to have killed the ASan tests. | Chad Rosier |
| 2013-04-09 | [ms-inline asm] Use parsePrimaryExpr in lieu of parseExpression if we need to | Chad Rosier |
| 2013-04-09 | [ms-inline asm] Maintain a StringRef to reference a symbol in a parsed operand, | Chad Rosier |
| 2013-04-08 | X86 cost model: Model cost for uitofp and sitofp on SSE2 | Arnold Schwaighofer |
| 2013-04-08 | [ms-inline asm] Add support for ImmDisp [ Symbol ] memory operands. | Chad Rosier |
| 2013-04-05 | Use the target options specified on a function to reset the back-end. | Bill Wendling |
| 2013-04-05 | [ms-inline asm] Add support for numeric displacement expressions in bracketed | Chad Rosier |
| 2013-04-04 | X86 cost model: Differentiate cost for vector shifts of constants | Arnold Schwaighofer |