libfirm
2011-08-12 Matthias Braunuse 'default' ilp solver if nothing specified
2011-08-12 Matthias Braunlpp: only read solution in gurobi solver if one was...
2011-08-12 Matthias Braunlpp: call the constraint types lpp_{less|greater}_equal...
2011-08-12 Matthias Braunconsistently give all lpp functions an lpp_ prefix
2011-08-12 Matthias Braunlpp: use inline functions instead of macros
2011-08-12 Matthias Braunlpp: add firm copyright header, some cleanups
2011-08-12 Matthias Braunfix cparser warnings in beprefalloc
2011-08-12 Matthias Braunprefalloc will respect alignment when initially assigni...
2011-08-12 Matthias Braundo not sign_extend too early in tarval_convert_to
2011-08-12 Matthias Braunsimplify/remove unnecessary complicated copy-pasta...
2011-08-12 Matthias Braunmerge after_ra and finish phase, and move stack_bias...
2011-08-12 Sebastian BuchwaldAdded soft float support for IA32 backend.
2011-08-12 Sebastian BuchwaldImplemented floating point lowering to Calls into a...
2011-08-12 Andreas ZwinkauFix size_t related warnings
2011-08-12 Andreas ZwinkauInliner must not inline parameter entities
2011-08-11 Andreas ZwinkauInliner must clear parameter flag of entities
2011-08-10 Matthias Braunalso change mode_P when setting a new modeP_data
2011-08-10 Matthias Braunlet backends specify the complete long double type
2011-08-10 Matthias Braunallow setting primitive type size so we can model thing...
2011-08-08 Matthias BraunDirectly create Start/Return node in sparc backend
2011-08-05 Matthias Braunfactor out code for address of register param taken
2011-08-05 Matthias Braunmaintain method types variadicity,properties,calling...
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-05 Matthias Braunsimplify/rework lower_calls interface and code
2011-08-04 Matthias Brauna few cleanups in scalar replacement code
2011-08-04 Matthias Braunremove (broken+unused) support for right_to_left parame...
2011-08-04 Matthias Brauncall hook_new_entity after copying entity so the firm...
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-07-29 Christoph Mallonia32_Minus64Bit needs no contraint copies.
2011-07-28 Matthias Braunlowering: fix i_mapper for new exception attributes
2011-07-28 Matthias Braunfix sparc Call transform rule off-by-one error
2011-07-28 Sebastian BuchwaldWe need a mode_T node for Projs.
2011-07-27 Christoph MallonRemove unnecessary explicit array length spcification.
2011-07-27 Christoph MallonActually assert on mode M, as the comment says. We...
2011-07-27 Christoph MallonCorrect the NOT+ADC transformation.
2011-07-27 Christoph MallonRemove unused enum entries.
2011-07-27 Christoph MallonSimplify usage of LC_OPT_ENT_STR(): The length of the...
2011-07-27 Christoph MallonGenerate a warning, when LC_OPT_ENT_* macros are used...
2011-07-27 Christoph MallonTest lower_perm_opt like an enum, not a bitset.
2011-07-27 Christoph MallonCorrect wrong usage of LC_OPT machinery.
2011-07-27 Christoph MallonCorrect type inconsistency in LC_OPT machinery.
2011-07-27 Matthias Braunfix statev messing up column-name/value relation in...
2011-07-27 Matthias Braunfix double free in regex stuff
2011-07-27 Christoph MallonEliminate warning and use static assert.
2011-07-27 Christoph MallonExtend the NOT+ADC-trick (sic) for SUB to SBB.
2011-07-27 Christoph MallonCorrect inaccurate comment: The only corner case of...
2011-07-26 Sebastian BuchwaldAdded local opt Phi(Pin,...,Pin) -> Pin(Phi(...)).
2011-07-19 Sebastian BuchwaldSet ls_mode for created ia32_Test node.
2011-07-19 Sebastian BuchwaldFixed opt/fehler193.c.
2011-07-19 Sebastian BuchwaldAdded commutative optimization variants.
2011-07-19 Sebastian BuchwaldFixed opt/fehler192.c.
2011-07-15 Sebastian BuchwaldPrevent optimization in case of an Eor, too.
2011-07-15 Sebastian BuchwaldQuick fix for opt/fehler191.c.
2011-07-15 Sebastian BuchwaldFixed typo.
2011-07-11 Matthias Braunskip Tuples in mode_b lowerer
2011-07-05 Matthias Braunuse @progbits with .ctors/.dtors section (see also...
2011-06-28 Julian OppermannDon't combine blocks if the first one ends with a Raise.
2011-06-25 Michael BeckC99 feature removed.
2011-06-25 Michael BeckFixed windows build after lpp merge.
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-24 Andreas ZwinkauFix: Spills have ProjMs now
2011-06-24 Andreas ZwinkauAdd lpp to Makefile
2011-06-21 Matthias Braunfix more cparser warnings, cleanup some libcore code
2011-06-20 Matthias Braunfix bug in lower_calls (found by cparser warning)
2011-06-20 Matthias Braunfurther cleanup of lpp code
2011-06-20 Matthias Braunlpp: adapt to firm coding conventions, warning fixes...
2011-06-17 Matthias Braunadd a new aliasing rule (struct access != variable)
2011-06-17 Matthias Braunfix switch lowerer messing up default_proj in some...
2011-06-17 Matthias Braunfix cparser warnings
2011-06-17 Matthias Braunlet backends report their machine_size and the size...
2011-06-17 Christoph MallonWork around the PIC-in-switch problem by setting the...
2011-06-17 Christoph MallonCorrect usage of ia32_emitf() in emit_ia32_SwitchJmp().
2011-06-17 Christoph MallonReduce code duplication and resolve inconsistencies...
2011-06-17 Christoph Mallons/threat/treat/.
2011-06-16 Matthias Braunfirst experimental version of gurobi ILP solver
2011-06-16 Sebastian Hackoutsourced some functionality
2011-06-16 Matthias Braunremove remaining WITH_ILP uses, fix bug introduced...
2011-06-16 Matthias Braunwe always have liblpp now, remove WITH_ILP flag
2011-06-16 Matthias Braunfix a bunch of warnings reported by cparser
2011-06-16 Sebastian Hackadded lpp
2011-06-15 Matthias Braunsome cleanups to opt/loop.c
2011-06-11 Matthias Braunadd some const qualifiers to backedges query functions
2011-06-11 Matthias Braununify sparc/ia32 SwitchJmp handling
2011-06-10 Andreas Zwinkauimprove jumpthreading comments
2011-06-10 Andreas ZwinkauRevert "jumpthreading must not split edges"
2011-06-09 Michael BeckBetter fix for wrong tarval computation of -(infinity).
2011-06-09 Michael BeckImproved comment, small cosmetic.
2011-06-09 Michael BeckFixd typo.
2011-06-09 Sebastian BuchwaldFixed wrong tarval computation of -(infinity).
2011-06-09 Sebastian BuchwaldFixed some typos.
2011-06-09 Christoph MallonInclude begin.h and end.h in the generated headers.
2011-06-09 Christoph MallonFix typo.
2011-06-09 Matthias Braunadd missing FIRM_API prefixes
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-08 Matthias Braunverify nodes before optimizing them
2011-06-08 Andreas Zwinkaujumpthreading must not split edges
2011-06-07 Matthias Braunadapt to firm coding conventions, avoid warnings by...
2011-06-07 Matthias Braunfix a few comment typos
2011-06-06 Andreas ZwinkauFix some types
2011-06-01 Matthias Braunexperimental patch to limit GCSE so we don't produce...
next