Panic in case of an invalid solution.
[libfirm] / include /
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
2010-05-19 Matthias Braunremove more commented/unused code
2010-05-19 Matthias Braunno need to keep $ in a file
2010-05-19 Matthias Braunremove old_fctnames.h really old and noone really uses...
2010-05-19 Matthias Braunremove commented-out declaration for nonexistant function
2010-05-19 Matthias Braunremove commented out references to the nonexistant...
2010-05-19 Matthias Braunmake edges_notify_edge_kind internal API
2010-05-19 Matthias Braungit rid of old commented-out code
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-05-19 Matthias Braunremove impl.h - stupid concept leading to unreadable...
2010-05-19 Matthias Braunwe can do without the odd align.h
2010-05-05 Matthias Braunallow comments for outputs in node specification
2010-05-04 Matthias Braunimplement obstack_vprintf
2010-05-03 Matthias Braunfix a bunch of warnings reported by cparser
2010-04-29 Matthias Braunugly cheat so the java binding generator uses the name...
2010-04-26 Christoph Mallons/full\>/ful/.
2010-04-15 Matthias Braunauto* updates
2010-04-13 Matthias BraunSlightly improve documentation.
2010-04-12 Michael BeckAdd pass constructor C99 feature removed.
2010-04-12 Christoph MallonAdd minimal fixpoint VRP.
2010-04-09 Michael BeckPartly undo r27277 and add a prototype for (formally...
2010-04-09 Michael BeckAdd a type_dbg_info_ptr type, just like all others.
2010-03-29 Matthias Braunautomatically generate most getter/setter functions...
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-09 Matthias Braunfix doxygen errors and warnings; add some missing decla...
2010-03-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-07 Matthias Braun- cleanup and simplify inlining code
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-03-01 Matthias Braunraw_bitset dependes on bitfiddle and other internals...
2010-02-27 Michael Beck- removed C99 features
2010-02-27 Jonas FietzRemove code for range_node and bits_node
2010-02-27 Jonas Fietzrewrite vrp scanning to use a phase instead of attrs...
2010-02-27 Jonas Fietzadd some documentation to vrp.h
2010-02-26 Matthias Braunnew_Block doesn't set current_block anymore; remove...
2010-02-24 Matthias Brauncleanups and bugfixes in the tarval module and a new...
2010-02-20 Christoph MallonPrefer get_mode_null() over get_tarval_null().
2010-02-19 Christoph MallonRemove address name SymConsts.
2010-02-19 Christoph MallonUpdate/correct documentation about SymConsts.
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 MallonRemove whitespace at EOL, remove empty lines at beginni...
2010-02-11 Michael BeckAdd pass creating for loop inversion, unrolling, peelin...
2010-02-11 Olaf LiebeRemoved ir_common_linkages enum (wrong and not helpful)
2010-02-10 Matthias Braunsupport for local common symbols (whatever that is...
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-09 Christian HelmerAdded missing do_loop_unrolling
2010-02-08 Matthias Braunmake firm compile again
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-04 Matthias Braunoops
2010-02-04 Matthias Braunintroduce IR_RESOURCE_TYPE_VISITED
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckAdd get_tarval_lowest_bit() and get_tarval_popcnt(...
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-28 Christoph MallonMake the documenation of new_*Alloc() consistent: It...
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
next