aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-10-11Next PPC long double bits. First cut at constants.Dale Johannesen
2007-10-11make bitvector &= do the right thing if vectors have mismatched length.Chris Lattner
2007-10-11Add a new use_iterator::atEnd() method, which allows us to shrinkChris Lattner
2007-10-11Added iterators to ImmutableSet.Ted Kremenek
2007-10-10Added some doxygen comments to ImmutableSet.Ted Kremenek
2007-10-10Removed uninformative assertions that catch problems that willTed Kremenek
2007-10-10Removed "height" of an AVL tree node from its Profile. This isTed Kremenek
2007-10-10Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek
2007-10-10Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek
2007-10-10Added preliminary support for iterators in ImutAVLTree.Ted Kremenek
2007-10-10Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek
2007-10-10Fix 80-column violationsBill Wendling
2007-10-10Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen
2007-10-09Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner
2007-10-09Fix indentation.Devang Patel
2007-10-09Added implementation of immutable (functional) maps and sets, asTed Kremenek
2007-10-09Add LLVMFoldingBuilderDevang Patel
2007-10-09Remove an unnecessary friend declaration.Dan Gohman
2007-10-09update prototype, fixing build errorChris Lattner
2007-10-09Pass argc by value, not by reference, since it isn't modified.Dan Gohman
2007-10-09Fix problems where DenseMap used operator!= instead of correctly Chris Lattner
2007-10-09Change a #include into a forward declarationChris Lattner
2007-10-08Mark the prefetch intrinsic as IntrWriteArgMem, instead of theDan Gohman
2007-10-08C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen
2007-10-08Add convenience overloads of SelectionDAG::getNode that take a SDVTListDan Gohman
2007-10-08Fix grammar in a comment.Dan Gohman
2007-10-08Add explicit keywords.Dan Gohman
2007-10-08Add a new function tcExtract for extracting a bignum from anNeil Booth
2007-10-08Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...Owen Anderson
2007-10-08Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner
2007-10-08C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen
2007-10-07Finish off PR1723, by working around some strange compiler bug.Chris Lattner
2007-10-07C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen
2007-10-07Add back convertFromSignExtendedInteger.Neil Booth
2007-10-07Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth
2007-10-07convertFromInteger, as originally written, expected sign-extendedNeil Booth
2007-10-07combineLostFractions does not need to be a member functionNeil Booth
2007-10-07Some more problems noticed by CurtisDaniel Berlin
2007-10-07C and Objective Caml bindings for PATypeHolder.Gordon Henriksen
2007-10-06Bindings for the verifier.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen
2007-10-06Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen
2007-10-06Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen
2007-10-06Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov
2007-10-06Oops. Forgot this.Evan Cheng
2007-10-06Generalize tcFullMultiply so that the operands can be of differingNeil Booth
2007-10-06Wrapping Value::dump.Gordon Henriksen
2007-10-05Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen
2007-10-05First round of ppc long double. call/return andDale Johannesen
2007-10-05Mark count method const.Chris Lattner