aboutsummaryrefslogtreecommitdiffstats
path: root/autoconf
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Duncan Sands2009-05-131-1/+1
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-1/+1
* Dummy MSP430 backendAnton Korobeynikov2009-05-031-1/+5
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-0/+22
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-181-3/+0
* Add a configure check for llvm-gcc (reapply).Mikhail Glushenkov2009-04-181-0/+3
* Generalize to support more ARM types.Nick Lewycky2009-04-181-1/+1
* Detect beagleboard as ARM. The $target is "armv7l".Nick Lewycky2009-04-181-1/+1
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-181-3/+0
* Add a configure check for llvm-gcc.Mikhail Glushenkov2009-04-181-0/+3
* Add a --enable-profiling option to configure to build Debug+Profile andDavid Greene2009-04-171-0/+9
* Link against libffi if available, fall back to "no external calls fromNick Lewycky2009-04-131-6/+5
* Detect that we're building from a git checkout like we do for cvs and svn.Nick Lewycky2009-04-011-7/+7
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-122-24/+0
* Set ARCH to x86 on mixed 32/64-bit Linux systems.Nick Lewycky2009-03-122-0/+24
* Remove configurey-fu to autodetect hash_map and hash_set now that they areNick Lewycky2009-03-093-123/+0
* Autodetect the availability of -export-dynamic in the linker.Nick Lewycky2009-03-053-25/+59
* Switch to using -Wl,-R on Solaris.Nick Lewycky2009-03-031-0/+7
* Search for the export map in a place that it can be found.Chris Lattner2009-02-261-0/+4
* Remove tests for flex/bison which are no longer needed by LLVM.Nick Lewycky2009-02-211-2/+0
* Default to building with position independent code. This may increase LLVM'sNick Lewycky2009-02-191-3/+3
* Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn'tNick Lewycky2009-02-041-3/+12
* Add the ability to pass the path to binutils source to configure. This isNick Lewycky2009-02-031-0/+18
* Revert r62553 and r62616 due to issues with portability.Tanya Lattner2009-01-221-9/+0
* Bump to 2.6svn.Tanya Lattner2009-01-221-1/+1
* Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine!Nick Lewycky2009-01-201-0/+9
* Modify the unittests Makefiles so that they don't rebuild parts of LLVM just toBill Wendling2009-01-041-0/+1
* Revert accidental last patchScott Michel2008-11-201-2/+2
* CellSPU: Adjust spacing/tabulationScott Michel2008-11-201-2/+2
* Add XCore backend.Richard Osborne2008-11-071-1/+5
* [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/t...Gordon Henriksen2008-10-221-4/+4
* Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as.Torok Edwin2008-10-211-0/+1
* Fix configure issue where configureTanya Lattner2008-10-071-1/+1
* Advance version to 2.5Tanya Lattner2008-10-071-1/+1
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-021-0/+8
* When looking for executable extensions, ignore .dSYM, as that's the debug inf...Jim Grosbach2008-09-261-1/+1
* Reapply majority of r55557 but with the changes to compilation flagsDaniel Dunbar2008-09-022-0/+24
* Revert r55557, it is causing linking failures on 32bit linux.Matthijs Kooijman2008-09-022-24/+0
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-302-0/+24
* Set the executable bit - means it can actuallyDuncan Sands2008-07-291-0/+0
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-0/+5
* Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman2008-06-241-0/+3
* For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h"Anton Korobeynikov2008-05-291-3/+3
* Added configure switches for PIC16 in configure.ac.Sanjiv Gupta2008-05-141-1/+5
* Set to 2.4 and regenerate configure.Tanya Lattner2008-05-101-1/+1
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-231-1/+2
* Adding ocamldoc generation.Gordon Henriksen2008-03-101-0/+1
* Prefer to use ocamlc.opt to ocamlc and soforth.Gordon Henriksen2008-03-071-3/+3
* Use AC_PATH_PROG correctly:Bill Wendling2008-03-051-11/+11
* Remove use of ltdlDevang Patel2008-02-131-6/+0