fixed CRLF
[libfirm] / ir /
2007-02-22 Matthias Braun- force liveness update in belady spiller, (someone...
2007-02-22 Matthias Braunreverting something I didn't want to committ yet
2007-02-22 Matthias Braunaddes a comment around code that should be removed
2007-02-22 Matthias Braun- change float nodes to mode_E
2007-02-22 Matthias Braunmore verification of the final graph, always kill nodes...
2007-02-22 Matthias Braundisabled a verify warning which wasn't always correct
2007-02-22 Matthias Braunmake code a little bit nicer, don't create copies for...
2007-02-22 Christian Würdigfixed out-flags parsing
2007-02-22 Christian Würdigfixed indenting and some comments
2007-02-21 Christian Würdigcheck register pressure in loops for variables, selecte...
2007-02-21 Christian Würdigadded USES_PENDING
2007-02-21 Christian WürdigBugFix: set insert and find was broken
2007-02-21 Matthias Braunfix ra_timers
2007-02-21 Christian Würdigfixed typos
2007-02-21 Christian Würdigadded register pressure analysis in loops
2007-02-21 Matthias Braunremove unused code
2007-02-21 Matthias Braunfix warning
2007-02-21 Matthias Braunimproved testapps
2007-02-21 Matthias Braunmake sure hooks are enabled for dce survivors
2007-02-21 Matthias Braunkeep .s files
2007-02-21 Matthias Braunput timers in a global var for now, until this is solve...
2007-02-16 Christian Würdigextended debug output
2007-02-16 Christian Würdigexchange Perm-Proj, instead of rerouting
2007-02-16 Christian Würdigfixed indent
2007-02-16 Matthias Braunonly schedule syncs immediately, not all mode_M values
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunanother fix :)
2007-02-16 Matthias Braunfix emitter perl script
2007-02-16 Matthias Braundon't use enum as base type for bitfields
2007-02-16 Matthias Braunexperiment with new emitter style, change assembler...
2007-02-16 Matthias Braunimprove vararray test, make the array bigger so that...
2007-02-16 Matthias Braunremove old unused code from belady, improve schedule...
2007-02-16 Matthias Braunfix wrong edge verifier
2007-02-15 Christian Würdigrebuild edges after backend transform phase
2007-02-15 Matthias Braundon't issue warnings for nodes that can still be reache...
2007-02-15 Matthias Braunfix wrong usage of notify_edge for add_End_keepalive...
2007-02-15 Matthias Braunreformat some code, fix problems in edges verifiert
2007-02-14 Christian Würdigadded assert (node to spill must be scheduled)
2007-02-14 Christian Würdiginvalidate liveness after ra
2007-02-14 Christian Würdigadded function get nodes nodes live at another includin...
2007-02-14 Christian Würdigadded edge number for debugging purpose
2007-02-14 Andreas SchösserNormalized line endings, added some comments
2007-02-14 Matthias Braunfix alloc node in beabit, to calculate correct size...
2007-02-14 Matthias Braunno need for kill_dead_nodes, use edges_deactivate;...
2007-02-14 Matthias Braunno need for kill_dead_nodes, use edges_deactivate;...
2007-02-14 Matthias Braunfix warning
2007-02-14 Matthias Braunuse edges_delete_node instead of setting edge inputs...
2007-02-14 Matthias Braunimprove out edges verifier
2007-02-14 Christian Würdigfixed wrong usage of foreach_set macro
2007-02-14 Christian Würdigadded missing function declaration
2007-02-14 Christian Würdiguse be_kill_node when removing nodes
2007-02-14 Christian Würdigwalk over block outs when killing dead nodes
2007-02-14 Christian Würdigkill also block input when killing node
2007-02-14 Christian Würdiguse edge counter instead of recalculation for getting...
2007-02-14 Christian Würdigextended edge verifier
2007-02-14 Christian WürdigBugFix: bitset_flip was broken
2007-02-14 Matthias Braun- fixed edge verifier
2007-02-13 Andreas Schösser"Edges private data" was broken. Added allocation of...
2007-02-13 Christian Würdigadded foreach_set macro (behaves like foreach_pset)
2007-02-13 Christian Würdigignore End as user when constructing SSA (it's a keep...
2007-02-13 Christian Würdigverify edges internally as well when checking out edges
2007-02-13 Christian Würdigfixed keep-alive outedge bug (off-by-one error in edge...
2007-02-13 Christian Würdigadded edge verification routines
2007-02-13 Christian Würdigifdef'ed out-edges for keep alives with USE_KEEPALIVE_O...
2007-02-12 Christian WürdigBugFix: fixed wrong usage of edges_notify (exchanged...
2007-02-12 Christian Würdigremoved const from some function parameters
2007-02-12 Christian Würdigmoved function to get PRoj for projnum to beutil
2007-02-12 Christian Würdigadded function to get a user Proj with a certain proj...
2007-02-11 Christian Würdigkill nodes only reachable via out edges after backend...
2007-02-11 Christian Würdigadded comment
2007-02-11 Christian Würdigextended debug output
2007-02-11 Christian Würdigphi class computation takes now an additional argument
2007-02-11 Christian Würdigphiclass computation takes now an additional argument
2007-02-11 Christian Würdigadded option for pure Phi classes
2007-02-09 Christian Würdigchanged type for callback
2007-02-09 Christian WürdigBugFix: ARR_F may be relocated when resized, so there...
2007-02-09 Christian WürdigBugFix: use phase_get_or_set_irn_data for getting phi...
2007-02-09 Christian Würdigadded asserts
2007-02-09 Christian Würdigadded cast for get_phi_class
2007-02-09 Christian Würdigfixed DEL_ARR_F
2007-02-09 Christian Würdigremoved C-99 stuff
2007-02-09 Christian Würdignew machine spec
2007-02-09 Matthias Braunspeedup test app
2007-02-09 Matthias Braunmake testapp deterministic
2007-02-09 Matthias Braunset ESP register for AddSP and SubSP
2007-02-09 Christian Würdigadapted to new isa callback
2007-02-09 Christian Würdigadded isa-callback so backend can provide it's own...
2007-02-09 Christian Würdigadapted to new isa callback
2007-02-09 Matthias Braundo the unset correctly
2007-02-09 Matthias Braunfix :)
2007-02-09 Matthias Braunfix
2007-02-09 Matthias Braunuse ecc for linking, unset language to give determinist...
2007-02-09 Matthias Braun- use mode_Iu for all nodes producing integer values...
2007-02-09 Matthias Braunset inputs of killed call ProjT to bad
2007-02-09 Matthias Braundon't test for refernece mode in copyb arguments in...
2007-02-09 Matthias Brauntest constant folding with bitset values
2007-02-09 Matthias Braunmake XXEndless only run endless when parameters are...
2007-02-09 Christian Würdigfixed wrong include
2007-02-09 Christian WürdigBugFix: fixed wrong include
2007-02-09 Christian Würdigadapted to phiclass changes (is an ir_phase now based...
next