summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAge
* Fix grammar in a comment.Dan Gohman2007-10-08
* Add explicit keywords.Dan Gohman2007-10-08
* Add a new function tcExtract for extracting a bignum from anNeil Booth2007-10-08
* Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...Owen Anderson2007-10-08
* Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...Chris Lattner2007-10-08
* C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhancedGordon Henriksen2007-10-08
* Finish off PR1723, by working around some strange compiler bug.Chris Lattner2007-10-07
* C and Objective Caml bindings for GlobalVariable::isConstant.Gordon Henriksen2007-10-07
* Add back convertFromSignExtendedInteger.Neil Booth2007-10-07
* Reimplement convertFromUnsignedInteger so it is passed a const bignum.Neil Booth2007-10-07
* convertFromInteger, as originally written, expected sign-extendedNeil Booth2007-10-07
* combineLostFractions does not need to be a member functionNeil Booth2007-10-07
* Some more problems noticed by CurtisDaniel Berlin2007-10-07
* C and Objective Caml bindings for PATypeHolder.Gordon Henriksen2007-10-07
* Bindings for the verifier.Gordon Henriksen2007-10-06
* Adopting a uniform naming convention for type constructors in bindings.Gordon Henriksen2007-10-06
* Adopting a uniform naming convention for constant constructors in bindings.Gordon Henriksen2007-10-06
* Adding C and Ocaml bindings for ConstantExpr.Gordon Henriksen2007-10-06
* Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...Anton Korobeynikov2007-10-06
* Oops. Forgot this.Evan Cheng2007-10-06
* Generalize tcFullMultiply so that the operands can be of differingNeil Booth2007-10-06
* Wrapping Value::dump.Gordon Henriksen2007-10-06
* Removing the silly CHelpers header by rolling wrap and unwrap into the CGordon Henriksen2007-10-05
* First round of ppc long double. call/return andDale Johannesen2007-10-05
* Mark count method const.Chris Lattner2007-10-05
* SMUL_LOHI and UMUL_LOHI are commutative.Dan Gohman2007-10-05
* Define target-indepenent SDNode types for multiply and divide thatDan Gohman2007-10-05
* Fix typo in comment.Duncan Sands2007-10-05
* Fix intersectWithComplement bug noticed by Curtis DunhamDaniel Berlin2007-10-05
* If a node that defines a physical register that is expensive to copy. TheEvan Cheng2007-10-05
* - Added a few target hooks to generate load / store instructions from / to anyEvan Cheng2007-10-05
* Add a variant of getTargetNode() that takes a vector of MVT::ValueType.Evan Cheng2007-10-05
* Fix the previous bug a slightly different way (by modifying how find_next works)Daniel Berlin2007-10-04
* Fix off by one error in iteratorDaniel Berlin2007-10-04
* It helps a lot when you check for the end of your list before randomlyDaniel Berlin2007-10-04
* Make SparseBitVector::set actually work properly when sets are not in ascendi...Daniel Berlin2007-10-04
* Add APFloat -> hexadecimal string conversion, as per %a and %A in C99.Neil Booth2007-10-03
* Completely merge the implementation details of DomTree and PostDomTree.Owen Anderson2007-10-03
* Add a GraphTraits partial specialization to make the inverse of an inverse be...Owen Anderson2007-10-03
* Add initial iterator support for folding set.Chris Lattner2007-10-03
* Fix a using namespace llvm; in a header file.Dan Gohman2007-10-03
* Tweak RoundAwayFromZero the bit number below which is truncated, and makeNeil Booth2007-10-03
* Regenerate.Gordon Henriksen2007-10-03
* Factor some code from the DomTree and PostDomTree calculate methods up into Owen Anderson2007-10-03
* Rewrite sqrt and powi to use anyfloat. By popular demand.Dale Johannesen2007-10-02
* Remove simple scheduler.Evan Cheng2007-10-01
* Add getABITypeSize, getABITypeSizeInBitsDale Johannesen2007-10-01
* Add empty() member functions to a few container-like classes.Dan Gohman2007-10-01
* Add a helper useful when mapping from a map element to its hash node.Chris Lattner2007-09-30
* Template-ize more of the DomTree internal implementation details. Only the c...Owen Anderson2007-09-30