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
/
DenseMap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
add densemap range insertion method.
Chris Lattner
2008-12-02
1
-0
/
+8
*
fix indentation. std::pair is "isPod" if the first/second are both isPod.
Chris Lattner
2008-11-30
1
-16
/
+17
*
Add STL-style typedefs and default constructors to make it possible to
David Greene
2008-10-27
1
-0
/
+5
*
Add DenseMap::lookup:
Daniel Dunbar
2008-08-29
1
-0
/
+9
*
consolidate DenseMapInfo implementations, and add one for std::pair.
Chris Lattner
2008-08-22
1
-0
/
+42
*
Make DenseMap's insert return a pair, to more closely resemble std::map.
Dan Gohman
2008-07-07
1
-4
/
+6
*
Use operator new instead of new char[].
Dan Gohman
2008-07-03
1
-9
/
+9
*
Fix use of placement new to actually use an address.
Owen Anderson
2008-06-17
1
-1
/
+1
*
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-02-20
1
-1
/
+1
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Added typedef "value_type" to DenseMap (similar typedef appears in std::map).
Ted Kremenek
2007-11-01
1
-5
/
+11
*
Fix problems where DenseMap used operator!= instead of correctly
Chris Lattner
2007-10-09
1
-10
/
+15
*
Finish off PR1723, by working around some strange compiler bug.
Chris Lattner
2007-10-07
1
-2
/
+2
*
Implement offline variable substitution in order to reduce memory
Daniel Berlin
2007-09-24
1
-3
/
+7
*
Fix CopyFrom for non-POD data types.
Owen Anderson
2007-09-21
1
-1
/
+1
*
Merge DenseMapKeyInfo & DenseMapValueInfo into DenseMapInfo
Chris Lattner
2007-09-17
1
-24
/
+17
*
Add a ValueInfoT template parameter to DenseMap so that it can properly make ...
Owen Anderson
2007-09-11
1
-8
/
+22
*
Don't bother to initialize values corresponding to empty or tombstone
Owen Anderson
2007-09-11
1
-1
/
+3
*
Fix non-deterministic behavior in the DenseMap copy constructor.
Owen Anderson
2007-09-11
1
-2
/
+8
*
Forgot a line.
Owen Anderson
2007-08-16
1
-0
/
+1
*
Add a copy constructor and an assignment operator to DenseMap.
Owen Anderson
2007-08-16
1
-1
/
+32
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-10
/
+10
*
Fix a bug in DenseMap::clear, where we never reset a tombstone
Chris Lattner
2007-08-05
1
-3
/
+5
*
When clearing a SmallPtrSet, if the set had a huge capacity, but the
Chris Lattner
2007-08-05
1
-0
/
+2
*
Make the heuristic for shrinking DenseMap smarter.
Owen Anderson
2007-07-20
1
-2
/
+4
*
Have DenseMap auto-shrink itself on clear(). This improves the time to optimize
Owen Anderson
2007-07-20
1
-1
/
+36
*
Make find return the appropriate iterator/const_iterator
Chris Lattner
2007-02-10
1
-2
/
+8
*
Allow DenseMAp to take an explicit DenseMapKeyInfo
Chris Lattner
2007-02-10
1
-19
/
+20
*
Fix a really subtle bug where the entire hash table could fill with
Chris Lattner
2007-02-07
1
-2
/
+23
*
add a version of insert that takes the key and value.
Chris Lattner
2007-02-04
1
-8
/
+23
*
8 buckets is way too small to start out with. This was only for testing.
Chris Lattner
2007-02-03
1
-1
/
+1
*
silence annoying warning in release-asserts build
Chris Lattner
2007-02-02
1
-0
/
+1
*
add find/erase, add const iterators, fix bugs in iterators.
Chris Lattner
2007-02-02
1
-19
/
+67
*
add iterators
Chris Lattner
2007-02-02
1
-22
/
+82
*
Add a new dense hash table implementation
Chris Lattner
2007-02-01
1
-0
/
+203
*
rename DenseMap to IndexedMap.
Chris Lattner
2007-02-01
1
-75
/
+0
*
Remove whitespace from the end of the line.
Alkis Evlogimenos
2004-09-30
1
-2
/
+2
*
Add missing #include
Chris Lattner
2004-09-09
1
-0
/
+1
*
Pull in definition of std::unary_function.
Alkis Evlogimenos
2004-09-02
1
-0
/
+1
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-3
/
+3
*
Add size member function.
Alkis Evlogimenos
2004-08-27
1
-0
/
+4
*
Add default index functor (an identity functor). You could use a
Alkis Evlogimenos
2004-08-26
1
-12
/
+18
*
Fix a bug in the densemap that was killing the local allocator, and probably
Chris Lattner
2004-02-26
1
-1
/
+1
*
Fix typeo. grow() cannot shrink storage. clear() should really nuke storage
Chris Lattner
2004-02-26
1
-3
/
+5
*
Add DenseMap template and actually use it for for mapping virtual regs
Alkis Evlogimenos
2004-02-25
1
-0
/
+61