Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -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 Lattner | 2003-11-16 | 1 | -1/+3 |
| | | | | llvm-svn: 10029 | ||||
* | 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/+1 |
| | | | | llvm-svn: 8782 | ||||
* | Reordered includes to be consistent with the LLVM style. | Misha Brukman | 2003-08-15 | 1 | -1/+1 |
| | | | | llvm-svn: 7887 | ||||
* | Regularize the names of #include-guards. | Brian Gaeke | 2003-06-17 | 1 | -2/+2 |
| | | | | llvm-svn: 6732 | ||||
* | Don't #include <Support/*>, #include "Support/*" | Chris Lattner | 2002-10-28 | 1 | -1/+1 |
| | | | | llvm-svn: 4325 | ||||
* | GCC 3.1 fixes | Chris Lattner | 2002-07-24 | 1 | -3/+3 |
| | | | | llvm-svn: 3066 | ||||
* | Move hash_* extension headers from ext/ to Support/ so that we can support | Chris Lattner | 2002-07-24 | 1 | -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.02 | Chris Lattner | 2002-01-20 | 1 | -1/+6 |
| | | | | llvm-svn: 1503 | ||||
* | Create a new #include "Support/..." directory structure to move things | Chris Lattner | 2001-11-27 | 1 | -0/+27 |
from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400 |