aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Config
AgeCommit message (Expand)Author
2009-03-09Regenerate.Nick Lewycky
2009-03-05Regenerate.Nick Lewycky
2009-02-21Regenerate.Nick Lewycky
2009-02-14Add mode_t to the config.h generated by cmake on win32. Used by clang.Cedric Venet
2009-02-04Regenerate.Nick Lewycky
2009-01-28Enable PACKAGE_VERSION in cmake builds, this unbreaks the clang build with cm...Chris Lattner
2009-01-22Regenerated configure after backing out 62553 and r62616.Tanya Lattner
2009-01-22Bump to 2.6svn.Tanya Lattner
2009-01-05Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman
2008-11-18CMake: Remove HAVE_LT_DLOPEN from config.h.cmake because it wasOscar Fuentes
2008-10-26CMake: GetTargetTriple: new module for determining the targetOscar Fuentes
2008-10-25CMake: MSVC++ no longer uses a special configuration method.Oscar Fuentes
2008-09-22Initial support for the CMake build system.Oscar Fuentes
2008-03-23Use C-style comments :)Anton Korobeynikov
2008-02-13Remove use of ltdlDevang Patel
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12Remove host endianness info from TargetData andDuncan Sands
2007-12-10Fix PR1836: in the interpreter, read and write apintsDuncan Sands
2007-12-01Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher
2007-10-03Regenerate.Gordon Henriksen
2007-08-17Fix PR1606:Reid Spencer
2007-07-30Add detection of __dso_handle presence during configure. Use this information...Anton Korobeynikov
2007-07-13Regenerate to pick up Gabor's changes.Reid Spencer
2007-06-29Convert .cvsignore filesJohn Criswell
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov
2006-12-18Determine if the -enable-pic option was given.Reid Spencer
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-01Define the HAVE_PTHREAD symbol.Reid Spencer
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer
2006-09-14Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-06-05For PR633:Reid Spencer
2006-06-05Some enhancements for gv/graphviz/dot/dotty support and better handling ofReid Spencer
2006-06-02For PR798:Reid Spencer
2006-06-02Remove some flags backed out from earlier attempts at getting MING32WReid Spencer
2006-06-01Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer
2006-01-23Update for including additional function tests.Reid Spencer
2006-01-19Make sure that libm is used during config tests so that ceil, floor, andReid Spencer
2006-01-19For PR696:Reid Spencer
2005-11-14add malloc_zone_statistics, remove mstatsChris Lattner
2005-11-14regenerateChris Lattner
2005-08-24For PR616:Reid Spencer
2005-07-28Please do not reintroduce tabs.Jeff Cohen
2005-07-27Fix PR608:Reid Spencer
2005-07-27Eliminate tabs and trailing spaces.Jeff Cohen
2005-07-14* Correct the AC_DEFINE for LLVM_PATH_GRAPHVIZ to use AC_DEFINE_UNQUOTED soReid Spencer
2005-07-14Put the path to the Graphviz program in the #defines so it can be used.Reid Spencer
2005-07-13Implement a test for the Graphviz program for Chris Lattner. The symbolReid Spencer
2005-07-12For PR540:Reid Spencer