summaryrefslogtreecommitdiff
path: root/autoconf
Commit message (Expand)AuthorAge
* Add support for determining which languages the llvm-gcc front endReid Spencer2007-04-21
* Hack the shared library extension for dylib. The existing code just looksReid Spencer2007-04-11
* Check for .svn directories too to determine if a debug build is appropriate.Reid Spencer2007-04-02
* For PR1283:Reid Spencer2007-03-29
* Let the new backend begin!Anton Korobeynikov2007-03-21
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* Fix the TARGET_HAS_JIT settings. Sparc doesn't, x86_64 does, ARM doesn't.Reid Spencer2007-01-21
* Add support for the ARM target in the target configuration processing.Reid Spencer2007-01-21
* For PR808:Reid Spencer2007-01-20
* CleanupAnton Korobeynikov2007-01-20
* Adding disassembler interface and external hook to udis86 library.Anton Korobeynikov2007-01-19
* For PR1074:Reid Spencer2007-01-17
* '==' is not a legal test operator on BSD. Use '='.Jeff Cohen2007-01-12
* Fix a configure warning noticed by Duncan Sands.Reid Spencer2007-01-03
* Add a new variable, LLVMGCCLIBEXEC to get the libexec directory where theReid Spencer2006-12-21
* Allow an --enable-pic option to turn on -fPIC compiler option when building.Reid Spencer2006-12-16
* Cleaned setjmp/longjmp lowering interfaces. Now we're producing rightAnton Korobeynikov2006-12-10
* this warning is obsolete with llvmgcc3 being goneChris Lattner2006-12-08
* Expose the sanity.Reid Spencer2006-12-04
* For PR1019:Reid Spencer2006-12-01
* Undo removal of the runtime libraries. While this may have been a bitReid Spencer2006-11-17
* In LLVM 2.0 we won't use the runtime libraries as llvm-gcc3 support willReid Spencer2006-11-16
* Bumping version numberTanya Lattner2006-11-07
* Add a -disable-cbe-printf-a option so that the output of the C BackendReid Spencer2006-11-05
* Make the huge_val test run a C++ program not CReid Spencer2006-11-03
* Add a check to see if HUGE_VAL is sane or not.Reid Spencer2006-11-03
* Fix misleading warning messageChris Lattner2006-10-02
* Add a HAVE_MACH_MACH_H #define to detect the presence of the mach/mach.hReid Spencer2006-09-14
* For PR738:Reid Spencer2006-08-24
* Add irix as a (potential) new platform so that Timothy Baldridge canReid Spencer2006-08-22
* Add llvm.spec to the list of files to be configured.Reid Spencer2006-08-16
* For PR876:Reid Spencer2006-08-14
* For PR876:Reid Spencer2006-08-14
* Recover the lost diff between 1.5 and 1.6.Evan Cheng2006-08-09
* Update the auto* tools: autoconf 2.60, libtool 1.5.22, automake 1.9.6.Reid Spencer2006-08-04
* Fix the --with-extra-options to use the correct variable.Reid Spencer2006-07-28
* For PR848:Reid Spencer2006-07-28
* Changes to support cross-compiling LLVM. The GenLibDeps.pl script needs toReid Spencer2006-07-27
* Bump version #Chris Lattner2006-07-27
* For PR814:Reid Spencer2006-07-26
* Remove an extraneous use of ${ac_exeext}. Patch by Anton Korobeynikov.Reid Spencer2006-07-26
* For PR814:Reid Spencer2006-07-26
* Fixed a typo.Evan Cheng2006-07-06
* Added --with-extra-options=opts to specify additional options to build LLVM a...Evan Cheng2006-06-20
* Added the privbracket project to the list of projects to auto-configure.John Criswell2006-06-20
* For PR633:Reid Spencer2006-06-05
* Some enhancements for gv/graphviz/dot/dotty support and better handling ofReid Spencer2006-06-05
* For PR798:Reid Spencer2006-06-02
* Provide configuration support and usage for MINGW32 platformReid Spencer2006-06-01
* Make sure windows.h is #included first.Reid Spencer2006-06-01