index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Oops. Forgot this.
Evan Cheng
2007-10-06
1
-0
/
+10
*
Generalize tcFullMultiply so that the operands can be of differing
Neil Booth
2007-10-06
1
-4
/
+6
*
Wrapping Value::dump.
Gordon Henriksen
2007-10-06
1
-0
/
+1
*
Removing the silly CHelpers header by rolling wrap and unwrap into the C
Gordon Henriksen
2007-10-05
2
-106
/
+101
*
First round of ppc long double. call/return and
Dale Johannesen
2007-10-05
1
-9
/
+18
*
Mark count method const.
Chris Lattner
2007-10-05
1
-1
/
+1
*
SMUL_LOHI and UMUL_LOHI are commutative.
Dan Gohman
2007-10-05
1
-0
/
+2
*
Define target-indepenent SDNode types for multiply and divide that
Dan Gohman
2007-10-05
1
-0
/
+9
*
Fix typo in comment.
Duncan Sands
2007-10-05
1
-1
/
+1
*
Fix intersectWithComplement bug noticed by Curtis Dunham
Daniel Berlin
2007-10-05
1
-4
/
+2
*
If a node that defines a physical register that is expensive to copy. The
Evan Cheng
2007-10-05
1
-1
/
+5
*
- Added a few target hooks to generate load / store instructions from / to any
Evan Cheng
2007-10-05
1
-0
/
+28
*
Add a variant of getTargetNode() that takes a vector of MVT::ValueType.
Evan Cheng
2007-10-05
1
-0
/
+2
[next]