Output proper local lables (starting with .L/L) for the PIC base, switch tables and...
[libfirm] / ir / ir /
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-13 Christoph MallonIgnore generated files.
2010-02-12 Matthias Braunexport/import visibility and linkageflags
2010-02-12 Matthias Braunremove pointless message
2010-02-11 Michael BeckReformat ugly if sequence and renamed variables to...
2010-02-10 Sebastian BuchwaldFixed VRP bugs.
2010-02-10 Jonas FietzFix bug when handling pn_Cmp_Lg with vrp info
2010-02-10 Jonas FietzAdd optimizations for Proj after Cond using VRP
2010-02-10 Jonas FietzAdd basic optimizations based on vrp info
2010-02-10 Jonas FietzAdd dumper code for VRP information
2010-02-10 Jonas FietzAdd structures and initialization for VRP
2010-02-07 Michael BeckMux -> Abs works for unordered compare ...
2010-02-05 Matthias Brauna new garbage collection pass less conservative than...
2010-02-05 Matthias Braunrevivie max_irg_visited
2010-02-05 Matthias Braunmake irg_walk_2 public
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias Braunfix some assertions; correctly handle weak symbols
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Olaf LiebeFixed set_irn_in array allocation obstack
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 Michael BeckAdd my debugging code it might be useful in the future ...
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-12 Michael BeckBugFix: the name o for the NEW NODE was a little bit...
2010-01-12 Michael BeckTry to fix a rare edges bug:
2010-01-12 Michael BeckSimplify pointer arithmetic.
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 Braunmake part_block independent of current_ir_graph
2010-01-07 Matthias Braunwe still need to read in pointer mode
2010-01-07 Matthias BraunLiebe bugs part1: Eor(1, Proj(Cmp)) was broken - simply...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2010-01-02 Michael BeckAllow the modulo-shift setting for reference modes...
2010-01-02 Matthias BraunI was annoyed by the compiler warnings about declaratio...
2010-01-02 Matthias Brauncleanup dbginfo public API: no dbg_snprint anymore
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 Beck- inside irg_verify() call irn_verify_irg(), not irn_ve...
2009-12-30 Michael Beckimplement ir_graph_pass_set_parallel()
2009-12-21 Matthias Braunno unnecessary comments behind #include
2009-12-16 Matthias Braun- remove some more of the optimisation flags inside...
2009-12-11 Matthias Braunremove the concept of M_except, we always use the norma...
2009-12-02 Michael BeckAdd a skip_Id() to make the following assert happy
2009-12-01 Matthias Braunchange debug printing of firm nodes: add a space betwee...
2009-11-17 Matthias Braunthis test is only needed for interprocedural view
2009-11-03 Michael BeckAdd a tail_call attribute the Call nodes to mark possib...
2009-09-29 Christoph MallonCorrect typo in comment.
2009-09-21 Sebastian BuchwaldConnect Projs and their predecessors by nearedges inste...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-16 Sebastian BuchwaldSet type state to fixed_layout to make beabi happy.
2009-09-16 Sebastian BuchwaldConnect profile code to initial Memory.
2009-09-13 Michael Beck- add graph pass for edges_verify()
2009-09-09 Christoph MallonCorrect wrong DBG_OPT_ALGSIM classification.
2009-09-09 Christoph MallonToday's localopt: a * (1 << x) -> a << x.
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-25 Sebastian BuchwaldAdded missing parameter documentation.
2009-08-24 Sebastian BuchwaldSummary is not a doxygen tag
2009-08-23 Michael Beck- add missing prototype
2009-08-23 Michael Beck- fixed pass manager
2009-08-19 Christoph MallonNext iteration for resolving warnings.
2009-08-19 Christoph MallonRemove ununsed parameter.
2009-08-19 Christoph MallonRemove the pointless function firm_init_hooks(). Its...
2009-08-17 Michael Beck- add more pass constructors
2009-08-17 Michael Beck- properties changed
2009-08-17 Michael Beck- moved pass constructors from irtools to irpass
2009-08-17 Matthias Braunfix a few errors and warnings in the new pass code...
2009-08-17 Michael Beck- removed verify and dump parameters from passes
2009-08-16 Michael Beck- graph passes can be added to prog managers now
2009-08-16 Michael Beck- Put typical case of pass construction into irtools
2009-08-16 Michael Beck- add pass for optimize_graph_df()
2009-08-16 Michael Beck- removed useless spaces
2009-08-16 Michael Beck- implemented a pass manager, so optimizations could...
2009-07-31 Matthias Braunfix warning
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-26 Matthias Braunmark get_Block_irg inline to avoid warnings
2009-06-25 Michael BeckAdd an irg attribute the Bad nodes: so get_Block_irg...
2009-06-24 Michael Beck- fixed warning
2009-06-24 Michael Beck- add an inline version of get_Block_irg()
2009-06-19 Matthias Braunanother instance of wrong block in new_Proj
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-19 Matthias Braun- Get rid of the infamous Start->ProjX->Start backedge
2009-06-18 Matthias Braunfix wrong assert, expor copy_node_attr function to...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-02 Michael Beck- C99 features removed
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-29 Johannes Franzremoved unnecessary test
2009-05-29 Matthias Braunremove double declarataion spotted by cparser
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Matthias Braungenerate a few more things automatically
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-13 Matthias Braun- Introduce the concept of the graph state bitset:...
next