| Age | Commit message (Expand) | Author |
| 2008-05-12 | Merge from mainline. | Tanya Lattner |
| 2008-05-10 | Add nounwind. | Evan Cheng |
| 2008-05-10 | If all sources of a PHI node are defined by an implicit_def, just emit an imp... | Evan Cheng |
| 2008-05-09 | Add a pattern to do move the low element of a v4f32 and zero extend the rest. | Evan Cheng |
| 2008-05-09 | Handle a few more cases of folding load i64 into xmm and zero top bits. | Evan Cheng |
| 2008-05-09 | Simplify test. | Evan Cheng |
| 2008-05-08 | Use movq to move low half of XMM register and zero-extend the rest. | Evan Cheng |
| 2008-05-08 | Handle vector move / load which zero the destination register top bits (i.e. ... | Evan Cheng |
| 2008-05-07 | Add nounwind. | Evan Cheng |
| 2008-05-07 | Yet another nasty spiller bug. | Evan Cheng |
| 2008-05-06 | Use target triple in tests, not 'realign-stack=0' option. Per request. | Anton Korobeynikov |
| 2008-05-06 | Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux. | Evan Cheng |
| 2008-05-05 | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang |
| 2008-05-05 | no need for eh info | Chris Lattner |
| 2008-05-05 | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman |
| 2008-05-04 | Select vector shift with non-immediate i32 shift amount operand by first movi... | Evan Cheng |
| 2008-05-03 | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng |
| 2008-05-02 | specify an arch for non-x86 hosts. | Chris Lattner |
| 2008-05-01 | don't randomly miscompile seto/setuo just because we are in | Chris Lattner |
| 2008-04-30 | Really commit the test checking the argument lowering behaviour on x86-64 :). | Arnold Schwaighofer |
| 2008-04-29 | make the vector conversion magic handle multiple results. | Chris Lattner |
| 2008-04-29 | add support for multiple return values in inline asm. This is a step | Chris Lattner |
| 2008-04-29 | Another extract_subreg coalescing bug. | Evan Cheng |
| 2008-04-28 | Add -march=x86. | Evan Cheng |
| 2008-04-28 | Test case. | Evan Cheng |
| 2008-04-27 | Implement a signficant optimization for inline asm: | Chris Lattner |
| 2008-04-25 | Feedback from chris | Nate Begeman |
| 2008-04-25 | Add a testcase for the recent "handle variable vector insert elt in mem" patch | Nate Begeman |
| 2008-04-25 | Update tests. | Evan Cheng |
| 2008-04-25 | Special handling for MMX values being passed in either GPR64 or lower 64-bits... | Evan Cheng |
| 2008-04-25 | MMX argument passing fixes: | Evan Cheng |
| 2008-04-25 | Loosen up an assertion to allow intrinsics. I really have no | Chris Lattner |
| 2008-04-25 | Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand... | Evan Cheng |
| 2008-04-23 | Disable stack realignment for these tests | Anton Korobeynikov |
| 2008-04-23 | Fix test becase ABI stack alignment dropped to 'normal' value | Anton Korobeynikov |
| 2008-04-23 | Fix test, instruction count is valid only if stack is not realigned | Anton Korobeynikov |
| 2008-04-21 | Implement an x86-64 ABI detail of passing structs by hidden first | Dan Gohman |
| 2008-04-20 | A better fix for my previous patch, MOVZQI2PQIrr just requires SSE2. | Chris Lattner |
| 2008-04-20 | Not all x86-64 machines have sse3 apparently. | Chris Lattner |
| 2008-04-19 | rename *.llx -> *.ll | Chris Lattner |
| 2008-04-17 | Be more careful with insert_subreg and extract_subreg where either source or ... | Evan Cheng |
| 2008-04-17 | Fix a sub-register indice propagation bug. | Evan Cheng |
| 2008-04-16 | Don't forget about sub-register indices when rematting instructions. | Evan Cheng |
| 2008-04-16 | Really test what's intended. | Evan Cheng |
| 2008-04-16 | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng |
| 2008-04-16 | Add support for the form of the SSE41 extractps instruction that | Dan Gohman |
| 2008-04-16 | Recreate the size SDNode instead of reusing the old one in the x86 | Dan Gohman |
| 2008-04-15 | Add movd instructions to move from MMX registers | Dan Gohman |
| 2008-04-15 | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman |
| 2008-04-14 | Remove -unwind-tables-optional everywhere, since | Dale Johannesen |