libfirm
2008-10-23 Michael Beck- more work on the Unknown problems: the only
2008-10-23 Michael Beck- example for the Unknown problem
2008-10-23 Michael Beck- fixed r23120
2008-10-22 Michael Beck- put verify_type() again after the "type changed"...
2008-10-22 Michael Beck- kill keep-alive edges to dead blocks before doing...
2008-10-22 Michael Beck- BugFix: fixed monotony checker, now enabled
2008-10-22 Michael Beckexample for the new commutative combo
2008-10-21 Michael BeckExample for optimizing non-strict programs using combo.
2008-10-21 Michael Beck- activated WITH_UNKNOWN
2008-10-21 Christoph MallonLet testcase return 0.
2008-10-20 Michael Beck- put freed edges into a free-list, reducing memory...
2008-10-20 Michael Beck- old code probably crashes in the edge set contains...
2008-10-20 Michael Beck- fixed memory leak: delete edges when a graph is deleted
2008-10-20 Michael Beck- BugFix: we need an extra compute_Return(), else compu...
2008-10-20 Michael Beck- comaparation of x and Top produces True, as Top is...
2008-10-20 Michael Beck- typos fixed
2008-10-19 Sebastian BuchwaldFixed bug in conv-conv optimization: We have to assure...
2008-10-19 Moritz KrollI like zombies, but not millions of them in a hash...
2008-10-19 Moritz KrollAdded trivial test case where optimize_reassociation...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonRemove unused variable.
2008-10-18 Christoph MallonTurn alloca() with fixed size into array.
2008-10-18 Christoph MallonRemove unused variables.
2008-10-18 Christoph MallonRemove unused variable.
2008-10-17 Sebastian BuchwaldFree a little more memory than before.
2008-10-17 Sebastian BuchwaldZero initialize allocation to avoid using uninitialized...
2008-10-17 Sebastian Buchwaldtypo
2008-10-17 Michael Beck- add comment explaining the connection betwenn the...
2008-10-17 Michael BeckBugFix for a rare case:
2008-10-16 Sebastian BuchwaldIt's also necessary to add one rule.
2008-10-16 Moritz KrollYOU MAKE BUNNY CRY (and rebuild the libedgfe!)
2008-10-16 Moritz Krolladd missing inlucde
2008-10-16 Moritz Krolladd some asserts/switch to panics
2008-10-16 Christoph MallonRemove unused attribute const arch_env_t* arch_env...
2008-10-16 Christoph MallonRemove unnecessary global variable.
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonFollow-up to r22928: Remove arch_register_class_put().
2008-10-15 Christoph MallonRemove dumping the -am graph. It is exactly the same...
2008-10-15 Sebastian BuchwaldAdded documentation: we can construct a PBQP instance...
2008-10-15 Christoph MallonRemove arch_get_allocatable_regs().
2008-10-15 Sebastian BuchwaldSimplify test case.
2008-10-15 Michael Beck- move the helper irms_is_ to an extra enum to prevent...
2008-10-15 Michael Beck- removed old comment
2008-10-15 Michael Beck- speed up mode_is_*() calls
2008-10-15 Michael Beck- check if inline was already defined to prevent warning
2008-10-15 Christoph MallonRemove wrong comment.
2008-10-15 Christoph MallonAdd arch_reg_out_is_allocatable().
2008-10-15 Sebastian BuchwaldAdded users to shift.
2008-10-15 Sebastian BuchwaldSimplify example.
2008-10-15 Sebastian BuchwaldContinued example.
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Sebastian BuchwaldContinued example.
2008-10-15 Sebastian BuchwaldNext try to get a wrong infinity result when using...
2008-10-15 Christoph MallonDirectly call arch_get_register_req_out() instead of...
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-15 Christoph MallonIt is not sensible to query any other than the first...
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-15 Christoph MallonUse arch_get_register_req() instead of duplicating...
2008-10-15 Moritz KrollMade xmalloc.h C++ compatible
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Christoph MallonRemove unused void* from arch_register_t.
2008-10-14 Matthias Braunonly check register_allocation when verify is enabled
2008-10-14 Matthias Braunname the option 'verify' because I can never remember...
2008-10-14 Matthias Braunuse default error handler if none is specified
2008-10-14 Matthias BraunPhasenkopplung Spiller/Copymin
2008-10-14 Matthias Braunbe consequent: don't warn about config files, simply...
2008-10-14 Matthias Braunno HAVE_CONFIG_H needed anymore
2008-10-14 Michael Beck- switch -b help to "command line format", not .firmrc...
2008-10-14 Michael Beck- let the compiler optimize the transformer selection...
2008-10-14 Michael Beck- call be_init_modules() last, so the option order...
2008-10-14 Michael Beck- add options to the list tail, so they are shown in...
2008-10-14 Michael Beck- removed useless prototype
2008-10-14 Michael Beck- warn if a config file could not be opened
2008-10-14 Michael BeckYep, I think this is a dangerous feature, so warn about it.
2008-10-14 Michael Beck- removed useless cast
2008-10-14 Michael Beck- remove expensive is_liveness_node() calls from livene...
2008-10-14 Michael Beck- if optimize for size, use leave and do not align...
2008-10-13 Michael Beck- Fixed doxygen comment
2008-10-13 Michael Beck- add doxygen comments
2008-10-13 Michael Beck- increase string length for x86 architectural options
2008-10-13 Michael Beck- BugFix: DECL_DUMP() and DECL_DUMP_VALS() uses strncat...
2008-10-13 Michael Beck- fix gen_Store(). Always generate integer stores for...
2008-10-13 Christoph MallonExtend 8bit test optimisation to any byte when using...
2008-10-13 Sebastian BuchwaldAlways include config.h.
2008-10-13 Christoph Mallonia32 peephole: Change a Test(x, c) to 8Bit, if 0 <...
2008-10-13 Christoph MallonRemove an unnecessary global variable, use the walker...
2008-10-13 Christoph MallonUse ia32_mark_non_am().
2008-10-13 Christoph MallonUse ia32_is_non_address_mode_node().
2008-10-13 Christoph MallonImprove AM folding heuristic for dest AM when it is...
2008-10-13 Christoph MallonComplement r22830.
2008-10-13 Christoph MallonTurn the parameter force of ia32_create_address_mode...
2008-10-13 Christoph MallonWhitespace.
2008-10-13 Christoph MallonFix bug in r22822.
2008-10-13 Christoph Mallon- Move memset() in a less often executed code path.
2008-10-13 Christoph MallonUse prevents_AM() in use_dest_am().
2008-10-13 Christoph MallonRemove an unnecessary global variable, use the walker...
2008-10-12 Christoph MallonWhen optimising IncSP-IncSP ignore the anchor as user...
2008-10-12 Christoph MallonRemove is_ia32_Ld() and is_ia32_St().
2008-10-12 Christoph MallonSwitchify ia32_collect_frame_entity_nodes().
2008-10-12 Christoph MallonNobody is interested in what a arch_irn_class_load...
next