aboutsummaryrefslogtreecommitdiffstats
path: root/include/Support/hash_map
Commit message (Collapse)AuthorAgeFilesLines
* Add support for GCC 3.0.4Chris Lattner2002-07-251-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3080 91177308-0d34-0410-b5e6-96231b3b80d8
* GCC 3.1 fixesChris Lattner2002-07-241-1/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3066 91177308-0d34-0410-b5e6-96231b3b80d8
* Spiff up the header filesChris Lattner2002-07-241-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3059 91177308-0d34-0410-b5e6-96231b3b80d8
* 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3055 91177308-0d34-0410-b5e6-96231b3b80d8