- 6bfead3 LLVM doesn't use libelf. Remove libelf configurey. by Dan Gohman · 15 years ago
- 8f6d9a7 Add a --with-oprofile flag to configure, which uses OProfile's agent by Jeffrey Yasskin · 15 years ago
- 00ad26f by David Greene · 15 years ago
- cc4f8bc LLVMC can be now compiled w/o dynamic plugin support. by Mikhail Glushenkov · 15 years ago
- 86a3510 LLVMC doesn't need ENABLE_PIC to build now. by Mikhail Glushenkov · 15 years ago
- 2373c99 Add --enable-llvmc-dynamic configure option. by Mikhail Glushenkov · 15 years ago
- 895f32c Trailing whitespace. by Mikhail Glushenkov · 15 years ago
- ed1c0ff Add a portable strerror*() wrapper, llvm::sys::StrError(). This includes the by Jeffrey Yasskin · 15 years ago
- 27fcfe1 Add a configure test for pthread_getspecific, and use it when building ThreadLocal. by Owen Anderson · 15 years ago
- bcba7f9 Work around build problem with OpenJDK, which defines X86 as a by Douglas Gregor · 15 years ago
- 76166fc Define LLVM_NATIVE_ARCH in llvm/Config/config.h to be the LLVM back end that corresponds to the native executable, but only when that LLVM back end is being built by Douglas Gregor · 15 years ago
- 9a3df67 Add an atomic increment and decrement implementation, which will be used for by Owen Anderson · 15 years ago
- 1555a23 Introduce new headers whose inclusion forces linking and by Douglas Gregor · 15 years ago
- de8aed2 Add a configure check for pthread_rwlock_init. by Owen Anderson · 15 years ago
- 84bd075 Add a flag to permit disabling libffi. by Nick Lewycky · 15 years ago
- a860370 Split the ENABLE_THREADS #define in two. Now ENABLE_THREADS indicates the ability to run multiple threads at once in the JIT, and requires only by Owen Anderson · 15 years ago
- d4b272b Test for the presence of GCC atomic builtins at configure time. If not found, by Owen Anderson · 15 years ago
- 071d73d termios.h contains the winsize structure we need to determine the by Douglas Gregor · 15 years ago
- e4eb2d2 Fix typo. by Duncan Sands · 15 years ago
- 0174674 Add terminal width detection to llvm::sys::Process. This is needed to by Douglas Gregor · 15 years ago
- f2c3e17 Dummy MSP430 backend by Anton Korobeynikov · 16 years ago
- 4558f48 Support --with-llvmgccdir and friends in llvmc, take 2. by Mikhail Glushenkov · 16 years ago
- 5a22d6a Revert 69474 and 69475. They are causing failures during a bootstrap on Darwin. by Bill Wendling · 16 years ago
- 7ba8ad3 Add a configure check for llvm-gcc (reapply). by Mikhail Glushenkov · 16 years ago
- fa8ffc1 Generalize to support more ARM types. by Nick Lewycky · 16 years ago
- 1d6a8ce Detect beagleboard as ARM. The $target is "armv7l". by Nick Lewycky · 16 years ago
- ebcceee Temporarily revert r69438 and r69439. These were causing failures during a by Bill Wendling · 16 years ago
- 126b014 Add a configure check for llvm-gcc. by Mikhail Glushenkov · 16 years ago
- dbefd0c by David Greene · 16 years ago
- 93f70fc Link against libffi if available, fall back to "no external calls from by Nick Lewycky · 16 years ago
- d04bc73 Detect that we're building from a git checkout like we do for cvs and svn. by Nick Lewycky · 16 years ago
- a083335 Revert r66765 and r66766. These were causing build failures on Darwin. by Bill Wendling · 16 years ago
- 8bc0803 Set ARCH to x86 on mixed 32/64-bit Linux systems. by Nick Lewycky · 16 years ago
- 59fad7d Remove configurey-fu to autodetect hash_map and hash_set now that they are by Nick Lewycky · 16 years ago
- 18f9907 Autodetect the availability of -export-dynamic in the linker. by Nick Lewycky · 16 years ago
- 1dace48 Switch to using -Wl,-R on Solaris. by Nick Lewycky · 16 years ago
- 065d7a6 Search for the export map in a place that it can be found. by Chris Lattner · 16 years ago
- 5992175 Remove tests for flex/bison which are no longer needed by LLVM. by Nick Lewycky · 16 years ago
- 7e66462 Default to building with position independent code. This may increase LLVM's by Nick Lewycky · 16 years ago
- f9c5c5c Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't by Nick Lewycky · 16 years ago
- e2be5d5 Add the ability to pass the path to binutils source to configure. This is by Nick Lewycky · 16 years ago
- 32aaee6 Revert r62553 and r62616 due to issues with portability. by Tanya Lattner · 16 years ago
- f9eb2d8 Bump to 2.6svn. Regenerate configure (last regen was with the wrong version). by Tanya Lattner · 16 years ago
- f514e2d Make the Interpreter use libffi if it's available. Patch from Alexei Svitkine! by Nick Lewycky · 16 years ago
- 4113bd1 Modify the unittests Makefiles so that they don't rebuild parts of LLVM just to by Bill Wendling · 16 years ago
- ee85bbc Revert accidental last patch by Scott Michel · 16 years ago
- a0e5769 CellSPU: Adjust spacing/tabulation by Scott Michel · 16 years ago
- b25baef Add XCore backend. by Richard Osborne · 16 years ago
- 0f392e1 [PR2886] Don't look for ocaml's .opt executables; something in the autoconf/test machinery doesn't handle the period properly. by Gordon Henriksen · 16 years ago
- 237033e Fix make check on Solaris 10/x86: the default grep is not GNU grep, same for as. by Torok Edwin · 16 years ago
- f85e74c Fix configure issue where configure by Tanya Lattner · 16 years ago
- d53b4d3 Advance version to 2.5 by Tanya Lattner · 16 years ago
- 673612e Add support for Canadian Cross builds where the host executables are not by Jim Grosbach · 16 years ago
- 0eecd89 When looking for executable extensions, ignore .dSYM, as that's the debug info directory on Darwin. by Jim Grosbach · 16 years ago
- ecfe67c Reapply majority of r55557 but with the changes to compilation flags by Daniel Dunbar · 16 years ago
- 0783f0d Revert r55557, it is causing linking failures on 32bit linux. by Matthijs Kooijman · 16 years ago
- dcf114e Enable -fvisibility-inlines-hidden by default for compilers which support it. by Daniel Dunbar · 16 years ago
- c73738b Set the executable bit - means it can actually by Duncan Sands · 16 years ago
- f512281 Make LLVM compile on DragonFly BSD (PR2499). by Matthijs Kooijman · 16 years ago
- 5b80c66 Allow the test suite to be checked out into projects/test-suite. by Matthijs Kooijman · 16 years ago
- 43d1fd4 For PR1338: rename include/llvm/ADT/ilist and friends to end with ".h" by Anton Korobeynikov · 16 years ago
- e3f3428 Added configure switches for PIC16 in configure.ac. Regenerated configure. by Sanjiv Gupta · 16 years ago
- 49ff661 Set to 2.4 and regenerate configure. by Tanya Lattner · 16 years ago
- 5027652 First step of implementing PR1538: move llvm2cpp logic to new 'target' by Anton Korobeynikov · 17 years ago
- b047766 Adding ocamldoc generation. by Gordon Henriksen · 17 years ago
- 0ed86fe Prefer to use ocamlc.opt to ocamlc and soforth. by Gordon Henriksen · 17 years ago
- 41ef25b Use AC_PATH_PROG correctly: by Bill Wendling · 17 years ago
- e45252e Remove use of ltdl by Devang Patel · 17 years ago
- f5c9467 Make the check for GCC version more robust, fix shared library by Chris Lattner · 17 years ago
- cf06767 Update version to 2.3svn Regenerate configure with 2.60. by Tanya Lattner · 17 years ago
- 234d529 remove attribution from a variety of miscellaneous files. by Chris Lattner · 17 years ago
- bd4d6b8 Apply CBE/MSIL patch to autoconf by Nate Begeman · 17 years ago
- 67f1c49 Remove host endianness info from TargetData and by Duncan Sands · 17 years ago
- 1eff704 Fix PR1836: in the interpreter, read and write apints by Duncan Sands · 17 years ago
- 42aa501 Minor updates: by Scott Michel · 17 years ago
- b216a1b More stuff for CellSPU -- this should be enough to get an error-free by Scott Michel · 17 years ago
- 5d28b88 Add --with-llvmgcc= and --with-llvmgxx= configure options. by Devang Patel · 17 years ago
- 790e11c Add target triple to include/llvm/Config/config.h.in. Regenerate all files. by Eric Christopher · 17 years ago
- de7b6c7 Fixing a typo in configure.ac. by Gordon Henriksen · 17 years ago
- 1d4e078 Providing --with-ocaml-libdir for ./configure. The default is the by Gordon Henriksen · 17 years ago
- 48c7253 Fixing (harmless) typos. by Gordon Henriksen · 17 years ago
- 6530e9d Add explicit --enable-bindings option to configure. by Gordon Henriksen · 17 years ago
- 4229371 PR1601: etags not configured correctly by Gordon Henriksen · 17 years ago
- 28622d6 Fix for srcdir <> objdir builds. by Gordon Henriksen · 17 years ago
- a8c3660 Incorporating review feedback for GC verifier patch. by Gordon Henriksen · 17 years ago
- 75155ef by Gordon Henriksen · 17 years ago
- 856585b Fix broken default help strings for enable-shared, enable-static, and enable-fast-install. Regenerate configure script. by Tanya Lattner · 17 years ago
- 5c70954 Change to 2.2svn. by Tanya Lattner · 17 years ago
- 6307c29 add mips target to builder. I'd appreciate it if someone with by Chris Lattner · 17 years ago
- f8e9f7c Fix PR1606: by Reid Spencer · 17 years ago
- 3b30a6e Add detection of __dso_handle presence during configure. Use this information in the by Anton Korobeynikov · 17 years ago
- 0af3225 support poolalloc as checked out from svn by Andrew Lenharth · 17 years ago
- f70414f * llvm.spec.in: update blurb by Gabor Greif · 17 years ago
- 35515e4 cvs -> svn by Reid Spencer · 17 years ago
- 080d687 Revert last change until issue reported by Owen, won't be fixed. by Anton Korobeynikov · 17 years ago
- ed51321 Rename llvm-test => test-suite. By Dave Greene. by Anton Korobeynikov · 17 years ago
- e644ef7 Convert .cvsignore files by John Criswell · 17 years ago
- a696d24 Add support for building with _GLIBCXX_DEBUG. New configure option by David Greene · 17 years ago
- e406873 Make Perl a required dependency and cause configure script to fail if it by Reid Spencer · 17 years ago
- 5c9f800 Bump version number in cvs by Tanya Lattner · 18 years ago