summaryrefslogtreecommitdiffstats
path: root/llvm/configure
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove the IA-64 backend.Dan Gohman2009-07-241-6/+1
| | | | llvm-svn: 76920
* Regenerate configure for ddunbar.Jeffrey Yasskin2009-07-171-27/+39
| | | | llvm-svn: 76244
* Let's start another backend :)Anton Korobeynikov2009-07-161-1/+6
| | | | llvm-svn: 75909
* LLVM doesn't use libelf. Remove libelf configurey.Dan Gohman2009-07-141-89/+0
| | | | llvm-svn: 75643
* Regenerate configure after r75279.Jeffrey Yasskin2009-07-101-25/+592
| | | | llvm-svn: 75280
* Regenerate for GraphViz tool discovery.David Greene2009-07-091-25/+257
| | | | llvm-svn: 75145
* Regenerate.Mikhail Glushenkov2009-07-041-27/+71
| | | | llvm-svn: 74789
* Update configure and config.h.in from r74621.Jeffrey Yasskin2009-07-011-1/+111
| | | | llvm-svn: 74623
* Add a configure test for pthread_getspecific, and use it when building ↵Owen Anderson2009-06-251-0/+103
| | | | | | ThreadLocal. llvm-svn: 74222
* Regenerate configure scriptDouglas Gregor2009-06-231-25/+26
| | | | llvm-svn: 73962
* Update auto-generated configuration filesDouglas Gregor2009-06-171-24/+43
| | | | llvm-svn: 73591
* Add an atomic increment and decrement implementation, which will be used forOwen Anderson2009-06-171-0/+2
| | | | | | thread-safe reference counting. llvm-svn: 73587
* Introduce new headers whose inclusion forces linking andDouglas Gregor2009-06-161-27/+50
| | | | | | | | | initialization of all targets (InitializeAllTargets.h) or assembler printers (InitializeAllAsmPrinters.h). This is a step toward the elimination of relinked object files, so that we can build normal archives. llvm-svn: 73543
* Add a configure check for pthread_rwlock_init.Owen Anderson2009-06-161-0/+103
| | | | llvm-svn: 73523
* Regenerate.Nick Lewycky2009-06-061-30/+53
| | | | llvm-svn: 72990
* Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ↵Owen Anderson2009-05-191-41/+47
| | | | | | | | ability to run multiple threads at once in the JIT, and requires only mutex support. LLVM_MULTITHREADED indicates (or will indicate) the ability to run LLVM itself across multiple threads, and requires atomics support. llvm-svn: 72140
* Test for the presence of GCC atomic builtins at configure time. If not found,Owen Anderson2009-05-181-29/+99
| | | | | | | | disable building LLVM in thread-safe mode and print a nice warning. Regenerate configure for these changes. llvm-svn: 72075
* termios.h contains the winsize structure we need to determine theDouglas Gregor2009-05-181-2/+3
| | | | | | | width of a terminal. Don't try to get the width of a terminal if we don't have this header. llvm-svn: 72018
* Fix typo.Duncan Sands2009-05-131-1/+1
| | | | llvm-svn: 71656
* Add terminal width detection to llvm::sys::Process. This is needed toDouglas Gregor2009-05-111-30/+32
| | | | | | fix Clang PRs 4148 and 4183. llvm-svn: 71448
* RegenerateAnton Korobeynikov2009-05-031-1/+6
| | | | llvm-svn: 70772
* Support --with-llvmgccdir and friends in llvmc, take 2.Mikhail Glushenkov2009-04-211-1/+31
| | | | | | | | | Should now work when building with objdir != srcdir and when llvm-gcc is not available. Thanks to Duncan Sands for testing and advice! llvm-svn: 69700
* Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin.Bill Wendling2009-04-181-4/+0
| | | | llvm-svn: 69478
* Reconfigure.Mikhail Glushenkov2009-04-181-0/+4
| | | | | | Turns out that doing this by hand is easier than using autoreconf:-). llvm-svn: 69475
* Generalize to support more ARM types.Nick Lewycky2009-04-181-1/+1
| | | | | | | Configure was not actually regenerated, but the change last time only touched this one line, so I'm being lazy and cheating by fixing it manually. llvm-svn: 69453
* Regenerate.Nick Lewycky2009-04-181-1/+1
| | | | llvm-svn: 69447
* Temporarily revert r69438 and r69439. These were causing failures during aBill Wendling2009-04-181-944/+3066
| | | | | | release build of llvm. llvm-svn: 69440
* Regenerate.Mikhail Glushenkov2009-04-181-3066/+944
| | | | llvm-svn: 69439
* Regenerate configure.David Greene2009-04-171-26/+44
| | | | llvm-svn: 69352
* Regenerate.Nick Lewycky2009-04-131-44/+61
| | | | llvm-svn: 68938
* Regenerate.Nick Lewycky2009-04-101-1/+1
| | | | llvm-svn: 68767
* Revert r66765 and r66766. These were causing build failures on Darwin.Bill Wendling2009-03-121-121/+32
| | | | llvm-svn: 66770
* Regenerate.Nick Lewycky2009-03-121-32/+121
| | | | llvm-svn: 66766
* Regenerate.Nick Lewycky2009-03-091-582/+0
| | | | llvm-svn: 66407
* Regenerate.Nick Lewycky2009-03-051-29/+131
| | | | llvm-svn: 66157
* Regenerate.Nick Lewycky2009-03-031-25/+33
| | | | llvm-svn: 65928
* Regenerate.Nick Lewycky2009-02-211-451/+32
| | | | llvm-svn: 65250
* Regenerate.Nick Lewycky2009-02-191-2/+2
| | | | llvm-svn: 65020
* Regenerate.Nick Lewycky2009-02-041-25/+286
| | | | llvm-svn: 63724
* Regenerate configure.Nick Lewycky2009-02-031-26/+56
| | | | llvm-svn: 63622
* Regenerated configure after backing out 62553 and r62616.Tanya Lattner2009-01-221-434/+0
| | | | llvm-svn: 62778
* Bump to 2.6svn.Tanya Lattner2009-01-221-1045/+3393
| | | | | | Regenerate configure (last regen was with the wrong version). llvm-svn: 62751
* Regenerate.Nick Lewycky2009-01-201-3299/+1385
| | | | | | | BUILT WITH WRONG VERSION OF AUTOCONF! Somebody please regenerate with an approved version. Thanks! llvm-svn: 62554
* Regenerate.Bill Wendling2009-01-041-0/+6
| | | | llvm-svn: 61649
* Add XCore backend.Richard Osborne2008-11-071-25/+30
| | | | llvm-svn: 58838
* Regenerate.Gordon Henriksen2008-10-221-1032/+3309
| | | | llvm-svn: 57975
* Regenerate configureTorok Edwin2008-10-221-3305/+1075
| | | | llvm-svn: 57971
* Fix configure issue where configureTanya Lattner2008-10-071-1/+1
| | | | | | | turned "obj-c++" into "obj" in the langs line. Update configure script. llvm-svn: 57267
* Advance version to 2.5Tanya Lattner2008-10-071-36/+40
| | | | llvm-svn: 57233
* Actually run Obj-C++ tests if llvm-gcc supports.Duncan Sands2008-10-061-1/+1
| | | | | | | | | | | Before there were two problems: (1) configure turned "obj-c++" into "obj" in the langs line; (2) the dejagnu library called it objc++ not obj-c++. Now the problem is that some of these tests don't pass! llvm-svn: 57167
OpenPOWER on IntegriCloud