summaryrefslogtreecommitdiffstats
path: root/llvm/include/Config
Commit message (Collapse)AuthorAgeFilesLines
* This is an empty directoryChris Lattner2004-09-211-1/+0
| | | | llvm-svn: 16459
* Changes For Bug 352Reid Spencer2004-09-0118-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 Spencer2004-08-201-3/+3
| | | | llvm-svn: 15946
* Added various LLVM_* strings that are configured to provide the user'sReid Spencer2004-08-201-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.57Brian Gaeke2004-07-211-0/+4
| | | | llvm-svn: 15059
* Regenerated with autoheader-2.57.Brian Gaeke2004-07-211-3/+10
| | | | | | Patch contributed by Bill Wendling. llvm-svn: 15054
* link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner2004-07-171-9/+0
| | | | | | the comment came from. llvm-svn: 14905
* Remove dead fileChris Lattner2004-07-171-23/+0
| | | | llvm-svn: 14904
* Regenerated.Brian Gaeke2004-06-221-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 Criswell2004-06-221-0/+3
| | | | | | Added a check for isnan() while I was at it. llvm-svn: 14333
* Let's be consistent: listing format `os/arch'.Misha Brukman2004-06-211-1/+1
| | | | llvm-svn: 14293
* Add a target-independent way to query page size.Misha Brukman2004-06-181-0/+49
| | | | llvm-svn: 14232
* Added checks for mkstemp and getrusage.John Criswell2004-06-071-0/+6
| | | | llvm-svn: 14047
* Macros are baaad.Chris Lattner2004-06-051-0/+2
| | | | llvm-svn: 14039
* Don't #include <unistd.h> directly, go through the config filesChris Lattner2004-06-052-10/+4
| | | | llvm-svn: 14038
* <io.h> provides read/write/open/...Chris Lattner2004-06-041-1/+2
| | | | llvm-svn: 14017
* Visual C has something resembling a stat function, but it doesn't provide ↵Chris Lattner2004-06-042-1/+5
| | | | | | S_ISREG llvm-svn: 14016
* Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner2004-06-041-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 unistdChris Lattner2004-06-011-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 inChris Lattner2004-05-281-2/+2
| | | | | | the same xlation unit llvm-svn: 13885
* An "autoconf wrapper" for the infamous windows.h fileChris Lattner2004-05-271-0/+23
| | | | llvm-svn: 13849
* Added a check for a new header file.John Criswell2004-05-271-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 Gaeke2004-04-021-0/+3
| | | | llvm-svn: 12637
* Eliminate copy-and-paste commentsChris Lattner2004-02-265-5/+5
| | | | llvm-svn: 11873
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-231-7/+0
| | | | llvm-svn: 11773
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-231-24/+0
| | | | llvm-svn: 11762
* Regenerated with autoheader-2.57.Brian Gaeke2004-02-231-9/+0
| | | | llvm-svn: 11752
* Regenerated using autoheader-2.57.Brian Gaeke2004-02-201-0/+6
| | | | llvm-svn: 11657
* Regenerated using autoconf-2.57 and autoheader-2.57.Brian Gaeke2004-01-211-0/+3
| | | | llvm-svn: 10934
* Remove configure support for endianness checking, the need for whichBrian Gaeke2004-01-151-6/+0
| | | | | | Chris has helpfully expunged. llvm-svn: 10873
* Regenerated using autoheader-2.57.Brian Gaeke2004-01-131-37/+0
| | | | llvm-svn: 10817
* Remove standard C file wrapperChris Lattner2004-01-101-23/+0
| | | | llvm-svn: 10746
* Remove wrapper for standard C file, use <cstdlib> insteadChris Lattner2004-01-101-23/+0
| | | | llvm-svn: 10745
* Dead file, use <cstring> instead of this.Chris Lattner2004-01-101-23/+0
| | | | llvm-svn: 10743
* Regenerated using autoheader-2.57Brian Gaeke2003-12-081-0/+4
| | | | llvm-svn: 10309
* Regenerated using autoheader-2.57Brian Gaeke2003-11-181-0/+4
| | | | llvm-svn: 10064
* Regenerated.Brian Gaeke2003-11-101-7/+19
| | | | llvm-svn: 9850
* I think this file is not included by anything.Brian Gaeke2003-10-221-23/+0
| | | | llvm-svn: 9380
* Oops. Typo.John Criswell2003-10-201-1/+1
| | | | llvm-svn: 9303
* Added LLVM header notice.John Criswell2003-10-2020-44/+152
| | | | llvm-svn: 9302
* Added a macro and code that checks for the %a format string in sprintf().John Criswell2003-10-131-0/+3
| | | | llvm-svn: 9089
* No longer used anywhere.Brian Gaeke2003-10-101-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 Gaeke2003-10-071-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 Lattner2003-08-031-0/+1
| | | | llvm-svn: 7527
* Enable JIT when the platform supports it.John Criswell2003-07-291-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 includeChris Lattner2003-07-251-23/+0
| | | | | | <cassert>, making this header unneeded. llvm-svn: 7311
* Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell2003-06-3023-0/+688
system. llvm-svn: 7014
OpenPOWER on IntegriCloud