Age | Commit message (Expand) | Author | Files | Lines |
2012-02-02 | autoconf: restore old clang-srcdir behavior | Dylan Noblesmith | 1 | -1/+4 |
2012-02-02 | autoconf: honor --with-clang-srcdir | Dylan Noblesmith | 1 | -4/+4 |
2012-02-01 | autoconf: generate clang's private config.h header | Dylan Noblesmith | 1 | -0/+3 |
2012-01-26 | comment tweaks | Gabor Greif | 1 | -15/+15 |
2012-01-17 | Makefile: add missing files to FilesToConfig | Dylan Noblesmith | 1 | -1/+1 |
2012-01-05 | revert r147542 after comments from Joerg Sonnenberger | Sebastian Pop | 1 | -2/+0 |
2012-01-04 | use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT | Sebastian Pop | 1 | -0/+2 |
2012-01-01 | Happy new year 2012! | NAKAMURA Takumi | 1 | -2/+2 |
2011-12-28 | Add support for mipsel in configure. Fixes PR11669. Patch by Sylvestre Ledru. | Rafael Espindola | 1 | -0/+2 |
2011-12-22 | Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! | Benjamin Kramer | 1 | -2/+2 |
2011-12-22 | Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp... | Benjamin Kramer | 1 | -1/+3 |
2011-12-22 | Add configure support for kfreebsd and hurd. Patch by Sylvestre Ledru. | Rafael Espindola | 1 | -1/+6 |
2011-12-18 | capitalize project name, reference bugzilla | Dylan Noblesmith | 1 | -2/+2 |
2011-12-12 | Hexagon backend support | Tony Linthicum | 2 | -3/+9 |
2011-12-07 | configure: Don't warn about compiler-rt checked out into projects/. | Daniel Dunbar | 1 | -0/+1 |
2011-12-01 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 1 | -3/+0 |
2011-12-01 | Revert commit 145449 (ddunbar) since it is breaking the dragonegg buildbots. | Duncan Sands | 1 | -0/+3 |
2011-11-29 | llvm-config: Replace with C++ version (was llvm-config-2). | Daniel Dunbar | 1 | -3/+0 |
2011-11-28 | Add an optional separate install prefix for internal components. rdar://10217046 | Bob Wilson | 1 | -0/+6 |
2011-11-28 | rename ENABLE_THREADS to LLVM_ENABLE_THREADS | Dylan Noblesmith | 1 | -6/+7 |
2011-11-22 | Add configure checking for pread(2) and use it to save a syscall when reading... | Benjamin Kramer | 1 | -1/+1 |
2011-11-11 | Add an option '--enable-libcpp' that will have the compiler pass on | Eric Christopher | 1 | -0/+12 |
2011-11-01 | rename LLVM_HOSTTRIPLE into LLVM_DEFAULT_TARGET_TRIPLE | Sebastian Pop | 1 | -2/+2 |
2011-11-01 | derive LLVM_HOSTTRIPLE from target | Sebastian Pop | 1 | -1/+1 |
2011-10-27 | Remove the Alpha backend. | Dan Gohman | 1 | -6/+2 |
2011-10-26 | Revert 142997. It doesn't work on Mac OS or the BSDs, which all use the BSD | Charles Davis | 1 | -1/+0 |
2011-10-26 | Search for and use the strip program and pass it to install for it | Eric Christopher | 1 | -0/+1 |
2011-10-26 | Handle newer cases for freebsd which is approaching 10.0 and not 1.0. | Eric Christopher | 2 | -7/+7 |
2011-10-25 | Remove the Blackfin backend. | Dan Gohman | 1 | -6/+2 |
2011-10-24 | Remove the SystemZ backend. | Dan Gohman | 1 | -6/+2 |
2011-10-16 | autoconf: Introduce --with-clang-srcdir, to build out-of-tree clang as tools/... | NAKAMURA Takumi | 1 | -0/+11 |
2011-10-15 | ToT is now for 3.1. | Bill Wendling | 1 | -1/+1 |
2011-10-14 | ocaml bindings: add findlib META support | Torok Edwin | 1 | -0/+3 |
2011-10-13 | configure: [cygming] Set --disable-embed-stdcxx by default on --enable-shared. | NAKAMURA Takumi | 1 | -2/+2 |
2011-09-23 | We're no longer going to bother supporting platforms that don't | Eric Christopher | 1 | -4/+2 |
2011-09-21 | Remove the rest of the compiler checking from the top level configure | Eric Christopher | 1 | -72/+0 |
2011-09-20 | Remove llvm-gcc and various compiler handling from llvm. It's not needed | Eric Christopher | 1 | -125/+3 |
2011-09-20 | Fix typos. | Eric Christopher | 1 | -2/+2 |
2011-09-19 | Remove llvmc and assorted build machinery for it. | Eric Christopher | 1 | -3/+0 |
2011-09-19 | Rename LLVM_MULTITHREADED define and fix build without threads. | Eric Christopher | 1 | -2/+2 |
2011-09-16 | Move the AC_PROG_CC checks earlier in the configure file. The lateness | Eric Christopher | 1 | -5/+6 |
2011-09-16 | Have the llvm configure process look for clang, then llvm-gcc, and then gcc | Eric Christopher | 1 | -2/+2 |
2011-08-23 | Update config.sub, config.guess and configure. | Ivan Krasin | 2 | -6/+8 |
2011-08-18 | Add NativeClient operating system support. | Ivan Krasin | 1 | -0/+2 |
2011-08-18 | Update autoconfig/config.{sub,guess} to the latest version | Ivan Krasin | 2 | -176/+255 |
2011-08-02 | Update the default bug report url in autoconf. | Chad Rosier | 1 | -2/+2 |
2011-07-22 | Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo, | Evan Cheng | 1 | -6/+3 |
2011-07-21 | Added the infrastructute necessary for MIPS JIT support. Patch by Vladimir | Bruno Cardoso Lopes | 1 | -1/+1 |
2011-07-19 | Introduce MCCodeGenInfo, which keeps information that can affect codegen | Evan Cheng | 1 | -0/+3 |
2011-07-15 | Add new configure option, --with-bug-report-url, which allows users/vendors to | Chad Rosier | 1 | -0/+8 |