| Commit message (Expand) | Author | Age | Files | Lines |
* | Previously, RecursivelyDeleteDeadInstructions provided an option | Dan Gohman | 2009-05-02 | 4 | -3/+5 |
* | 'The attached patch fixes an issue where llc -march=cpp fails with | Chris Lattner | 2009-05-01 | 1 | -0/+13 |
* | When printing a SCEVUnknown with pointer type, don't print an | Dan Gohman | 2009-05-01 | 1 | -1/+1 |
* | Extend ScalarEvolution's getBackedgeTakenCount to be able to | Dan Gohman | 2009-04-30 | 3 | -1/+106 |
* | Don't try to mix integers and pointers in an icmp instruction | Dan Gohman | 2009-04-30 | 1 | -0/+1 |
* | Mark MOV8mr_NOREX and MOV8rm_NOREX as mayStore / mayLoad respectively. | Evan Cheng | 2009-04-30 | 1 | -0/+117 |
* | fix a regression handling indirect results: these need to be considered | Chris Lattner | 2009-04-30 | 1 | -0/+22 |
* | Fix infinite recursion in the C++ code which handles movddup by making it unn... | Nate Begeman | 2009-04-29 | 2 | -4/+7 |
* | Generalize the cast-of-addrec folding to handle folding of SCEVs like | Dan Gohman | 2009-04-29 | 2 | -0/+131 |
* | Fix this test to match the new output from scalar-evolution. | Dan Gohman | 2009-04-29 | 1 | -1/+1 |
* | Include the source type in SCEV cast expression debug output, and | Dan Gohman | 2009-04-29 | 1 | -2/+3 |
* | Fix recent regression in gcc.dg/pr26719.c (6835035). | Dale Johannesen | 2009-04-29 | 1 | -0/+43 |
* | spillPhysRegAroundRegDefsUses() may have invalidated iterators stored in fixe... | Evan Cheng | 2009-04-29 | 1 | -0/+215 |
* | testcase for PR4082 | Chris Lattner | 2009-04-29 | 1 | -0/+11 |
* | Disable the load-shrinking optimization from looking at | Chris Lattner | 2009-04-29 | 1 | -0/+16 |
* | Second attempt: | Bill Wendling | 2009-04-29 | 21 | -24/+24 |
* | As with r70333, give the primary induction variable a use so | Dan Gohman | 2009-04-28 | 1 | -1/+2 |
* | Make this testcase slightly less trivial, so that it doesn't fail | Dan Gohman | 2009-04-28 | 1 | -1/+2 |
* | Fix a grammaro in a comment. | Dan Gohman | 2009-04-28 | 1 | -1/+1 |
* | Properly print 'P' modifier on inline asm memory operands. | Anton Korobeynikov | 2009-04-28 | 1 | -0/+12 |
* | Test for llvm-gcc bug fixed by 70301. | Dale Johannesen | 2009-04-28 | 1 | -0/+127 |
* | Fix PR4034. Bug in LiveInterval::join when it's compacting new valno's. | Evan Cheng | 2009-04-28 | 1 | -0/+1457 |
* | Fix for PR4051. When 2address pass delete an instruction, update kill info wh... | Evan Cheng | 2009-04-28 | 1 | -0/+23 |
* | r70270 isn't ready yet. Back this out. Sorry for the noise. | Bill Wendling | 2009-04-28 | 21 | -24/+24 |
* | Massive check in. This changes the "-fast" flag to "-O#" in llc. If you want to | Bill Wendling | 2009-04-28 | 21 | -24/+24 |
* | Fix PR 4086, a bug in FP IV elimination. | Dale Johannesen | 2009-04-27 | 1 | -0/+18 |
* | Fix PR4076. Correctly create live interval of physical register with two-addr... | Evan Cheng | 2009-04-27 | 1 | -0/+165 |
* | Permit ChangeCompareStride to rewrite a comparison when the factor | Dan Gohman | 2009-04-27 | 2 | -0/+163 |
* | Teach getZeroExtendExpr and getSignExtendExpr to use trip-count | Dan Gohman | 2009-04-27 | 3 | -4/+636 |
* | Test for (llvm-gcc) 70231. | Dale Johannesen | 2009-04-27 | 1 | -0/+44 |
* | Revert accidental testcase reduction | Nate Begeman | 2009-04-27 | 1 | -4/+40 |
* | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 6 | -58/+23 |
* | Fix PR4056. It's possible a physical register def is dead if its implicit use... | Evan Cheng | 2009-04-27 | 1 | -0/+24 |
* | Fix the syntax for a PR number in a test. | Dan Gohman | 2009-04-27 | 1 | -1/+1 |
* | Make this test slightly more strict. | Dan Gohman | 2009-04-27 | 1 | -1/+1 |
* | When transforming sext(trunc(load(x))) into sext(smaller load(x)), | Dan Gohman | 2009-04-27 | 1 | -0/+20 |
* | Handle ands with ~0 correctly too. This fixes PR4052. | Dan Gohman | 2009-04-27 | 1 | -0/+103 |
* | Any size of integral indices are allowed in gep for indexing into sequential ... | Sanjiv Gupta | 2009-04-26 | 1 | -0/+12 |
* | add testcase for strange types of gep indices | Chris Lattner | 2009-04-25 | 1 | -0/+12 |
* | testcase and asmparser fix for PR4066 | Chris Lattner | 2009-04-25 | 1 | -0/+8 |
* | Add several more icmp simplifications. Transform signed comparisons | Dan Gohman | 2009-04-25 | 1 | -0/+28 |
* | Handle ands with 0 and shifts by 0 correctly. These aren't | Dan Gohman | 2009-04-25 | 1 | -0/+23 |
* | Fix g++-4.4.0 warning, it was causing llvm-nm to fail on wrapped BC files: | Torok Edwin | 2009-04-25 | 1 | -0/+9 |
* | Do not share a single unknown val# for all the live ranges merged into a phys... | Evan Cheng | 2009-04-25 | 1 | -0/+19 |
* | Fix PR 4057, a crash doing float->char const folding. | Dale Johannesen | 2009-04-24 | 1 | -0/+18 |
* | Fix multiclass inheritance to limit value resolution to new defs added | David Greene | 2009-04-24 | 1 | -9/+41 |
* | Fix PR 4004 by including the call to __tls_get_addr in X86tlsaddr. This is not | Rafael Espindola | 2009-04-24 | 1 | -0/+13 |
* | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 5 | -19/+18 |
* | PR2957 | Nate Begeman | 2009-04-24 | 5 | -18/+19 |
* | Make BinOps typed and require a type specifier for !nameconcat. This | David Greene | 2009-04-23 | 1 | -3/+17 |