summaryrefslogtreecommitdiff
path: root/autoconf
AgeCommit message (Expand)Author
2007-03-21Let the new backend begin!Anton Korobeynikov
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-21Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't.Reid Spencer
2007-01-21Add support for the ARM target in the target configuration processing.Reid Spencer
2007-01-20For PR808:Reid Spencer
2007-01-20CleanupAnton Korobeynikov
2007-01-19Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov
2007-01-17For PR1074:Reid Spencer
2007-01-12'==' is not a legal test operator on BSD. Use '='.Jeff Cohen
2007-01-03Fix a configure warning noticed by Duncan Sands.Reid Spencer
2006-12-21Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer
2006-12-16Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer
2006-12-10Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov
2006-12-08this warning is obsolete with llvmgcc3 being goneChris Lattner
2006-12-04Expose the sanity.Reid Spencer
2006-12-01For PR1019:Reid Spencer
2006-11-17Undo removal of the runtime libraries. While this may have been a bitReid Spencer
2006-11-16In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer
2006-11-07Bumping version numberTanya Lattner
2006-11-05Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer
2006-11-03Make the huge_val test run a C++ program not CReid Spencer
2006-11-03Add a check to see if HUGE_VAL is sane or not.Reid Spencer
2006-10-02Fix misleading warning messageChris Lattner
2006-09-14Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer
2006-08-24For PR738:Reid Spencer
2006-08-22Add irix as a (potential) new platform so that Timothy Baldridge canReid Spencer
2006-08-16Add llvm.spec to the list of files to be configured.Reid Spencer
2006-08-14For PR876:Reid Spencer
2006-08-14For PR876:Reid Spencer
2006-08-09Recover the lost diff between 1.5 and 1.6.Evan Cheng
2006-08-04Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer
2006-07-28Fix the --with-extra-options to use the correct variable.Reid Spencer
2006-07-28For PR848:Reid Spencer
2006-07-27Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer
2006-07-27Bump version #Chris Lattner
2006-07-26For PR814:Reid Spencer
2006-07-26Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer
2006-07-26For PR814:Reid Spencer
2006-07-06Fixed a typo.Evan Cheng
2006-06-20Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng
2006-06-20Added the privbracket project to the list of projects to auto-configure.John Criswell
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-01Provide configuration support and usage for MINGW32 platformReid Spencer
2006-06-01Make sure windows.h is #included first.Reid Spencer
2006-06-01Make sure that when checking for MINGW32 libraries we ask for windows.hReid Spencer
2006-06-01Provide support for detecting if the Win32 imaghlp and psapi librariesReid Spencer
2006-06-01Tighten this script up a bit.Reid Spencer
2006-05-21For PR784:Reid Spencer