| Commit message (Expand) | Author | Age | Files | Lines |
* | make operator== work with non-equal sized bitvectors, as long as | Chris Lattner | 2007-10-12 | 1 | -4/+15 |
* | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman | 2007-10-12 | 1 | -0/+4 |
* | Add runtime library names for pow. | Dan Gohman | 2007-10-11 | 1 | -0/+4 |
* | Add an ISD::FPOW node type. | Dan Gohman | 2007-10-11 | 1 | -3/+3 |
* | Provided accessors to internal allocator for ImutAVLTree and ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -0/+7 |
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 2 | -0/+14 |
* | Next PPC long double bits. First cut at constants. | Dale Johannesen | 2007-10-11 | 1 | -2/+12 |
* | make bitvector &= do the right thing if vectors have mismatched length. | Chris Lattner | 2007-10-11 | 1 | -2/+11 |
* | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner | 2007-10-11 | 2 | -6/+8 |
* | Added iterators to ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -3/+24 |
* | Added some doxygen comments to ImmutableSet. | Ted Kremenek | 2007-10-10 | 1 | -1/+18 |
* | Removed uninformative assertions that catch problems that will | Ted Kremenek | 2007-10-10 | 1 | -22/+5 |
* | Removed "height" of an AVL tree node from its Profile. This is | Ted Kremenek | 2007-10-10 | 1 | -7/+4 |
* | Removed spurious forward declaration to a structure that will no longer be used. | Ted Kremenek | 2007-10-10 | 1 | -1/+0 |
* | Added some doxygen comments to a few methods of ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -2/+41 |
* | Added preliminary support for iterators in ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -4/+218 |
* | Renamed internal method "Create" of ImutAVLTree to "CreateNode". | Ted Kremenek | 2007-10-10 | 1 | -13/+14 |
* | Fix 80-column violations | Bill Wendling | 2007-10-10 | 1 | -29/+29 |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 1 | -0/+2 |
* | Add new MemoryBuffer::getMemBufferCopy method. | Chris Lattner | 2007-10-09 | 1 | -0/+6 |
* | Fix indentation. | Devang Patel | 2007-10-09 | 1 | -6/+6 |
* | Added implementation of immutable (functional) maps and sets, as | Ted Kremenek | 2007-10-09 | 2 | -0/+771 |
* | Add LLVMFoldingBuilder | Devang Patel | 2007-10-09 | 1 | -3/+215 |
* | Remove an unnecessary friend declaration. | Dan Gohman | 2007-10-09 | 1 | -1/+0 |
* | update prototype, fixing build error | Chris Lattner | 2007-10-09 | 1 | -1/+1 |
* | Pass argc by value, not by reference, since it isn't modified. | Dan Gohman | 2007-10-09 | 1 | -1/+1 |
* | Fix problems where DenseMap used operator!= instead of correctly | Chris Lattner | 2007-10-09 | 1 | -10/+15 |
* | Change a #include into a forward declaration | Chris Lattner | 2007-10-09 | 1 | -1/+1 |
* | Mark the prefetch intrinsic as IntrWriteArgMem, instead of the | Dan Gohman | 2007-10-08 | 1 | -1/+5 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 1 | -0/+6 |
* | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman | 2007-10-08 | 1 | -0/+11 |
* | Fix grammar in a comment. | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Add explicit keywords. | Dan Gohman | 2007-10-08 | 5 | -11/+11 |
* | Add a new function tcExtract for extracting a bignum from an | Neil Booth | 2007-10-08 | 1 | -0/+7 |
* | Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo... | Owen Anderson | 2007-10-08 | 1 | -19/+50 |
* | 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 | 1 | -0/+2 |
* | 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 | 1 | -0/+2 |
* | Add back convertFromSignExtendedInteger. | Neil Booth | 2007-10-07 | 1 | -0/+2 |
* | Reimplement convertFromUnsignedInteger so it is passed a const bignum. | Neil Booth | 2007-10-07 | 1 | -2/+2 |
* | convertFromInteger, as originally written, expected sign-extended | Neil Booth | 2007-10-07 | 1 | -2/+2 |
* | combineLostFractions does not need to be a member function | Neil Booth | 2007-10-07 | 1 | -1/+0 |
* | 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 | 1 | -0/+17 |
* | Bindings for the verifier. | Gordon Henriksen | 2007-10-06 | 1 | -0/+53 |
* | 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 | -3/+52 |
* | Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ... | Anton Korobeynikov | 2007-10-06 | 1 | -0/+1 |