Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Renamed to hash_map.in; move to using autoconf substitution tags. | Brian Gaeke | 2004-02-23 | 1 | -68/+0 |
| | | | | llvm-svn: 11764 | ||||
* | Patch to fix PR102, contributed by Reid Spencer. | Brian Gaeke | 2003-11-10 | 1 | -13/+20 |
| | | | | llvm-svn: 9849 | ||||
* | Added LLVM notice. | John Criswell | 2003-10-20 | 1 | -0/+7 |
| | | | | llvm-svn: 9300 | ||||
* | Standardize header file comments | Chris Lattner | 2003-09-30 | 1 | -1/+0 |
| | | | | llvm-svn: 8782 | ||||
* | hash_map and hash_set: | Misha Brukman | 2003-08-15 | 1 | -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 comments | Chris Lattner | 2003-07-25 | 1 | -2/+2 |
| | | | | llvm-svn: 7304 | ||||
* | Include vector into these two files to ensure that specializations like | Vikram S. Adve | 2003-07-25 | 1 | -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 autoconf | John Criswell | 2003-06-30 | 1 | -10/+12 |
| | | | | | | system. llvm-svn: 7014 | ||||
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
| | | | | llvm-svn: 6732 | ||||
* | Add hash_multimap support | Chris Lattner | 2003-02-01 | 1 | -0/+1 |
| | | | | llvm-svn: 5457 | ||||
* | Include HashExtras.h since it is almost always needed anyway. | Vikram S. Adve | 2002-11-08 | 1 | -0/+2 |
| | | | | llvm-svn: 4626 | ||||
* | Add support for GCC 3.0.4 | Chris Lattner | 2002-07-25 | 1 | -0/+14 |
| | | | | llvm-svn: 3080 | ||||
* | GCC 3.1 fixes | Chris Lattner | 2002-07-24 | 1 | -1/+9 |
| | | | | llvm-svn: 3066 | ||||
* | Spiff up the header files | Chris Lattner | 2002-07-24 | 1 | -0/+14 |
| | | | | llvm-svn: 3059 | ||||
* | Move hash_* extension headers from ext/ to Support/ so that we can support | Chris Lattner | 2002-07-24 | 1 | -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 |