OSDN Git Service

* gas-test.scm (<hw-asm>, test-data): Handle () values.
[pf3gnuchains/pf3gnuchains3x.git] / cgen /
2009-08-18 devans * gas-test.scm (<hw-asm>, test-data): Handle () values.
2009-08-18 devans * pmacros.scm (-pmacro-builtin-internal-test): New...
2009-08-17 devans Rename .eval -> .exec. Add new .eval.
2009-08-16 devans * doc/porting.texi: Remove support for Guile 1.4.
2009-08-16 devans * read.scm (current-reader-location): Return unspecifi...
2009-08-13 devans * dev.scm: Document tracing options.
2009-08-13 devans * pmacros.scm (pmacro-dump): New function.
2009-08-13 devanstweak
2009-08-13 devansadd example usage of -t tracing option
2009-08-13 devansNew section for syntactic forms.
2009-08-13 devans Add .let* pmacro builtin.
2009-08-13 devanssome minor tweaks
2009-08-12 devans Clean up cpu file parsing, pass context consistently...
2009-08-11 devansfix typo in cload usage
2009-08-11 devans * doc/rtl.texi (hardware types): Add pc.
2009-08-07 devans Add -t option for tracing things like commands, pmacro...
2009-08-06 devans * read.scm (debug-env, debug-var-names, debug-var...
2009-08-06 devans Track source location better, for better error messages.
2009-08-05 devans(-attr-read): Add some fixmes.
2009-07-22 devans * modes.scm (TI,OI): New modes.
2009-07-22 devans * pmacros.scm (-pmacro-builtin-find): New predicate.
2009-07-21 devans * insn.scm (multi-insn-instantiate!): Use logging...
2009-07-21 devans * model.scm (parse-insn-timing): Tweak logging message.
2009-07-20 devansAdd testcase for nested pmacros with bindings.
2009-07-20 devans Fix binding of nested pmacro parameters.
2009-07-20 devans * ifield.scm (-multi-ifield-make-default-insert):...
2009-07-19 devans * rtl-c.scm (addc-cflag, addc-oflag, subc-cflag, subc...
2009-07-19 devans * doc/pmacros.texi (.not): Emphasize (.not 0) is not 1.
2009-07-18 devansfix typos in previous entry
2009-07-18 devans Use hash tables to record ifields, operands, insns...
2009-07-16 devans * doc/rtl.texi (Enumerated constants): Add example...
2009-07-16 devans * doc/porting.texi (Conventions): Add docs on writing...
2009-07-16 devans * cpu/simplify.inc (*): One line doc strings don't...
2009-07-16 devans * cpu/play.cpu: Add example of hardware `layout'.
2009-07-16 devans * cpu/play.cpu: Add example of hardware `layout'.
2009-07-16 devans * read.scm (parse-error): Don't print single entry...
2009-07-16 devans * insn.scm (multi-insn-instantiate!): Tweak logging...
2009-07-15 devans * gen-all-doc: Generate index.html.
2009-07-14 devansFix typo in earlier entry, s/iq20.cpu/iq10.cpu/
2009-07-13 devans Extend pmacro language, add testsuite.
2009-07-13 devans * decode.scm: Comment and formatting tweaks.
2009-07-12 devansAdd xc16x back until opcodes is updated.
2009-07-10 devans * utils-sim.scm (-gen-decode-bits): New argument ...
2009-07-10 devans * utils.scm (message): Handle pairs.
2009-07-08 dj* cpu/mep-ivc2.cpu (cpmovtocsar0_C3, cpmovtocsar1_C3,
2009-07-07 devans(-parse-insn-format-ifield-spec): Tweak error message.
2009-07-07 devans * cpu/play.cpu (add): Use (ifield enum) for one format...
2009-07-07 devans * cgen-opc.scm (-opc-file-path,opc-file-path): Move...
2009-07-07 devans * opc-ibld.scm (gen-insn-builder): Convert symbols...
2009-07-07 dj[cgen]
2009-07-02 dj* config/mep/mep-ivc2.cpu: Add VOLATILE to insns that...
2009-07-01 dj* cpu/mep-ivc2.cpu (cmov, cmovc, cmovh): Add intrinsic...
2009-06-27 devans * gen-all-intrinsics: New file.
2009-06-24 devans * All *.scm files: Update copyright year.
2009-06-24 devansUpdate for 1.1.
2009-06-24 dj[cgen]
2009-06-24 dj[cgen]
2009-06-22 devans * semantics.scm (insn-build-known-values): Fix typo...
2009-06-22 devans * rtl-xform.scm (rtx-simplify-insn): New function.
2009-06-22 devansRemove now outdated comment.
2009-06-22 devans * semantics.scm (semantic-compile): Change arg sem...
2009-06-21 devans * rtl-traverse.scm (-rtx-traverse-expr): Tweak comments.
2009-06-21 devans * rtl-c.scm (delay): Add FIXME, tweak formatting.
2009-06-21 devans * doc/rtl.texi (Expressions): Enhance docs of shift...
2009-06-20 devans * configure.in: Update version to 1.1.
2009-06-20 devans * desc-cpu.scm (cgen-desc.h): Tweak logit message...
2009-06-18 devans * gen-all-doc: Add fr30, ip2k, iq2000, lm32, mep, mt.
2009-06-18 devansfix typo in previous entry
2009-06-18 devans * html.scm (doc-analyze!): Provide defualt IDOC attrib...
2009-06-18 devans * dev.scm (cload): Change #:arch argument to take...
2009-06-15 devans * gen-all-doc: Use files in ../cpu where possible.
2009-06-15 devans * Makefile.am (ARCHFILE): Fix path.
2009-06-14 devansBack out change in version number.
2009-06-14 devans * read.scm (-CGEN-VERSION): Set version number to...
2009-06-14 devans * doc/cgenint.texi: Renamed from internals.texi. ...
2009-06-14 devans * Makefile.am (AUTOMAKE_OPTIONS): Add 1.9
2009-06-14 devans * guile.scm: Add "." to %load-path if >= guile version...
2009-06-14 devans * attr.scm: Removing trailing whitespace.
2009-06-14 devans * attr.scm: Removing trailing whitespace.
2009-05-28 dj[cgen]
2009-05-27 dj[cgen/cpu]
2009-05-22 dj[cgen]
2009-05-19 dj* cpu/mep.opc: Regenerate configuration.
2009-05-14 dj* intrinsics.scm (insns.md): Add RTL predicates.
2009-04-30 dj* mep-ivc2.cpu: New.
2009-04-20 dj* intrinsics.scm (intrinsics-analyze!): Include aliases.
2009-04-18 dj[cgen]
2009-04-18 djMissed ChangeLog Entry:
2009-04-08 dj[cgen]
2009-02-18 nickc * fr30-opc.c: Regenerate.
2009-02-03 dj* cpu/mep-core.cpu: Update to new MeP configuration.
2008-12-23 fche2008-12-23 Frank Ch. Eigler <fche@redhat.com>
2008-12-17 devansUpdate my email address.
2008-06-17 brolley2008-06-17 Dave Brolley <brolley@redhat.com>
2007-11-13 brolley2007-11-13 Dave Brolley <brolley@redhat.com>
2007-11-05 brolley2007-11-05 Dave Brolley <brolley@redhat.com>
2007-09-21 brolley2007-09-21 Dave Brolley <brolley@redhat.com>
2007-08-21 brolley2007-08-21 Dave Brolley <brolley@redhat.com>
2007-07-05 nickcChange source files over to GPLv3.
2007-05-22 nickcUse @copying around copyright notices
next