ir_visibility cleanup
[libfirm] / ir / be / begnuas.c
2012-05-04 Matthias Braunir_visibility cleanup
2012-05-03 Christoph MallonEmit a \t before .globl.
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-03-13 Christoph MallonReduce code duplication.
2012-03-12 Matthias Braunsupport for variable sized compound/array types
2012-02-18 Matthias Braunbegnuas: make panic for tls on macho more clear
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-02 Matthias Braunintroduce Switch node
2011-10-27 Matthias Braunbe: let begnuas call be_dbg_method_begin/end
2011-10-27 Matthias BraunInitial support for dwarf debug info
2011-10-27 Matthias Braunlet backends decide wether to use begnuas
2011-10-27 Matthias Braunir_mode: simplify interface, improve float-mode handling
2011-09-06 Matthias Braunbegnuas: let user specify elf variants
2011-08-17 Christoph MallonFix emission of string initializers.
2011-07-05 Matthias Braunuse @progbits with .ctors/.dtors section (see also...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunidentify bitfield types based on whether they have...
2011-03-16 Matthias Braundon't emit .space with 0 bytes
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-06 Michael BeckFixed size_t related warnings.
2011-02-09 Matthias Braundo not output no_dead_strip for anonymous entities...
2011-01-17 Matthias Braunadd another special case to begnuas so string-sub-initi...
2011-01-08 Matthias Braunadd type verifier: entities in global types must have...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-07-06 Matthias Braunremove these largish/noisy headers
2010-06-25 Matthias Brauncleanup ia32 code (use private linkage where necessary...
2010-04-27 Hannes Rapp- added emit_section_sparc to begnuas
2010-04-15 Matthias Braungas on cygwin doesn't like section type (althought...
2010-02-26 Matthias Braunthe java frontend keeps methods in class types
2010-02-26 Matthias Braunfix bug where compound_graph_pathe were consider null
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-15 Matthias Braunoutput 'x' instead of 'w' flag for text setions
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonOutput proper local lables (starting with .L/L) for...
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Christoph MallonUse .space instead of .zero. The latter is not known...
2010-02-13 Christoph MallonNon-local common symbols on mach-o must be .comm, not...
2010-02-12 Matthias Braunfix linkonce for functions
2010-02-12 Matthias Braunfix
2010-02-12 Matthias Brauncorrect handling of local commons
2010-02-12 Matthias Braunreimplement macho
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-11 Michael BeckC99 feature removed.
2010-02-11 Matthias Braunfix weak external functions
2010-02-11 Olaf LiebeFixed name mangling for private entities
2010-02-11 Matthias Braunallow several odd weak combinations
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Matthias Braunput zero initialized entities into bss section (not...
2010-02-05 Christoph MallonDo not emit a label if a entity has no name.
2010-02-05 Christoph MallonSupport dtor sections on Mach-O.
2010-02-05 Matthias Braunmac gas doesn't get .octa
2010-02-05 Christoph MallonEmit the symbol of PIC trampolines.
2010-02-05 Matthias Braunbring back PIC support
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfurther corrections on 'COMMON' semantic
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
next