index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
llvm
/
ADT
Commit message (
Expand
)
Author
Age
Files
Lines
*
Detabify
Bill Wendling
2008-02-26
2
-19
/
+19
*
Add missing include (for ptrdiff_t).
Eli Friedman
2008-02-25
1
-0
/
+1
*
Add smart refcounting pointer class to ADT back (known before as IntrusiveSPt...
Anton Korobeynikov
2008-02-22
1
-0
/
+264
*
Unbreak build for VC2008. Patch by Argiris Kirtzidis!
Anton Korobeynikov
2008-02-22
1
-0
/
+1
*
Remove inline keywords from in-class function definitions, for
Dan Gohman
2008-02-20
1
-32
/
+32
*
Add an intersects method to APInt, to capture a common idiom.
Dan Gohman
2008-02-20
1
-0
/
+6
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
3
-2
/
+4
*
Make tblgen a little smarter about constants smaller than i32. Currently,
Scott Michel
2008-02-15
1
-0
/
+4
*
Fix a typo in a comment.
Dan Gohman
2008-02-13
1
-1
/
+1
*
Rename APInt's isPositive to isNonNegative, to reflect what it
Dan Gohman
2008-02-13
1
-6
/
+7
*
Add countTrailingOnes member functions to APInt.
Dan Gohman
2008-02-13
1
-2
/
+12
*
Fix a typo in a comment.
Dan Gohman
2008-02-13
1
-1
/
+1
*
Change APInt::getBitsSet to accept a "half-open" range, where the
Dan Gohman
2008-02-12
1
-7
/
+7
*
Correct the order of the arguments in the examples in the comments
Dan Gohman
2008-02-11
1
-3
/
+3
*
The factories for ImutAVLTree/ImmutableSet/ImmutableMap now take an (optional)
Ted Kremenek
2008-02-11
2
-6
/
+28
*
Added "Profile" method to APFloat for use with FoldingSet.
Ted Kremenek
2008-02-11
2
-15
/
+20
*
Add an isSignedIntN, like isIntN but for signed integer values instead of
Dan Gohman
2008-02-08
1
-2
/
+13
*
Constified operator<< in APSInt.
Ted Kremenek
2008-02-08
1
-2
/
+2
*
Add support to FoldingSet for hashing APInt objects.
Dan Gohman
2008-02-06
1
-0
/
+2
*
Don't dereference an invalid pointer if string is empty.
Anton Korobeynikov
2008-02-05
1
-4
/
+4
*
Added FoldingSet profiling support to ImmutableSet.
Ted Kremenek
2008-02-05
1
-1
/
+14
*
Changed profiling method for ImmutableMap to once again just use its
Ted Kremenek
2008-02-05
2
-26
/
+29
*
Modified 'Profile' method of ImmutableMap to use the 'Profile' method
Ted Kremenek
2008-02-04
1
-2
/
+2
*
Modified node creation of ImutAVLTree to do a hash lookup for an existing
Ted Kremenek
2008-02-04
1
-77
/
+124
*
Added "bucket_iterators" to FoldingSet. Bucket iterators allow iteration
Ted Kremenek
2008-02-04
1
-0
/
+62
*
constified operator~().
Ted Kremenek
2008-02-04
1
-1
/
+1
*
Add convenient std::string helpers to StringMap. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-01-31
1
-4
/
+21
*
Reapply the patch with fix.
Anton Korobeynikov
2008-01-31
1
-7
/
+34
*
revert anton's recent stringmap patch, which breaks clang.
Chris Lattner
2008-01-31
1
-33
/
+6
*
Make StringMap to be more STL'ish. Patch by Mikhail Glushenkov!
Anton Korobeynikov
2008-01-31
1
-6
/
+33
*
Whitespace cleanup
Anton Korobeynikov
2008-01-31
1
-53
/
+52
*
Altered ctor for APSInt to accept an optional "isUnsigned" flag. Default
Ted Kremenek
2008-01-29
1
-1
/
+2
*
Added destructor for template class FoldingSetNodeWrapper.
Ted Kremenek
2008-01-28
1
-1
/
+4
*
Added additional overloaded operators for APSInt to match the operators of
Ted Kremenek
2008-01-24
1
-24
/
+124
*
Added "getRoot()" to ImmutableSet.
Ted Kremenek
2008-01-23
1
-5
/
+10
*
Fixed buggy caching of the hash value of an ImutAVLTree node.
Ted Kremenek
2008-01-21
1
-3
/
+6
*
Moved method call within a conditional branch because its effects will
Ted Kremenek
2008-01-21
1
-1
/
+1
*
Adjusted ImutAVLTree::ComputeHash to compute a hash value that is based on a
Ted Kremenek
2008-01-21
1
-3
/
+16
*
Added "clear" method to FoldingSetNodeID to allow a FoldingSetNodeID object
Ted Kremenek
2008-01-21
1
-0
/
+4
*
Replaced (FoldingSet) profiling of ImutAVLTree with a hashing based scheme. The
Ted Kremenek
2008-01-21
1
-6
/
+23
*
Changed argument name for 'Profile' method to potentially fix a name conflict
Ted Kremenek
2008-01-19
1
-1
/
+1
*
Modified ImmutableSet/ImmutableMap to use FoldingSet profiling using
Ted Kremenek
2008-01-19
1
-2
/
+2
*
Added FoldingSet style 'profiling' support for APSInt.
Ted Kremenek
2008-01-19
1
-0
/
+4
*
Added FoldingSet style 'profiling' support for APInt.
Ted Kremenek
2008-01-19
1
-0
/
+5
*
Made 'FoldingSetNodeID' a proper class instead of a nested class in
Ted Kremenek
2008-01-19
1
-51
/
+47
*
Made 'profiling' of objects in a FoldingSet trait-based using FoldingSetTrait
Ted Kremenek
2008-01-19
1
-1
/
+53
*
don't form an std::string with a null pointer, it aborts.
Chris Lattner
2008-01-18
1
-1
/
+1
*
Reverted implementation of ImmutableMap::find() to return a TreeTy* instead of
Ted Kremenek
2008-01-18
1
-3
/
+5
*
Implemented "FIXME" in ImutAVLTree: isEqual() now also compares the *data* value
Ted Kremenek
2008-01-17
2
-4
/
+25
*
Changed ImmutableMap::find to return an iterator instead of a pointer
Ted Kremenek
2008-01-15
1
-10
/
+11
[next]