summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Removed spurious forward declaration to a structure that will no longer be used.Ted Kremenek2007-10-101-1/+0
* Added some doxygen comments to a few methods of ImutAVLTree.Ted Kremenek2007-10-101-2/+41
* Added preliminary support for iterators in ImutAVLTree.Ted Kremenek2007-10-101-4/+218
* Renamed internal method "Create" of ImutAVLTree to "CreateNode".Ted Kremenek2007-10-101-13/+14
* Fix 80-column violationsBill Wendling2007-10-101-29/+29
* Next PPC long double bits: ppcf128->i32 conversion.Dale Johannesen2007-10-101-0/+2
* Add new MemoryBuffer::getMemBufferCopy method.Chris Lattner2007-10-091-0/+6
* Fix indentation.Devang Patel2007-10-091-6/+6
* Added implementation of immutable (functional) maps and sets, asTed Kremenek2007-10-092-0/+771
* Add LLVMFoldingBuilderDevang Patel2007-10-091-3/+215
* Remove an unnecessary friend declaration.Dan Gohman2007-10-091-1/+0
* update prototype, fixing build errorChris Lattner2007-10-091-1/+1
* Pass argc by value, not by reference, since it isn't modified.Dan Gohman2007-10-091-1/+1
* Fix problems where DenseMap used operator!= instead of correctly Chris Lattner2007-10-091-10/+15
* Change a #include into a forward declarationChris Lattner2007-10-091-1/+1
* Mark the prefetch intrinsic as IntrWriteArgMem, instead of theDan Gohman2007-10-081-1/+5
* C and Objective Caml bindings for PHINode::addIncoming etc.Gordon Henriksen2007-10-081-0/+6
* Add convenience overloads of SelectionDAG::getNode that take a SDVTListDan Gohman2007-10-081-0/+11
* Fix grammar in a comment.Dan Gohman2007-10-081-1/+1
* Add explicit keywords.Dan Gohman2007-10-085-11/+11
* Add a new function tcExtract for extracting a bignum from anNeil Booth2007-10-081-0/+7
* Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...Owen Anderson2007-10-081-19/+50
* Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner2007-10-081-0/+6
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-081-0/+2
* Finish off PR1723, by working around some strange compiler bug.Chris Lattner2007-10-071-2/+2
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-071-0/+2
* Add back convertFromSignExtendedInteger.Neil Booth2007-10-071-0/+2
* Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth2007-10-071-2/+2
* convertFromInteger, as originally written, expected sign-extendedNeil Booth2007-10-071-2/+2
* combineLostFractions does not need to be a member functionNeil Booth2007-10-071-1/+0
* Some more problems noticed by CurtisDaniel Berlin2007-10-071-4/+8
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-071-0/+17
* Bindings for the verifier.Gordon Henriksen2007-10-061-0/+53
* Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen2007-10-061-10/+10
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-061-13/+12
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-062-3/+52
* Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov2007-10-061-0/+1
* Oops. Forgot this.Evan Cheng2007-10-061-0/+10
* Generalize tcFullMultiply so that the operands can be of differingNeil Booth2007-10-061-4/+6
* Wrapping Value::dump.Gordon Henriksen2007-10-061-0/+1
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-052-106/+101
* First round of ppc long double. call/return andDale Johannesen2007-10-051-9/+18
* Mark count method const.Chris Lattner2007-10-051-1/+1
* SMUL_LOHI and UMUL_LOHI are commutative.Dan Gohman2007-10-051-0/+2
* Define target-indepenent SDNode types for multiply and divide thatDan Gohman2007-10-051-0/+9
* Fix typo in comment.Duncan Sands2007-10-051-1/+1
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-051-4/+2
* If a node that defines a physical register that is expensive to copy. TheEvan Cheng2007-10-051-1/+5
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-051-0/+28
* Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng2007-10-051-0/+2