aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* * llvm.spec.in: update blurbGabor Greif2007-07-132-7/+21
* cvs -> svnReid Spencer2007-07-091-1/+1
* Revert last change until issue reported by Owen, won't be fixed.Anton Korobeynikov2007-07-031-1/+1
* Rename llvm-test => test-suite. By Dave Greene.Anton Korobeynikov2007-07-031-1/+1
* Convert .cvsignore filesJohn Criswell2007-06-291-2/+0
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-281-0/+11
* Make Perl a required dependency and cause configure script to fail if itReid Spencer2007-05-171-0/+1
* Bump version number in cvsTanya Lattner2007-05-081-1/+1
* Add support for determining which languages the llvm-gcc front endReid Spencer2007-04-211-0/+4
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-111-1/+1
* Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer2007-04-021-3/+3
* For PR1283:Reid Spencer2007-03-291-1/+2
* Let the new backend begin!Anton Korobeynikov2007-03-211-1/+1
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-1/+2
* Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't.Reid Spencer2007-01-211-3/+3
* Add support for the ARM target in the target configuration processing.Reid Spencer2007-01-211-0/+4
* For PR808:Reid Spencer2007-01-201-0/+5
* CleanupAnton Korobeynikov2007-01-201-16/+16
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-191-2/+21
* For PR1074:Reid Spencer2007-01-171-11/+11
* '==' is not a legal test operator on BSD. Use '='.Jeff Cohen2007-01-121-6/+6
* Fix a configure warning noticed by Duncan Sands.Reid Spencer2007-01-031-0/+1
* Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer2006-12-211-0/+2
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-161-0/+14
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-101-1/+1
* this warning is obsolete with llvmgcc3 being goneChris Lattner2006-12-081-8/+0
* Expose the sanity.Reid Spencer2006-12-041-0/+2
* For PR1019:Reid Spencer2006-12-011-1/+5
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-171-2/+14
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-161-14/+2
* Bumping version numberTanya Lattner2006-11-071-1/+1
* Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer2006-11-051-1/+17
* Make the huge_val test run a C++ program not CReid Spencer2006-11-031-3/+3
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-032-0/+19
* Fix misleading warning messageChris Lattner2006-10-021-1/+1
* Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer2006-09-141-1/+1
* For PR738:Reid Spencer2006-08-241-2/+3
* Add irix as a (potential) new platform so that Timothy Baldridge canReid Spencer2006-08-221-0/+5
* Add llvm.spec to the list of files to be configured.Reid Spencer2006-08-161-1/+3
* For PR876:Reid Spencer2006-08-141-1/+1
* For PR876:Reid Spencer2006-08-141-1/+1
* Recover the lost diff between 1.5 and 1.6.Evan Cheng2006-08-091-1/+1
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-046-812/+1689
* Fix the --with-extra-options to use the correct variable.Reid Spencer2006-07-281-3/+3
* For PR848:Reid Spencer2006-07-281-0/+1
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-271-0/+3
* Bump version #Chris Lattner2006-07-271-1/+1
* For PR814:Reid Spencer2006-07-261-2/+10
* Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer2006-07-261-1/+1
* For PR814:Reid Spencer2006-07-261-0/+42