libfirm
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-08 Matthias Braundo not include automatically generated files into versi...
2011-01-08 Matthias Braunadd type verifier: entities in global types must have...
2011-01-08 Matthias Braunfix warning
2011-01-08 Matthias Braunneed to include stdlib.h for size_t
2011-01-08 Matthias Braunwe cannot use the printf attribute if we have custom...
2011-01-08 Matthias Braunfix whitespace/indentation of loop.c (again)
2011-01-08 Michael BeckFixed doxygen comments for ir_printf and friends, fixed...
2011-01-08 Michael BeckFurther improved lc_printf() and friends.
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2011-01-06 Matthias Braunfix memory leak
2011-01-06 Matthias Braunimplement ASM import/export
2011-01-06 Matthias Braunadd functions for generic list im/exporting
2011-01-06 Matthias Braunrework string reading/writing
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-06 Michael BeckPartly revert r28208 by using ir_printf with %zu format...
2011-01-06 Michael BeckImproved the comment ... a bit.
2011-01-06 Michael BeckEnable lc_printf and friends handling of j, t, and...
2011-01-05 Matthias Braunfix irio not working correctly anymore after MacroBlock...
2011-01-05 Matthias Braunavoid current_ir_graph in irio
2011-01-05 Matthias Braunfix warnings about wrong format specifiers for size_t
2010-12-28 Michael BeckConstify.
2010-12-28 Michael BeckReplaced magic constants by an enum.
2010-12-28 Michael BeckAdd and fix some comments.
2010-12-28 Michael BeckFixed typo.
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.
next