summaryrefslogtreecommitdiffstats
path: root/llvm/include/Support/HashExtras.h
Commit message (Collapse)AuthorAgeFilesLines
* Changes For Bug 352Reid Spencer2004-09-011-41/+0
| | | | | | | | Move include/Config and include/Support into include/llvm/Config, include/llvm/ADT and include/llvm/Support. From here on out, all LLVM public header files must be under include/llvm/. llvm-svn: 16137
* Fixes for PR114: Thanks to Reid Spencer!Chris Lattner2003-11-161-1/+3
| | | | llvm-svn: 10029
* Added LLVM notice.John Criswell2003-10-201-0/+7
| | | | llvm-svn: 9300
* Standardize header file commentsChris Lattner2003-09-301-1/+1
| | | | llvm-svn: 8782
* Reordered includes to be consistent with the LLVM style.Misha Brukman2003-08-151-1/+1
| | | | llvm-svn: 7887
* Regularize the names of #include-guards.Brian Gaeke2003-06-171-2/+2
| | | | llvm-svn: 6732
* Don't #include <Support/*>, #include "Support/*"Chris Lattner2002-10-281-1/+1
| | | | llvm-svn: 4325
* GCC 3.1 fixesChris Lattner2002-07-241-3/+3
| | | | llvm-svn: 3066
* Move hash_* extension headers from ext/ to Support/ so that we can supportChris Lattner2002-07-241-1/+1
| | | | | | | GCC 2.95, GCC 3.0.4 and GCC 3.1 all concurrently, without having to delete headers after a chackou. llvm-svn: 3055
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-1/+6
| | | | llvm-svn: 1503
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-0/+27
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
OpenPOWER on IntegriCloud