Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 1 | -47/+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 | ||||
* | Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicating | Chris Lattner | 2004-06-04 | 1 | -16/+12 |
| | | | | | | | it. This code can probably be dramatically simplified, as I suspect that the pragma and other stuff is not needed with C++ compilers. llvm-svn: 14015 | ||||
* | Added LLVM header notice. | John Criswell | 2003-10-20 | 1 | -1/+6 |
| | | | | llvm-svn: 9302 | ||||
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 1 | -0/+46 |
system. llvm-svn: 7014 |