| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regenerate configure. | Tanya Lattner | 2009-08-22 | 1 | -3/+3 |
| | | | | | llvm-svn: 79772 | ||||
| * | Regenerate configure for 2.7svn | Tanya Lattner | 2009-08-22 | 1 | -9/+9 |
| | | | | | llvm-svn: 79726 | ||||
| * | Regenerate | Anton Korobeynikov | 2009-08-18 | 1 | -27/+88 |
| | | | | | llvm-svn: 79297 | ||||
| * | Regenerate per request of Gabor Greif (r78628) | Shantonu Sen | 2009-08-11 | 1 | -64/+86 |
| | | | | | llvm-svn: 78661 | ||||
| * | Build Blackfin target with autoconf and cmake. | Jakob Stoklund Olesen | 2009-08-02 | 1 | -1/+1 |
| | | | | | | | Note that configure was edited by hand. Will somebody with the correct version of autoconf please regenerate? llvm-svn: 77898 | ||||
| * | Remove the IA-64 backend. | Dan Gohman | 2009-07-24 | 1 | -6/+1 |
| | | | | | llvm-svn: 76920 | ||||
| * | Regenerate configure for ddunbar. | Jeffrey Yasskin | 2009-07-17 | 1 | -27/+39 |
| | | | | | llvm-svn: 76244 | ||||
| * | Let's start another backend :) | Anton Korobeynikov | 2009-07-16 | 1 | -1/+6 |
| | | | | | llvm-svn: 75909 | ||||
| * | LLVM doesn't use libelf. Remove libelf configurey. | Dan Gohman | 2009-07-14 | 1 | -89/+0 |
| | | | | | llvm-svn: 75643 | ||||
| * | Regenerate configure after r75279. | Jeffrey Yasskin | 2009-07-10 | 1 | -25/+592 |
| | | | | | llvm-svn: 75280 | ||||
| * | Regenerate for GraphViz tool discovery. | David Greene | 2009-07-09 | 1 | -25/+257 |
| | | | | | llvm-svn: 75145 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-07-04 | 1 | -27/+71 |
| | | | | | llvm-svn: 74789 | ||||
| * | Update configure and config.h.in from r74621. | Jeffrey Yasskin | 2009-07-01 | 1 | -1/+111 |
| | | | | | llvm-svn: 74623 | ||||
| * | Add a configure test for pthread_getspecific, and use it when building ↵ | Owen Anderson | 2009-06-25 | 1 | -0/+103 |
| | | | | | | | ThreadLocal. llvm-svn: 74222 | ||||
| * | Regenerate configure script | Douglas Gregor | 2009-06-23 | 1 | -25/+26 |
| | | | | | llvm-svn: 73962 | ||||
| * | Update auto-generated configuration files | Douglas Gregor | 2009-06-17 | 1 | -24/+43 |
| | | | | | llvm-svn: 73591 | ||||
| * | Add an atomic increment and decrement implementation, which will be used for | Owen Anderson | 2009-06-17 | 1 | -0/+2 |
| | | | | | | | thread-safe reference counting. llvm-svn: 73587 | ||||
| * | Introduce new headers whose inclusion forces linking and | Douglas Gregor | 2009-06-16 | 1 | -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 Anderson | 2009-06-16 | 1 | -0/+103 |
| | | | | | llvm-svn: 73523 | ||||
| * | Regenerate. | Nick Lewycky | 2009-06-06 | 1 | -30/+53 |
| | | | | | llvm-svn: 72990 | ||||
| * | Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ↵ | Owen Anderson | 2009-05-19 | 1 | -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 Anderson | 2009-05-18 | 1 | -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 the | Douglas Gregor | 2009-05-18 | 1 | -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 Sands | 2009-05-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 71656 | ||||
| * | Add terminal width detection to llvm::sys::Process. This is needed to | Douglas Gregor | 2009-05-11 | 1 | -30/+32 |
| | | | | | | | fix Clang PRs 4148 and 4183. llvm-svn: 71448 | ||||
| * | Regenerate | Anton Korobeynikov | 2009-05-03 | 1 | -1/+6 |
| | | | | | llvm-svn: 70772 | ||||
| * | Support --with-llvmgccdir and friends in llvmc, take 2. | Mikhail Glushenkov | 2009-04-21 | 1 | -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 Wendling | 2009-04-18 | 1 | -4/+0 |
| | | | | | llvm-svn: 69478 | ||||
| * | Reconfigure. | Mikhail Glushenkov | 2009-04-18 | 1 | -0/+4 |
| | | | | | | | Turns out that doing this by hand is easier than using autoreconf:-). llvm-svn: 69475 | ||||
| * | Generalize to support more ARM types. | Nick Lewycky | 2009-04-18 | 1 | -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 Lewycky | 2009-04-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 69447 | ||||
| * | Temporarily revert r69438 and r69439. These were causing failures during a | Bill Wendling | 2009-04-18 | 1 | -944/+3066 |
| | | | | | | | release build of llvm. llvm-svn: 69440 | ||||
| * | Regenerate. | Mikhail Glushenkov | 2009-04-18 | 1 | -3066/+944 |
| | | | | | llvm-svn: 69439 | ||||
| * | Regenerate configure. | David Greene | 2009-04-17 | 1 | -26/+44 |
| | | | | | llvm-svn: 69352 | ||||
| * | Regenerate. | Nick Lewycky | 2009-04-13 | 1 | -44/+61 |
| | | | | | llvm-svn: 68938 | ||||
| * | Regenerate. | Nick Lewycky | 2009-04-10 | 1 | -1/+1 |
| | | | | | llvm-svn: 68767 | ||||
| * | Revert r66765 and r66766. These were causing build failures on Darwin. | Bill Wendling | 2009-03-12 | 1 | -121/+32 |
| | | | | | llvm-svn: 66770 | ||||
| * | Regenerate. | Nick Lewycky | 2009-03-12 | 1 | -32/+121 |
| | | | | | llvm-svn: 66766 | ||||
| * | Regenerate. | Nick Lewycky | 2009-03-09 | 1 | -582/+0 |
| | | | | | llvm-svn: 66407 | ||||
| * | Regenerate. | Nick Lewycky | 2009-03-05 | 1 | -29/+131 |
| | | | | | llvm-svn: 66157 | ||||
| * | Regenerate. | Nick Lewycky | 2009-03-03 | 1 | -25/+33 |
| | | | | | llvm-svn: 65928 | ||||
| * | Regenerate. | Nick Lewycky | 2009-02-21 | 1 | -451/+32 |
| | | | | | llvm-svn: 65250 | ||||
| * | Regenerate. | Nick Lewycky | 2009-02-19 | 1 | -2/+2 |
| | | | | | llvm-svn: 65020 | ||||
| * | Regenerate. | Nick Lewycky | 2009-02-04 | 1 | -25/+286 |
| | | | | | llvm-svn: 63724 | ||||
| * | Regenerate configure. | Nick Lewycky | 2009-02-03 | 1 | -26/+56 |
| | | | | | llvm-svn: 63622 | ||||
| * | Regenerated configure after backing out 62553 and r62616. | Tanya Lattner | 2009-01-22 | 1 | -434/+0 |
| | | | | | llvm-svn: 62778 | ||||
| * | Bump to 2.6svn. | Tanya Lattner | 2009-01-22 | 1 | -1045/+3393 |
| | | | | | | | Regenerate configure (last regen was with the wrong version). llvm-svn: 62751 | ||||
| * | Regenerate. | Nick Lewycky | 2009-01-20 | 1 | -3299/+1385 |
| | | | | | | | | BUILT WITH WRONG VERSION OF AUTOCONF! Somebody please regenerate with an approved version. Thanks! llvm-svn: 62554 | ||||
| * | Regenerate. | Bill Wendling | 2009-01-04 | 1 | -0/+6 |
| | | | | | llvm-svn: 61649 | ||||
| * | Add XCore backend. | Richard Osborne | 2008-11-07 | 1 | -25/+30 |
| | | | | | llvm-svn: 58838 | ||||

