we don't need no stinking selfs
[libfirm] / ir / be / begnuas.c
2008-05-23 Matthias Braun- arch_get_irn_ops simplified
2008-04-19 Michael Beck- don't dump alignment 0
2008-04-04 Matthias Braunadd missing else for data in data section
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-02 Michael BeckC99 features removed
2008-03-30 Matthias Braunsome mach-o related fixes
2008-03-30 Matthias Braunmore elegant solution for tls dumping
2008-03-30 Matthias Braunsimplify begnuas.c by not sorting entities into sections
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-12 Michael Beckuse .word instead of .value, older gas don't support it
2008-03-06 Michael Beckallow empty initializers
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-16 Matthias Braunimplement bitfield dumping for new initializer style
2008-02-12 Matthias Braunfix string initializer emitting 1 char too much
2008-01-14 Matthias Braunbug fix for new initializers
2008-01-11 Michael BeckC99 features removed
2008-01-11 Matthias Braunintroduce new mode for initializer
2008-01-02 Michael Beckupdate copyright message
2008-01-02 Michael Beckadded GNU_FLAVOUR_YASM to support the YASM assembler
2007-11-28 Michael Becksize/aligment of types is now unsigned and in bytes...
2007-11-22 Michael Beckuse is_Const()
2007-11-20 Matthias Braunno need to set the entity for array entries in compound...
2007-09-26 Matthias Braunno environment anymore for emitters
2007-09-17 Christoph MallonAssert that static initialiser data does not overlap.
2007-08-01 Michael Beckfixed bitfield initializers:
2007-07-25 Michael Beckrenamed function to be_gas_label_prefix()
2007-07-24 Michael Beckadd support for symconst_label
2007-07-19 Christoph MallonUnions can be initialised statically now.
2007-07-19 Christoph MallonFix off-by-one error when sparsely initialising an...
2007-06-25 Matthias Braunuse the backend_marked flag correctly
2007-06-25 Michael Beckfixed initialization of arrays (hopefully)
2007-06-22 Michael Beckuse the new backend_marked flag
2007-06-18 Matthias Braunfixed warnings
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-23 Matthias Braunemit .skip if a string initializer is shorter than...
2007-05-09 Michael BeckFixed .comm output for mingw (no elf)
2007-05-05 Michael Beckdoxygen comments added
2007-04-30 Christian Würdigunified mein file comments
2007-04-27 Christian Würdigadded new licence header
2007-04-26 Michael BeckMore doxygen comments added
2007-04-02 Matthias Braun- Implement all the state switching stuff needed for...
2007-03-29 Matthias Braunmove backend into libfirm
2007-03-29 Matthias Braun- change #include <config.h> back to "config.h"
2007-03-19 Matthias BraunThe big committ: