aboutsummaryrefslogtreecommitdiff
path: root/sim/igen/igen.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-12Update copyright year range in header of all files managed by GDBAndrew Burgess1-1/+1
2023-01-01Update copyright year range in header of all files managed by GDBJoel Brobecker1-1/+1
2022-11-11sim: igen: constify various func argumentsMike Frysinger1-18/+23
2022-10-29sim, sim/{m32c,ppc,rl78}: Use getopt_longTsukasa OI1-2/+4
2022-01-06sim: igen: migrate to standard uintXX_t typesMike Frysinger1-1/+1
2022-01-01Automatic Copyright Year update after running gdb/copyright.pyJoel Brobecker1-1/+1
2021-10-31sim: igen: tighten up build outputMike Frysinger1-0/+2
2021-02-28sim: igen: drop config.h & header checkingMike Frysinger1-1/+0
2021-01-04sim: include stdlib.h for atoi()Mike Frysinger1-2/+1
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-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-01-01update copyright year range in GDB filesJoel Brobecker1-1/+1
2016-01-01GDB copyright headers update after running GDB's copyright.py script.Joel Brobecker1-1/+1
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-1/+1
2012-01-04Copyright year update in most files of the GDB Project.Joel Brobecker1-1/+1
2011-01-01run copyright.sh for 2011.Joel Brobecker1-1/+1
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/+1
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-4/+2
2007-01-09Copyright updates for 2007.Daniel Jacobowitz1-1/+1
2002-11-222002-11-21 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-229/+256
2002-11-222002-11-21 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-19/+22
2002-06-17* gen.c (gen_entry_expand_opcode): Initialize ``value'' to -1 andAndrew Cagney1-0/+2
2002-05-01[ common/ChangeLog ]Chris Demetriou1-4/+4
2002-03-082002-03-07 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-0/+11
1999-04-16Initial creation of sourceware repositorygdb-4_18-branchpointStan Shebs1-0/+1621
1999-04-16Initial creation of sourceware repositoryStan Shebs1-1615/+0
1998-04-14Broke parsing of !<val>!<val> when adding support for =<field>. Fix.Andrew Cagney1-7/+29
1998-04-14Add support for instruction word conditionals of the form `XXX!YYY'Andrew Cagney1-7/+22
1998-04-04Cleanup INLINE support for simulators using common framework.Andrew Cagney1-64/+86
1998-04-03Don't bother generating trace prefix string when not tracing.Andrew Cagney1-99/+92
1998-01-31igen: Fix SMP simulator generator support.Andrew Cagney1-30/+103
1997-10-27Add include-file support to igen.Andrew Cagney1-133/+168
1997-10-14Output line-ref to original igen source file when generating traceAndrew Cagney1-12/+25
1997-10-09Add -Wnodiscard option so that warning about discarded instructionsAndrew Cagney1-4/+11
1997-09-19Correctly locate `_' in generated names.Andrew Cagney1-1/+1
1997-09-19Change semantic function name to semantic_<INSN>_<FMT> instead ofAndrew Cagney1-3/+3
1997-09-15 * igen.c (gen_run_c): Handle non-multi-sim case.Andrew Cagney1-22/+34
1997-09-15Update to reflect change to sim/common/aclocal.m4 (allow sim/commonAndrew Cagney1-1/+1
1997-09-08Add multi-sim support to simulator.Andrew Cagney1-484/+1032
1997-05-29Add a simple dissasembler to igenAndrew Cagney1-38/+254
1997-05-07o Clean-up tic80 fp tracingAndrew Cagney1-3/+3
1997-05-06Add semantic tracing to the tic80Michael Meissner1-6/+5
1997-05-06Fix typo; pass trace_line request as arg; pass common stuff in static structMichael Meissner1-5/+8
1997-05-06Enable --trace-linenum supportMichael Meissner1-14/+13