backend_marked was a buggy/wrong concept, removed it
[libfirm] / ir / be / begnuas.c
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2010-01-28 Olaf Liebeemit unknown values as 0
2009-12-30 Michael Beck- kicked useless blocks
2009-09-24 Matthias Braun.word has different size on different architecutres...
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-03-02 Moritz KrollFix .ctors and .dtors section declaration in MinGW...
2009-03-02 Matthias Braunpartially revert alignment changes, ELF/GAS seem to...
2009-03-02 Matthias Braunfix alignment for .comm variables
2008-11-27 Michael Beck- drop dependency of mode_Bs
2008-11-22 Michael Beck- if( -> if (
2008-11-15 Christoph MallonRemove write-only variable.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-10-03 Matthias Braunconvert bitfield initializer tarvals before using them
2008-10-03 Matthias Braunfix firm outputting additional .skips after .string
2008-10-03 Matthias Braunmac assembler doesn't know .skip, use .space
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-21 Matthias Braunfix some problems with PIC symbols
2008-09-18 Michael Beckfixed indentation
2008-08-23 Christoph MallonFix output for long double initializers.
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-05 Moritz KrollFor COFF those .type and .size are not required and...
2008-08-05 Christoph MallonEmit .type and .size directives for non-common global...
2008-08-05 Moritz KrollFixed visibility of non-globals in GAS output for COFF
2008-07-31 Matthias Braungeneralize support for segments
2008-06-25 Michael Beck- fixed ir_printf format (%lu and %ld now working)
2008-06-12 Michael Beck- unfinished work to support exception label lookup
2008-06-03 Matthias Braunwe do need conv/cast skipping
2008-05-31 Matthias Braunoutputting +,-,* in assembler makes no sense for floats
2008-05-30 Matthias Brauncleanup space generation logic and make it more robust...
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: