libfirm
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-14 Christoph MallonImplement eval_strcmp() for the new style initializers.
2012-06-14 Sebastian BuchwaldFixed compile error in optimize build.
2012-06-14 Christoph MallonRemove the local buffer from dbg_printf().
2012-06-14 Christoph MallonCorrect comment.
2012-06-13 Matthias Braunfix warning
2012-06-13 Matthias Braunremove deprecated support for bitfield masking
2012-06-13 Matthias Braunremove extended basic block support
2012-06-13 Matthias Braundo not use current_ir_graph in irdump.c
2012-06-13 Matthias Braundebugger: add randnode debug command
2012-06-13 Matthias Braunfix debugger tokenlist
2012-06-13 Matthias Braunremove unnecessary revision thing
2012-06-13 Matthias Braunincrease dbg_printf buffer in debug/debugger.c
2012-06-06 Matthias Braunnormalize block numbers in assembler output
2012-06-06 Matthias Braunattempt to make root_cmp of beschednormal more determin...
2012-06-06 Matthias Braunbe: introduce verboseasm flag (enabled by default)
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-05-18 Sebastian BuchwaldBeautified GVN-PRE code.
2012-05-16 Matthias Brauncreate Bad instead of Phi0 for unreachable blocks
2012-05-14 Christoph MallonRemove a stale comment.
2012-05-14 Christoph MallonRemove redundant operations from set_phi_arguments...
2012-05-13 Christoph MallonRemove the unused function be_emit_ident().
2012-05-13 Christoph MallonUse be_emit_irprintf("%I", x) instead of be_emit_ident(x).
2012-05-13 Christoph MallonRemove be_emit_tarval().
2012-05-13 Christoph MallonUse be_emit_irprintf("%T", x) instead of be_emit_tarval().
2012-05-13 Christoph MallonRemove the write-only attributes cg_backedge and in_cg...
2012-05-13 Christoph MallonRemove the unused macro constant SNPRINTF_BUF_LEN.
2012-05-13 Christoph MallonRemove redundant null-pointer test before free().
2012-05-13 Christoph MallonResolve constness warning.
2012-05-11 Julian OppermannFix Conv node signature in error message.
2012-05-10 Matthias Brauncopy comp_dir_value
2012-05-10 Matthias Braunsparc: fix problem with compound return
2012-05-10 Matthias Braunforbid to set current_block to Bad
2012-05-10 Matthias Braunremove buffer restriction in be_emit_irprintf
2012-05-09 Matthias Braunimprove docu of ir_visibility_external
2012-05-06 Christoph MallonTeach new_tarval_from_str_int() to parse binary numbers...
2012-05-06 Christoph MallonCorrect the documentation of new_tarval_from_str().
2012-05-06 Christoph MallonResolve shadowing warning.
2012-05-06 Christoph MallonRemove unnecessary void cast.
2012-05-06 Christoph MallonCorrect indentation and excessive spacing.
2012-05-06 Christoph MallonCorrect typo in comment.
2012-05-06 Christoph MallonDo not refetch a value, which we already have.
2012-05-06 Christoph MallonUnbreak emitting TLS variables in the binary ia32 emitter.
2012-05-05 Christoph MallonChange tests for ir_visibility_external, which should...
2012-05-05 Christoph MallonUnbreak PIC: Only stop emitting a global without initia...
2012-05-04 Matthias Braunimprove entity verifier
2012-05-04 Matthias BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-05-04 Matthias Braunfix entity_has_definition
2012-05-03 Christoph MallonEmit a \t before .globl.
2012-04-27 Matthias Braunfix problem with shared doubleword types
2012-04-26 Matthias Brauntrverify: cleanup, check irg.entity == entity.irg
2012-04-26 Matthias Braundon't fail when printing Sel with entity==NULL
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-04-25 Matthias Braunbedbgout, stabs: remove obsolete debug modules
2012-04-25 Matthias Braunrename dbg_set_dbg_info to dbg_location
2012-04-25 Matthias Braunadd dwarf register number to register description
2012-04-25 Matthias Braunmove custom_abbrevs enum back into bedwarf.c
2012-04-25 Matthias Braunfix documentation warnings
2012-04-25 Matthias Braundebugger: cleanup, add dumpfilter, unify create
2012-04-25 Matthias Braunfix typo in comments
2012-04-24 Christoph MallonDWARF: Actually emit the list of files, not just the...
2012-04-24 Christoph MallonDWARF: Actually set the selected language, not always...
2012-04-24 Christoph MallonDWARF: Move the DWARF constants into a separate header.
2012-04-24 Christoph MallonDWARF: Also emit the column in the debug information.
2012-04-24 Christoph MallonDWARF: Factorise debug information format registration.
2012-04-24 Christoph MallonAdd the column to the debug information.
2012-04-24 Matthias Braundwarf: setter for language and compilation dir
2012-04-24 Matthias Braundwarf: preliminary support for class-types
2012-04-24 Matthias Braundwarf: use ld_names instead of names
2012-04-21 Christoph MallonMake new_type() static.
2012-04-17 Sebastian BuchwaldFixed wrong function type.
2012-04-17 Matthias Braunia32: remove pointless downconv skips in gen_Add
2012-04-17 Ingmar WirthsControl flow optimization: Merge consecutive blocks.
2012-03-25 Christoph MallonTurn if (x) assert(y); into assert(!x || y);
2012-03-25 Christoph MallonAssert that [gs]et_{,r_}cur_block() are only called...
2012-03-25 Christoph MallonUpdate/Correct documentation of kill_node().
2012-03-25 Sebastian BuchwaldCode placement cannot handle unreachable code.
2012-03-14 Matthias Braunfix sparc backend restore node
2012-03-13 Christoph MallonReduce code duplication.
2012-03-12 Matthias Braunsupport for variable sized compound/array types
2012-03-09 Christoph MallonAdd missing FIRM_API.
2012-03-09 Christoph MallonFix typo in comment.
2012-03-09 Christoph MallonRemove ia32_code_gen_config_t::use_ftst.
2012-03-09 Christoph MallonSimplify code to relax the condition in get_flags_node().
2012-03-06 Christoph MallonMove a set_ia32_commutative() into the branch where...
2012-03-06 Christoph MallonRemove stale comment and simplify the code accordingly.
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2012-03-01 Matthias BraunRoute stackpointer through Restore node
2012-03-01 Matthias Braunupdate doc Makefile targets
2012-03-01 Matthias Braunlower_dw: don't fail on Tuple-nodes
2012-03-01 Matthias Braunbecopyilp: fix search for aligned free color
2012-03-01 Matthias Braunsimplify splitting for double-width values
2012-03-01 Matthias BraunClarify interpretation of limited for wide values
2012-03-01 Quentin ColombetFix the way simplifiable node are colored when alignmen...
2012-03-01 Quentin ColombetFirst try to add aliasing support in ilp coalescer
2012-03-01 Quentin ColombetAdd a phase before coloring thats split all live variab...
2012-03-01 Matthias Braunfix backend Cond/Cmp flag optimization failing for...
2012-03-01 Matthias Brauniropt: fix direct calls to compute_cmp
2012-03-01 Matthias Braunexpose get_opt_constant_folding in public API
next