unified main comments
[libfirm] / ir / be / scripts /
2007-04-27 Christian Würdigadded new licence header
2007-04-19 Matthias Braungenerate C89
2007-04-19 Matthias Braunfirst step for generating flag datastructures, generato...
2007-04-18 Matthias Braun- Split bearch.h correctly into bearch.h and bearch_t.h
2007-03-31 Matthias Braundon't let some perl interpret as array...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-22 Matthias Braunnew register type
2007-03-19 Matthias BraunThe big committ:
2007-03-09 Andreas SchösserAdded code to run some initialization routines only...
2007-02-22 Christian Würdigfixed out-flags parsing
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunfix emitter perl script
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-08 Matthias Braunsupport empty emitter (in contrast to no emitter if...
2007-02-07 Matthias Braunfix backend script generating wrong oparity
2006-12-19 Christian Würdigadded comment_string_end
2006-12-18 Matthias Braun- indent generated code with tabs instead of spaces...
2006-12-15 Matthias Braunfix warning
2006-12-10 Matthias BraunMore missing config.h
2006-12-07 Christian Würdigfixed generation of default dummy unit
2006-12-04 Christian Würdigfixed the usage of real register names
2006-11-15 Christian Würdigadded ports per unit
2006-11-02 Christian Würdigadded support for abstract machine specification
2006-10-24 Christian Würdiggenerate backend specific machine variable
2006-10-24 Christian Würdigfixed comments
2006-10-24 Christian Würdigpass allowed execution units to node attribute initializer
2006-10-13 Christian Würdigfixed emitter (call printf foreach . line)
2006-10-09 Christian Würdigadded suppoprt for virtual registers
2006-10-06 Christian Würdigadded support for requirements: different from all in
2006-10-06 Christian Würdigfixed n_res calculation
2006-10-06 Christian Würdigadded support for separate outflags
2006-09-28 Christian Würdigadded support for joker register
2006-08-15 Christian Würdigadapted to new irn init function
2006-08-13 Christian Würdigwhile limiting registers: clear ignore registers before...
2006-08-13 Christian Würdigadded support for irn flag modify_ep
2006-08-03 Matthias Braunavoid a few variable unused warnings...
2006-05-19 Christian Würdigcreate op tag, register tag for each op, use tag to...
2006-05-15 Christian Würdigfixed bug: keep %% instead of translating it into a...
2006-05-15 Christian Würdigfixed arity and node attribute init when reg_req missing
2006-05-11 Johannes SpallekFixed creation of is_$arch_*()
2006-05-11 Christian Würdigcheck for iro in is_NODE functions (saves a Load)
2006-05-05 Christian Würdigemit comments in header
2006-04-20 Michael Beckregister slots are now automatically allocated together...
2006-04-08 Michael Beckhandle empty comments in automatic emitters right
2006-04-07 Michael BeckAdded "outs", allowing to specify that a node has more...
2006-04-04 Michael Beckuse the new machine user bit to mark x87 instructions
2006-04-02 Michael Beckcreate enum for all architecture specific opcodes
2006-03-29 Michael Beckadded R flag to mark real x87 instructions
2006-03-27 Michael Beckadd the X template to access x87 registers
2006-03-26 Michael BeckSet the new irop_flag_machine flag for all generated...
2006-03-25 Michael Beckcreate enums for the register index numbers
2006-03-24 Christian Würdigemit additional debug info
2006-03-24 Christian Würdigadded two new fucntions for getting first and last...
2006-03-23 Christian Würdigadded feature to specify and initialize additional...
2006-03-23 Christian Würdigadded feature to register additional opcodes
2006-03-22 Christian Würdigclear default ignore regs in bitset limit functions
2006-03-20 Christian Würdigadded new requirement type
2006-03-17 Christian Würdigadded comment sepaerator quoting
2006-03-17 Christian Würdigadded comment sign
2006-03-16 Christian Würdigrenamed emit_env_t to $arch_emit_env_t
2006-03-15 Christian Würdigbeautified emitter
2006-03-15 Christian Würdigfixed register requirement parsing
2006-03-11 Christian Würdigfixed requirement generation
2006-03-09 Christian Würdigremoved reset of generic function pointer
2006-03-09 Christian Würdiggenerate register function
2006-03-07 Michael Beckgenerate extern declarations for the new generated...
2006-03-07 Christian Würdigcall funtion instead of setting attributes directly
2006-03-03 Christian Würdigremoved some hardcoded ia32 identifier
2006-03-03 Christian Würdigfixed bug
2006-03-02 Christian Würdigadded missing ;
2006-03-02 Christian Würdiggenerate missing function prototypes in header file
2006-03-01 Christian Würdigremoved some stuff
2006-02-28 Christian Würdigfixed register type generation
2006-02-22 Christian Würdigadapted to interface changes
2006-02-20 Christian Würdigprepared for addressmode support
2006-01-28 Christian Würdigfixed attribute init in node constructors
2006-01-27 Michael BeckKeep flag added
2006-01-27 Christian Würdigchanged requirement allocation to static init
2006-01-26 Christian Würdigadapted to bearch changes
2006-01-26 Christian Würdigspill flag changed
2006-01-25 Christian Würdiglimit functions are void now
2006-01-19 Christian Würdiggenerate call-projnum-requirement magic
2006-01-19 Christian Würdiggenerate missing include
2006-01-18 Christian Würdigfixed requirement generation
2006-01-18 Christian Würdigfixed default constructor generation
2006-01-17 Christian Würdigfixed indents
2006-01-17 Christian Würdigchanged requirement generation
2006-01-16 Christian Würdigextended IN constraints with reference to out register
2006-01-13 Christian Würdigchanged format specifiers
2006-01-11 Christian Würdigadded new default emitter function for Copy and Perm
2005-12-16 Christian Würdignew name for register requirement
2005-12-13 Christian Würdigfixed a lot of bugs
2005-11-22 Christian Würdigremoved optimize node calls for default constructor...
2005-11-22 Christian Würdigequalize_src_dest if needed
2005-11-22 Christian Würdiggenerating register class definitions and register...
2005-11-22 Christian Würdigchanged names of generated files
2005-11-22 Christian Würdigextended default constructor with register requirement...
2005-11-08 Christian Würdiggenerate emitter functions from spec
next