beifg: Factorise code to count interference components.
[libfirm] / ir / tr /
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-06-21 Matthias Braunmove VTABLE_NUM_NOT_SET constant to public header
2010-06-16 Matthias Braunfix some bugs that prevented repeated calling of ir_ini...
2010-06-01 Matthias Braunremove todo nodes from public API, they were outdated...
2010-05-25 Matthias Brauncompound_graph paths are also allowed for arrays
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Michael BeckUpdated for new libFirm: array types have an entity...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-21 Matthias Braunallocate memory for overwrites/overwrittenby on demand
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-03-16 Matthias Braunallow unnamed structs
2010-03-15 Matthias Braunfix various warnings reported by cparser
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-06 Michael BeckBugFix: allow method entities to be initialized by...
2010-02-26 Matthias Braunthis assert seems to be wrong for the java frontend...
2010-02-21 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-12 Matthias Braunimplement several new section types including comdat...
2010-02-11 Matthias Braunallow several odd weak combinations
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-05 Matthias Braunconstructors/destructors must not have a name
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-04 Matthias Braunattempt to fix compound_graph stuff
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-15 Christoph Mallonstruct types still require names.
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
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...
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-06 Michael Beck- constify
2009-04-04 Michael Beck- updated exchange_types() to use the new type flags
2009-04-04 Michael Beck- fixed comment
2009-04-03 Michael Beck- add type flags for constructors/destructors
2009-03-03 Moritz Kroll- walk_const_code now walks all segments, not just...
2009-03-02 Matthias Braunadd missing non-inline implementation of get/set_entity...
2009-03-02 Matthias Braunadd alignment to entities
2009-02-21 Moritz Krolltypo
2009-02-21 Moritz KrollFixed set_method_value_param_type()
2009-02-21 Moritz Krollirio: Fixed handling of frame types and value types
2009-02-18 Moritz Krollirio: Fixed importing entities with atomic values
2009-02-18 Moritz Krollirio: Also dump the frame types of irgs
2009-02-17 Moritz KrollAdded has_entity_initializer() and get_initializer_kind...
2009-02-06 Moritz Kroll- Added ir_export which is supposed to export the whole irp
2009-01-20 Michael Beck- renamed variadicity to ir_variadicity
2009-01-13 Matthias Braunmake get_entity_irg return NULL for non methods as...
2008-12-12 Michael Beck- skip_Id nodes when returning the entity initializer...
2008-12-10 Matthias Braunavoid some unnecessary includes in public headers
2008-11-28 Christoph MallonUnconditionally include string.h
2008-11-28 Christoph MallonUnconditionally include stdlib.h.
2008-11-27 Moritz KrollRemoved mode parameter from Const and Const_type constr...
2008-11-24 Andreas ZwinkauFixing r23914
2008-11-24 Christoph MallonUse simple assignment instead of memcpy().
2008-11-23 Michael Beck- using deep copy in copy_entity_own() and copy_entity_...
2008-11-23 Michael Beck- remove artifacts of old initializer implementation
2008-11-22 Michael Beck- BugFix: do not try to free compound_graph_pathes...
2008-11-14 Matthias Braunrename mangling stuff to avoid name clashes
2008-10-27 Michael Beck- more irp_resource_reserved()
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-11 Matthias Braunmore firm_config includes removed
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-24 Matthias Braunfix the assert(0)->panic commit
2008-09-23 Michael Beck- replace a lot of assert(0) by panic()
2008-09-22 Michael Beck- all visited flags use the ir_visited_t type now
2008-09-22 Matthias Brauncorrecly increase frame alignment when adding types...
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-09-19 Michael Beck- fixed equal_path()
2008-09-18 Michael Beck- add get_compound_graph_path_type()
2008-09-15 Michael Beckadd some doxygen comments
2008-09-11 Christoph Mallons/get_irn_op(x) {==,!=} op_FOO/{,!}is_FOO(x)/.
2008-08-12 Matthias Braunadd some more assert to make sure we don't use compound...
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-07-25 Michael Beck- fixed type_or_ent type: get rod of casts
2008-05-27 Michael Beckredo r19786, peculiarity has been fixed in the cparser FE
2008-05-27 Matthias Braunremove a too strict check, we can have local function...
2008-04-04 Michael Becknew benefice based heuristic inliner added
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-03-10 Matthias Braunassert that fixed structs/unions/classes aren
2008-03-10 Michael Beckcopy_entity_own(): assert if the new type has already...
2008-02-28 Michael Beckclone_frame_type() now links old entities to new once...
2008-02-28 Michael Beckadd some comment
next