| Commit message (Expand) | Author | Age | Files | Lines |
* | Update aosp/master llvm for rebase to r233350 | Pirama Arumuga Nainar | 2015-04-09 | 2 | -69/+0 |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 2 | -40/+1 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 3 | -6786/+5 |
* | Fix for executing AutoRegen.sh. Revert a part of r187209. | Patrik Hagglund | 2013-09-13 | 1 | -0/+16 |
* | Link with -rdynamic instead of -Wl,-export-dynamic. | Bob Wilson | 2013-08-02 | 1 | -4/+5 |
* | Remove dead or useless header checks from cmake and autoconf | Reid Kleckner | 2013-07-26 | 1 | -25/+3 |
* | [PowerPC] Support powerpc64le as a syntax-checking target. | Bill Schmidt | 2013-07-26 | 1 | -1/+1 |
* | Don't define LTDL_SHLIBPATH_VAR. | Rafael Espindola | 2013-06-11 | 1 | -15/+0 |
* | configure: when performing a compiler feature test for a -Wno-foo flag, attempt | Richard Smith | 2013-02-08 | 1 | -1/+1 |
* | [autoconf] Fix m4 quoting for newer autotools | NAKAMURA Takumi | 2013-01-30 | 2 | -13/+17 |
* | [autoconf] Fix 80+ and quoting. | NAKAMURA Takumi | 2013-01-30 | 1 | -8/+14 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Add support for the OpenBSD for Bitrig. | Eric Christopher | 2012-08-06 | 1 | -5/+5 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 3 | -3/+3 |
* | Fix CXXFLAGS for huge_val.m4. | Eric Christopher | 2012-04-02 | 1 | -1/+1 |
* | Add some fixes to the configure script for isInf and add | Eric Christopher | 2012-03-26 | 2 | -2/+2 |
* | configure: Don't require a perl interpreter to be present, LLVM's buildsystem... | Benjamin Kramer | 2012-03-07 | 1 | -16/+0 |
* | Enable -Wcovered-switch-default again, but add -Werror to the checks to make | Rafael Espindola | 2012-02-28 | 1 | -1/+1 |
* | Strip extraneous information, if present, from the linker version string on | Charles Davis | 2012-02-28 | 1 | -1/+1 |
* | autoconf/m4/visibility_inlines_hidden.m4: Tweak for cygwin-g++-4.5.3. It fold... | NAKAMURA Takumi | 2012-02-19 | 1 | -1/+1 |
* | Attempt #2 to fix mingw crossbuild. This time with more ugly hacks! | Benjamin Kramer | 2011-12-22 | 1 | -2/+2 |
* | Make the -fvisibility-inlines-hidden check more thorough in a hopeless attemp... | Benjamin Kramer | 2011-12-22 | 1 | -1/+3 |
* | Handle newer cases for freebsd which is approaching 10.0 and not 1.0. | Eric Christopher | 2011-10-26 | 1 | -6/+6 |
* | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 2 | -2/+2 |
* | configure: Add detection of the linker version string. | Daniel Dunbar | 2010-08-11 | 1 | -0/+21 |
* | Fix a spello affecting platforms where the configure check fails. | Dan Gohman | 2010-06-01 | 1 | -1/+1 |
* | -retain-symbols-file is not what it seems. Update the makefiles | Dan Gohman | 2010-06-01 | 1 | -10/+13 |
* | Fix an autoconf bug: The second argument to AC_LANG_PROGRAM is code that | Dan Gohman | 2010-04-25 | 1 | -3/+3 |
* | Add an autoconf check for -retain-symbols-file and conditionalize | Dan Gohman | 2010-04-16 | 1 | -0/+43 |
* | Make sure we save CXXFLAGS before setting it as pedantic and regenerate | Eric Christopher | 2010-03-02 | 1 | -0/+2 |
* | Remove unneeded checks from configure.ac. | Torok Edwin | 2010-01-26 | 6 | -121/+0 |
* | Fix autoconf 2.65 warning (don't use _cv_ inside AC_CACHE_VAL). | Torok Edwin | 2010-01-26 | 1 | -2/+2 |
* | Add an autoconf test to check for optional compiler flags like | Julien Lerouge | 2009-10-26 | 1 | -0/+2 |
* | On Linux, uname -m reports the kernel type. Some Linux systems are 32-bit but | Nick Lewycky | 2009-09-29 | 1 | -0/+17 |
* | install-sh chmods to 0755 by default, and this causes 'git diff' to show | Torok Edwin | 2009-08-28 | 1 | -1/+1 |
* | Revert r66765 and r66766. These were causing build failures on Darwin. | Bill Wendling | 2009-03-12 | 1 | -17/+0 |
* | Set ARCH to x86 on mixed 32/64-bit Linux systems. | Nick Lewycky | 2009-03-12 | 1 | -0/+17 |
* | Remove configurey-fu to autodetect hash_map and hash_set now that they are | Nick Lewycky | 2009-03-09 | 2 | -119/+0 |
* | Autodetect the availability of -export-dynamic in the linker. | Nick Lewycky | 2009-03-05 | 2 | -19/+41 |
* | When looking for executable extensions, ignore .dSYM, as that's the debug inf... | Jim Grosbach | 2008-09-26 | 1 | -1/+1 |
* | Reapply majority of r55557 but with the changes to compilation flags | Daniel Dunbar | 2008-09-02 | 1 | -0/+22 |
* | Revert r55557, it is causing linking failures on 32bit linux. | Matthijs Kooijman | 2008-09-02 | 1 | -22/+0 |
* | Enable -fvisibility-inlines-hidden by default for compilers which | Daniel Dunbar | 2008-08-30 | 1 | -0/+22 |
* | Fix broken default help strings for enable-shared, enable-static, and enable-... | Tanya Lattner | 2007-09-17 | 1 | -3/+3 |
* | Hack the shared library extension for dylib. The existing code just looks | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | Fix a configure warning noticed by Duncan Sands. | Reid Spencer | 2007-01-03 | 1 | -0/+1 |
* | Expose the sanity. | Reid Spencer | 2006-12-04 | 1 | -0/+2 |
* | Make the huge_val test run a C++ program not C | Reid Spencer | 2006-11-03 | 1 | -3/+3 |
* | Add a check to see if HUGE_VAL is sane or not. | Reid Spencer | 2006-11-03 | 1 | -0/+18 |