- 1f6efa3 Merge System into Support. by Michael J. Spencer · 14 years ago
- 1ac320e It seems inconsistent to have LLVMCC_EMITIR_FLAG and by Duncan Sands · 14 years ago
- 1526b19 Initial support for being able to specify the llvm-gcc to use like this: by Duncan Sands · 14 years ago
- e15f2e1 fix the autoconf script to detect "has asmprinter"ness of a target by by Chris Lattner · 14 years ago
- c476ed9 remove JIT support from the Alpha backend. The JIT will be moving to MC, by Chris Lattner · 14 years ago
- 9d9ae9f Add --enable-docs. Patch by NAKAMURA Takumi. by Rafael Espindola · 14 years ago
- a84b567 Detect if llvm-gcc is built on dragonegg. by Tobias Grosser · 14 years ago
- baaadb2 Add polly support to the build system. by Tobias Grosser · 14 years ago
- 6b24116 First step to allowing the resource directory of Clang to be adjusted for by Chandler Carruth · 14 years ago
- 14074e8 Fix the last two commits to configure - configure is a generated file. by Eric Christopher · 14 years ago
- 48fd5a7 Add support for viewing graphviz graphs with xdot.py. by Dan Gohman · 14 years ago
- 3f2f21e Attempt to support platforms which don't have fenv.h. by Dan Gohman · 14 years ago
- f7a3c50 Create PTX backend. Patch by Che-Liang Chiou! by Nick Lewycky · 14 years ago
- f2ca8e6 Update to 2.9 post-2.8 branch. by Eric Christopher · 14 years ago
- 753f326 Fix LLVM target initialization to deal with sociopathic outside projects by Eric Christopher · 14 years ago
- 885b661 remove the MSIL backend. It isn't maintained, is buggy, has no testcases by Chris Lattner · 14 years ago
- b72573e Remove getsect checks, the result is unused and is broken anyhow. Fixes PR7967. by Eric Christopher · 14 years ago
- b3d3629 llvmc: remove dynamic plugins. by Mikhail Glushenkov · 14 years ago
- ee0f32d configure: Add detection of the linker version string. by Daniel Dunbar · 14 years ago
- d442d28 Add a bit of a hack to avoid multiple defines of variables in by Eric Christopher · 14 years ago
- eec5008 Fix PR7809 by creating a header for just llvm variables that can be by Eric Christopher · 14 years ago
- 4b39384 Fix a typo in a comment. by Dan Gohman · 14 years ago
- 56fb5f9 Remove CVS artifacts. by Dan Gohman · 14 years ago
- b1247c3 build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target" by Daniel Dunbar · 14 years ago
- 475b3d3 Use a C++ compiler for the atomic builtin check since we'll by Eric Christopher · 14 years ago
- 86fa2f2 Try to work around the relative install-sh path problem. by Eric Christopher · 14 years ago
- 4afb309 Remove extraneous character. by Owen Anderson · 14 years ago
- ba3fe69 Add support for detecting <mach-o/getsect.h> and the getsect() function. by Owen Anderson · 14 years ago
- 4411fbe Pull in the libCrashReporterClient.a information with a warning comment. by Eric Christopher · 14 years ago
- 654dee4 Look for and use a different darwin crash reporter library. by Eric Christopher · 14 years ago
- 943005e Fix a spello affecting platforms where the configure check fails. by Dan Gohman · 14 years ago
- da612d6 -retain-symbols-file is not what it seems. Update the makefiles by Dan Gohman · 14 years ago
- dd464df Add new configure option, --disable-timestamps, intended to turn off anything which would mess up binary/object comparisons. Currently: by Daniel Dunbar · 15 years ago
- 68cb319 Overhauled llvm/clang docs builds. Closes PR6613. by mike-m · 15 years ago
- 753b43c Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request of the Clang/FreeBSD by Daniel Dunbar · 15 years ago
- 39ed678 Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that by Dan Gohman · 15 years ago
- e05f609 Add an autoconf check for -retain-symbols-file and conditionalize by Dan Gohman · 15 years ago
- e429182 Add a check for posix_spawn. by Eric Christopher · 15 years ago
- 195d2de configure: Fix default value for optimize_option, I messed up the test condition by Daniel Dunbar · 15 years ago
- 21aa347 add minix support, patch by Kees van Reeuwijk! PR6797 by Chris Lattner · 15 years ago
- 52c0286 Fixed spurious warning problem noticed by Daniel Dunbar. The configure script by John Criswell · 15 years ago
- 0157f50 Force configuration of some projects before others. In particular, some by John Criswell · 15 years ago
- ca7d8ed Bump version number. by Tanya Lattner · 15 years ago
- 5a12971 Updated copyright year to 2010. by John Criswell · 15 years ago
- f28411f Tell Valgrind when we modify already-executed machine code so it knows by Jeffrey Yasskin · 15 years ago
- ec27496 Move the docsdir to /usr/share/doc/llvm to match other projects. by Eric Christopher · 15 years ago
- c771850 Make sure we save CXXFLAGS before setting it as pedantic and regenerate by Eric Christopher · 15 years ago
- 7def293 Added SAFECode (safecode) to the list of projects to automatically configure. by John Criswell · 15 years ago
- c901719 Try r96559 for the third time. This time the shared library is only built if by Jeffrey Yasskin · 15 years ago
- 9792de7 fix PR5954, patch by Roman Divacky. by Chris Lattner · 15 years ago
- 407fbdd Roll back r96959 again. by Jeffrey Yasskin · 15 years ago
- a70f28c Adding the MicroBlaze backend. by Wesley Peck · 15 years ago
- ea6c39d Roll r96559 forward again, adding libLLVM-2.7svn.so to LLVM. This links 3 of by Jeffrey Yasskin · 15 years ago
- 9851567 Initial configure support for using Clang as the LLVM capable compiler. by Daniel Dunbar · 15 years ago
- e209c38 Kill off unused LLVMGCCLIBEXEC make variable. by Daniel Dunbar · 15 years ago
- 951fd6d Kill off LLVMGCCARCH and LLVMGCC_VERSION make variables. by Daniel Dunbar · 15 years ago
- 99d9863 Kill off LLVMGCC_MAJVERS make variable. by Daniel Dunbar · 15 years ago
- 2155d45 Roll back the shared library, r96559. It broke two darwins and arm, mysteriously. by Jeffrey Yasskin · 15 years ago
- f6afae2 Add a shared library for LLVM, named libLLVM2.7svn.(so|dylib), and add an by Jeffrey Yasskin · 15 years ago
- bc83d06 Make --disable-libffi work on systems with libffi installed. Also by Jeffrey Yasskin · 15 years ago
- 1611ebb Reconfigure with autoconf-2.60, and fix autoconf.ac to work with that version. by Jeffrey Yasskin · 15 years ago
- f6ce9ef Remove unneeded checks from configure.ac. by Torok Edwin · 15 years ago
- 18aeeaa Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). by Torok Edwin · 15 years ago
- 0addbf5 Proper deduce z/System LLVM target from target triple when by Anton Korobeynikov · 15 years ago
- d6c8ec6 Fix typos. Thanks to John Tytgat for noticing it! by Rafael Espindola · 15 years ago
- fa3f0b9 Add CMake and configure logic to create llvm/Config/Disassemblers.defs. by Daniel Dunbar · 15 years ago
- 2b5e6b1 autoconf config.* claims to not know about auroraux triple. by Edward O'Callaghan · 15 years ago
- 420d23c Add configure options for specifying where to look for libstdc++. by Rafael Espindola · 15 years ago
- 7f9ec91 Add the --with-c-include-dirs to llvm's configure. The clang patch is next. by Rafael Espindola · 15 years ago
- 1fce948 configure: Add --with-optimize-option, for setting the default value of by Daniel Dunbar · 15 years ago
- 8039e03 Add an autoconf test to check for optional compiler flags like by Julien Lerouge · 15 years ago
- 8b67f77 Move DataTypes.h to include/llvm/System, update all users. This breaks the last by Chandler Carruth · 15 years ago
- 5da6046 Undo pthread patch from rev. 83930 & 83823. Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
- 2b19d69 Provide AuroraUX triple support in configure. Credit to - Paul Davey. by Edward O'Callaghan · 15 years ago
- df40664 Haiku porting patches, Credit to Paul Davey. by Edward O'Callaghan · 15 years ago
- fe897b2 Fix the OProfile part of PR5018. This fixes --without-oprofile, makes by Jeffrey Yasskin · 15 years ago
- 166b2b1 Fix configure bug that only shows up in a clean build. Don't try to invoke gcc by Nick Lewycky · 15 years ago
- 558aef8 On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but by Nick Lewycky · 15 years ago
- 7fd82e5 Enable -g with DEBUG_SYMBOLS and --enable-debug-symbols instead of by Jeffrey Yasskin · 15 years ago
- 68cecbd Leave a pointer to the documentation so that people don't end up change one but by Nick Lewycky · 15 years ago
- b7a8d40 Fix a compile failure introduced by r82675 on MinGW which doesn't have by Jeffrey Yasskin · 15 years ago
- e04701a PR4047: Permit configure --enable-targets=host,cpp for example. "host" has the by Jeffrey Yasskin · 15 years ago
- 0674f4b Update to latest versions of config.guess and config.sub from by Mike Stump · 15 years ago
- 030e5a0 Enable the jit for llvm-config. by Eric Christopher · 15 years ago
- 6493798 install-sh chmods to 0755 by default, and this causes 'git diff' to show by Torok Edwin · 15 years ago
- 4c75054 re-apply r80197, now that iterator.h is not mentioned any more by Gabor Greif · 15 years ago
- fffb726 --- Reverse-merging r80147 into '.': by Bill Wendling · 15 years ago
- a626e16 nobody includes llvm/ADT/iterator.h any more, by Gabor Greif · 15 years ago
- 2f3fa88 revert r78628 and r78803 as these are not needed any more by Gabor Greif · 15 years ago
- 87cbef0 Remove alloca config.h support. by Daniel Dunbar · 15 years ago
- 86d6350 Update copyright date. by Tanya Lattner · 15 years ago
- ed91bc4 TOT is now 2.7svn by Tanya Lattner · 15 years ago
- e55db74 The attached patches attempt to fix cross builds. For example, if you by Anton Korobeynikov · 15 years ago
- 2cf89b6 * Moved all tool version requirements to the same place by Misha Brukman · 15 years ago
- 9d63530 Converted tabs to spaces. by Misha Brukman · 15 years ago
- 10971d8 Lay the groundwork for my upcoming ilist sentinel shrinking patch by Gabor Greif · 15 years ago
- 73b7bb7 Build Blackfin target with autoconf and cmake. by Jakob Stoklund Olesen · 15 years ago
- d2cb3d2 Remove the IA-64 backend. by Dan Gohman · 15 years ago
- 8413b22 Fix typo by Daniel Dunbar · 15 years ago
- 092a9dd Sketch support for target specific assembly parser. by Daniel Dunbar · 15 years ago