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
...
*
add operator==/!= to smallvector.
Chris Lattner
2008-01-11
1
-0
/
+10
*
Added "getRoot()" to ImmutableMap.
Ted Kremenek
2008-01-08
1
-5
/
+11
*
Fixed 80 col. violation.
Ted Kremenek
2008-01-08
1
-1
/
+2
*
Inverted argument order for ImmutableMap::Profile.
Ted Kremenek
2008-01-02
1
-2
/
+2
*
Added iterator and profiling (i.e. FoldingSetNodeID) support to ImmutableMap.
Ted Kremenek
2008-01-02
1
-1
/
+40
*
remove attribution from a variety of miscellaneous files.
Chris Lattner
2007-12-29
4
-8
/
+8
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
32
-64
/
+64
*
Removed scoped_ptr, as its functionality is subsumed by OwningPtr.
Ted Kremenek
2007-12-21
1
-124
/
+0
*
Added OwningArrayPtr smart pointer class to provide an analogous class to
Ted Kremenek
2007-12-20
1
-0
/
+54
*
add new smart pointer for clang.
Chris Lattner
2007-12-20
1
-0
/
+79
*
More eye-candy stuff :)
Anton Korobeynikov
2007-12-20
1
-14
/
+9
*
Add iterators for child traversal.
Anton Korobeynikov
2007-12-20
1
-13
/
+29
*
cleanup this code, making it more "llvm-like".
Chris Lattner
2007-12-17
1
-85
/
+80
*
Define addString() and lookup() out-of-line to dissuade the C++ compiler from...
Anton Korobeynikov
2007-12-16
1
-65
/
+71
*
Provide GraphTraits and DOTGraphTraits interface for Trie.
Anton Korobeynikov
2007-12-16
1
-54
/
+109
*
Use references in DF iterators. This eliminates copy-ctor calls on huge objec...
Anton Korobeynikov
2007-12-15
2
-18
/
+22
*
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
1
-2
/
+2
*
Use vector for child storage instead of map. This will also make
Anton Korobeynikov
2007-12-12
1
-19
/
+61
*
Remove Trie::Edge class. Now edge labels are stored into nodes itself.
Anton Korobeynikov
2007-12-11
1
-91
/
+85
*
Use correct member access operator.
Wojciech Matyjewicz
2007-12-11
1
-1
/
+1
*
Add first and really dirty version of generic Trie structure
Anton Korobeynikov
2007-12-11
1
-0
/
+223
*
Added two bounds checks to the BitVector class to detect
Ted Kremenek
2007-12-10
1
-0
/
+4
*
remove dead #include.
Chris Lattner
2007-12-08
1
-1
/
+0
*
eliminate dependency on Bitcode headers.
Chris Lattner
2007-12-08
1
-2
/
+3
*
remove dead #include, APInt.h already has the needed forward decls.
Chris Lattner
2007-12-08
1
-1
/
+0
*
Pass the whole StringMapEntry into StringMapEntryInitializer::Initialize.
Chris Lattner
2007-11-29
1
-2
/
+4
*
provide an optional API to allow datatypes in a stringmap to be *gasp*
Chris Lattner
2007-11-29
1
-7
/
+41
*
Fix PR1816, by correcting the broken definition of APInt::countTrailingZeros.
Chris Lattner
2007-11-23
1
-4
/
+3
*
Add explicit keywords.
Dan Gohman
2007-11-19
1
-6
/
+6
*
Fix bugs in iterator invalidation
Daniel Berlin
2007-11-15
1
-3
/
+7
*
Import the boost scoped_ptr class to LLVM. This patch was prepared by
Chris Lattner
2007-11-15
1
-0
/
+129
*
Fixed a strange construct. Please review.
Hartmut Kaiser
2007-11-13
1
-1
/
+1
*
Implemented generic serialization of APFloat.
Ted Kremenek
2007-11-07
1
-0
/
+7
*
Fixed default ctor for APInt to properly initialize BitWidth to a
Ted Kremenek
2007-11-07
1
-1
/
+1
*
make smallptrset more const and type correct, which caught a few
Chris Lattner
2007-11-06
1
-13
/
+28
*
When converting to integer, do bit manipulations in the destination
Neil Booth
2007-11-01
1
-0
/
+2
*
Added typedef "value_type" to DenseMap (similar typedef appears in std::map).
Ted Kremenek
2007-11-01
1
-5
/
+11
*
Changed access control within FoldingSet for some ivars from "private"
Ted Kremenek
2007-10-31
1
-1
/
+1
*
Added member function "size()" to FoldingSet to return the number of
Ted Kremenek
2007-10-30
1
-1
/
+4
*
Added serialization support for APInt.
Ted Kremenek
2007-10-26
1
-0
/
+11
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
Fixed incorrect "path name" in preamble (comment) of header file.
Ted Kremenek
2007-10-26
1
-1
/
+1
*
add a nice predicate to check to see if nan
Chris Lattner
2007-10-24
1
-0
/
+1
*
Add an uppercase conversion utility function.
Christopher Lamb
2007-10-18
1
-0
/
+8
*
Changed the return type of type-specific Allocate() methods to return
Ted Kremenek
2007-10-18
1
-1
/
+1
*
ImutAVLTree now allocates tree nodes from the BumpPtrAllocator using
Ted Kremenek
2007-10-17
1
-4
/
+3
*
Minor cosmetic cleanups in the calculation of alignments for
Ted Kremenek
2007-10-17
1
-3
/
+5
*
Updated StringMap to use llvm::AlignOf to compute the alignment of map
Ted Kremenek
2007-10-17
1
-9
/
+3
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
2
-2
/
+2
*
Fixed incorrect renaming of method name (forgot two characters).
Ted Kremenek
2007-10-15
1
-2
/
+2
[prev]
[next]