further extend API so parallel construction of multiple graphs is possible
[libfirm] / ir /
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-12-06 Michael BeckFixed memory leak, fixed some typos, add some doxygen...
2010-12-06 Michael BeckRestored somehow lost AMD Family 11h support.
2010-12-04 Michael BeckImproved native detection further.
2010-12-04 Michael BeckImproved AMD detection.
2010-12-04 Michael BeckInstead of panic() offer the native option only if...
2010-12-04 Michael BeckNative detection works on 32 and 64bit x86 cpus yet.
2010-12-03 Matthias Braunautodetection is only possible when compiling for an...
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-12-01 Matthias Brauncreate new_tarval_from_long_double function and change...
2010-11-29 Michael BeckFixed new_d_defaultProj(), handle Bad predecessor.
2010-11-26 Michael BeckUpdated and fixed "native" support.
2010-11-25 Andreas ZwinkauCode cleanup
2010-11-25 Andreas ZwinkauAMD autodetection extended
2010-11-25 Andreas ZwinkauAdd -march=native parameter
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-21 Michael BeckSimplified code, decrease register pressure, add some...
2010-11-21 Michael BeckAdd some doxygen docu.
2010-11-21 Michael BeckTurn while loop into do-while, we know it will be execu...
2010-11-19 Michael BeckReplaced pmaps used for 16 and 8bit register names...
2010-11-19 Michael BeckAdd some doxygen docu.
2010-11-17 Michael BeckPut definition of get_base_sc() into .c file to remove...
2010-11-17 Michael BeckFixed indentation of generated code.
2010-11-17 Michael BeckUse the same constants for register flags as the ia32...
2010-11-17 Matthias Braunadd entity_has_ld_ident function
2010-11-14 Michael BeckFixed windows build: unistd.h is not a portable header ...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
2010-11-05 Matthias Braunremove some more strange HAVE_ #ifdefs
2010-11-05 Matthias Braunremove obsolete/unused debug stuff in ADTs
2010-11-04 Matthias Braunfix for c++ commit
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-11-04 Matthias BraunRemove the unused functions print_firm_kind() and firm_...
2010-11-04 Matthias Braunremove unused seqnumbers modules
2010-10-28 Matthias Braunremove set_.*_member type functions, as you can too...
2010-10-13 Matthias Braunlet Bad and NoMem nodes get automatically generated
2010-10-12 Matthias Braunia32: fix intrinsics on mac
2010-10-11 Matthias Brauncleanup ir_spec and let the script generate Start,End...
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 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 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 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
next