libfirm
2011-09-06 Matthias Braunlower parameter entities in softfloat lowerer
2011-09-06 Matthias Braunsparc: do not use MATCH_MODE_NEUTRAL when using Or...
2011-09-06 Manuel Mohrsparc: Ignore long doubles like ia32 backend.
2011-09-06 Matthias Braunsparc: split Mulh node into SMulh and UMulh
2011-09-06 Manuel Mohrsparc: Stop looking for delay slot node when leaving...
2011-09-06 Manuel MohrAdded dw_lower special case to handle Calls whose resul...
2011-09-06 Matthias BraunAlternative fix for const functions with aggregate...
2011-09-06 Matthias Braunsparc: initial support for Alloc/Free nodes
2011-09-06 Matthias Braunrename Free argument from size to count to be consisten...
2011-09-06 Andreas ZwinkauFix cfopt bug due to infinite loops
2011-09-03 Christoph MallonPrint the linkage of entities only once, not twice.
2011-09-03 Christoph MallonPrint the value of const initializers instead of just...
2011-09-03 Christoph MallonAdd missing newlines when dumping entities.
2011-09-03 Christoph MallonPrint "default" instead of nothing if an entity has...
2011-09-02 Sebastian BuchwaldWe may return a parameter and thus need to copy them.
2011-09-01 Manuel MohrDirectly ask backend for current machine size in CopyB...
2011-09-01 Andreas ZwinkauAdapt documentation to implementation
2011-09-01 Andreas ZwinkauCmp must not counted as an operation
2011-09-01 Andreas ZwinkauLet collect_nodes cope with Bad nodes
2011-09-01 Manuel MohrDo not regard functions with compound return types...
2011-09-01 Manuel MohrImproved CopyB lowering, made it part of target lowering.
2011-09-01 Andreas Zwinkaufix warning
2011-09-01 Andreas ZwinkauImprove cfopt
2011-08-23 Matthias Braunfix the fix of the call ordering...
2011-08-23 Matthias Braunia32: make sure the stackframe IncSp is always used
2011-08-22 Matthias Braunsparc: support va_start
2011-08-22 Matthias Brauna const parameter is enough for get_method_XXX()
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-22 Matthias Braunbeverify: test register width in regalloc verification
2011-08-22 Matthias Braunfix mode of call-result proj
2011-08-19 Manuel MohrFixed call dependency comparison for backend call ordering.
2011-08-19 Sebastian BuchwaldBugfix: Added special case for x mod 1.
2011-08-19 Julian OppermannIR export: export mode name as string; mark "the" mode_...
2011-08-19 Andreas ZwinkauClarify remove_bads doc
2011-08-19 Christoph MallonCorrect comment.
2011-08-19 Christoph MallonReduce code duplication.
2011-08-19 Christoph MallonUse new_*_Const(irg, get_mode_$VAL(mode)) instead of...
2011-08-18 Manuel Mohrsparc: Set object file format when initializing backend.
2011-08-18 Andreas ZwinkauFix div by one
2011-08-18 Andreas ZwinkauRefactoring to remove one level of indentation
2011-08-18 Andreas ZwinkauA comment for better understanding
2011-08-18 Manuel Mohrsparc: Added a comment.
2011-08-18 Manuel Mohrsparc: Add support for Conds where selector is not...
2011-08-18 Andreas Zwinkaucleanup
2011-08-18 Julian OppermannDon't try to import cons_flags.
2011-08-18 Sebastian BuchwaldFixed opt/fehler196.c.
2011-08-17 Christoph MallonAllow selecting one past the last parameter to get...
2011-08-17 Christoph MallonRemove unnecessary assignment, which at worst hides...
2011-08-17 Christoph MallonFix emission of string initializers.
2011-08-17 Sebastian BuchwaldFixed local optimization.
2011-08-17 Matthias Braunreplace unsupported builtins with library calls
2011-08-17 Matthias Braunsparc: fix mode of Ldf Projs
2011-08-17 Matthias Braunadd callback for constructing spill/reload
2011-08-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-08-17 Matthias Braunfix warnings reported by cparser
2011-08-17 Christoph MallonCorrect reg_reqs_equal().
2011-08-17 Christoph MallonCorrect typos in comments.
2011-08-17 Christoph MallonCorrect indentation.
2011-08-16 Sebastian BuchwaldAdded soft float support for SPARC backend.
2011-08-16 Andreas ZwinkauFix C/bitfield4
2011-08-16 Andreas Zwinkaucleanup
2011-08-16 Andreas Zwinkaufix missing else
2011-08-16 Andreas ZwinkauAPI Change: Use graph state instead of parameter
2011-08-15 Andreas Zwinkaucleanup
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunremove old type
2011-08-15 Matthias Braunsparc: fix spilling+reloading of float values
2011-08-15 Matthias Braunimplement aggregate returns according to sparc ABI
2011-08-15 Matthias Brauncustom stack bias code for sparc
2011-08-15 Matthias Braunsparc: fix float calling conventions
2011-08-15 Matthias Braunsparc: fix mode of fdiv result
2011-08-15 Matthias Braunsparc: fix wrong incsp in omit-fp mode
2011-08-15 Matthias Braunfix names of some dumped vcg files
2011-08-15 Matthias Braunsparc: floatingpoint flags producing nodes have 1 cycle...
2011-08-15 Matthias Braunfix sparc fneg instruction emitter
2011-08-15 Matthias Braunavoid generic names like flags in generator
2011-08-15 Matthias BraunImplement double-register support for prefalloc with...
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
next