libfirm
2010-01-12 Michael BeckBugFix: the name o for the NEW NODE was a little bit...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
2010-01-12 Michael BeckCreating a block on some irg is pointless if all other...
2010-01-12 Olaf LiebeFixed graph-independent construction in mux lowering
2010-01-11 Matthias Braunpanic instead of wrong results for Set and CMov with...
2010-01-09 Michael BeckSmall optimization. Note that the else case crashes...
2010-01-09 Michael BeckAdd win32 version of obstack_vprintf.
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael BeckBugFixes:
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-08 Matthias Braunfix last commit
2010-01-08 Matthias Braunlower ConvB->LL and LL->ConvB and simplify code
2010-01-07 Matthias Braunfix fehler172
2010-01-07 Matthias Braunfix extended fehler171
2010-01-07 Matthias BraunFix fehler171
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-07 Matthias Braunremove unused code
2010-01-07 Matthias Braunmake part_block independent of current_ir_graph
2010-01-07 Matthias Braunwe still need to read in pointer mode
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-07 Matthias BraunLiebe bugs part1: Eor(1, Proj(Cmp)) was broken - simply...
2010-01-07 Michael BeckGracefully handle a missing retrieve_type_dbg.
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-04 Michael BeckBugFix: fixed conversion for x < lo || x >|>= hi
2010-01-03 Michael BeckBugFix:
2010-01-03 Michael BeckBugFixes:
2010-01-03 Michael BeckBugFix: a Cmp can be in a different block than its...
2010-01-03 Michael BeckDeleted support for type_id.
2010-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2010-01-02 Michael BeckFixed some obviously wrong conditions.
2010-01-02 Michael Beck- handle p == 0 || q == 0
2010-01-02 Michael Beckfixed doxygen comment
2010-01-02 Michael BeckAllow the modulo-shift setting for reference modes...
2010-01-02 Matthias BraunI was annoyed by the compiler warnings about declaratio...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2010-01-02 Michael Beck- handle p == NULL || q == NULL and friends
2010-01-02 Matthias Braunbe consistent and only add extern C in the firm.h heade...
2010-01-02 Matthias Braunfix my last commit (shouldn't commit so fast...)
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2010-01-02 Michael Beck- implement a <= x <= b ==> x-a <=u b-a
2010-01-02 Michael BeckFixed and enhanced boolopt:
2009-12-31 Michael Beckget_arm_shift_modifier() has no implementation, removed...
2009-12-30 Michael Beck- use irg instead of current_ir_graph
2009-12-30 Michael Beck- inside irg_verify() call irn_verify_irg(), not irn_ve...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-30 Michael Beck- changed to able to "run the path parallel"
2009-12-30 Michael Beck- kicked useless blocks
2009-12-29 Michael Beckfix for compound_path deprecation
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-29 Matthias Braunfix another compound_graph_path usage
2009-12-29 Matthias Braunfix another illegal usage of compound_graph_path stuff
2009-12-29 Matthias Braunfix illegal usage of compound_graph_path
2009-12-29 Matthias Braunadapt to firm coding conventions
2009-12-28 Sebastian BuchwaldAdapted to revision 26847.
2009-12-28 Sebastian BuchwaldAdapted to previous commit.
2009-12-22 Matthias Braunnoone is using the external effect specification stuff
2009-12-22 Matthias Brauntestprograms are outdated and not maintained
2009-12-21 Matthias Braunanother comment after #include
2009-12-21 Matthias Braunfirmjni is totally outdated and useless nowadays
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-21 Matthias Braunfix
2009-12-21 Matthias Braunmove iropt_dbg to private API (it had wrong includes...
2009-12-21 Matthias Braunget_tarval_P_void doesn't exist anymore
2009-12-21 Matthias Braunrename opt_sync to opt_parallelize_mem
2009-12-21 Matthias Braundon't include old_fctnames.h in firm.h - don't #define...
2009-12-21 Matthias Braunmove phiclass from public to private API
2009-12-21 Matthias Braunmove irlivechk from public to private
2009-12-21 Matthias Braunmake dfs.h private API
2009-12-21 Matthias Braunmake absgraph.h a private API (it never worked in the...
2009-12-21 Matthias Braunfirm.h was missing timing.h (and maybe others) - conver...
2009-12-21 Matthias Braunremove lots of commented code
2009-12-19 Michael BeckRemoved C99 features and fixed 2 wrong assertions.
2009-12-19 Michael BeckC99 features removed.
2009-12-19 Michael BeckAdd stdint.h and inttypes.h from <msinttypes.googlecode...
2009-12-19 Michael BeckDeleted generated files from svn, there are (re-)create...
2009-12-18 Christoph MallonCorrect typo in comment.
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 Braun- remove some more of the optimisation flags inside...
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-16 Matthias Braunput optimisation module init function declarations...
2009-12-15 Christian HelmerLoop peeling and inversion functional but with errors...
2009-12-15 Hannes Rappinitaler checkin SPARC backend
2009-12-14 Christian HelmerLoop peeling and loop inversion functioning but still...
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 BeckAdd a skip_Id() to make the following assert happy
2009-12-02 Michael BeckBugFix: Fixed off-by-one error introduced by r26724.
next