summaryrefslogtreecommitdiffstats
path: root/llvm/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* Add support for Canadian Cross builds where the host executables are notJim Grosbach2008-10-021-32/+163
| | | | | | | | | | | | runnable on the build machine. There are a few bits that need built for the build environment (TableGen). This patch builds those bits, and the associated libraries, for the build environment as well as the (usual) host environment. Thanks to Eric C. and Devang P. for pre-commit review. llvm-svn: 56975
* When looking for executable extensions, ignore .dSYM, as that's the debug ↵Jim Grosbach2008-09-261-1/+1
| | | | | | info directory on Darwin. llvm-svn: 56667
* Enable -fvisibility-inlines-hidden by default for compilers whichDaniel Dunbar2008-08-301-25/+117
| | | | | | support it. llvm-svn: 55557
* Make LLVM compile on DragonFly BSD (PR2499).Matthijs Kooijman2008-06-261-24/+29
| | | | | | Patch by Hasso Tepper! llvm-svn: 52781
* Regenerate configure.Tanya Lattner2008-06-241-24/+26
| | | | llvm-svn: 52685
* Allow the test suite to be checked out into projects/test-suite.Matthijs Kooijman2008-06-241-0/+3
| | | | | | | | | We will keep the old projects/llvm-test working for existing installs. The changes to configure are made manually, since I lack autoconf-2.6. Someone might want to run AutoGen.sh to see if that changes anything. llvm-svn: 52675
* RegenerateAnton Korobeynikov2008-05-291-6/+6
| | | | llvm-svn: 51688
* Added configure switches for PIC16 in configure.ac.Sanjiv Gupta2008-05-141-27/+27
| | | | | | Regenerated configure. llvm-svn: 51096
* Added configure switches for PIC16 backend.Sanjiv Gupta2008-05-131-1/+6
| | | | llvm-svn: 51056
* Set to 2.4 and regenerate configure.Tanya Lattner2008-05-101-34/+34
| | | | llvm-svn: 50935
* First step of implementing PR1538: move llvm2cpp logic to new 'target'Anton Korobeynikov2008-04-231-1/+2
| | | | llvm-svn: 50189
* Regenerate.Gordon Henriksen2008-03-101-25/+72
| | | | llvm-svn: 48148
* Regenerate.Gordon Henriksen2008-03-071-30/+45
| | | | llvm-svn: 48008
* Use AC_PATH_PROG correctly:Bill Wendling2008-03-051-35/+24
| | | | | | http://www.gnu.org/software/autoconf/manual/autoconf.html#Generic-Programs llvm-svn: 47943
* Remove use of ltdlDevang Patel2008-02-131-109/+0
| | | | llvm-svn: 47065
* regenerateChris Lattner2008-02-051-6/+50
| | | | llvm-svn: 46761
* Update version to 2.3svnTanya Lattner2008-01-171-1018/+3285
| | | | | | Regenerate configure with 2.60. llvm-svn: 46119
* Do not build CBackend and MSIL regardless of configured targetsNate Begeman2007-12-131-2/+3
| | | | llvm-svn: 44973
* Remove host endianness info from TargetData andDuncan Sands2007-12-121-36/+26
| | | | | | | | put it in a new header System/Host.h instead. Instead of getting the endianness from configure, calculate it directly. llvm-svn: 44959
* Fix PR1836: in the interpreter, read and write apintsDuncan Sands2007-12-101-28/+42
| | | | | | | | | | | | | | | | using the minimum possible number of bytes. For little endian targets run on little endian machines, apints are stored in memory from LSB to MSB as before. For big endian targets on big endian machines they are stored from MSB to LSB which wasn't always the case before (if the target and host endianness doesn't match values are stored according to the host's endianness). Doing this requires knowing the endianness of the host, which is determined when configuring - thanks go to Anton for this. Only having access to little endian machines I was unable to properly test the big endian part, which is also the most complicated... llvm-svn: 44796
* Regenerated configure after autoconf/configure.ac change.Scott Michel2007-12-051-3281/+1012
| | | | llvm-svn: 44628
* Add --with-llvmgcc= and --with-llvmgxx= configure options.Devang Patel2007-12-041-26/+62
| | | | llvm-svn: 44586
* Add target triple to include/llvm/Config/config.h.in. Regenerate all files.Eric Christopher2007-12-011-1/+5
| | | | llvm-svn: 44478
* Regenerate.Gordon Henriksen2007-10-031-1/+1
| | | | llvm-svn: 42575
* Regenerate.Gordon Henriksen2007-10-021-25/+90
| | | | llvm-svn: 42533
* Regenerate.Gordon Henriksen2007-10-021-1/+1
| | | | llvm-svn: 42529
* Regenerate.Gordon Henriksen2007-10-021-25/+69
| | | | llvm-svn: 42527
* Regenerate.Gordon Henriksen2007-09-291-36/+25
| | | | llvm-svn: 42461
* Regenerate.Gordon Henriksen2007-09-221-0/+12
| | | | llvm-svn: 42241
* Regenerate.Gordon Henriksen2007-09-201-25/+68
| | | | llvm-svn: 42164
* Regenerate.Gordon Henriksen2007-09-181-25/+111
| | | | llvm-svn: 42092
* Fix broken default help strings for enable-shared, enable-static, and ↵Tanya Lattner2007-09-171-3/+3
| | | | | | enable-fast-install. Regenerate configure script. llvm-svn: 42066
* Change to 2.2svn.Tanya Lattner2007-09-141-9/+9
| | | | llvm-svn: 41941
* Updating configure script to enable MIPS.Tanya Lattner2007-08-291-25/+30
| | | | llvm-svn: 41568
* Regenerate.Reid Spencer2007-08-171-37/+215
| | | | llvm-svn: 41138
* Regenerate for __dso_handle, per Anton's request.Reid Spencer2007-07-301-25/+136
| | | | llvm-svn: 40601
* support poolalloc as checked out from svnAndrew Lenharth2007-07-171-0/+3
| | | | llvm-svn: 39983
* Regenerate to pick up Gabor's changes.Reid Spencer2007-07-131-0/+113
| | | | llvm-svn: 39802
* Regenerate.Reid Spencer2007-07-091-9/+9
| | | | llvm-svn: 38444
* Revert last change until issue reported by Owen, won't be fixed.Anton Korobeynikov2007-07-031-2/+2
| | | | llvm-svn: 37854
* Rename llvm-test => test-suite. By Dave Greene.Anton Korobeynikov2007-07-031-2/+2
| | | | llvm-svn: 37852
* Add support for building with _GLIBCXX_DEBUG. New configure optionDavid Greene2007-06-281-27/+52
| | | | | | | | | | | | | --enable-expensive-checks allows the developer to enable runtime checking that can greatly increase compile time. Currently it only turns on _GLIBCXX_DEBUG. Other expensive debugging checks added later should be controlled by this configure option. This patch also updates llvm-config with a --cppflags option to inform llvm-gcc how to build itself so that it is compatible with an llvm that was built with _GLIBCXX_DEBUG. llvm-svn: 37777
* Regenerate.Reid Spencer2007-05-171-24/+27
| | | | llvm-svn: 37166
* Bumping cvs version numberTanya Lattner2007-05-081-9/+9
| | | | llvm-svn: 36922
* Regenerate for detection of llvm-gcc supported languagesReid Spencer2007-04-211-25/+34
| | | | llvm-svn: 36320
* Hopefully fix LTDL_SHLIB_EXT on DarwinReid Spencer2007-04-111-5/+5
| | | | llvm-svn: 35872
* Regenerate.Reid Spencer2007-04-021-1/+1
| | | | llvm-svn: 35596
* Regenerate for PR1283 fix.Reid Spencer2007-03-291-1/+2
| | | | llvm-svn: 35452
* Let the new backend begin!Anton Korobeynikov2007-03-211-1/+1
| | | | llvm-svn: 35242
* Regenerate for getrlimit/setrlimit.Reid Spencer2007-02-161-1/+112
| | | | llvm-svn: 34350
OpenPOWER on IntegriCloud