bearch: Disallow passing Projs to get_irn_ops().
[libfirm] / ir / ir / irprog.c
2012-12-12 Matthias Braunremove license stuff from files
2012-12-12 Christoph Mallontr: Add and use new_type_segment().
2012-12-04 Matthias Braunremove class cast optimization
2012-10-29 Matthias Braunmake remove_irp_irg API private
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-06-15 Matthias Braunremove opt_manage, provide assure_irg_properties
2011-12-29 Sebastian BuchwaldUse constant of appropriate enum type.
2011-12-21 Matthias Brauntyperep: freeing a type frees contained entities
2011-12-19 Matthias Braunmake modelist global
2011-12-19 Matthias Braunmake opcode list global
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-12-14 Matthias Braunremove unused exception region numbers
2011-12-14 Matthias BraunMove current_ir_graph from ir_graph to ir_cons
2011-12-14 Matthias Braunremove unnecessary comments before functions
2011-11-18 Matthias Braunfix ir_finish, freeing of irps/irgs
2011-11-17 Matthias Braundifferntiate entity kinds
2011-11-17 Matthias Brauntype list fixes
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-07 Andreas ZwinkauAdd missing external function implementations
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-09-20 Matthias Brauneliminate ip_outs_state and trouts_state
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-03 Michael BeckTLS type must be a struct type, as stated by the docume...
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-06 Christoph MallonFix several size_t related signed/unsigned warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-06-18 Matthias Braunadd set_irp function, correct new_ir_prog docu
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-05 Matthias Brauna new garbage collection pass less conservative than...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2009-08-23 Michael Beck- fixed pass manager
2009-07-31 Matthias Braunfix warning
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-14 Michael Beck- fix r25941
2009-05-14 Christoph MallonFix compile errors.
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-05-11 Matthias Braunfix a bunch of stuff in my last commit
2009-04-03 Michael Beck- add type flags for constructors/destructors
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2008-12-05 Michael Beck- BugFix: wrong assertion fixed
2008-11-28 Christoph MallonUnconditionally include string.h
2008-10-31 Michael Beck- fixed typo
2008-10-31 Michael Beck- removed some constant ARR_LEN's
2008-10-28 Michael Beck- add block Phi list resource
2008-10-27 Michael Beck- add functions for global (ir_prog) resource management
2008-10-11 Matthias Braunremove #ifdef HAVE_CONFIG_Hs
2008-10-05 Christoph MallonGood day and welcome to the FIRM XMALLOC*() macros...
2008-09-21 Matthias BraunExtend the address_taken concept: We now have an ir_ent...
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-07-31 Sebastian BuchwaldFixed revision 20864.
2008-07-31 Sebastian BuchwaldFixed one more memory leak.
2008-07-31 Matthias Braungeneralize support for segments
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-01-02 Michael Beckupdate copyright message
2007-11-08 Matthias Braunadd support for graph_idx
2007-07-24 Michael Beckstart label number with 1, reserve the 0
2007-07-24 Michael Beckget_irp_next_label_nr() added
2007-06-17 Matthias Braunfixed warnings (some of them were actual bugs), leave...
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael BeckAdded next_region_nr attribute to the ir_prog.
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-30 Michael BeckIA32-Backend expects that the irg has a iro_* to opcode...
2007-04-27 Matthias Brauncleaned up doxygen comments
2007-04-27 Christian Würdigadded new licence header
2007-03-29 Matthias Braunmove backend into libfirm
2007-01-07 Michael Beckir_address_taken_computed_state for globals added
2006-10-09 Michael BeckSet the final flag for the global type.
2006-09-29 Michael Beckset the global type and tls type flags on the globat...
2006-06-03 Michael Beckadded support for Thread local storage
2006-04-06 Michael Beckinitialize the phase state
2006-03-09 Christian Würdigadded function to reset the generic function pointer...
2006-03-07 Michael Beckall available opcodes are now stored in an irp list
2006-02-21 Michael Beckmade get_irp_new_node_nr() inline
2006-01-13 Michael Beckrenamed all types 'type' to 'ir_type'
2005-11-17 Michael Beckremoved bool type and depency from stdbool.h (not C89)
2005-10-19 Michael Beckmade prototypes
2005-08-03 Michael Becksplit init_irprog() so first part ban be called before
2005-08-03 Michael Beckadd a list of modes in the irp
2005-08-01 Michael Beckremoved remove_irp_type_from_list() function, which...
2005-04-29 Götz Lindenmaiermore state handling
2005-03-09 Götz Lindenmaiermore phase handling: irp_state
2005-02-23 Götz Lindenmaiermore state handling
2005-01-04 Michael Beckremove INLINE before global functions
2004-12-22 Michael Beckmade llocations C-like
2004-12-07 Boris Boesler*** empty log message ***
2004-12-02 Michael Beckfixed config.h include
2004-11-11 Götz Lindenmaierfixes of pseudo irgs
2004-11-11 Götz Lindenmaiertreatment of pseudo irgs
2004-10-29 Götz Lindenmaierprogram name handling
2004-09-25 Götz Lindenmaiercomments
2004-08-31 Götz Lindenmaiermore status flags
2004-08-13 Beyhannormalized names of functions, enums ...
2004-07-13 Beyhanremoved empty entries from arrays
next