- fixed one Win32 "deprecated posix name" warning
[libfirm] / ir /
2008-08-05 Michael Beck- fixed one Win32 "deprecated posix name" warning
2008-08-05 Michael Beck- more comments added, renamed some functions to have...
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 Michael BeckBugFix: map all anchored nodes of the called graph...
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 Michael Beckremoved unneccessary recalculation of out edges
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 MallonInitialise and set the "changed"-flag.
2008-08-04 Christoph MallonUsing an obstack is slightly overkill.
2008-08-04 Michael Beck- BugFix: invalidate analyis info in graph was modified
2008-08-04 Matthias Braunrename lower_Switch to lower_switch to be consistent...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
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- add missing transform_Proj_Bound()
2008-08-03 Michael Beck- More restructureation:
2008-08-03 Michael Beckfixed warnings
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beckmore fixes for r20946
2008-08-02 Michael Becktypo fixed
2008-08-02 Michael Beckrevised equivalent_node() functions:
2008-08-02 Christoph MallonConvI(ConvF(I)) -> I, iff float mantissa >= int mode
2008-08-02 Christoph MallonReplace memcpy() by simple assignment.
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-08-02 Michael Beck- removed useless strlen()
2008-08-02 Michael Beckremoved debug mask setting
2008-08-02 Michael BeckSmall improvements:
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 Moritz KrollFixed switch lowering
2008-08-01 Matthias Braunadd TEMPLATE backend to Makefile
2008-08-01 Matthias Braunavoid long long in public API
2008-08-01 Matthias Brauncommit my experimental new reassoc before it gets lost...
2008-08-01 Matthias Braunfix warning
2008-08-01 Matthias Braunsmall optimisation (avoids edges_notify_edge)
2008-08-01 Michael Beckadd comment
2008-08-01 Michael Beckremoved two not absolutely necessary const's preventing...
2008-08-01 Michael Beck- tarval_sub() now has an additional parameter, needed for
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-08-01 Christoph MallonAdd two break; missing in r20857.
2008-08-01 Christoph MallonSkip a single downconv even if it has multiple users.
2008-08-01 Christoph MallonInclude limits.h for LONG_{MAX,MIN}.
2008-08-01 Moritz KrollTesting helps... *yawn*
2008-08-01 Moritz KrollImplemented simple switch lowering
2008-07-31 Michael Beck- removed a now superfluous function
2008-07-31 Sebastian BuchwaldDeactivate edges before freeing an irg.
2008-07-31 Sebastian BuchwaldFixed more memory leaks.
2008-07-31 Sebastian BuchwaldFixed revision 20864.
2008-07-31 Michael Beckcombo test case
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Moritz KrollPanic on switch size bigger than 256000... WTF?!
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Michael Beck- allow add and sub with reference values
2008-07-31 Sebastian BuchwaldCall firm_be_finish, but who calls me?
2008-07-31 Sebastian BuchwaldAdded function firm_be_finish.
2008-07-31 Sebastian BuchwaldCall free functions.
2008-07-31 Michael Beck- use double-linked lists instead of flexible arrays...
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Sebastian Buchwaldtypo
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Moritz KrollAdded Beck's VC obstack version. Updated VC project
2008-07-31 Michael Beck- BugFix: when splitting by input, ensure than Z is...
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 Braunfix warning
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 Braunsimply deactivate edges instead of asserting it
2008-07-30 Michael Beck- inline_method moves copied constants to start block yet
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 MallonSort the inputs of a Sync before it is being created...
2008-07-30 Christoph MallonReduce worst time complexity of mem parallelisation...
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 Braunirprofile fix
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 Beck- do not kill the start block when folding control...
2008-07-30 Michael Beck- opt_tail_recursion() must run before optimize_funccal...
2008-07-30 Michael Beckthe famous Factorial example
next