| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r257532 (by adrian): | dim | 2013-12-30 | 1 | -3/+1 |
* | After r255321, clang uses libc++ by default. This leads to a lot of | dim | 2013-09-12 | 1 | -0/+4 |
* | Teach libstdc++ about logl(3). | pfg | 2013-08-13 | 1 | -2/+2 |
* | Regenerate libstdc++'s config.h, synchronizing it with our current | dim | 2013-02-15 | 1 | -5/+14 |
* | Add compiler support for the ARM EABI. | andrew | 2013-01-17 | 1 | -1/+9 |
* | For building GNU libstdc++ and libsupc++, filter out libc++-specific and | dim | 2012-10-23 | 1 | -1/+3 |
* | For building libstdc++ and libsupc++, filter out any -stdlib=libc++ | dim | 2012-08-25 | 1 | -0/+1 |
* | Turn on TLS support for arm on here as it is supported since r231618/ | marius | 2012-06-14 | 1 | -1/+1 |
* | Make libsupc++ build as a shared library and make libstdc++ a filter library | theraven | 2012-03-31 | 1 | -1/+1 |
* | When one attempts to compile the tree with -march=i386, which also used | dim | 2011-11-06 | 1 | -1/+1 |
* | Now that TLS is supported for sparc64 by both binutils 2.17.50 committed | marius | 2011-03-11 | 1 | -1/+1 |
* | GCC defines built-ins for atomic instructions found on i486 and higher. | tijl | 2010-09-07 | 2 | -2/+2 |
* | MFtbemd: | imp | 2010-08-23 | 1 | -6/+6 |
* | Non-GCC gcc compatible compilers may provide the same multimedia intrinsic | obrien | 2010-05-12 | 1 | -1/+2 |
* | Use the new PO_CXXFLAGS from r202807 to remove the '-ffunction-sections' | sepotvin | 2010-01-22 | 1 | -0/+1 |
* | There's no need to redundantly redefine atomicity.h. | imp | 2008-12-31 | 1 | -1/+0 |
* | Install extra include files that were forgotten in original GCC 4.2.x | kan | 2008-06-16 | 1 | -1/+15 |
* | Add MIPS to the list of "no TLS" architectures. | gonzo | 2008-05-03 | 1 | -1/+1 |
* | Install etx/numeric_traits.h. | kan | 2007-08-16 | 1 | -4/+4 |
* | Fix the fallout from over-zealous obsolete files removal. Use correct | kan | 2007-05-19 | 1 | -1/+1 |
* | Update bmake glue to build GCC 4.2. | kan | 2007-05-19 | 2 | -513/+783 |
* | The ARM platform does the setjmp/longjmp type of exception handling. | obrien | 2006-10-05 | 1 | -0/+3 |
* | Fix build due to the incomplete removal of demangle.h. | ru | 2006-09-30 | 1 | -1/+1 |
* | Reduce diffs with file generated by FSF configure. | kan | 2006-09-22 | 1 | -12/+18 |
* | Include <sys/defs.h> to get __ISO_C_VISIBLE definition is one is not | kan | 2005-09-16 | 1 | -0/+3 |
* | Do not expose vfwscanf, vswscanf, vwscanf and wcstof functions if | kan | 2005-09-16 | 1 | -0/+8 |
* | Bump the shared library version number of all libraries that have not | kensmith | 2005-07-22 | 1 | -1/+1 |
* | Enforce style.Makefile(5). | trhodes | 2005-04-22 | 1 | -1/+1 |
* | Teach libstdc++ about frexpl() and ldexpl(). | das | 2005-03-26 | 1 | -2/+2 |
* | More math functions. | kan | 2005-01-26 | 1 | -3/+3 |
* | We have floorl() now. Reflect this in the library config file. | kan | 2005-01-26 | 1 | -1/+1 |
* | Of all templates only lists need a special implmementation file compiled | kan | 2005-01-26 | 1 | -8/+9 |
* | Add -frandom-seed=RepeatabilityConsideredGood to CFLAGS for building this | cperciva | 2005-01-17 | 1 | -0/+1 |
* | Add atomicity.cc to CLEANFILES. | ru | 2004-09-01 | 1 | -0/+1 |
* | Bmake glue for GCC 3.4.2-prerelease. | kan | 2004-07-28 | 2 | -522/+626 |
* | We generate this file from config.h automatically. | kan | 2004-07-28 | 1 | -1227/+0 |
* | Fixed style of DPADD and LDADD assignments as per style.Makefile(5). | ru | 2004-02-05 | 1 | -2/+2 |
* | Correct the atomicity.h fallback path on architectures which do not | kan | 2004-01-06 | 1 | -1/+1 |
* | Do not install files which are not part of GCC 3.3.x anymore. | kan | 2004-01-05 | 1 | -3/+3 |
* | Update bmake bits to build GCC 3.3.1-prerelease. | kan | 2003-07-11 | 1 | -29/+41 |
* | Update for GCC 3.3.1-pre. | kan | 2003-07-11 | 2 | -24/+96 |
* | Oops, remove hack to stop libstdc++.so being built now that gcc uses | peter | 2003-06-26 | 1 | -5/+0 |
* | Do not bogusly set CSTD to the empty string. | des | 2003-06-14 | 1 | -1/+0 |
* | Something funky is going on here... disabling CSTD makes it go away... | obrien | 2003-06-02 | 1 | -0/+1 |
* | libstdc++.so breaks on amd64 due to bogons in our build, so prevent the | peter | 2003-05-24 | 1 | -0/+5 |
* | Enable wchar_t support in libstdc++. | kan | 2003-04-29 | 2 | -2/+2 |
* | Enable ISO-C99 compatibility -- among other things, this tells libstdc++ | obrien | 2003-04-25 | 2 | -9/+9 |
* | Update for GCC 3.2.2 | kan | 2003-02-19 | 2 | -11/+17 |
* | Install one more header file which is new with GCC 3.2.2. | kan | 2003-02-10 | 1 | -0/+1 |
* | C++ exceptions with shared libraries are working on sparc64 now. | kan | 2002-12-05 | 1 | -2/+0 |