aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/cpu
AgeCommit message (Expand)AuthorFilesLines
2011-01-30PR libstdc++/36104 part fourBenjamin Kosnik10-21/+51
2011-01-15re PR libstdc++/36104 (gnu-versioned-namespace is broken)Benjamin Kosnik2-6/+8
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek4-4/+4
2010-12-19*: Use headername alias to associate private includes to public includes.Benjamin Kosnik5-12/+9
2010-09-30Check in support for Xilinx MicroBlaze processor.Michael Eager1-0/+34
2009-09-14atomicity.h (__exchange_and_add): Set earlyclobber constraint.Andrew Stubbs1-1/+1
2009-04-22* include/ext/atomicity.hJan Hubicka9-24/+24
2009-04-09Licensing changes to GPLv3 resp. GPLv3 with GCC Runtime Exception.Jakub Jelinek19-273/+178
2009-04-06atomicity.h: Put the SH4A specific functions in the __gnu_cxx namespace.Andrew Stubbs1-40/+41
2009-01-08re PR libstdc++/36801 (config/cpu/generic/atomicity_mutex/atomicity.h incorre...Benjamin Kosnik1-3/+8
2008-05-13atomicity.h: Remove file.David Daney1-86/+0
2008-01-08configure.ac (--enable-linux-futex): Add new configure option.Jakub Jelinek2-2/+11
2007-12-15configure.host (try_cpu settings): Set try_cpu=cris for crisv32.Hans-Peter Nilsson1-1/+14
2007-06-17atomicity.h: Use __mcfisaa__...Nathan Sidwell1-3/+3
2007-02-02c++config: Consistent macro guards for config includes.Benjamin Kosnik1-5/+5
2007-01-26re PR libstdc++/30586 (Namespace pollution in c++ headers)Paolo Carlini1-2/+2
2007-01-13atomicity.h (__exchange_and_add): Don't use ordered store.John David Anglin1-4/+2
2006-12-05localefwd.h: Consistent @file placement...Benjamin Kosnik5-1/+19
2006-11-29throw_allocator.h: Consistent @file markup.Benjamin Kosnik3-0/+12
2006-11-18rs6000.h (TARGET_NO_LWSYNC): Define.Joseph Myers1-0/+4
2006-10-09re PR libstdc++/29095 (cxxabi.h __cxa_cdtor_type not declared when included f...Benjamin Kosnik2-4/+10
2006-09-14atomicity.h: Move to...Benjamin Kosnik9-17/+15
2006-09-12eh_globals.cc: Remove __gnu_internal.Benjamin Kosnik2-10/+10
2006-08-31re PR libstdc++/28671 (undefined reference to `__sync_fetch_and_add_4')Benjamin Kosnik1-2/+0
2006-07-14acinclude.m4 (GLIBCXX_ENABLE_ATOMIC_BUILTINS): New.Benjamin Kosnik3-2/+7
2006-05-27configure.host: If the CPU provides atomic builtins select generic/atomic_bui...Paolo Carlini4-138/+3
2005-12-19c++config: Add in revised namespace associations.Benjamin Kosnik13-48/+63
2005-11-05re PR libstdc++/22203 (std::numeric_limits<int>::traps is wrong on PPC)Paolo Carlini2-0/+69
2005-08-19atomicity.h: Replace broken generic code with current copy of generic/atomici...J"orn Rennecke1-44/+28
2005-08-17All files: Update FSF address.Kelley Cook21-21/+21
2005-06-07s390.md: ("UNSPECV_MB", "UNSPECV_CAS"): New constants.Adrian Straetling1-14/+2
2005-05-25atomicity.h: Use the builtins for atomic memory operations.Paolo Carlini3-72/+10
2005-04-06atomicity.h (__exchange_and_add): Add "memory" clobber to inline assembly sta...Ulrich Weigand1-1/+2
2005-02-28re PR target/19065 (Make CRIS libstdc++ asms autoincrement-safe)Hans-Peter Nilsson1-5/+5
2004-12-27Add memory barriers to the double-checked locking used for static initializat...Jason Merrill7-6/+178
2004-09-16cxxabi_tweaks.h (__cxa_cdtor_return_type): Define.Mark Mitchell2-0/+6
2004-08-20atomicity.h (__exchange_and_add, [...]): Add memory barrier to locking asm.John David Anglin1-2/+4
2004-08-12cxxabi_tweaks.h: Define __cxa_vec_ctor_return and _GLIBCXX_CXA_VEC_CTOR_RETURN.Paul Brook2-2/+16
2004-08-04fix typoJason Merrill1-1/+1
2004-07-28Introduce sh4a support.Alexandre Oliva1-0/+123
2004-07-02cxxabi_tweaks.h: New file.Paul Brook2-0/+106
2004-03-22atomicity.h (__atomic_add): Remove "static inline" and attribute-unused.Hans-Peter Nilsson1-8/+12
2004-03-19atomicity.h: Prevent reg loads between LL and SC instructions.Michael Eager1-10/+12
2004-03-07re PR libstdc++/12658 (Thread safety problems in locale::global() and locale:...Benjamin Kosnik2-21/+8
2004-02-28atomicity.h (__atomic_add): Make first argument volatile.John David Anglin1-1/+1
2004-02-27atomicity.h: Include c++config.h to get defines.Benjamin Kosnik4-31/+31
2004-02-27atomicity.h: New, forward declarations for __atomic_add and __exchange_and_add.Benjamin Kosnik15-556/+625
2003-12-24atomicity.h (__exchange_and_add): Fix output constraint.Andrew Pinski1-1/+1
2003-12-24re PR libstdc++/13480 (bits/atomicity.h:56: warning: read-write constraint do...Andrew Pinski1-2/+3
2003-12-20fix thinkoJason Merrill1-2/+2