Projs are always in the same block as their preds
[libfirm] / ir / be /
2012-06-15 Matthias Braunfix warning
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-15 Matthias Braunsplit graph state into properties and constraints
2012-06-14 Christoph MallonRemove compound path initializers.
2012-06-13 Matthias Braunremove extended basic block support
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-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 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-10 Matthias Brauncopy comp_dir_value
2012-05-10 Matthias Braunsparc: fix problem with compound return
2012-05-10 Matthias Braunremove buffer restriction in be_emit_irprintf
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 BraunIntroduce IR_LINKAGE_NO_CODEGEN
2012-05-04 Matthias Braunir_visibility cleanup
2012-05-03 Christoph MallonEmit a \t before .globl.
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 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-17 Matthias Braunia32: remove pointless downconv skips in gen_Add
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 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 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2012-03-01 Matthias BraunRoute stackpointer through Restore node
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-02-18 Matthias Braunbegnuas: make panic for tls on macho more clear
2012-02-17 Matthias Braunia32: fix and optimize bswap sequence on i386
2012-02-09 Matthias Braunbe: fix phi constraints double width values
2012-02-09 Matthias Braunsparc: fix too short Save offsets
2012-02-09 Matthias Braunsparc: another fix for sparc stack alignment
2012-02-09 Matthias Braunsparc: fix float to short conversion
2012-02-09 Matthias Braunsparc: fix wrong mode on Div result
2012-01-19 Matthias Braunsparc: implement float->unsigned conversions
2012-01-19 Matthias Braunsparc: respect frame_type alignment
2012-01-10 Matthias Braunsched: do not show first->block schedule edge
2012-01-10 Matthias Braunsparc: implement 64bit from/to float conversions
2012-01-10 Matthias Braunsparc: fix wrong reg-width in double->int Conv
2012-01-09 Matthias Braunsparc: Fix constants for double parameter opt
2011-12-29 Sebastian BuchwaldAdded missing casts.
2011-12-29 Sebastian BuchwaldImproved architecture auto detection.
2011-12-22 Matthias Braunplug memory leaks
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-21 Matthias Braunbe: rework op_attr handling
2011-12-21 Matthias Braunirlivechk: remove need to pass in a DFS structure
2011-12-21 Matthias Braunbe: make several "variable" inputs/outputs dynamic
2011-12-19 Matthias Braunia32: free between type in ia32_finish
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-12-19 Matthias Braunplug more leaks
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunreplace pamp_find with pmap_get where possible
2011-12-14 Matthias Braunhashptr.h: use inline functions instead of #define
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunmove iterator/fourcc to private API
2011-12-09 Matthias Braunbenode: fix be_new_Perm for width!=1
2011-12-07 Matthias Braunfix warnings in newer perls
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-12-07 Matthias Braunbestabs: add missing type kinds
2011-12-07 Matthias Braunavoid macros in irdump interface
2011-12-07 Manuel MohrPrevent segfault with -bprofilegenerate=true for empty...
2011-12-06 Christoph MallonUse ARRAY_SIZE(x) and size_t instead of sizeof(x) ...
2011-12-06 Christoph MallonTurn if cascade into switch.
2011-12-06 Christoph MallonRemove the unused function arm_get_fpa_imm_name().
2011-12-05 Sebastian BuchwaldRemoved superfluous assignment.
next