| Age | Commit message (Expand) | Author |
| 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-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 |
| 2013-04-04 | CostModel: Add parameter to instruction cost to further classify operand values | Arnold Schwaighofer |
| 2013-04-03 | X86 cost model: Vector shifts are expensive in most cases | Arnold Schwaighofer |
| 2013-04-03 | Fix SRet for thiscall in i686-pc-win32 | Timur Iskhodzhanov |
| 2013-04-02 | Formatting. | Eric Christopher |
| 2013-04-02 | [ms-inline asm] Add support for parsing variables with namespace alias | Chad Rosier |
| 2013-04-02 | [fast-isel] Use the correct API to disable FastLowerArguments for Win64. | Chad Rosier |
| 2013-04-02 | The divide unit is not pipeline, but it is still buffered. | Andrew Trick |
| 2013-04-01 | X86TTI: Add accurate costs for itofp operations, based on the actual instruct... | Benjamin Kramer |
| 2013-03-31 | X86: Promote sitofp <8 x i16> to <8 x i32> when AVX is available. | Benjamin Kramer |
| 2013-03-30 | Change '@SECREL' suffix to GAS-compatible '@SECREL32'. | Benjamin Kramer |