libfirm
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
2009-11-04 Matthias Braundocument the algorithm a bit
2009-11-04 Matthias Brauna first implementation of an algorithm to determine...
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-11-03 Michael Beck- removed C99 features
2009-11-02 Thomas BerschPBQP Matrices are copied now
2009-10-12 Sebastian Buchwaldtypos
2009-10-12 Thomas BerschTimer for time measurement added
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-10-01 Thomas BerschRestricted nodes are now correctly inserted before...
2009-10-01 Thomas Berschproperty name in _pbqp_co_t structure changed
2009-09-29 Christoph MallonCorrect binary emission of TLS entities.
2009-09-29 Christoph MallonSimplify relative binary emission of entities.
2009-09-29 Thomas BerschNew ordering in reverse perfect elimination order
2009-09-29 Thomas BerschBitset added to pbqp_co_t data structure.
2009-09-29 Christoph MallonImplement binary emitter for Minus64Bit.
2009-09-29 Christoph Mallonget_mode_size_bits() returns the size in bits, not...
2009-09-29 Christoph MallonImplement semi-binary emitter for SwitchJmp.
2009-09-29 Christoph MallonCorrect typo in comment.
2009-09-25 Christoph MallonCorrect error in bemit_ldtls(): the register index...
2009-09-24 Matthias Braun- bring arm backend back to shape: cleanup and fix...
2009-09-24 Matthias Braunjumps have a special irn flag now so beirgmod can ident...
2009-09-24 Matthias Braun.word has different size on different architecutres...
2009-09-24 Matthias Braunspill preparation needs liveness
next