aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/config/cpu
AgeCommit message (Expand)AuthorFilesLines
2003-12-19atomicity.h: Remove memory clobbers.Jason Merrill7-43/+36
2003-12-10linker-map.gnu: Remove private ios_base members from export list.Benjamin Kosnik12-64/+62
2003-12-08re PR libstdc++/12496 (wrong result for __atomic_add(&value, -1) when using -...David S. Miller1-2/+4
2003-10-20ffi.c: Use _ABIN32, _ABIO32 instead of external _MIPS_SIM_NABI32, _MIPS_SIM_A...Rainer Orth1-2/+2
2003-10-16atomicity.h (__exchange_and_add): Use TAS on __mcf5400__.Bernardo Innocenti1-7/+10
2003-08-07re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68...Bernardo Innocenti1-1/+1
2003-08-07re PR libstdc++/11784 (atomic __exchange_and_add() broken for ColdFire and 68...Bernardo Innocenti1-46/+25
2003-07-23atomicity.h: Change _GLIBCXX_INST_GLIBCXX_ATOMICITY_LOCK to _GLIBCXX_INST_ATO...Steve Ellcey1-2/+2
2003-07-05Move from CPP to CXX.Benjamin Kosnik12-27/+27
2003-06-02re PR libstdc++/9815 (atomicity.h - fails to compile with -O3 -masm=intel)Andrew Pinski2-3/+3
2003-06-02re PR libstdc++/11062 (Please avoid __attribute__ ((unused)))Richard Kreckel1-2/+2
2003-04-29atomicity.h: New file.Joel Sherrill1-0/+75
2003-03-20atomicity.h (__exchange_and_add, [...]): Only .set mips2 for the o32 ABI.Alexandre Oliva1-1/+5
2003-02-13atomicity.h (_Atomic_add_mutex): Fix declaration.Phil Edwards1-7/+18
2003-02-09atomicity.h (__Atomicity_lock<__inst>::_S_atomicity_lock): Correct alignment.John David Anglin1-6/+9
2003-01-02atomicity.h (__exchange_and_add, [...]): *__mem is also an output.Jason Merrill2-9/+9
2002-11-08atomicity.h: Provide atomic __exchange_and_add and __atomic_add.Phil Edwards1-6/+21
2002-11-05os_defines.h (_GLIBCPP_INST_ATOMICITY_LOCK): Define.John David Anglin1-0/+87
2002-11-02re PR libstdc++/7926 (i486 instructions in header files make c++ programs cra...Benjamin Kosnik3-176/+0
2002-10-03re PR libstdc++/3584 (arm-specific atomic operations not atomic)Richard Earnshaw1-173/+14
2002-09-26Makefile.am (target_headers): Remove cpu_limits.h.Benjamin Kosnik12-433/+0
2002-09-06configure.target: Use cpu_include_dir="config/cpu/sparc" for all sparc targets.Jakub Jelinek2-72/+45
2002-08-29cpu_limits.h: New file.Richard Earnshaw1-0/+33
2002-07-30cpu_limits.h (__glibcpp_long_bits): Define.Alan Modra2-42/+12
2002-07-08configure.target: Fix comment for mips atomicity.Eric Christopher1-6/+9
2002-06-24*: Move header files up a level.Phil Edwards25-0/+0
2002-06-03atomicity.h (__exchange_and_add): Fix inline assembly for old assemblers.Marc Espie1-1/+1
2002-04-23cpu_limits.h: New file.Hans-Peter Nilsson1-0/+34
2002-02-14atomicity.h: Corrected for RTEMS targets which do not have a CAS instruction.Joel Sherrill1-5/+27
2002-01-23re PR libstdc++/5198 (3.0.3 linux x m68k build fail: invalid opcodes in c++lo...Richard Henderson1-10/+85
2002-01-09cpu_limits.h (__glibcpp_long_bits): Add definition.Bo Thorsen1-0/+2
2001-12-28cpu_limits.h: New file.Richard Henderson1-0/+36
2001-12-11* config/cpu/sparc/sparc32/bits/atomicity.hLoren J. Rittle1-0/+2
2001-12-08atomicity.h (struct __Atomicity_lock<__inst>): Add.Nathan Myers1-6/+13
2001-10-26os_defines.h: Set to 64 bit longs with __s390x__ only.Benjamin Kosnik1-5/+0
2001-10-23limits.h: Move to...Benjamin Kosnik8-6/+157
2001-10-19limits.h: New file.Andreas Jaeger2-0/+91
2001-10-05atomicity.h (__compare_and_swap): Remove unused function.Phil Edwards9-210/+0
2001-10-01* config/cpu/cris/bits/atomicity.h: Correct file header.Hans-Peter Nilsson1-2/+2
2001-09-29* config/cpu/cris/bits/limits.h: New file.Hans-Peter Nilsson1-0/+33
2001-09-29configure.target (LIMITSH): Set for cris.Hans-Peter Nilsson1-0/+79
2001-08-24limits.h (__glibcpp_long_double_bits): Only define if not already provided by...Loren J. Rittle1-0/+3
2001-08-16configure.target: Set LIMITSH for powerpc-*-*.Franz Sirl1-0/+33
2001-08-15configure.target (cpu_include_dir): Set to `config/cpu/m68k' for m68k and m68...Andreas Schwab1-0/+61
2001-08-14Added atomicity.h header for s390.Ulrich Weigand1-0/+60
2001-08-13configure.in (LIMITS_INC_SRCDIR): New variable.Mark Mitchell2-0/+73
2001-07-31configure.target: Remove mips from cpu table.Benjamin Kosnik1-36/+3
2001-07-25configure.target (cpu_include_dir): Set to `config/cpu/mips' for mips.H.J. Lu1-0/+138
2001-02-28Correct license.Benjamin Kosnik9-150/+240
2001-02-19atomicity.h (__compare_and_swap): Fix typo.Andreas Jaeger1-2/+2