| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use common where we mean common, not weak. | Dale Johannesen | 2008-05-16 | 1 | -1/+1 |
| * | Fix a bug in LoopStrengthReduce that caused it to emit IR with | Dan Gohman | 2008-05-15 | 1 | -0/+21 |
| * | When bit-twiddling CondCode values for integer comparisons produces | Dan Gohman | 2008-05-14 | 1 | -0/+24 |
| * | Instead of a vector load, shuffle and then extract an element. Load the eleme... | Evan Cheng | 2008-05-13 | 4 | -13/+21 |
| * | On x86, it's safe to treat i32 load anyext as a normal i32 load. Ditto for i8... | Evan Cheng | 2008-05-13 | 1 | -0/+15 |
| * | Xform bitconvert(build_pair(load a, load b)) to a single load if the load loc... | Evan Cheng | 2008-05-12 | 1 | -0/+7 |
| * | New test for tail merging | Dale Johannesen | 2008-05-12 | 1 | -0/+145 |
| * | When transforming a vector_shuffle to a load, the base address must not be an... | Evan Cheng | 2008-05-10 | 1 | -0/+10 |
| * | Add nounwind. | Evan Cheng | 2008-05-10 | 1 | -2/+2 |
| * | If all sources of a PHI node are defined by an implicit_def, just emit an imp... | Evan Cheng | 2008-05-10 | 1 | -0/+25 |
| * | Add a pattern to do move the low element of a v4f32 and zero extend the rest. | Evan Cheng | 2008-05-09 | 1 | -0/+9 |
| * | Handle a few more cases of folding load i64 into xmm and zero top bits. | Evan Cheng | 2008-05-09 | 2 | -0/+20 |
| * | Simplify test. | Evan Cheng | 2008-05-09 | 1 | -3/+2 |
| * | Use movq to move low half of XMM register and zero-extend the rest. | Evan Cheng | 2008-05-08 | 1 | -0/+10 |
| * | Handle vector move / load which zero the destination register top bits (i.e. ... | Evan Cheng | 2008-05-08 | 4 | -3/+17 |
| * | Add nounwind. | Evan Cheng | 2008-05-07 | 25 | -58/+39 |
| * | Yet another nasty spiller bug. | Evan Cheng | 2008-05-07 | 1 | -0/+37 |
| * | Use target triple in tests, not 'realign-stack=0' option. Per request. | Anton Korobeynikov | 2008-05-06 | 4 | -5/+5 |
| * | Fix PR2287. Darwin passes mmx values in register in 64-mode, not Linux. | Evan Cheng | 2008-05-06 | 1 | -3/+3 |
| * | Added addition atomic instrinsics and, or, xor, min, and max. | Mon P Wang | 2008-05-05 | 1 | -0/+93 |
| * | no need for eh info | Chris Lattner | 2008-05-05 | 1 | -1/+1 |
| * | Add AsmPrinter support for emitting a directive to declare that | Dan Gohman | 2008-05-05 | 1 | -2/+2 |
| * | Select vector shift with non-immediate i32 shift amount operand by first movi... | Evan Cheng | 2008-05-04 | 2 | -0/+37 |
| * | Add separate intrinsics for MMX / SSE shifts with i32 integer operands. This ... | Evan Cheng | 2008-05-03 | 1 | -2/+3 |
| * | specify an arch for non-x86 hosts. | Chris Lattner | 2008-05-02 | 1 | -1/+1 |
| * | Adding testcase. | Bill Wendling | 2008-05-01 | 1 | -0/+15 |
| * | don't randomly miscompile seto/setuo just because we are in | Chris Lattner | 2008-05-01 | 1 | -0/+15 |
| * | Really commit the test checking the argument lowering behaviour on x86-64 :). | Arnold Schwaighofer | 2008-04-30 | 1 | -0/+21 |
| * | Tail call optimization improvements: | Arnold Schwaighofer | 2008-04-30 | 3 | -0/+36 |
| * | make the vector conversion magic handle multiple results. | Chris Lattner | 2008-04-29 | 1 | -2/+20 |
| * | add support for multiple return values in inline asm. This is a step | Chris Lattner | 2008-04-29 | 1 | -0/+17 |
| * | Another extract_subreg coalescing bug. | Evan Cheng | 2008-04-29 | 1 | -0/+166 |
| * | Add -march=x86. | Evan Cheng | 2008-04-28 | 1 | -1/+1 |
| * | Update and_ops.ll according to the recent dagcombiner changes. | Dan Gohman | 2008-04-28 | 2 | -2/+28 |
| * | Test case. | Evan Cheng | 2008-04-28 | 1 | -0/+6 |
| * | Implement a signficant optimization for inline asm: | Chris Lattner | 2008-04-27 | 2 | -4/+14 |
| * | Feedback from chris | Nate Begeman | 2008-04-25 | 1 | -1/+1 |
| * | Add a testcase for the recent "handle variable vector insert elt in mem" patch | Nate Begeman | 2008-04-25 | 1 | -0/+11 |
| * | Update tests. | Evan Cheng | 2008-04-25 | 2 | -3/+3 |
| * | Special handling for MMX values being passed in either GPR64 or lower 64-bits... | Evan Cheng | 2008-04-25 | 1 | -0/+25 |
| * | Remove the code from CodeGenPrepare that moved getresult instructions | Dan Gohman | 2008-04-25 | 1 | -0/+18 |
| * | MMX argument passing fixes: | Evan Cheng | 2008-04-25 | 1 | -0/+23 |
| * | Loosen up an assertion to allow intrinsics. I really have no | Chris Lattner | 2008-04-25 | 1 | -0/+15 |
| * | Fix bug in x86 memcpy / memset lowering. If there are trailing bytes not hand... | Evan Cheng | 2008-04-25 | 1 | -0/+12 |
| * | New test. | Evan Cheng | 2008-04-24 | 1 | -0/+89 |
| * | Add support to codegen for getresult instructions with undef operands. | Dan Gohman | 2008-04-23 | 1 | -0/+6 |
| * | Disable stack realignment for these tests | Anton Korobeynikov | 2008-04-23 | 4 | -5/+5 |
| * | Fix test becase ABI stack alignment dropped to 'normal' value | Anton Korobeynikov | 2008-04-23 | 1 | -2/+2 |
| * | Fix test, instruction count is valid only if stack is not realigned | Anton Korobeynikov | 2008-04-23 | 1 | -1/+1 |
| * | Implement an x86-64 ABI detail of passing structs by hidden first | Dan Gohman | 2008-04-21 | 1 | -0/+54 |