| Age | Commit message (Expand) | Author |
| 2009-03-19 | Remove strange extra semicolons. | Nick Lewycky |
| 2009-03-18 | Disable the "call to immediate" optimization on x86-64. It is | Chris Lattner |
| 2009-03-17 | Recognize bswapl as bswap too. | Dan Gohman |
| 2009-03-17 | Recognize "bswapq" as an alternate spelling for the bswap instruction. | Dan Gohman |
| 2009-03-14 | Use %rip-relative addressing on x86-64 whenever practical, as | Dan Gohman |
| 2009-03-14 | Don't forego folding of loads into 64-bit adds when the other | Dan Gohman |
| 2009-03-13 | Improve FastISel's handling of truncates to i1, and implement | Dan Gohman |
| 2009-03-13 | Fix FastISel's assumption that i1 values are always zero-extended | Dan Gohman |
| 2009-03-13 | add 8 and 16 bit TLS moves. | Rafael Espindola |
| 2009-03-13 | Improve sext and zext of TLS variables. | Rafael Espindola |
| 2009-03-13 | generalize this code so that fast isel handles integer truncates to i1, which | Chris Lattner |
| 2009-03-13 | These instructions have special lowering that may lower them to SSE | Bill Wendling |
| 2009-03-13 | Fix some significant problems with constant pools that resulted in unnecessar... | Evan Cheng |
| 2009-03-13 | generalize the previous code to use the full generality of LEA | Chris Lattner |
| 2009-03-13 | optimize the case of cond ? 42 : 41 and friends. This compiles the | Chris Lattner |
| 2009-03-13 | Enhance address-mode folding of ISD::ADD to handle cases where the | Dan Gohman |
| 2009-03-12 | Re-apply 66024 with fixes: 1. Fixed indirect call to immediate address assemb... | Evan Cheng |
| 2009-03-12 | Move 3 "(add (select cc, 0, c), x) -> (select cc, x, (add, x, c))" | Chris Lattner |
| 2009-03-12 | improve comment. | Chris Lattner |
| 2009-03-12 | On x86, if the only use of a i64 load is a i64 store, generate a pair of doub... | Evan Cheng |
| 2009-03-11 | Revert r66024. The JIT encoding for CALLpcrel32 is wrong -- see PR3773, and the | Dan Gohman |
| 2009-03-11 | optimize i8 and i16 tls values. | Rafael Espindola |
| 2009-03-11 | Add a -no-implicit-float flag. This acts like -soft-float, but may generate | Bill Wendling |
| 2009-03-11 | It makes no sense to have a ODR version of common | Duncan Sands |
| 2009-03-11 | For yonah, fix a vector shuffle case for v16i8 where we didn't properly clear... | Mon P Wang |
| 2009-03-11 | Fixed a v8i16 shuffle case that should generate a pshufb instead of a pshuflw... | Mon P Wang |
| 2009-03-11 | formatting change, reduce indentation. No functionality change. | Chris Lattner |
| 2009-03-10 | Add more information to the EFLAGS note. | Dan Gohman |
| 2009-03-09 | Add a note about EFLAGS optimization. | Dan Gohman |
| 2009-03-08 | do not export all the X86FastISel symbols, ever. | Chris Lattner |
| 2009-03-08 | add a note. | Chris Lattner |
| 2009-03-08 | add a note. | Chris Lattner |
| 2009-03-07 | Introduce new linkage types linkonce_odr, weak_odr, common_odr | Duncan Sands |
| 2009-03-07 | Arithmetic instructions don't set EFLAGS bits OF and CF bits | Dan Gohman |
| 2009-03-05 | Don't use plain INC32 and DEC32 on x86-64; it needs | Dan Gohman |
| 2009-03-05 | When creating X86ISD::INC and X86ISD::DEC nodes, only add one operand. | Dan Gohman |
| 2009-03-05 | Fix the "test" optimization to recognize "dec" as an add of | Dan Gohman |
| 2009-03-04 | Re-apply 66008, now that the unfoldMemoryOperand bug is fixed. | Dan Gohman |
| 2009-03-04 | Correct this comment. | Dan Gohman |
| 2009-03-04 | When using MachineInstr operand indices on SDNodes, the number | Dan Gohman |
| 2009-03-04 | Fix PR3666: isel calls to constant addresses. | Evan Cheng |
| 2009-03-04 | Revert r66004 for now; it's causing a variety of test failures. | Dan Gohman |
| 2009-03-04 | Teach the x86 backend to eliminate "test" instructions by using the EFLAGS | Dan Gohman |
| 2009-03-04 | Fix PR3701. 1. X86 target renamed eflags register to flags. This matches what... | Evan Cheng |
| 2009-03-03 | Add '(implicit EFLAGS)' for AND, OR, XOR, NEG, INC, and DEC | Dan Gohman |
| 2009-03-03 | Fix a bunch of Doxygen syntax issues. Escape special characters, | Dan Gohman |
| 2009-02-28 | Added another darwin subtarget | Mon P Wang |
| 2009-02-27 | Refactor TLS code and add some tests. The tests and expected results are: | Rafael Espindola |
| 2009-02-26 | ADDS{D|S}rr_Int and MULS{D|S}rr_Int are not commutable. The users of these in... | Evan Cheng |
| 2009-02-25 | Revert BuildVectorSDNode related patches: 65426, 65427, and 65296. | Evan Cheng |