beifg: Simplify the implementation of be_ifg_foreach_node().
[libfirm] / scripts /
2012-12-12 Matthias Braunremove license stuff from files
2012-12-04 Matthias Braunremove Cast node
2012-12-04 Matthias Braunremove Bound node
2012-12-04 Matthias Braunremove Carry+Borrow node
2012-12-03 Christoph Mallonscripts: Generate accessor functions for nodes with...
2012-12-03 Christoph Mallonscripts: Fix some whitespace nits.
2012-12-02 Matthias Braungenerate inline versions of node get/set functions
2012-12-02 Christoph Mallonarray: Add and use NEW_ARR_DZ().
2012-12-01 Christoph Mallonirgraph: Use get_irg_obstack() instead of accessing...
2012-11-30 Christoph Mallonscripts: Remove unsed gen_init.py.
2012-11-26 Matthias Braunmove all inline #defines to the begin of their headers
2012-11-08 Christoph MallonRemove keep-edge hacks for endless loop.
2012-11-07 Christoph MallonSimplify code generator and generated code using C99.
2012-11-07 Christoph MallonRemove redundant assert().
2012-11-07 Christoph MallonFix typos in comments.
2012-11-03 Christoph MallonAdd newline to avoid warning.
2012-10-24 Matthias Braunremove irg_phase_state, use IR_GRAPH_CONSTRAINT instead
2012-10-15 Andreas SeltenreichFix doc typo.
2012-08-21 Matthias Braunremove the concept of a strictconv
2012-08-21 Matthias Braunrefactor specfiles/scripts
2012-07-23 Matthias Braunupdate TEMPLATE backend
2012-07-10 Matthias Braunmake code C++ warning clean (again)
2012-06-28 Matthias Braunirop: refactor node_ops registration code
2012-06-19 Christoph MallonRemove the never read flag irop_flag_dump_noinput.
2012-06-19 Christoph MallonRemove the never read flag irop_flag_labeled.
2012-06-15 Matthias Braungen_docu: output 'None' for an empty flags list
2012-06-15 Matthias Braunimprove Shl,Shr,Shrs documentation
2011-12-19 Matthias Braunmake opcode list global
2011-12-14 Matthias BraunAdded missing API docu, improved existing API docu
2011-12-09 Matthias Braunadd documentation make target, fix docu bugs
2011-12-09 Matthias BraunRework API documentation
2011-12-08 Matthias Braungen_docu: put hrules between nodes, separate flags...
2011-12-08 Matthias Braunclarify some node comments
2011-12-07 Matthias Brauncorrectly implement memop handling
2011-12-07 Christoph MallonClarify the documentation of the Not node.
2011-11-24 Matthias Braunoutput documentation to file on request
2011-11-18 Matthias Braunremove sel_based_null_check flag
2011-11-17 Matthias Braunremove symconst_type_tag
2011-11-17 Matthias Braunirio: complete rewrite
2011-11-17 Matthias Braunuse size_t for ASM n_clobbers, n_outputs
2011-11-17 Matthias Braunhandle Block_entity like other node attributes
2011-11-14 Matthias Braunremove unused tail_call attribute from Call
2011-11-11 Matthias Braungen_docu: fix missing attributes, show generation time...
2011-11-10 Matthias Brauna first attempt at a node-documentation tool
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-11-03 Matthias Braunupdate jinja2 to avoid some annoying warnings
2011-11-02 Matthias Braunintroduce Switch node
2011-11-02 Matthias Braungenerate irdump proj-number lookup tables
2011-11-02 Matthias Braunavoid _ prefix in identifiers, correct coding style
2011-09-06 Matthias Braunrename Free argument from size to count to be consisten...
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-07-27 Matthias Braunfix statev messing up column-name/value relation in...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-17 Christoph Mallons/threat/treat/.
2011-06-09 Christoph MallonInclude begin.h and end.h in the generated headers.
2011-06-09 Christoph MallonFix typo.
2011-06-08 Matthias Braunverify nodes before optimizing them
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-06-01 Matthias Braunchange pn_XXX_max enum to really be the maximum pn...
2011-05-31 Matthias Braunfragile nodes must be exception or memory pinned
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-25 Matthias Braungenerate n_Node_XXX enums for node inputs
2011-05-25 Matthias BraunBad,Unknown are no cfopcdes
2011-05-23 Matthias Braunfix some set_ functions not being marked as FIRM_API
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-07 Matthias Braunremove some more code mentioning the Barrier
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckSplit the divmod attribute into one div and one mod...
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
2011-01-08 Matthias Braunautomatically generate node constructor declarations
2011-01-08 Matthias Braunadd comments to attributes and inputs in spec file
2011-01-08 Matthias Braunkill the niymap exception from generator
2011-01-08 Matthias Braunremove special case with ir_cons_flags argument
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
2011-01-08 Matthias Braunput node descriptions into the spec file
2011-01-08 Matthias Braunjava_add parts are specified in jFirm now
2011-01-08 Matthias Braunremove unnecessary line-endings from beginning of gener...
2011-01-06 Matthias Brauncleanup reading/writing of long/int/unsigned values
2011-01-06 Matthias Braunyou can specify in the spec now for which nodes no...
2011-01-05 Matthias Braunfix irio not working correctly anymore after MacroBlock...
2011-01-05 Matthias Braunavoid current_ir_graph in irio
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
2010-10-11 Andreas ZwinkauUpdate ir_spec for JNA direct-mode in jFirm
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Brauncleanup ircons code; add current_ir_graph independent...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-09-22 Matthias Braunremove MacroBlock concept
next