Fixed some typos.
[libfirm] / include /
2011-06-09 Matthias Braunadd missing FIRM_API prefixes
2011-06-01 Matthias Braunlower small switches to ifs
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-31 Matthias BraunIntroduce flip-flopping normalisations
2011-05-31 Matthias Braunirverify: simplify/refactor internal interfaces
2011-05-31 Matthias Brauna const ir_graph is enough for get_idx_irn
2011-05-27 Christoph Mallonstruct ir_settings_if_conv_t does not exist anymore.
2011-05-27 Sebastian BuchwaldFixed some typos.
2011-05-26 Andreas ZwinkauNew API function: remove_bads
2011-05-25 Matthias Brauncleanup fragile op handling
2011-05-23 Matthias Braunlower_dw: huge refactoring, allow custom lowering funcs...
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-28 Matthias BraunSimplify handling of unreachable code
2011-04-28 Matthias Braunadd unknown_jump opflag for the special case of a jump...
2011-04-24 Michael BeckFixed some size_t related warnings.
2011-04-24 Michael BeckSwitch irg index to type size_t, making the API more...
2011-04-20 Andreas ZwinkauRemove type lower functions from API
2011-04-20 Matthias Braunhide cdep struct behind getter, make it more robust...
2011-04-20 Matthias Braunremove strange function (christophs words) and duplicat...
2011-04-15 Matthias Braunfix cparser warnings
2011-04-15 Matthias Braunupdate automake stuff for release
2011-04-15 Matthias Braunnobody needs alloca.h these days (hopefully) - using...
2011-04-13 Matthias Braunremove r_keep_alive and let keep_alive decide irg based...
2011-04-13 Matthias Braunfix incorrect and(Cmp(a,0),Cmp(b,0)) localopt
2011-04-13 Matthias Braunadd notes about const/pure properties and inifite loops
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-04-07 Christoph MallonRemove stale ENUM_BITSET(pn_Cmp).
2011-03-30 Matthias Braunremove get_irg_tls() concept, simply use SymConst and...
2011-03-30 Matthias Braunremove the deprecated and unused construct of a value_r...
2011-03-30 Matthias Braunremove names from parameters of method_types - it is...
2011-03-30 Matthias Braunremove pointless first_variadic_param attribute from...
2011-03-30 Matthias Braunrename Store_align/Load_align to XXX_unaligned and...
2011-03-30 Matthias Braunsimplify opt_funccall interface
2011-03-24 Michael BeckUpdated comment.
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-24 Matthias Braunimplement some localopt rules for And(Cmp(a,0), Cmp...
2011-03-16 Andreas ZwinkauAdapt documentation to implementation
2011-03-15 Michael BeckMake remove_compound_member() an official API method.
2011-03-09 Christoph MallonFix typos in comments: s/it's/its/ and related corrections.
2011-03-04 Matthias Braunfix more size_t warnings
2011-03-03 Michael BeckFurther pushed size_t: structure analysis uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: callgraph functions uses size_t...
2011-03-02 Michael BeckFurther pushed size_t: trouts functions uses size_t...
2011-03-01 Michael BeckFurther pushed size_t: ir_initializer_t uses size_t...
2011-02-28 Matthias Braunia32: prefere != over < or > relation where possible
2011-02-28 Matthias Braunstarted adding a relation to the Cmp node
2011-02-26 Michael BeckConstify node_cmp_attr_func.
2011-02-24 Matthias Braunfix a bunch of whitespace errors in headerfiles
2011-02-21 Matthias Braunremove confusing, unused and broken function
2011-02-11 Michael BeckFurther spread size_t.
2011-02-09 Matthias Braunremove Quot node (just use Div instead)
2011-02-09 Matthias Braunremove DivMod
2011-02-09 Matthias Brauntranslate comment to english
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-09 Michael BeckFurther spread size_t.
2011-02-08 Matthias Braunfurther spread size_t
2011-02-08 Matthias Braunavoid some warnings by not using macros
2011-02-05 Christoph MallonSprinkle const on the in array of node constructors...
2011-02-03 Julius Neufferadd #include <stddef.h>
2011-01-31 Christoph MallonAdd #include for size_t.
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-24 Michael BeckSwitch array to size_t for length parameter ...
2011-01-24 Michael BeckSwitch pqueue to size_t.
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 Christoph MallonInclude stddef.h for size_t.
2011-01-18 Michael BeckSwitched set, pset, eset to size_t, hash remains unsigned.
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 Braundo not include automatically generated files into versi...
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 Michael BeckFixed doxygen comments for ir_printf and friends, fixed...
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2011-01-06 Michael BeckImproved the comment ... a bit.
2010-12-28 Michael BeckFixed typo.
2010-12-21 Michael BeckObstack: Deleted the special windows version, make...
2010-12-15 Matthias Braunfurther extend API so parallel construction of multiple...
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 Brauncreate new_tarval_from_long_double function and change...
2010-11-17 Michael BeckPut definition of get_base_sc() into .c file to remove...
2010-11-17 Matthias Braunadd entity_has_ld_ident function
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 Braunremove obsolete/unused debug stuff in ADTs
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 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...
next