| Commit message (Expand) | Author | Age | Files | Lines |
* | Start using GPR's to copy around mmx value instead of mmx regs. | Chris Lattner | 2008-02-22 | 1 | -0/+32 |
* | A few minor updates, removing implemented stuff and adding a couple of | Eli Friedman | 2008-02-21 | 1 | -83/+110 |
* | Dan implemented one multiply issue. Replace it with another. :) | Chris Lattner | 2008-02-21 | 1 | -12/+33 |
* | Atomic op support. If any gcc test uses __sync builtins, it might start fail... | Andrew Lenharth | 2008-02-21 | 5 | -6/+225 |
* | Poorly named option. | Evan Cheng | 2008-02-20 | 2 | -3/+4 |
* | Temporarily backing out r47337. It breaks a number of CBE tests. | Evan Cheng | 2008-02-20 | 1 | -5/+7 |
* | Fix newly-introduced 4.3 warnings | Anton Korobeynikov | 2008-02-20 | 4 | -9/+10 |
* | Fix code style | Anton Korobeynikov | 2008-02-20 | 1 | -17/+15 |
* | Remove bunch of gcc 4.3-related warnings from Target | Anton Korobeynikov | 2008-02-20 | 13 | -24/+31 |
* | Unbreak build with gcc 4.3: provide missed includes and silence most annoying... | Anton Korobeynikov | 2008-02-20 | 2 | -0/+2 |
* | Disable for now. This is pessimizing code. | Evan Cheng | 2008-02-20 | 1 | -1/+1 |
* | Add hidden option -x86-fold-and-in-test to test the effect the test / and fol... | Evan Cheng | 2008-02-19 | 2 | -1/+7 |
* | fix some byval problems in the cbe. Closes PR2065 | Andrew Lenharth | 2008-02-19 | 1 | -7/+5 |
* | Don't fold and's into test instructions if they have multiple uses. | Chris Lattner | 2008-02-19 | 1 | -6/+12 |
* | Me not like duplicated comments. | Evan Cheng | 2008-02-19 | 1 | -4/+4 |
* | - When DAG combiner is folding a bit convert into a BUILD_VECTOR, it should c... | Evan Cheng | 2008-02-18 | 4 | -55/+78 |
* | Chris pointed out that it's not necessary to set i64 MUL to Expand | Dan Gohman | 2008-02-18 | 1 | -12/+10 |
* | upgrade some tests. | Chris Lattner | 2008-02-18 | 1 | -39/+43 |
* | Add a note | Nate Begeman | 2008-02-18 | 1 | -0/+3 |
* | Add a note about sext from i1 plus flags use. | Chris Lattner | 2008-02-18 | 1 | -0/+52 |
* | Don't mark scalar integer multiplication as Expand on x86, since x86 | Dan Gohman | 2008-02-18 | 1 | -5/+6 |
* | move PR2053 to here. | Chris Lattner | 2008-02-17 | 1 | -0/+12 |
* | I cannot find a libgcc function for this builtin. Therefor expanding it to a... | Andrew Lenharth | 2008-02-16 | 8 | -4/+18 |
* | llvm.memory.barrier, and impl for x86 and alpha | Andrew Lenharth | 2008-02-16 | 5 | -1/+38 |
* | Handle \n's in value names for more targets. The asm printers | Chris Lattner | 2008-02-15 | 3 | -13/+40 |
* | If the llvm name contains an unprintable character, don't print it in | Chris Lattner | 2008-02-15 | 1 | -3/+15 |
* | Cosmetics. | Dale Johannesen | 2008-02-15 | 1 | -6/+3 |
* | Remove warning about 64-bit code on processor | Dale Johannesen | 2008-02-15 | 2 | -10/+0 |
* | nocona, core2 and penryn support 64 bit. | Dale Johannesen | 2008-02-15 | 1 | -3/+3 |
* | Rewrite tblgen handling of subtarget features so | Dale Johannesen | 2008-02-14 | 4 | -0/+4 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 3 | -20/+9 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 7 | -20/+35 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 8 | -27/+21 |
* | Move some useful operands up into the all-targets .td | Nate Begeman | 2008-02-14 | 2 | -3/+3 |
* | upgrade some entries, remove stuff that is done. | Chris Lattner | 2008-02-14 | 2 | -134/+46 |
* | the mid-level optimizer removes this stuff. | Chris Lattner | 2008-02-14 | 1 | -26/+0 |
* | this one is easy. | Chris Lattner | 2008-02-14 | 1 | -1/+1 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -14/+0 |
* | Assigning an APInt to 0 with plain assignment gives it a one-bit | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 9 | -10/+10 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 2 | -5/+23 |
* | Fix the PPC JIT regressions by encoding zeroreg as 0 for BLR. | Chris Lattner | 2008-02-13 | 1 | -0/+1 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 3 | -39/+17 |
* | readme updates | Nate Begeman | 2008-02-13 | 2 | -0/+20 |
* | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman | 2008-02-13 | 1 | -1/+1 |
* | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 2 | -0/+19 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 9 | -40/+38 |
* | __DATA not __DATA__ is the right segment name on darwin. | Dale Johannesen | 2008-02-12 | 2 | -2/+2 |
* | Remove some dead code | Nate Begeman | 2008-02-12 | 1 | -7/+3 |
* | SSE4.1 64b integer insert/extract pattern support | Nate Begeman | 2008-02-12 | 4 | -41/+73 |