libfirm
2010-10-27 Michael BeckFixed typo.
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-12 Matthias Braunia32: fix intrinsics on mac
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-11 Andreas ZwinkauUpdate ir_spec for JNA direct-mode in jFirm
2010-10-11 Matthias Braunmake libfirm work with strings being const char*
2010-10-08 Michael BeckSmall improvement: lower a double word x << 1 into...
2010-10-08 Michael BeckAllow 64bit Leas (2 shifts and 1 add)
2010-10-08 Michael BeckWhen lowering a double word shift, always conv the...
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-08 Michael BeckAdd missing type kind.
2010-10-08 Matthias BraunRemove the now unused function get_Proj_type().
2010-10-08 Michael BeckFixed typo.
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 Michael BeckC99 feature removed.
2010-10-08 Matthias Braunmake sparc+arm backend completely independent from...
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-10-08 Matthias Braunsparc: support mode_b lowering
2010-10-08 Matthias Braunsparc: implement omit-fp mode
2010-10-08 Matthias Braunsparc: model restore as explicit node, refactor Save...
2010-10-08 Matthias Braunsparc: crude implementation of float Unknown
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-08 Matthias Braunfix wrong types
2010-10-08 Matthias Braunfix invalid double definition of irg_extblk_info_state
2010-10-08 Matthias Braunimproved and completely automatic vc2010 projectfile...
2010-10-08 Matthias Braunwin32 version of obstack_printf
2010-10-08 Matthias Braunremove rbitset_w_size type functions: a raw_bitset...
2010-10-08 Matthias Braunadapt current_ir_graph in irg_walk
2010-10-08 Matthias Braunlower_dw: refactor to use a smart walk strategy and...
2010-10-08 Matthias Braunlower_dw: Remove RotL special case, normal code produce...
2010-10-08 Matthias Braunlower_dw: remove pointless comments at end of {}
2010-10-08 Matthias Braunlower_dw: irn_idxs are unsigned not int
2010-10-08 Matthias Braunlower_dw: get away without #define magic
2010-10-08 Matthias Braunlower_dw: be independent of current_ir_graph
2010-10-06 Christian HelmerFixed wrong usage of Abs node, fixed calculations,...
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 Braunmake reassoc independent of current_ir_graph
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunmake firm optimisations independent of current_ir_graph
2010-10-06 Matthias Braunjumpthreading: do not rely on current_ir_graph
2010-10-06 Matthias Braunworkaround for lower_mode_b not working correctly in...
2010-10-06 Matthias Braunallow_ifconv callback may not be NULL anymore
2010-10-06 Matthias Braunfix Phi getting optimized even when optimisations are...
2010-10-06 Matthias Braunfix bug in new part_block_edges function
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-10-02 Michael BeckC99 feature removed.
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 Braunbackend: remove unused omitleaffp option
2010-09-22 Matthias Braunnode generator: don't create pn_ and n_ enums if there...
2010-09-22 Matthias Braunremove unused functions
2010-09-22 Matthias Braunfix bug in switch_lowerer
2010-09-22 Matthias Braunmove typedefs from public header to private header
2010-09-22 Matthias Braunoptimisations work independently of current_ir_graph...
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-22 Matthias Braunremove some unnecessary #defines
2010-09-10 Matthias Braunsparc: fix wrongly specified Stf emitter
2010-09-10 Matthias Braunsparc: fix fmov emitter
2010-09-10 Matthias Braunsparc: implement/fix remaining float<->int conversions
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 Braunsparc: fix fdiv having the wrong mode
2010-09-10 Matthias Braunsparc: rename misnamed node Slr to Srl
2010-09-10 Matthias Braunsparc: fix bug where calls with many parameters were...
2010-09-10 Matthias Braunsparc: renumber emit shortcuts to start with 0 instead...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-10 Matthias Braunwe can do without the phi register requirement guessing...
2010-09-10 Matthias Braunia32: remove unnecessary safety check
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-09-10 Matthias Braunlower_switch: retain debug info, some smaller cleanups
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-10 Matthias Braunremove some unnecessary #defines and unused code
2010-09-08 Michael BeckC99 feature removed, fixed typo.
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-09-06 Matthias Braunsparc: first attempt at using delay slots
2010-09-06 Matthias Braunsparc: use arch_dependent mul/div lowering
2010-09-06 Matthias Braunsparc: fix bitopcc bugs
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-09-06 Matthias Braunsparc: fix abort when matching addressmode Adds
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-09-06 Matthias Braunremove useless code from iropt
2010-08-19 Matthias Braunsparc: new patterns to match comparisons of bitoperatio...
2010-08-19 Matthias Braunsparc: implement mode-neutral matching; support immedia...
next