put node descriptions into the spec file
[libfirm] / include /
2011-01-08 Matthias Braundo not include automatically generated files into versi...
2011-01-08 Matthias Braunneed to include stdlib.h for size_t
2011-01-08 Matthias Braunwe cannot use the printf attribute if we have custom...
2011-01-08 Michael BeckFixed doxygen comments for ir_printf and friends, fixed...
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2011-01-06 Michael BeckImproved the comment ... a bit.
2010-12-28 Michael BeckFixed typo.
2010-12-21 Michael BeckObstack: Deleted the special windows version, make...
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
2010-12-01 Matthias Brauncallback typedef not needed anymore
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-12-01 Matthias Brauncreate new_tarval_from_long_double function and change...
2010-11-17 Michael BeckPut definition of get_base_sc() into .c file to remove...
2010-11-17 Matthias Braunadd entity_has_ld_ident function
2010-11-08 Michael BeckBetter fix for __attibute__ usage, this is a GCC feature.
2010-11-08 Michael BeckFixed Windows build: Don't use __attribute__ in header...
2010-11-05 Matthias Braunremove obsolete/unused debug stuff in ADTs
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-11-04 Matthias BraunRemove the unused functions print_firm_kind() and firm_...
2010-11-04 Matthias Braunremove unused seqnumbers modules
2010-10-28 Matthias Braunremove set_.*_member type functions, as you can too...
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-12 Andreas ZwinkauAPI stripping
2010-10-12 Andreas ZwinkauRemoved API function opt_loopunroll_pass
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-11 Andreas ZwinkauRemove set_opt_optimize_class_casts declaration from API
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-08 Matthias BraunRemove the now unused function get_Proj_type().
2010-10-08 Michael BeckMoved enum into firm_types, fixed some typos.
2010-10-08 Michael BeckMoved functions from opt_confirms.h into official heade...
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake some more optimisations independent of current_ir_...
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-09-22 Matthias Braunrefactor mode_b lowerer to have a create_set callback
2010-09-22 Matthias Braunalternative implementation of part_block which uses...
2010-09-22 Matthias Braunremove some unnecessary/confusing flags
2010-09-22 Matthias Braunremove MacroBlock concept
2010-09-22 Matthias Braundifferentiate between Bad and Deleted (because of excha...
2010-09-22 Matthias Braunno need for no_float_fold hack anymore
2010-09-22 Matthias Braunremove non-strict exception mode
2010-09-22 Matthias Braunmove typedefs from public header to private header
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunno need for an explicit lower_mode_b pass, it should...
2010-09-10 Matthias Braunremove normalize_proj_nodes, Projs aren't in the wrong...
2010-09-10 Matthias Braunremove fragile_ops flag, it just suppresses valuable...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-12 Matthias Braundocument the new behaviour of set_entity_owner which...
2010-08-09 Matthias Brauncleanup, simplify hungarian algorithm implementation
2010-08-07 Michael BeckMostly reverted r27894, removed usage of unreachable.
2010-08-07 Michael BeckAdd an Unreachable node.
2010-08-05 Matthias Braunfix lower_mode_b relying on current_ir_graph being...
2010-07-30 Matthias Braunbring back Carry and Borrow (firm_decomp apparently...
2010-07-29 Sebastian Buchwaldcan not -> cannot.
2010-07-28 Matthias Braunavoid unnecessary #define in public headers
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-28 Matthias Braunfix doxygen warnings
2010-07-28 Matthias Braunautomatically generate most declarations for node gette...
2010-07-28 Matthias Braunreplace is_no_Block() with !is_Block()
2010-07-28 Matthias Braunremove unused/unsupported Carry and Borrow nodes
2010-07-28 Matthias Braunautomatically generate opcode declarations from ir_spec
2010-07-26 Matthias Brauncleanup/refactor bipartite matching with hungarian...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-22 Matthias Braunremove more leftovers from interprocedural view
2010-07-21 Julian OppermannImplement a way to guess the mode of a local variable...
2010-07-21 Sebastian BuchwaldRemoved declaration of non-existent functions.
2010-07-19 Matthias Braunremove unused/broken interprocedural view
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-09 Matthias Braunadd documentation for obstack_printf
2010-07-08 Matthias Braunconstnes and comment improvements for irheights
2010-07-06 Matthias Braunfix a few warnings/bugs in optimized mode
2010-06-30 Matthias Braunupdate documentation to new turn_into_tuple behaviour
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-06-21 Matthias Braunmove VTABLE_NUM_NOT_SET constant to public header
2010-06-18 Matthias Braunadd set_irp function, correct new_ir_prog docu
2010-06-17 Matthias Braunimplement node walker in direction of out-edges
2010-06-01 Matthias Braunremove todo nodes from public API, they were outdated...
2010-06-01 Matthias Braunavoid unnecessary macros in public headers
2010-05-31 Matthias Braunmove dump_color and edge_kind enum to internal headers
2010-05-28 Matthias Braunclarify documentation for array Allocs
2010-05-28 Matthias Braunremove double const for idents
2010-05-26 Matthias Braunimprove documentation and mark firm_parameter stuff...
2010-05-26 Matthias Braunremove the infrastructure for using a custom identifier...
2010-05-25 Matthias Braunchange firm API so the firm_parameter_t struct becomes...
2010-05-21 Michael BeckFixed Win32 DLL support.
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-21 Matthias Braunallocate memory for overwrites/overwrittenby on demand
2010-05-20 Matthias Braunproperly mark symbols in the public API to be exported...
2010-05-20 Matthias Braunremove unused (and IMO unnecessary) define
2010-05-20 Matthias Braunremove unused declarations from header
2010-05-19 Matthias Braunadapt formating to coding conventions
next