Put opening curly brace of functions on a separate line.
[libfirm] / ir / be /
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
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-12 Matthias Braunfix warning
2010-02-12 Matthias Braunput my notes into the code so they don't get lost....
2010-02-11 Michael BeckC99 feature removed.
2010-02-11 Matthias Braunfix weak external functions
2010-02-11 Matthias Braundo not free the graph after emitting it (this should...
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-07 Michael BeckReverted r27079. Seems to be wrong.
2010-02-06 Michael BeckBugFix: ins_permuted means inversed flags, not negated ...
2010-02-06 Michael BeckFixed setcc transform:
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 Matthias Braunfix all pic bases I could find
2010-02-05 Matthias Braunfix another PIC problem
2010-02-05 Matthias Brauntry to fix PIC commons
2010-02-05 Christoph MallonEmit the symbol of PIC trampolines.
2010-02-05 Matthias Braunbring back PIC support
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-05 Michael Beckexport ia32_immediate_from_long()
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunfix buf: we can't handle floating point muxes
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckC99 feature removed.
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 Olaf LiebeFixed broken ia32_emitf (va_arg was not always called...
2010-02-01 Matthias Braunmake the character used for specifying elf types config...
2010-02-01 Matthias Braunfix fehler175.c
2010-02-01 Matthias Braunfix wrong mux_is_set test
2010-02-01 Matthias Braunfix fehler174
2010-02-01 Hannes Rapp[r27015]
2010-02-01 Hannes Rapp- std function-prolog emitter eingebaut
2010-01-29 Matthias Braunfix float constants with PIC code
2010-01-28 Christoph MallonReduce code duplication by jumping to the appropriate...
2010-01-28 Christoph MallonUse a real Dummy node instead of misusing an Unknown...
2010-01-28 Christoph MallonRemove write-only local variable.
2010-01-28 Olaf Liebeemit unknown values as 0
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-22 Michael Beckcosmetic change
2010-01-20 Matthias Braunfix doz stuff
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Matthias Braunremove ins_permuted from CMovcc and Setcc constructors...
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-17 Michael BeckPartly undo r26950: there seems be be subtile differenc...
2010-01-15 Michael BeckFixed register order (arg, the comments were in ATT).
2010-01-15 Michael BeckAdd binary emitter for setcc.
2010-01-14 Michael BeckAs a reminiscence to the famous MAC/65 assembler change...
2010-01-14 Matthias BraunMichael found a nice trick to implement sets for float...
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2010-01-07 Matthias Braunfix extended fehler171
2010-01-07 Matthias BraunFix fehler171
2010-01-07 Matthias Braunremove unused code
2010-01-07 Matthias BraunLiebe bugs part2: switch cases are analyzed in long...
2010-01-07 Matthias Braunadd comments and descriptions to mode_b lowering; refor...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2010-01-02 Michael Beckfixed doxygen comment
2009-12-31 Michael Beckget_arm_shift_modifier() has no implementation, removed...
2009-12-30 Michael Beck- kicked useless blocks
2009-12-28 Sebastian BuchwaldAdapted to revision 26847.
2009-12-28 Sebastian BuchwaldAdapted to previous commit.
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-21 Matthias Braunadapt to timer changes
2009-12-21 Matthias Braunadapt to timer changes
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-21 Matthias Braunremove some unused code
2009-12-19 Michael BeckRemoved C99 features and fixed 2 wrong assertions.
2009-12-19 Michael BeckC99 features removed.
2009-12-19 Michael BeckDeleted generated files from svn, there are (re-)create...
2009-12-18 Matthias Braunrename straight alloc to pref alloc to match the name...
2009-12-18 Matthias Brauncompile sparc backend
2009-12-18 Matthias Braunreformat/reindent to common style
2009-12-16 Matthias Braunfix compilation of endless loops which don't use memory
2009-12-16 Thomas Berschconsider all interference edges for reverse perfect...
2009-12-15 Hannes Rappinitaler checkin SPARC backend
2009-12-14 Thomas Berschdon't setup copymin data structures if no copymin is...
2009-12-14 Thomas Berschexec_freq support added
2009-12-14 Matthias Braundon't rewire keep_alive edges as they often violate...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-02 Michael BeckBugFix: Fixed off-by-one error introduced by r26724.
2009-12-01 Michael Beck- removed C99 features
2009-11-27 Thomas BerschComments and file header added.
2009-11-27 Thomas Berschout comment function removed.
2009-11-27 Thomas BerschComments and file header added.
2009-11-27 Matthias Braunpbqp is only available if FIRM_KAPS is defined
2009-11-27 Matthias Braunonly compile pbqpcoloring when FIRM_KAPS is enabled
2009-11-27 Thomas BerschChange bechordal_constraints.h to bechordal_common.h
2009-11-27 Thomas BerschInit functions for bechordal_common.c and bepbqpcolorin...
2009-11-27 Thomas BerschOption for coloring algorithm added.
next