index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2007-10-11
Next PPC long double bits. First cut at constants.
Dale Johannesen
2007-10-11
make bitvector &= do the right thing if vectors have mismatched length.
Chris Lattner
2007-10-11
Add a new use_iterator::atEnd() method, which allows us to shrink
Chris Lattner
2007-10-11
Added iterators to ImmutableSet.
Ted Kremenek
2007-10-10
Added some doxygen comments to ImmutableSet.
Ted Kremenek
2007-10-10
Removed uninformative assertions that catch problems that will
Ted Kremenek
2007-10-10
Removed "height" of an AVL tree node from its Profile. This is
Ted Kremenek
2007-10-10
Removed spurious forward declaration to a structure that will no longer be used.
Ted Kremenek
2007-10-10
Added some doxygen comments to a few methods of ImutAVLTree.
Ted Kremenek
2007-10-10
Added preliminary support for iterators in ImutAVLTree.
Ted Kremenek
2007-10-10
Renamed internal method "Create" of ImutAVLTree to "CreateNode".
Ted Kremenek
2007-10-10
Fix 80-column violations
Bill Wendling
2007-10-10
Next PPC long double bits: ppcf128->i32 conversion.
Dale Johannesen
2007-10-09
Add new MemoryBuffer::getMemBufferCopy method.
Chris Lattner
2007-10-09
Fix indentation.
Devang Patel
2007-10-09
Added implementation of immutable (functional) maps and sets, as
Ted Kremenek
2007-10-09
Add LLVMFoldingBuilder
Devang Patel
2007-10-09
Remove an unnecessary friend declaration.
Dan Gohman
2007-10-09
update prototype, fixing build error
Chris Lattner
2007-10-09
Pass argc by value, not by reference, since it isn't modified.
Dan Gohman
2007-10-09
Fix problems where DenseMap used operator!= instead of correctly
Chris Lattner
2007-10-09
Change a #include into a forward declaration
Chris Lattner
2007-10-08
Mark the prefetch intrinsic as IntrWriteArgMem, instead of the
Dan Gohman
2007-10-08
C and Objective Caml bindings for PHINode::addIncoming etc.
Gordon Henriksen
2007-10-08
Add convenience overloads of SelectionDAG::getNode that take a SDVTList
Dan Gohman
2007-10-08
Fix grammar in a comment.
Dan Gohman
2007-10-08
Add explicit keywords.
Dan Gohman
2007-10-08
Add a new function tcExtract for extracting a bignum from an
Neil Booth
2007-10-08
Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...
Owen Anderson
2007-10-08
Allow passes to just pass up "FunctionPass(&ID)" instead of "FunctionPass((in...
Chris Lattner
2007-10-08
C and Objective Caml bindings for getFunction and getNamedGlobal. Also enhanced
Gordon Henriksen
2007-10-07
Finish off PR1723, by working around some strange compiler bug.
Chris Lattner
2007-10-07
C and Objective Caml bindings for GlobalVariable::isConstant.
Gordon Henriksen
2007-10-07
Add back convertFromSignExtendedInteger.
Neil Booth
2007-10-07
Reimplement convertFromUnsignedInteger so it is passed a const bignum.
Neil Booth
2007-10-07
convertFromInteger, as originally written, expected sign-extended
Neil Booth
2007-10-07
combineLostFractions does not need to be a member function
Neil Booth
2007-10-07
Some more problems noticed by Curtis
Daniel Berlin
2007-10-07
C and Objective Caml bindings for PATypeHolder.
Gordon Henriksen
2007-10-06
Bindings for the verifier.
Gordon Henriksen
2007-10-06
Adopting a uniform naming convention for type constructors in bindings.
Gordon Henriksen
2007-10-06
Adopting a uniform naming convention for constant constructors in bindings.
Gordon Henriksen
2007-10-06
Adding C and Ocaml bindings for ConstantExpr.
Gordon Henriksen
2007-10-06
Include DataTypes.h to provide intptr_t type. This fixes OpenBSD compilation ...
Anton Korobeynikov
2007-10-06
Oops. Forgot this.
Evan Cheng
2007-10-06
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-10-06
Wrapping Value::dump.
Gordon Henriksen
2007-10-05
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-10-05
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
Mark count method const.
Chris Lattner
[next]