aboutsummaryrefslogtreecommitdiff
path: root/include/Config
AgeCommit message (Expand)Author
2004-09-21This is an empty directoryChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-20Changes resulting from change in autoconf/configure.in (rename a #define)Reid Spencer
2004-08-20Added various LLVM_* strings that are configured to provide the user'sReid Spencer
2004-07-21Regenerated with autoconf/autoheader 2.57Brian Gaeke
2004-07-21Regenerated with autoheader-2.57.Brian Gaeke
2004-07-17link.h causes problems on some platforms and is not needed on solaris, whereChris Lattner
2004-07-17Remove dead fileChris Lattner
2004-06-22Regenerated.Brian Gaeke
2004-06-22Added the llvm/test/Programs/Makefile.test Makefile.John Criswell
2004-06-21Let's be consistent: listing format `os/arch'.Misha Brukman
2004-06-18Add a target-independent way to query page size.Misha Brukman
2004-06-07Added checks for mkstemp and getrusage.John Criswell
2004-06-05Macros are baaad.Chris Lattner
2004-06-05Don't #include <unistd.h> directly, go through the config filesChris Lattner
2004-06-04<io.h> provides read/write/open/...Chris Lattner
2004-06-04Visual C has something resembling a stat function, but it doesn't provide S_I...Chris Lattner
2004-06-04Make this work on VC++, pull the HAVE_ALLOCA_H case out instead of duplicatingChris Lattner
2004-06-01On win32, process.h provides some of the traditional stuff that unistdChris Lattner
2004-05-28Fix bizzare problems when you include Config/dlfcn and Config/windows.h inChris Lattner
2004-05-27An "autoconf wrapper" for the infamous windows.h fileChris Lattner
2004-05-27Added a check for a new header file.John Criswell
2004-04-02Regenerated using autoheader-2.57.Brian Gaeke
2004-02-26Eliminate copy-and-paste commentsChris Lattner
2004-02-23Regenerated with autoheader-2.57.Brian Gaeke
2004-02-23Regenerated using autoheader-2.57.Brian Gaeke
2004-02-23Regenerated with autoheader-2.57.Brian Gaeke
2004-02-20Regenerated using autoheader-2.57.Brian Gaeke
2004-01-21Regenerated using autoconf-2.57 and autoheader-2.57.Brian Gaeke
2004-01-15Remove configure support for endianness checking, the need for whichBrian Gaeke
2004-01-13Regenerated using autoheader-2.57.Brian Gaeke
2004-01-10Remove standard C file wrapperChris Lattner
2004-01-10Remove wrapper for standard C file, use <cstdlib> insteadChris Lattner
2004-01-10Dead file, use <cstring> instead of this.Chris Lattner
2003-12-08Regenerated using autoheader-2.57Brian Gaeke
2003-11-18Regenerated using autoheader-2.57Brian Gaeke
2003-11-10Regenerated.Brian Gaeke
2003-10-22I think this file is not included by anything.Brian Gaeke
2003-10-20Oops. Typo.John Criswell
2003-10-20Added LLVM header notice.John Criswell
2003-10-13Added a macro and code that checks for the %a format string in sprintf().John Criswell
2003-10-10No longer used anywhere.Brian Gaeke
2003-10-07Regenerated with (at top-level llvm directory):Brian Gaeke
2003-08-03CVS, please don't tell us that we have a new config.h file, everyone knows that.Chris Lattner
2003-07-29Enable JIT when the platform supports it.John Criswell
2003-07-25Regardless of whether C provides assert.h, C++ source can always includeChris Lattner
2003-06-30Merged in autoconf branch. This provides configuration via the autoconfJohn Criswell