OSDN Git Service

PR 11123
[pf3gnuchains/pf3gnuchains3x.git] / cgen /
2010-01-03 devans * utils.scm (copyright-fsf, copyright-red-hat): Update...
2009-12-18 devans * mep.opc: Apply patches from opcodes to compile with...
2009-12-18 devans * gen-all: Add support for building gcc/newlib.
2009-12-17 devans * sim.scm (/op-gen-written-update): Disable operand...
2009-12-11 nickcAdd -Wshadow to the gcc command line options used when...
2009-12-11 devans * gen-all: Rewrite. Build more ports. Split out...
2009-12-03 devanstweak comment
2009-11-25 devans(list-expand): Flag wip better.
2009-11-23 devans * hardware.scm (hw-pc?): New function.
2009-11-23 devansremove unnecessary comment in generated code
2009-11-23 devans * insn.scm (/parse-insn-format): Watch for duplicate...
2009-11-23 devans * mach.scm (<derived-arch-data>): New member large...
2009-11-23 devans * rtl-c.scm (/use-gcc-stmt-expr?): New function.
2009-11-22 devansremove old FIXME
2009-11-22 devans * rtl-c.scm (s-sequence): Use gcc's statement expressi...
2009-11-21 devans * sim.scm (/operand-number-elaboration-written?):...
2009-11-21 devans * read.scm (/cmd-define-rtl-version): Only log rtl...
2009-11-21 devans * operand.scm (op-nub): Delete.
2009-11-21 devans * dev-utils.scm: New file.
2009-11-15 devans * rtl-traverse.scm (/rtx-canon): Flag an error for...
2009-11-15 devans * gen-all: Explicitly build binutils, gas, ld, gdb...
2009-11-15 devans * gen-all: Explicitly build binutils, gas, ld, gdb...
2009-11-15 devans opcodes/
2009-11-13 devanswhitespace tweak to previous entry
2009-11-13 devans * rtl-c.scm (s-parallel): Use map-in-order instead...
2009-11-12 devans * html.scm (gen-insn-docs): Add logging message.
2009-11-06 devans * utils-cgen.scm (gen-set-macro2): New function.
2009-11-06 devans * co-for-gen-all: New file.
2009-11-06 devans * testsuite/name-comments-1.test: Update call to curre...
2009-11-06 devans * utils.scm (reduce): Delete.
2009-11-06 devansdowngrade some fixmes -> ???
2009-11-04 devans Specify isa(s) when doing ifield, operand, insn lookups.
2009-11-03 devanscomment tweaks
2009-11-03 devans * gen-all (do_src): Manually run cgen-all for sid.
2009-11-02 devanswhitespace cleanup
2009-11-02 devansminor spelling tweak
2009-11-02 devans * gen-all: New file.
2009-11-02 devans(/rtx-canon): Minor simplification of previous patch.
2009-11-02 devans * rtl-traverse.scm (/rtx-canon): Issue better error...
2009-10-29 devans * cos.scm (object-assign!): New function.
2009-10-26 devans Record bitset attributes internally as a list.
2009-10-26 devans * attr.scm (/attr-parse): Use /attr-val-is-rtx? to...
2009-10-26 devans Change internal representation of rtx attribute values.
2009-10-25 devans * gen-all-desc: Use cpu/sh.cpu instead of ../cpu/sh.cpu
2009-10-25 devans * gen-all-doc: Add sh.cpu.
2009-10-25 devans * sid-cpu.scm (/gen-sem-case): Tweaking debugging...
2009-10-25 devansadd some comments noting that ifields, operands, insns...
2009-10-25 devans * doc/rtl.texi: Add note that different ifields, opera...
2009-10-24 devans * desc-cpu.scm (/gen-hash-defines): Remove #include...
2009-10-24 devans * decode.scm: Tweak various comments.
2009-10-15 devans * opcode.scm (<ifield>, 'gen-insert): Use ifld-decode...
2009-10-15 devans * ifield.scm (<ifield>, value): Provide default initia...
2009-10-05 devans * sim-model.scm (@cpu@_prepare_run): Use @prefix@...
2009-09-30 devans * doc/intro.texi: Mention SID.
2009-09-30 devanscomment tweak
2009-09-30 devanscomment tweaks
2009-09-28 devans * cos.scm (/class-table): New global.
2009-09-27 devans * cos.scm (/object-debug-classes): Delete.
2009-09-27 devans * cos.scm (/method-lookup): Delete arg virtual?, all...
2009-09-25 devanstweak last entry
2009-09-25 devans * operand.scm (/anyof-merge-setter): Handle set-quiet.
2009-09-24 devanstweak last sid.scm changelog entry
2009-09-23 devans * xc16x.cpu (h-cr): New hardware.
2009-09-23 devans * rtx-funcs.scm (eq,ne,lt,gt,le,ge,ltu,leu,gtu,geu...
2009-09-22 devans(h-sint): add fixme
2009-09-22 devans* rtl-c.scm (all rtx functions): Rename local estate...
2009-09-22 devans * rtl-c.scm (/rtl-c-build-table): Renamed from rtl...
2009-09-21 devans * openrisc.cpu (or32 isa): Fix setup-semantics.
2009-09-21 devans * rtl.scm (rtx-class-*?): Delete, unused.
2009-09-21 devans * read.scm (/CGEN-RTL-VERSION): Initialize to #f.
2009-09-21 devans * dev.scm (load-doc): Set verbose-level to 2.
2009-09-20 devans * rtl.scm (rtx-strdump): Use write instead of display.
2009-09-17 devans * utils-cgen.scm (obj-csv-names): New function.
2009-09-12 devans Clean up pass of mode handling.
2009-09-12 devanswhitespace fix
2009-09-12 devanswhitespace tweaks
2009-09-12 devans * sim-test.scm (*): Symbols no longer can be passed...
2009-09-12 devansadd fixme
2009-09-10 devans* insn.scm (/parse-insn-format): Improve error message...
2009-09-10 devans * insn.scm (/parse-insn-format): New arg `verify?...
2009-09-10 devans * rtl-traverse.scm: Comment tweaks.
2009-09-10 devanstweak ifield-assertion text
2009-09-10 devanstweak ifield-assertion text
2009-09-09 devans * rtl.texi: Add text to docs on ifield-assertions.
2009-09-09 devansMove "Interactive development" up a level.
2009-09-09 devans * insn.scm (/insn-parse): Canonicalize the ifield...
2009-09-09 devanstweak error message
2009-09-09 devanstweak
2009-09-09 devans(/parse-insn-format): Tweak error message.
2009-09-09 devans * doc/porting.texi: Document #:trace, #:diag options...
2009-09-09 devans Add support for controlling warnings/errors.
2009-09-09 devans(<ifield> pretty-print): Fix typo.
2009-09-09 devans * dev.scm (*): Change default verbosity level to 2.
2009-09-09 devans * ifield.scm (ifld-beyond-base?): Remove args base...
2009-09-09 devans * iformat.scm (ifields-base-ifields): Simplify.
2009-09-08 dj* cpu/mep.opc (mep_cgen_insn_supported_asm): Change...
2009-09-08 devans * rtl-c.scm (/rtl-c-get): Convert symbols to strings...
2009-09-08 devans * types.scm (<struct>): Delete.
2009-09-08 devans * cos.scm (/object-error): Convert symbols to strings...
2009-09-08 devansminor tweak
next