aboutsummaryrefslogtreecommitdiff
path: root/sim/common/sim-fpu.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-02-04sim: Add partial support for IEEE 754-2008Faraz Shahbazker1-4/+106
2022-02-04sim: Factor out NaN handling in floating point operationsFaraz Shahbazker1-158/+31
2022-02-04sim: Allow toggling of quiet NaN-bit semanticsFaraz Shahbazker1-15/+16
2022-01-06sim: common: migrate to standard uintXX_t typesMike Frysinger1-78/+78
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-12-04sim: reorder header includesMike Frysinger1-2/+2
2021-05-16sim: switch config.h usage to defs.hMike Frysinger1-0/+3
2021-01-11sim: clean up C11 header includesMike Frysinger1-2/+0
2021-01-01Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2020-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2019-03-28sim/common: Fix warnings: "warning: implicit declaration of function..."Stafford Horne1-0/+3
2019-01-01Update copyright year range in all GDB files.Joel Brobecker1-1/+1
2018-01-02Update copyright year range in all GDB filesJoel Brobecker1-1/+1
2017-12-12sim: cgen: add remainder functions (needed for OR1K lf.rem.[sd])Peter Gavin1-0/+86
2017-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-17Minor comment fixes in sim/common/sim-fpu.c.Joel Brobecker1-67/+67
2016-01-17minor reformatting in sim/common/sim-fpu.c.Joel Brobecker1-2/+4
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
2015-04-29Fix problems in the sim sources discovered by running the cppcheck static ana...Nick Clifton1-2/+2
2015-01-01Update year range in copyright notice of all files owned by the GDB project.Joel Brobecker1-1/+1
2014-01-01Update Copyright year range in all files maintained by GDB.Joel Brobecker1-1/+1
2013-01-01Update years in copyright notice for the GDB files.Joel Brobecker1-2/+1
2012-01-02Update the copyright header of various files...Joel Brobecker1-1/+1
2011-03-15sim: common: trim trailing whitespaceMike Frysinger1-29/+29
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
2010-04-23sim: fix fpu missing initializer warningsMike Frysinger1-2/+2
2010-04-10sim: constify sim_fpu_print_statusMike Frysinger1-1/+1
2010-04-10sim: drop duplicate break statements in sim-fpuMike Frysinger1-6/+0
2010-01-01Update copyright notices to add year 2010.Joel Brobecker1-1/+1
2009-01-14 Update the copyright notice of some of the files I missedJoel Brobecker1-1/+2
2008-01-01 Updated copyright notices for most files.Daniel Jacobowitz1-1/+1
2007-08-24 Switch the license of all files explicitly copyright the FSFJoel Brobecker1-19/+10
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2006-08-29 * sim-fpu.c (pack_fpu): Handle QUIET_NAN correctly forThiemo Seufer1-0/+4
2005-07-08 * sim-fpu.c (sim_fpu_abs): Always clear the sign bit.Ian Lance Taylor1-8/+2
2005-07-08 * sim-fpu.c (pack_fpu): If SIM_QUIET_NAN_NEGATED is defined, use aIan Lance Taylor1-1/+12
2003-06-222003-06-22 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-28/+18
2003-06-22Oops! Committed to much, reverting :-(Andrew Cagney1-18/+28
2003-06-22Fix changelogAndrew Cagney1-1/+17
2002-11-282002-11-27 Richard Sandiford <rsandifo@redhat.com>Chris Demetriou1-27/+1
2002-06-12002-06-09 Aldy Hernandez <aldyh@redhat.com>Aldy Hernandez1-0/+4
2000-12-232000-12-15 Ben Elliston <bje@redhat.com>Ben Elliston1-31/+20
2000-11-082000-11-09 Ben Elliston <bje@redhat.com>Ben Elliston1-2/+2
1999-09-22import gdb-1999-09-21Jason Molenda1-1/+1
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+2578
1999-04-16Initial creation of sourceware repositoryStan Shebs1-2566/+0
1998-04-16o CVT.S.W and CVT.W.S were reversedAndrew Cagney1-3/+40
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney1-7/+19
1998-02-25Extend TRACE macros to include more cases.Andrew Cagney1-6/+205