| Commit message (Expand) | Author | Age | Files | Lines |
* | rename *.llx -> *.ll, last batch. | Chris Lattner | 2008-04-19 | 46 | -0/+0 |
* | rename *.llx -> *.ll | Chris Lattner | 2008-04-19 | 29 | -0/+0 |
* | rename *.llx -> *.ll | Chris Lattner | 2008-04-19 | 36 | -0/+0 |
* | Implement PR2206. | Chris Lattner | 2008-04-19 | 1 | -0/+4 |
* | refactor handling of symbolic constant folding, picking up | Chris Lattner | 2008-04-19 | 1 | -4/+4 |
* | 64-bit atomic operations. | Evan Cheng | 2008-04-19 | 2 | -0/+48 |
* | Teach llvm-as to accept function types with multiple return types. | Dan Gohman | 2008-04-19 | 1 | -0/+13 |
* | Be more careful with insert_subreg and extract_subreg where either source or ... | Evan Cheng | 2008-04-17 | 1 | -0/+171 |
* | Make GVN able to remove unnecessary calls to read-only functions again. | Owen Anderson | 2008-04-17 | 1 | -1/+1 |
* | Fix a sub-register indice propagation bug. | Evan Cheng | 2008-04-17 | 1 | -0/+33 |
* | Don't forget about sub-register indices when rematting instructions. | Evan Cheng | 2008-04-16 | 1 | -0/+46 |
* | After reading memory that's already freed. | Evan Cheng | 2008-04-16 | 1 | -0/+14 |
* | Really test what's intended. | Evan Cheng | 2008-04-16 | 1 | -0/+1 |
* | Rewrite LiveVariable liveness computation. The new implementation is much sim... | Evan Cheng | 2008-04-16 | 1 | -0/+48 |
* | XFAIL this test for the moment. The real solution is to prevent ADCE | Owen Anderson | 2008-04-16 | 1 | -0/+1 |
* | Add support for the form of the SSE41 extractps instruction that | Dan Gohman | 2008-04-16 | 2 | -0/+31 |
* | Recreate the size SDNode instead of reusing the old one in the x86 | Dan Gohman | 2008-04-16 | 1 | -0/+13 |
* | Add movd instructions to move from MMX registers | Dan Gohman | 2008-04-15 | 1 | -0/+26 |
* | Don't assume a tail call can't reference a byval | Dale Johannesen | 2008-04-15 | 1 | -0/+18 |
* | Treat EntryToken nodes as "passive" so that they aren't added to the | Dan Gohman | 2008-04-15 | 1 | -2/+2 |
* | Upgrade these tests for the current intrinsic prototypes. | Dan Gohman | 2008-04-14 | 2 | -24/+24 |
* | Remove -unwind-tables-optional everywhere, since | Dale Johannesen | 2008-04-14 | 16 | -21/+21 |
* | The functionality being tested was removed because it was horribly unsafe. | Owen Anderson | 2008-04-13 | 1 | -1/+1 |
* | This patch corrects the handling of byval arguments for tailcall | Arnold Schwaighofer | 2008-04-12 | 2 | -1/+34 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 8 | -7/+67 |
* | Fix a bug that prevented x86-64 from using rep.movsq for | Dan Gohman | 2008-04-12 | 1 | -1/+1 |
* | If a PHI node has a single implicit_def source, replace it with an implicit_d... | Evan Cheng | 2008-04-11 | 1 | -0/+3544 |
* | Add testcase for PR2213. | Owen Anderson | 2008-04-11 | 1 | -0/+12 |
* | New test. | Evan Cheng | 2008-04-10 | 2 | -1/+259 |
* | Teach InstCombine's ComputeMaskedBits to handle pointer expressions | Dan Gohman | 2008-04-10 | 2 | -0/+73 |
* | A copy instruction may use a register multiple times on some targets. Change ... | Evan Cheng | 2008-04-10 | 1 | -0/+100 |
* | Fix the x86-64 side of PR2108 by adding a v2f64 version of | Chris Lattner | 2008-04-10 | 1 | -0/+13 |
* | Teach branch folding pass about implicit_def instructions. Unfortunately we c... | Evan Cheng | 2008-04-10 | 2 | -3/+49 |
* | - More aggressively coalescing away copies whose source is defined by an impl... | Evan Cheng | 2008-04-09 | 3 | -0/+124 |
* | Generalize getUnaryFloatFunction to handle any FP unary function, automatically | Chris Lattner | 2008-04-09 | 1 | -0/+5 |
* | remove capital letter from test name. | Chris Lattner | 2008-04-09 | 1 | -0/+0 |
* | Factor a bunch of functionality related to memcpy and memset transforms out of | Owen Anderson | 2008-04-09 | 7 | -8/+11 |
* | Missed a hasInterval check. | Evan Cheng | 2008-04-09 | 1 | -0/+19 |
* | many cleanups to the pow optimizer. Allow it to handle powf, | Chris Lattner | 2008-04-09 | 1 | -4/+12 |
* | Check that bodies and calls but not declarations | Duncan Sands | 2008-04-08 | 1 | -0/+7 |
* | Rename -disable-required-unwind-tables to -unwind-tables-optional. | Dale Johannesen | 2008-04-08 | 16 | -21/+21 |
* | merge r48768 from branches/ggreif/parallelized-test | Gabor Greif | 2008-04-08 | 1 | -3/+0 |
* | Missed one. | Dale Johannesen | 2008-04-08 | 1 | -1/+1 |
* | Add -disable-required-unwind-tables to tests | Dale Johannesen | 2008-04-08 | 16 | -21/+21 |
* | Testcase for pr2169. | Duncan Sands | 2008-04-07 | 1 | -0/+14 |
* | Fix test. | Evan Cheng | 2008-04-07 | 1 | -2/+2 |
* | fix this testcase to pass and remove a duplicate instance of itself. | Chris Lattner | 2008-04-06 | 1 | -75/+3 |
* | Prefer to expand mask for xor to -1, so we have a chance to turn it into a not. | Torok Edwin | 2008-04-06 | 1 | -0/+146 |
* | 1. IMPLICIT_DEF can *re-define* any register. | Evan Cheng | 2008-04-05 | 1 | -0/+60 |
* | Favors pshufd over shufps when shuffling elements from one vector. pshufd is ... | Evan Cheng | 2008-04-05 | 10 | -19/+43 |