| Commit message (Expand) | Author | Age | Files | Lines |
* | These two tests now require only three multiply instructions, | Dan Gohman | 2007-10-08 | 2 | -0/+12 |
* | Various improvements to the documentation, contributed by | Chris Lattner | 2007-10-08 | 1 | -23/+62 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 8 | -222/+273 |
* | Allow x86 compare to be commutable by default. | Evan Cheng | 2007-10-08 | 1 | -9/+0 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 6 | -22/+139 |
* | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI. | Dan Gohman | 2007-10-08 | 1 | -17/+137 |
* | LLVM does not use the old style simple isel any more. | Evan Cheng | 2007-10-08 | 1 | -5/+2 |
* | Remove debugging printf to get build going on x86-64. | Evan Cheng | 2007-10-08 | 1 | -2/+0 |
* | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman | 2007-10-08 | 1 | -0/+14 |
* | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman | 2007-10-08 | 2 | -0/+47 |
* | Move the space in overview output for commands out of each of the | Dan Gohman | 2007-10-08 | 19 | -19/+19 |
* | Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. | Dan Gohman | 2007-10-08 | 1 | -6/+1 |
* | Use correct parentheses with the '&& "..."' idiom in an assert. | Dan Gohman | 2007-10-08 | 1 | -2/+2 |
* | In -debug mode, dump SelectionDAGs both before and after the | Dan Gohman | 2007-10-08 | 1 | -1/+7 |
* | Fix grammar in a comment. | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2007-10-08 | 6 | -16/+18 |
* | 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 | 2 | -34/+83 |
* | Fixed downrev Ocaml compatibility. | Gordon Henriksen | 2007-10-08 | 1 | -2/+2 |
* | Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo... | Owen Anderson | 2007-10-08 | 2 | -35/+50 |
* | Kill cycle of an live range is always the last use index + 1. | Evan Cheng | 2007-10-08 | 1 | -1/+1 |
* | Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in... | Chris Lattner | 2007-10-08 | 1 | -0/+6 |
* | C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced | Gordon Henriksen | 2007-10-08 | 6 | -3/+69 |
* | 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 |
* | Finish off PR1723, by working around some strange compiler bug. | Chris Lattner | 2007-10-07 | 1 | -2/+2 |
* | C and Objective Caml bindings for GlobalVariable::isConstant. | Gordon Henriksen | 2007-10-07 | 7 | -1/+70 |
* | Add back convertFromSignExtendedInteger. | Neil Booth | 2007-10-07 | 2 | -0/+32 |
* | 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 | 2 | -20/+31 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 6 | -12/+14 |
* | combineLostFractions does not need to be a member function | Neil Booth | 2007-10-07 | 2 | -17/+15 |
* | Some more problems noticed by Curtis | Daniel Berlin | 2007-10-07 | 1 | -4/+8 |
* | C and Objective Caml bindings for PATypeHolder. | Gordon Henriksen | 2007-10-07 | 6 | -1/+90 |
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 13 | -24/+300 |
* | Deleting some unnecessary glue. | Gordon Henriksen | 2007-10-06 | 3 | -21/+6 |
* | Adopting a uniform naming convention for type constructors in | Gordon Henriksen | 2007-10-06 | 4 | -61/+73 |
* | 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 | 3 | -31/+31 |
* | Adopting a uniform naming convention for constant constructors in bindings. | Gordon Henriksen | 2007-10-06 | 6 | -134/+127 |
* | Adding C and Ocaml bindings for ConstantExpr. | Gordon Henriksen | 2007-10-06 | 8 | -15/+478 |
* | Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ... | Anton Korobeynikov | 2007-10-06 | 1 | -0/+1 |
* | Reapply 42677. | Evan Cheng | 2007-10-06 | 1 | -3/+52 |
* | Oops. Forgot this. | Evan Cheng | 2007-10-06 | 1 | -0/+10 |
* | 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 |