| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | In -debug mode, dump SelectionDAGs both before and after the | Dan Gohman | 2007-10-08 | 1 | -1/+7 |
* | Add explicit keywords. | Dan Gohman | 2007-10-08 | 1 | -5/+7 |
* | Use APInt::tcExtract. It's cleaner, and works :) | Neil Booth | 2007-10-08 | 1 | -19/+14 |
* | Add a new function tcExtract for extracting a bignum from an | Neil Booth | 2007-10-08 | 1 | -34/+76 |
* | Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo... | Owen Anderson | 2007-10-08 | 1 | -16/+0 |
* | Kill cycle of an live range is always the last use index + 1. | Evan Cheng | 2007-10-08 | 1 | -1/+1 |
* | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen | 2007-10-08 | 1 | -0/+8 |
* | disable this entirely: it is causing use of invalidated iterators and infinit... | Chris Lattner | 2007-10-07 | 1 | -0/+2 |
* | Fix many regressions on x86 by avoiding dereferencing the end iterator. | Chris Lattner | 2007-10-07 | 1 | -35/+38 |
* | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen | 2007-10-07 | 1 | -0/+11 |
* | Add back convertFromSignExtendedInteger. | Neil Booth | 2007-10-07 | 1 | -0/+30 |
* | Now that convertFromUnsignedParts has a sane, constant interface, | Neil Booth | 2007-10-07 | 1 | -5/+1 |
* | Reimplement convertFromUnsignedInteger so it is passed a const bignum. | Neil Booth | 2007-10-07 | 1 | -18/+29 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 5 | -10/+12 |
* | combineLostFractions does not need to be a member function | Neil Booth | 2007-10-07 | 1 | -16/+15 |
* | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen | 2007-10-07 | 1 | -0/+18 |
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 2 | -2/+40 |
* | Oops, I really wanted to commit this part also :) | Anton Korobeynikov | 2007-10-06 | 1 | -2/+27 |
* | Move merge code into new helper function. | Anton Korobeynikov | 2007-10-06 | 1 | -43/+34 |
* | Adopting a uniform naming convention for type constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -10/+10 |
* | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen | 2007-10-06 | 1 | -13/+12 |
* | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen | 2007-10-06 | 2 | -2/+203 |
* | Reapply 42677. | Evan Cheng | 2007-10-06 | 1 | -3/+52 |
* | Cleaner, more general exponent output. | Neil Booth | 2007-10-06 | 1 | -21/+22 |
* | silence warnings in no-assert build. | Chris Lattner | 2007-10-06 | 1 | -23/+20 |
* | revert evan's patch until the header is committed | Chris Lattner | 2007-10-06 | 1 | -52/+3 |
* | Added DAG xforms. e.g. | Evan Cheng | 2007-10-06 | 2 | -11/+52 |
* | Next powerpc long double bits. Comparisons work, | Dale Johannesen | 2007-10-06 | 2 | -28/+60 |
* | Fix and clarify some comments. | Neil Booth | 2007-10-06 | 1 | -12/+12 |
* | Generalize tcFullMultiply so that the operands can be of differing | Neil Booth | 2007-10-06 | 2 | -16/+24 |
* | Wrapping Value::dump. | Gordon Henriksen | 2007-10-06 | 1 | -0/+4 |
* | Removing the silly CHelpers header by rolling wrap and unwrap into the C | Gordon Henriksen | 2007-10-05 | 2 | -15/+0 |
* | Commute x86 cmove instructions by swapping the operands and change the condition | Evan Cheng | 2007-10-05 | 3 | -240/+335 |
* | This is done. | Evan Cheng | 2007-10-05 | 1 | -4/+0 |
* | Enable convertToThreeAddress for X86 by default. | Evan Cheng | 2007-10-05 | 1 | -9/+0 |
* | Fix bug in updating dominance frontier after loop | Devang Patel | 2007-10-05 | 2 | -29/+122 |
* | INC64_32r -> LEA64_32r is better than INC64_32r -> LEA32r, but it still can | Evan Cheng | 2007-10-05 | 1 | -8/+4 |
* | In 64-bit mode, avoid using leal with 32-bit 32-bit address size, e.g. | Evan Cheng | 2007-10-05 | 1 | -89/+98 |
* | First round of ppc long double. call/return and | Dale Johannesen | 2007-10-05 | 4 | -33/+101 |
* | Add support to convert more 64-bit instructions to 3-address instructions. | Evan Cheng | 2007-10-05 | 2 | -8/+26 |
* | ADC and SBB uses EFLAGS. | Evan Cheng | 2007-10-05 | 2 | -0/+8 |
* | Change a few more spaces to tabs in assembly output. | Dan Gohman | 2007-10-05 | 1 | -3/+3 |
* | Change a space to a tab in the assembly output of a .globl directive | Dan Gohman | 2007-10-05 | 1 | -1/+1 |
* | Legalize support for MUL_LOHI and DIVREM. | Dan Gohman | 2007-10-05 | 1 | -0/+10 |
* | Fix a typo in a comment. | Dan Gohman | 2007-10-05 | 1 | -1/+1 |
* | Provide names for MUL_LOHI and DIVREM operators. | Dan Gohman | 2007-10-05 | 1 | -0/+4 |
* | Testing convertToThreeeAddress as X86 llcbeta. | Evan Cheng | 2007-10-05 | 1 | -5/+24 |
* | Chain producing nodes cannot be moved, not chain reading nodes. | Evan Cheng | 2007-10-05 | 1 | -5/+7 |
* | Oops. Didn't mean to leave this in. | Evan Cheng | 2007-10-05 | 1 | -1/+0 |
* | If a node that defines a physical register that is expensive to copy. The | Evan Cheng | 2007-10-05 | 2 | -47/+165 |