| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Get rid of unused variable. | Bill Wendling | 2008-11-25 | 1 | -1/+0 |
* | Hacker's Delight says, "Signed integer overflow of addition occurs if and only | Bill Wendling | 2008-11-25 | 1 | -4/+48 |
* | Teach MatchScaledValue to handle Scales by 1 with MatchAddr (which | Chris Lattner | 2008-11-25 | 1 | -5/+15 |
* | significantly refactor all the addressing mode matching logic | Chris Lattner | 2008-11-25 | 1 | -139/+138 |
* | refactor all the constantexpr/instruction handling code out into a | Chris Lattner | 2008-11-25 | 1 | -65/+68 |
* | another minor tweak | Chris Lattner | 2008-11-25 | 1 | -3/+2 |
* | minor cleanups no functionality change. | Chris Lattner | 2008-11-25 | 1 | -32/+31 |
* | CMake: Documented two cmake variables. | Oscar Fuentes | 2008-11-25 | 1 | -0/+6 |
* | CellSPU: Relax constraints on when to generate a X-form address, evidently | Scott Michel | 2008-11-25 | 1 | -0/+7 |
* | CellSPU: test should use shlqby, not shlqbyi | Scott Michel | 2008-11-25 | 1 | -2/+1 |
* | XFAIL this test. A recent CellSPU check-in broke it. | Bill Wendling | 2008-11-25 | 1 | -0/+1 |
* | Initial support for anti-dependence breaking. Currently this code does not | Dan Gohman | 2008-11-25 | 5 | -263/+751 |
* | CellSPU: Fix mnemonic typo in pattern; "shlqbyi" -> "shlqby". | Scott Michel | 2008-11-25 | 2 | -1/+3 |
* | Testcase for constant CFStrings. | Bill Wendling | 2008-11-24 | 1 | -0/+11 |
* | rearrange and tidy some code, no functionality change. | Chris Lattner | 2008-11-24 | 1 | -53/+52 |
* | minor cleanups to debug code, no functionality change. | Chris Lattner | 2008-11-24 | 1 | -24/+33 |
* | reenable test | Chris Lattner | 2008-11-24 | 1 | -1/+0 |
* | reenable the right part of the code. | Chris Lattner | 2008-11-24 | 1 | -1/+1 |
* | Temporarily XFAIL this test. r59976 and r59972 broke it. | Bill Wendling | 2008-11-24 | 1 | -0/+1 |
* | Move the scheduler constructor functions to SchedulerRegistry.h, to | Dan Gohman | 2008-11-24 | 3 | -44/+41 |
* | Fix an unused-parameter warning. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | revert an accidental commit, this fixes the regression on test/CodeGen/X86/is... | Chris Lattner | 2008-11-24 | 1 | -4/+1 |
* | Fix 3113: If we have a dead cyclic PHI, replace the whole thing | Chris Lattner | 2008-11-24 | 3 | -1/+521 |
* | - Make lowering of "add with overflow" customizable by back-ends. | Bill Wendling | 2008-11-24 | 4 | -18/+44 |
* | CellSPU: | Scott Michel | 2008-11-24 | 2 | -4/+42 |
* | Check in the rest of this change. The isAntiDep flag needs to be passed | Dan Gohman | 2008-11-24 | 3 | -4/+5 |
* | Pass the isAntiDep argument. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | Run post-RA scheduling after branch folding, as it tends to | Dan Gohman | 2008-11-24 | 1 | -4/+7 |
* | Fix a few HTML tidiness issues. | Dan Gohman | 2008-11-24 | 5 | -7/+10 |
* | CellSPU: | Scott Michel | 2008-11-24 | 7 | -114/+86 |
* | Delete some spurious characters. | Dan Gohman | 2008-11-24 | 1 | -1/+1 |
* | Fix some "</p>"s. | Dan Gohman | 2008-11-24 | 1 | -2/+2 |
* | Some documentation for LegalizeTypes. | Dan Gohman | 2008-11-24 | 1 | -54/+78 |
* | Minor fix debug for register allocation debug output. | Matthijs Kooijman | 2008-11-24 | 2 | -4/+4 |
* | If the type legalizer actually legalized anything | Duncan Sands | 2008-11-24 | 7 | -209/+253 |
* | Fix comments. | Matthijs Kooijman | 2008-11-24 | 1 | -2/+2 |
* | NULL, unique pointers from malloc(0), and freed pointers are legal values for | Torok Edwin | 2008-11-24 | 1 | -1/+3 |
* | Move target independent td files from lib/Target/ to include/llvm/Target so t... | Evan Cheng | 2008-11-24 | 15 | -16/+17 |
* | Eliminate some unused variable compile time warnings. | Evan Cheng | 2008-11-24 | 3 | -0/+9 |
* | Test add-with-overflow with fast ISel. | Bill Wendling | 2008-11-24 | 1 | -0/+1 |
* | Seriously strengthen the guarantee offered by noalias on a function's return | Nick Lewycky | 2008-11-24 | 2 | -6/+6 |
* | Extend the 'noalias' attribute to function return values. This is intended to | Nick Lewycky | 2008-11-24 | 6 | -1356/+1393 |
* | Added missing description for -disable-mmx option. | Mon P Wang | 2008-11-24 | 1 | -1/+1 |
* | Add support for llvm.uadd.with.overflow. | Bill Wendling | 2008-11-24 | 2 | -6/+23 |
* | Roll back rev 59890, since Chris says this can never happen. | Scott Michel | 2008-11-23 | 1 | -1/+1 |
* | Rename SetCCResultContents to BooleanContents. In | Duncan Sands | 2008-11-23 | 13 | -47/+49 |
* | Make JIT::runFunction handle functions with non-C calling conventions. | Chris Lattner | 2008-11-23 | 1 | -0/+1 |
* | Added -disable-mmx using a patch from Preston Gurd. | Mon P Wang | 2008-11-23 | 1 | -1/+5 |
* | Added check to avoid generating extract subvector beyond the end of the vecto... | Mon P Wang | 2008-11-23 | 1 | -1/+2 |
* | Fixed named anchor for llvm.stackprotector intrinsic. | Misha Brukman | 2008-11-22 | 1 | -1/+1 |