- fixed one Win32 "deprecated posix name" warning
[libfirm] / ir / be /
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-08-05 Michael Beckremoved C99 stdbool.h from the "official" interface...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-08-05 Christoph MallonUpdate the liveness of the *operands* when fixing flags...
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 Krollfehler128: Crashes in Belady when compiled with -march...
2008-08-05 Moritz KrollFixed visibility of non-globals in GAS output for COFF
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-03 Christoph MallonDo not materialise the "strict"-part of strictConv...
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-08-02 Michael Beck- removed useless strlen()
2008-08-01 Moritz Krollfehler127: WTF - autobreak expects this to compile.
2008-08-01 Moritz Krollfehler126: edg fe crashes.
2008-08-01 Moritz Krollfehler125: Missing support for global asm statements.
2008-08-01 Moritz KrollReroute End-keep edges when creating critical edges...
2008-08-01 Moritz KrollFix fehler123 and fehler124.
2008-08-01 Moritz KrollIncorrect final value due to skipping too many float...
2008-08-01 Moritz Krollfehler123: ia32 transformer skips too many convs when...
2008-08-01 Matthias Braunavoid long long in public API
2008-08-01 Michael Beckremoved two not absolutely necessary const's preventing...
2008-08-01 Michael Beckfixed const
2008-08-01 Michael Beckptr add/sub test
2008-08-01 Matthias Braunfirm already had kill_node, no need to be_kill_node
2008-07-31 Michael Beckcombo test case
2008-07-31 Moritz KrollPanic on switch size bigger than 256000... WTF?!
2008-07-31 Sebastian BuchwaldAdded function firm_be_finish.
2008-07-31 Sebastian BuchwaldCall free functions.
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Christoph MallonGC attributes left over by r20834.
2008-07-31 Matthias Braun- reverted the "small, very small" optimisation, because:
2008-07-31 Matthias Braungeneralize support for segments
2008-07-30 Matthias Braunfix/improve peephole
2008-07-30 Matthias Braunuse peephoole_exchange, IncSP->Push should use ia32_Unk...
2008-07-30 Michael Beckfehler119 is C99
2008-07-30 Matthias Braunimproved fak.c
2008-07-30 Matthias Brauncosmetics
2008-07-30 Matthias Braundon't prefer 1 cpu architecture over another (and wonde...
2008-07-30 Michael Beckfix new fallthrough handling
2008-07-30 Christoph Mallonpanic() on internal error instead of assert(0)ing.
2008-07-30 Christoph MallonRemove handling for 32bit as smaller mode in emit_ia32_...
2008-07-30 Christoph MallonReplace be_peephole_before_exchange()+sched_remove...
2008-07-30 Matthias Braun- refactor emitter next/prev block handling a bit
2008-07-30 Christoph MallonRemove last remaining SCHEDULE_PROJS.
2008-07-30 Christoph MallonFix fehler120: Do only skip int->int, not float->int...
2008-07-30 Michael Beckfixed the parameter
2008-07-30 Michael Beckthe famous Factorial example
2008-07-29 Christoph Mallonfehler120: Backend discards float->int Conv for shift...
2008-07-29 Christoph MallonAdd main().
2008-07-29 Moritz Krollfehler119: crash in edg fe for C99 sizeof.
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Matthias Braundon't do the store-float-conv optimisation with double...
2008-07-29 Michael Beckcombo error
2008-07-29 Sebastian BuchwaldAdded simplified test case for conversion double2int.
2008-07-29 Matthias Braunmake testcase return 0 in main
2008-07-29 Matthias Braunfix/improve proj generation
2008-07-29 Matthias Brauncleanups/fixes for ASM handling
2008-07-28 Matthias Braunadd an asm test with an inout parameter
2008-07-28 Andreas ZwinkauAdding some test cases used for building the PBQP code...
2008-07-28 Sebastian Buchwaldadded support for ASM nodes
2008-07-28 Matthias Braunforgot to adjust mips backend for asm stuff
2008-07-28 Matthias Braun- handle parsing of assembler constraints in backends...
2008-07-28 Matthias Braunaccept directories or single tests as parameter
2008-07-28 Matthias Braunfix for latest makereport
2008-07-26 Michael Becktypo fixed
2008-07-25 Sebastian Buchwaldhandle Unknown nodes
2008-07-25 Andreas ZwinkauMoved assertion into if clause
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-07-24 Matthias Braunfix some phis not getting spilled correctly
2008-07-24 Matthias Braunrevert accidental commit
2008-07-24 Matthias Braunexperimental improvements for cases where all preds...
2008-07-24 Matthias Braunremove old files
2008-07-23 Matthias Braunbelady fixes/cleanups
2008-07-23 Michael Beck- add support for opcode specific hash function
2008-07-23 Michael Beck- removed old and unused dump_irn
2008-07-23 Matthias Braunplace spill entities at other end of frame
2008-07-22 Michael Beckadded doxygen comment
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-22 Matthias Braunadd some dumping hints to irop flags
2008-07-20 Sebastian Buchwaldtypo
2008-07-20 Sebastian Buchwald- clear action obstack after each application on a...
2008-07-18 Sebastian Buchwaldtypo
2008-07-17 Moritz Krollprint FAILED if reference compiler fails, we don't...
2008-07-17 Moritz Krollrot matcher incorrect
2008-07-15 Sebastian BuchwaldConvert const node to symconst node with the value...
2008-07-15 Matthias Braunbitop,shift,constant test
2008-07-15 Sebastian Buchwaldtypo
2008-07-14 Michael Beck- ia32_assign_exc_label() cannot take a const node...
2008-07-14 Matthias Braunremove unnecessary include
2008-07-14 Matthias Braundon't emit N_EINCL/N_BINCL as it has to be a proper...
2008-07-09 Matthias Braunfix some situations where too few spills were placed
2008-07-09 Matthias Braunrevert accidental commit
2008-07-09 Matthias Braunrevive belady late spilling
2008-07-09 Matthias Braunsmall reformating/cleanups
2008-07-09 Matthias Braunfix warning
2008-07-09 Matthias Braunfix warnings
2008-07-08 Michael Beck- small cleanup
2008-06-27 Michael Beckchange the costs for multiplication in the size case...
2008-06-27 Michael Beckadded be_peephole_before_exchange_and_kill() to fix...
next