libfirm
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.
2009-12-02 Michael BeckBugFix: Cast is an Unop
2009-12-01 Michael Beck- removed C99 features
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
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.
2009-11-27 Thomas BerschSome functions moved to bechordal_common.c
2009-11-27 Thomas BerschInitial Version
2009-11-27 Thomas BerschInitial Version of pbqp coloring algorithm
2009-11-27 Matthias Braunchange style of braces
2009-11-26 Thomas BerschInterference matrix is now initialized faster
2009-11-25 Matthias Braunvfnodes supporting addressmode did not keep to res...
2009-11-25 Matthias Braunnon 32-bit divisions need upconvs
2009-11-25 Thomas Bersch1. Now only one dump for each pbqp instance
2009-11-23 Christian HelmerLoop peeling refactored.
2009-11-20 Christian HelmerInitial version of loop peeling
2009-11-19 Matthias Braunmemset is needed by some macros and defined in string.h
2009-11-17 Matthias Braunthis test is only needed for interprocedural view
2009-11-09 Matthias Brauncleanup beabi so it doesn't need its own obstack anymore
2009-11-09 Matthias Braunbe robust against anchor in outedges in skip_barrier...
2009-11-06 Matthias Braunsmall cleanup
2009-11-06 Matthias Brauncleanup beabi a bit and use module constructor/global...
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-11-06 Matthias Braunfix warning
2009-11-05 Thomas Berschpmap which contains all used ir_nodes not longer needed
2009-11-05 Thomas Berschpmap which contains all used ir_nodes not longer needed
next