summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/hash_map
Commit message (Collapse)AuthorAgeFilesLines
* Renamed to hash_map.in; move to using autoconf substitution tags.Brian Gaeke2004-02-231-68/+0
| | | | llvm-svn: 11764
* Patch to fix PR102, contributed by Reid Spencer.Brian Gaeke2003-11-101-13/+20
| | | | llvm-svn: 9849
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+0
| | | | llvm-svn: 8782
* hash_map and hash_set:Misha Brukman2003-08-151-3/+7
| | | | | | | | * Define HASH_NAMESPACE to `std' in the case of pre-3.0 GCC compilers * Add comments to clarify the intent of all the #ifdef madness * Add VIM directive to highlight files as C++ llvm-svn: 7903
* Convert to C++ style commentsChris Lattner2003-07-251-2/+2
| | | | llvm-svn: 7304
* Include vector into these two files to ensure that specializations likeVikram S. Adve2003-07-251-0/+4
| | | | | | | | | stl_bvector.h are correctly included into *anything* that includes hash_map or hash_set. ext/hash_map includes stl_vector.h directly and leaves out the specializations, causing truly nasty bugs due to inconsistent versions of vector<> being used for vector<bool> in different files. llvm-svn: 7303
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-301-10/+12
| | | | | | system. llvm-svn: 7014
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
| | | | llvm-svn: 6732
* Add hash_multimap supportChris Lattner2003-02-011-0/+1
| | | | llvm-svn: 5457
* Include HashExtras.h since it is almost always needed anyway.Vikram S. Adve2002-11-081-0/+2
| | | | llvm-svn: 4626
* Add support for GCC 3.0.4Chris Lattner2002-07-251-0/+14
| | | | llvm-svn: 3080
* GCC 3.1 fixesChris Lattner2002-07-241-1/+9
| | | | llvm-svn: 3066
* Spiff up the header filesChris Lattner2002-07-241-0/+14
| | | | llvm-svn: 3059
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-241-0/+6
GCC 2.95, GCC 3.0.4 and GCC 3.1 all concurrently, without having to delete headers after a chackou. llvm-svn: 3055
OpenPOWER on IntegriCloud