Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is an empty directory | Chris Lattner | 2004-09-21 | 1 | -1/+0 |
| | | | | llvm-svn: 16459 | ||||
* | Changes For Bug 352 | Reid Spencer | 2004-09-01 | 18 | -730/+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 | ||||
* | Changes resulting from change in autoconf/configure.in (rename a #define) | Reid Spencer | 2004-08-20 | 1 | -3/+3 |
| | | | | llvm-svn: 15946 | ||||
* | Added various LLVM_* strings that are configured to provide the user's | Reid Spencer | 2004-08-20 | 1 | -3/+30 |
| | | | | | | | choice of installation directories. Programs can then automagically know where the installation files are located. llvm-svn: 15944 | ||||
* | Regenerated with autoconf/autoheader 2.57 | Brian Gaeke | 2004-07-21 | 1 | -0/+4 |
| | | | | llvm-svn: 15059 | ||||
* | Regenerated with autoheader-2.57. | Brian Gaeke | 2004-07-21 | 1 | -3/+10 |
| | | | | | | Patch contributed by Bill Wendling. llvm-svn: 15054 | ||||
* | link.h causes problems on some platforms and is not needed on solaris, where | Chris Lattner | 2004-07-17 | 1 | -9/+0 |
| | | | | | | the comment came from. llvm-svn: 14905 | ||||
* | Remove dead file | Chris Lattner | 2004-07-17 | 1 | -23/+0 |
| | | | | llvm-svn: 14904 | ||||
* | Regenerated. | Brian Gaeke | 2004-06-22 | 1 | -7/+17 |
| | | | | | | It looks to me like people haven't been running AutoRegen.sh. Grumble grumble. llvm-svn: 14337 | ||||
* | Added the llvm/test/Programs/Makefile.test Makefile. | John Criswell | 2004-06-22 | 1 | -0/+3 |
| | | | | | | Added a check for isnan() while I was at it. llvm-svn: 14333 | ||||
* | Let's be consistent: listing format `os/arch'. | Misha Brukman | 2004-06-21 | 1 | -1/+1 |
| | | | | llvm-svn: 14293 | ||||
* | Add a target-independent way to query page size. | Misha Brukman | 2004-06-18 | 1 | -0/+49 |
| | | | | llvm-svn: 14232 | ||||
* | Added checks for mkstemp and getrusage. | John Criswell | 2004-06-07 | 1 | -0/+6 |
| | | | | llvm-svn: 14047 | ||||
* | Macros are baaad. | Chris Lattner | 2004-06-05 | 1 | -0/+2 |
| | | | | llvm-svn: 14039 | ||||
* | Don't #include <unistd.h> directly, go through the config files | Chris Lattner | 2004-06-05 | 2 | -10/+4 |
| | | | | llvm-svn: 14038 | ||||
* | <io.h> provides read/write/open/... | Chris Lattner | 2004-06-04 | 1 | -1/+2 |
| | | | | llvm-svn: 14017 | ||||
* | Visual C has something resembling a stat function, but it doesn't provide ↵ | Chris Lattner | 2004-06-04 | 2 | -1/+5 |
| | | | | | | S_ISREG llvm-svn: 14016 | ||||
* | 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 | ||||
* | On win32, process.h provides some of the traditional stuff that unistd | Chris Lattner | 2004-06-01 | 1 | -0/+4 |
| | | | | | | provides. This seems like a relatively clean way to get it. llvm-svn: 13936 | ||||
* | Fix bizzare problems when you include Config/dlfcn and Config/windows.h in | Chris Lattner | 2004-05-28 | 1 | -2/+2 |
| | | | | | | the same xlation unit llvm-svn: 13885 | ||||
* | An "autoconf wrapper" for the infamous windows.h file | Chris Lattner | 2004-05-27 | 1 | -0/+23 |
| | | | | llvm-svn: 13849 | ||||
* | Added a check for a new header file. | John Criswell | 2004-05-27 | 1 | -0/+3 |
| | | | | | | | My apologies for changing config.h.in. Now you will all have to re-configure. llvm-svn: 13846 | ||||
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-04-02 | 1 | -0/+3 |
| | | | | llvm-svn: 12637 | ||||
* | Eliminate copy-and-paste comments | Chris Lattner | 2004-02-26 | 5 | -5/+5 |
| | | | | llvm-svn: 11873 | ||||
* | Regenerated with autoheader-2.57. | Brian Gaeke | 2004-02-23 | 1 | -7/+0 |
| | | | | llvm-svn: 11773 | ||||
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-02-23 | 1 | -24/+0 |
| | | | | llvm-svn: 11762 | ||||
* | Regenerated with autoheader-2.57. | Brian Gaeke | 2004-02-23 | 1 | -9/+0 |
| | | | | llvm-svn: 11752 | ||||
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-02-20 | 1 | -0/+6 |
| | | | | llvm-svn: 11657 | ||||
* | Regenerated using autoconf-2.57 and autoheader-2.57. | Brian Gaeke | 2004-01-21 | 1 | -0/+3 |
| | | | | llvm-svn: 10934 | ||||
* | Remove configure support for endianness checking, the need for which | Brian Gaeke | 2004-01-15 | 1 | -6/+0 |
| | | | | | | Chris has helpfully expunged. llvm-svn: 10873 | ||||
* | Regenerated using autoheader-2.57. | Brian Gaeke | 2004-01-13 | 1 | -37/+0 |
| | | | | llvm-svn: 10817 | ||||
* | Remove standard C file wrapper | Chris Lattner | 2004-01-10 | 1 | -23/+0 |
| | | | | llvm-svn: 10746 | ||||
* | Remove wrapper for standard C file, use <cstdlib> instead | Chris Lattner | 2004-01-10 | 1 | -23/+0 |
| | | | | llvm-svn: 10745 | ||||
* | Dead file, use <cstring> instead of this. | Chris Lattner | 2004-01-10 | 1 | -23/+0 |
| | | | | llvm-svn: 10743 | ||||
* | Regenerated using autoheader-2.57 | Brian Gaeke | 2003-12-08 | 1 | -0/+4 |
| | | | | llvm-svn: 10309 | ||||
* | Regenerated using autoheader-2.57 | Brian Gaeke | 2003-11-18 | 1 | -0/+4 |
| | | | | llvm-svn: 10064 | ||||
* | Regenerated. | Brian Gaeke | 2003-11-10 | 1 | -7/+19 |
| | | | | llvm-svn: 9850 | ||||
* | I think this file is not included by anything. | Brian Gaeke | 2003-10-22 | 1 | -23/+0 |
| | | | | llvm-svn: 9380 | ||||
* | Oops. Typo. | John Criswell | 2003-10-20 | 1 | -1/+1 |
| | | | | llvm-svn: 9303 | ||||
* | Added LLVM header notice. | John Criswell | 2003-10-20 | 20 | -44/+152 |
| | | | | llvm-svn: 9302 | ||||
* | Added a macro and code that checks for the %a format string in sprintf(). | John Criswell | 2003-10-13 | 1 | -0/+3 |
| | | | | llvm-svn: 9089 | ||||
* | No longer used anywhere. | Brian Gaeke | 2003-10-10 | 1 | -22/+0 |
| | | | | | | | | | | | | | | | | Dead. This is a dead header. It's not pining! It's passed on! This header is no more! It has ceased to be! It's expired and gone to meet its maker! It's a stiff! Bereft of life, it rests in peace! If you hadn't nailed it to the perch it'd be pushing up the daisies! Its metabolic processes are now history! It's off the twig! It's kicked the bucket! It's shuffled off its mortal coil, run down the curtain, and joined the bleeding choir invisibile!! THIS IS AN EX-HEADER!! llvm-svn: 9035 | ||||
* | Regenerated with (at top-level llvm directory): | Brian Gaeke | 2003-10-07 | 1 | -66/+82 |
| | | | | | | % autoheader -I autoconf autoconf/configure.ac llvm-svn: 8956 | ||||
* | CVS, please don't tell us that we have a new config.h file, everyone knows that. | Chris Lattner | 2003-08-03 | 1 | -0/+1 |
| | | | | llvm-svn: 7527 | ||||
* | Enable JIT when the platform supports it. | John Criswell | 2003-07-29 | 1 | -0/+2 |
| | | | | | | | | Select /localhome/$USER when it exists. Fix the checks for bidirectional and forward iterators so that they work with version of GCC prior to 3.x. llvm-svn: 7383 | ||||
* | Regardless of whether C provides assert.h, C++ source can always include | Chris Lattner | 2003-07-25 | 1 | -23/+0 |
| | | | | | | <cassert>, making this header unneeded. llvm-svn: 7311 | ||||
* | Merged in autoconf branch. This provides configuration via the autoconf | John Criswell | 2003-06-30 | 23 | -0/+688 |
system. llvm-svn: 7014 |