libfirm
2010-12-27 Michael BeckSwitch bitset.h/raw_bitset.h to size_t instead of unsig...
2010-12-27 Michael BeckFixed warning because of wrong type.
2010-12-22 Michael BeckRemoved yet unused variable.
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-12-21 Michael BeckAdd support for Win64.
2010-12-21 Michael BeckFixed some 64bit warnings by using size_t instead of...
2010-12-21 Michael BeckObstack: Deleted the special windows version, make...
2010-12-15 Matthias Braunmake verifier independent of current_ir_graph
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 Braunmake Makefile robust against deleted headers
2010-12-01 Matthias Brauncallback typedef not needed anymore
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 Braunallow specification of dll-extension
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-08 Michael BeckBetter fix for __attibute__ usage, this is a GCC feature.
2010-11-08 Michael BeckFixed Windows build: Don't use __attribute__ in header...
2010-11-05 Matthias Braunupdate gitignore
2010-11-05 Matthias Brauna firm Makefile
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 Brauncompile as C++ in msvc
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-27 Michael BeckGit wants to change line endings for those ...
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...
next