libfirm
2011-01-31 Christoph MallonAdd #include for size_t.
2011-01-30 Michael BeckMore size_t related changes.
2011-01-30 Michael BeckAPI change: lower_intrinsics() uses size_t for length...
2011-01-29 Michael BeckSimplyfied firm arrays by deleting useless macro and...
2011-01-29 Michael Beckpdeq_len() returns size_t now, switch the internal...
2011-01-28 Michael BeckFixed size_t related warnings in macros.
2011-01-28 Michael BeckFixed firmEvaluator debug build.
2011-01-28 Michael BeckFixed more size_t related warnings.
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-24 Michael BeckSwitch array to size_t for length parameter ...
2011-01-24 Michael BeckFixed broken refactoring of r28264.
2011-01-24 Michael BeckFixed size_t issues.
2011-01-24 Michael BeckSwitch pqueue to size_t.
2011-01-24 Michael BeckFixed some size_t related warnings.
2011-01-19 Michael BeckFixed wrong type cast spotted by the intel compiler...
2011-01-19 Michael BeckAmendment of r28263 which was committed too early.
2011-01-19 Michael BeckFixed more size_t related warnings, one interface change.
2011-01-19 Michael BeckFixed r28259 which broke hh and h modifier.
2011-01-19 Christoph Mallonva_arg must be used with int instead of char/short...
2011-01-19 Christoph MallonCorrect signed/unsigned mismatches due to size_t.
2011-01-19 Christoph MallonRemove assert, which generates a warning, because a...
2011-01-19 Christoph MallonInclude stddef.h for size_t.
2011-01-19 Michael BeckLet PTR_TO_INT return ptrdiff_t now instead of int.
2011-01-18 Michael BeckFixed some size_t related warnings.
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
2011-01-18 Michael BeckLet the length of tarval be of type size_t.
2011-01-17 Matthias Braunadd another special case to begnuas so string-sub-initi...
2011-01-17 Christoph MallonBail out if we do not know how to assemble CPUID.
2011-01-17 Christoph MallonDo not use b (ebx) as asm constraint, when compiling...
2011-01-17 Christoph MallonRemove NOP-cast.
2011-01-11 Matthias Brauncleanup and simplify phi-construction code
2011-01-08 Michael BeckRemoved old and unused support for sorted arrays.
2011-01-08 Matthias Braunremove get_irn_modename, get_irn_modeident from public...
2011-01-08 Matthias Braunfix doxygen warnings
2011-01-08 Matthias Braunautomatically generate node constructor declarations
2011-01-08 Matthias Braunadd comments to attributes and inputs in spec file
2011-01-08 Matthias Braunkill the niymap exception from generator
2011-01-08 Matthias Braunremove special case with ir_cons_flags argument
2011-01-08 Matthias Braunmove Proj attributes into a proj_attr struct, so we...
2011-01-08 Matthias Braunremove the 'special-constructor' feature. This removes...
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...
next