| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable -coalescer-commute-instrs by default. | Evan Cheng | 2008-02-26 | 3 | -3/+3 |
* | Avoid aborting on invalid shift counts. | Dan Gohman | 2008-02-26 | 1 | -0/+30 |
* | Fix for pr2093: direct operands aren't necessarily addresses, so don't | Eli Friedman | 2008-02-26 | 1 | -0/+17 |
* | Fix PR2096, a regression introduced with my patch last night. This | Chris Lattner | 2008-02-26 | 1 | -0/+50 |
* | Really feed llvm-as with the testcase, do not let it read from stdin. This fi... | Gabor Greif | 2008-02-26 | 1 | -1/+1 |
* | This is possible: | Evan Cheng | 2008-02-26 | 1 | -0/+55 |
* | Fix isNegatibleForFree to not return true for ConstantFP nodes | Chris Lattner | 2008-02-26 | 1 | -0/+14 |
* | Fix PR2076. CodeGenPrepare now sinks address computation for inline asm memory | Evan Cheng | 2008-02-26 | 1 | -0/+33 |
* | Merge current work back to tree to minimize diffs and drift. Major highlights | Scott Michel | 2008-02-23 | 1 | -3/+2 |
* | Rematerialization logic was overly conservative when it comes to loads from f... | Evan Cheng | 2008-02-23 | 1 | -0/+49 |
* | Update test. | Evan Cheng | 2008-02-23 | 1 | -11/+13 |
* | Remat of pic loads are now on by default. | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | Really. Why doesn't every arch support MMX? | Evan Cheng | 2008-02-23 | 1 | -1/+1 |
* | Test case for PR2082. | Evan Cheng | 2008-02-22 | 1 | -0/+55 |
* | Allow re-materialization of pic load (controlled by -remat-pic-load for now). | Evan Cheng | 2008-02-22 | 1 | -0/+45 |
* | copy mmx values from/to memory with GPRs on x86-32 | Chris Lattner | 2008-02-22 | 1 | -2/+3 |
* | Start using GPR's to copy around mmx value instead of mmx regs. | Chris Lattner | 2008-02-22 | 1 | -0/+14 |
* | Treat clobber operands like early clobbers: if we have | Chris Lattner | 2008-02-21 | 1 | -2/+11 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-21 | 90 | -1460/+1482 |
* | testcase for PR1133 | Chris Lattner | 2008-02-21 | 1 | -0/+9 |
* | Fix a (harmless) but where vregs were added to the used reg lists for | Chris Lattner | 2008-02-21 | 1 | -0/+15 |
* | XFAIL this for now. | Evan Cheng | 2008-02-20 | 1 | -0/+1 |
* | this test requires sse2 | Chris Lattner | 2008-02-19 | 1 | -1/+1 |
* | Don't fold and's into test instructions if they have multiple uses. | Chris Lattner | 2008-02-19 | 1 | -0/+29 |
* | rename tests to avoid a test- prefix when they aren't related to the test ins... | Chris Lattner | 2008-02-19 | 10 | -0/+0 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 51 | -1306/+1302 |
* | Don't spew stats to stderr. | Nick Lewycky | 2008-02-19 | 1 | -1/+1 |
* | Fix up the run line for this new test. | Nick Lewycky | 2008-02-19 | 1 | -1/+1 |
* | New test. | Evan Cheng | 2008-02-19 | 1 | -0/+219 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 162 | -3373/+3173 |
* | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng | 2008-02-18 | 1 | -0/+17 |
* | Don't mark scalar integer multiplication as Expand on x86, since x86 | Dan Gohman | 2008-02-18 | 1 | -0/+8 |
* | Remove llvm-upgrade. | Tanya Lattner | 2008-02-17 | 50 | -906/+906 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 6 | -0/+79 |
* | This test is not interesting. | Evan Cheng | 2008-02-15 | 1 | -21/+0 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -0/+8 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -0/+2 |
* | Fix test. | Evan Cheng | 2008-02-14 | 1 | -1/+1 |
* | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands | 2008-02-13 | 1 | -12/+11 |
* | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner | 2008-02-13 | 1 | -0/+18 |
* | Add testcase for recent legalizer change | Nate Begeman | 2008-02-13 | 1 | -0/+8 |
* | New tests. | Evan Cheng | 2008-02-13 | 3 | -0/+71 |
* | Don't mask the isel bug. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | This test assumes no SSE4.1. | Evan Cheng | 2008-02-12 | 1 | -1/+1 |
* | Fix some test cases. | Evan Cheng | 2008-02-12 | 3 | -3/+3 |
* | Determine whether a spill kills the register it's spilling before insertion r... | Evan Cheng | 2008-02-11 | 1 | -0/+10 |
* | Alignment of struct containing vectors depends on | Dale Johannesen | 2008-02-09 | 1 | -1/+1 |
* | It's not always safe to fold movsd into xorpd, etc. Check the alignment of th... | Evan Cheng | 2008-02-08 | 1 | -0/+99 |
* | Added missing entries in X86 load / store folding tables. | Evan Cheng | 2008-02-08 | 1 | -0/+20 |
* | Fix a x86-64 codegen deficiency. Allow gv + offset when using rip addressing ... | Evan Cheng | 2008-02-07 | 2 | -33/+46 |