bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / be / scripts /
2012-12-02 Christoph Mallonbescripts: Copy all common node attributes into the...
2012-12-02 Christoph Mallonbescripts: Use strings, instead of arrays, to buffer...
2012-12-02 Christoph Mallonbescripts: Set be_emit_nothing() as emitter, if the...
2012-12-02 Christoph Mallonbescripts: Remove support for emit templates.
2012-12-02 Christoph Mallonbescripts: Remove unused execution unit specification.
2012-12-02 Christoph Mallonbescripts: Remove unused features and stale uses of...
2012-11-29 Christoph Mallonbeemit: Provide be_set_emitter() replacing identical...
2012-11-29 Christoph Mallonbe: Replace generate_emitter.pl by generate_emitter_new.pl.
2012-11-28 Christoph Mallonarch_spec: Remove remnants of unused operands.
2012-11-27 Christoph Mallonscripts: Reduce scope of variable.
2012-11-27 Christoph Mallonscripts: Use a string instead of magic numbers for...
2012-11-27 Christoph Mallonscripts: Simplify mapping flags.
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-10-23 Julian OppermannDon't set copy_attr_func to NULL for nodes without...
2012-07-18 Matthias Braunuse arch_emitf for emit lines without dot prefix
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-19 Christoph MallonRemove the unused flag irop_flag_always_opt.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-04-25 Matthias Braunadd dwarf register number to register description
2011-12-21 Matthias Braunbe: rework op_attr handling
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias Braunmove iterator/fourcc to private API
2011-12-07 Matthias Braunfix warnings in newer perls
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-11-10 Matthias Braunremove unused op_machine, op_machine_op stuff
2011-11-10 Matthias Braunbe: remove remnants of machine description
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-19 Matthias Braunfix perl warning
2011-10-17 Matthias Braunsparc: emit extra-indentation for delay slots
2011-10-17 Matthias Braungenerate nicer emitter code
2011-09-27 Matthias Brauninclude backend headers without "../"
2011-09-20 Matthias Braundo not use custom copy without custom attributes
2011-09-15 Matthias Braunsome cleanups for middleend node creation in backends
2011-08-15 Matthias Braunavoid generic names like flags in generator
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-05-27 Sebastian BuchwaldFixed some warning about unused variables.
2011-05-26 Matthias BraunDo not generate declaration for non-existing arch_get_n...
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Braunuse irg from block instead of current_ir_graph in backe...
2011-05-23 Matthias Braunadd support for backend nodes without attributes
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-28 Matthias Braunremove obsolete #defines
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-02-28 Matthias Braunfix warnings because compare_attr gets const nodes now
2010-11-19 Michael BeckAdd some doxygen docu.
2010-11-17 Michael BeckFixed indentation of generated code.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunmake sparc+arm backend completely independent from...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-09-22 Matthias Braunnode generator: don't create pn_ and n_ enums if there...
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-07-29 Matthias Braunuse new double wide register requirements; implement...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-27 Matthias Braundraft for register width specifications
2010-07-27 Matthias Braunimplement floatingpoint compares
2010-07-22 Matthias Braunperform custom abi construction in sparc as well to...
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-16 Matthias Braunsome cleanups in arm+sparc backends
2010-07-15 Matthias Braunchange backend node specification to use whole words...
2010-07-02 Matthias Braunremove commented out, old and unused code
2010-05-06 Matthias Braunmake script generate ANSI compliant code
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-24 Matthias Braunjumps have a special irn flag now so beirgmod can ident...
2009-09-19 Michael Beck- Active Perl 5.6 cannot cope with "${name}[]" in HERE...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2008-12-23 Christoph MallonLet the emitter generator generate fewer calls.
2008-12-23 Christoph MallonLet the backend generator scripts emit \t instead of...
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-14 Christoph MallonRemove unused void* from arch_register_t.
2008-10-14 Matthias Braunno HAVE_CONFIG_H needed anymore
2008-10-11 Matthias Braunmy perl 5.10 here seems to create the %cpu when doing...
2008-08-21 Christoph MallonRemove last vestiges of arch_register_req_type_should_b...
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-05-24 Michael Beckallocate all op attributes on block instead of a lot...
2008-05-24 Michael Beck- no need to add two custom pointers: the tag is now...
2008-05-23 Michael Beck- removed C99 features
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-01-02 Michael Beckupdate copyright message
2007-10-23 Christoph Mallon- Allow an arbitrary (for arbitrary < 32) number of...
2007-10-23 Christoph MallonDo no parse {,!}out_rBAR constraints anymore. The const...
2007-10-17 Matthias Braun- Add a generic_attribute field to irops
2007-09-30 Matthias Braunadd index to register classes, change some fields to...
2007-09-27 Christoph MallonAllow two should-be-same constraints for every out...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-18 Matthias Braunremove old (nonfinished) flags handling, allow specific...
2007-09-14 Matthias Braunpass op to custom init_attr function
2007-09-10 Matthias Braunallow user defined functions for outputting node init...
next