amd64: small changes w.r.t. stack alignment.
[libfirm] / include /
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...
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-18 Michael BeckAdd an cse_neutral opcode property. Nodes with this...
2010-01-15 Christoph MallonImplement and use tarval_andnot().
2010-01-13 Matthias Braunremove cond_kind attribute, it was never used in a...
2010-01-13 Matthias Brauncleanup and fix some bugs in ir reader/writer
2010-01-09 Michael Beckthe find_pointer_type interface still needs a mode...
2010-01-09 Michael Beck- part_block() does not change the current_block anymore
2010-01-07 Matthias BraunLiebe part3: mux lowerer (with minimal changes)
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
2010-01-02 Matthias Braunbe consistent and only add extern C in the firm.h heade...
2010-01-02 Matthias Braunreally remove type_id
2010-01-02 Matthias Braunremove the unused 'ident' type, remove tpo_max add...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-29 Matthias Braunmove compound_graph path stuff into own files and add...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-21 Matthias Braunmove iropt_dbg to private API (it had wrong includes...
2009-12-21 Matthias Braundon't include old_fctnames.h in firm.h - don't #define...
2009-12-21 Matthias Braunmove phiclass from public to private API
2009-12-21 Matthias Braunmove irlivechk from public to private
2009-12-21 Matthias Braunmake dfs.h private API
next