fehler137: tarval module does not model the explicit leading 1 for long double on...
[libfirm] / ir / be /
2008-08-23 Christoph Mallonfehler137: tarval module does not model the explicit...
2008-08-23 Christoph MallonFix output for long double initializers.
2008-08-23 Christoph MallonRemove unnecessary dependency edge from the IncSP,...
2008-08-23 Christoph MallonAdd main().
2008-08-23 Christoph MallonFix asm_test5: Prevent the ASM node from being schedule...
2008-08-22 Christoph MallonRemove the unused node types ia32_l_Load, ia32_l_Store...
2008-08-22 Christoph MallonUse symbolic names instead of magic values for the...
2008-08-22 Christoph MallonSmall cleanup.
2008-08-22 Christoph MallonRemove final \n from panic messages, panic() adds a...
2008-08-22 Christoph MallonDo not split string literals.
2008-08-22 Christoph MallonRun the x87 simulator when a graph contains Calls,...
2008-08-22 Christoph MallonBug in edgfe when taking address of forward declared...
2008-08-22 Christoph MallonConvert Stores to Pushs after IncSP from top of stack...
2008-08-21 Christoph MallonSmall simplification in ia32 ASM emitter.
2008-08-21 Christoph MallonCorrect assertion.
2008-08-21 Christoph MallonAdjust the push-through-perm-frontier: It is the proble...
2008-08-21 Christoph MallonCorrect asm_test4.c, it only worked by pure chance...
2008-08-21 Andreas ZwinkauTest case to use the correct Cmp mode
2008-08-21 Michael Beck- crashes, why?
2008-08-21 Michael Beckpush_through_perm():
2008-08-21 Andreas ZwinkauAdding another inline assembler test
2008-08-21 Michael Beckbe_Perm_reduce: no need to allocate a temporary array...
2008-08-21 Christoph Malloncc_fixed is dead, all hail stickyness_sticky!
2008-08-21 Christoph MallonDo it like GCC: write #APP #NO_APP around inline assembler.
2008-08-21 Christoph MallonRemove last vestiges of arch_register_req_type_should_b...
2008-08-21 Christoph MallonRename arch_register_req_type_should_be_different to...
2008-08-21 Christoph MallonFix typo in comment.
2008-08-21 Christoph MallonWhen transforming an ASM "same"-constraint, copy the...
2008-08-20 Michael Beckanother brain damaged gcc extension
2008-08-20 Sebastian BuchwaldAdded test case with an shift amount > 3.
2008-08-20 Sebastian BuchwaldAdded assert for right am_scale value;
2008-08-19 Sebastian BuchwaldAdded test case for Rotl node.
2008-08-19 Sebastian BuchwaldMoved creation of ia32_LdTls into common transformer.
2008-08-18 Michael BeckC99 features removed
2008-08-18 Sebastian BuchwaldMoved transformation of CopyB nodes into ia32_common_tr...
2008-08-18 Sebastian BuchwaldUse switch to decide which ia32 transformer is selected.
2008-08-17 Christoph MallonUse enums instead of magic numbers.
2008-08-15 Sebastian Buchwaldtypo
2008-08-15 Christoph MallonTypos.
2008-08-15 Michael Beckcombo does not add keep alive edges yet
2008-08-15 Michael Beckexample for optimizing unknown
2008-08-14 Christoph MallonRemove the potentially existing Proj when replacing...
2008-08-14 Christoph MallonMake ICC more happy by spelling -f combo as -fcombo...
2008-08-14 Christoph MallonTeach AM folding about Syncs. Atm this only affects...
2008-08-14 Christoph MallonCrash in edgfe, probably caused by asm =m constraint.
2008-08-13 Christoph MallonSmall fixes, typos, style.
2008-08-13 Christoph MallonFix stale comments.
2008-08-13 Christoph MallonFix crash in r21138.
2008-08-13 Matthias Braunintroduce more generic resource reservation debug helpe...
2008-08-13 Michael Beckfastcall example
2008-08-13 Matthias Braunfix debug name
2008-08-13 Michael Beck- fixed fastcall/regparam/thiscall registers for ia32
2008-08-13 Christoph Mallon- Introduce cc_fixed: the calling convention must not...
2008-08-12 Christoph MallonDefer decision whether to create Test(x, x) instead...
2008-08-12 Christoph MallonRemove pointless assert (the node of modes is rather...
2008-08-12 Sebastian BuchwaldThe PBQP transformer still works in-place...
2008-08-12 Sebastian BuchwaldAdded missing include, so FIRM_GRGEN_BE has a chance...
2008-08-12 Sebastian BuchwaldThe PBQP transformer works in-place, so use the old...
2008-08-12 Matthias Braunicc doesn't like -fomit-frame-pointer without -O
2008-08-12 Matthias Braundon't access NULL pointers
2008-08-12 Matthias Braunforgot to commit this
2008-08-12 Matthias Braundo the clobber magic for all classes
2008-08-12 Matthias Braunit's mine
2008-08-12 Christoph MallonDo not use clobbered GP register as input registers...
2008-08-12 Christoph Mallonfehler133: edgfe handles in-out (+) constraints for...
2008-08-11 Matthias Braunmore asm trickery
2008-08-11 Sebastian Buchwaldtypo
2008-08-11 Andreas Zwinkautwo more test cases concering Convs and Divs
2008-08-11 Christoph MallonAdd a switch to select the ia32 transformer.
2008-08-11 Sebastian BuchwaldMoved global variable heights to ia32_common_transform.
2008-08-09 Christoph MallonFix asm constraint check for 'I': It must be <= 31...
2008-08-09 Christoph MallonFix macro test which used pbqp transformer when it...
2008-08-09 Christoph Mallonfehler132: Endless loop in 64bit lowerer with asm-node.
2008-08-08 Sebastian BuchwaldMoved common code of ia32_pbqp_transform and ia32_trans...
2008-08-08 Christoph MallonBug in edgfe for void*-arithmetic: ptr + x == ptr.
2008-08-08 Michael Beck- more -f combo tests
2008-08-07 Matthias Braunfehler129
2008-08-07 Matthias Braunkill nodes better to avoid warnings
2008-08-06 Michael Beck- removed Psi nodes, Mux nodes are used again ...
2008-08-06 Michael Beck- fixed off by one error
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-08-05 Michael Beckremoved C99 stdbool.h from the "official" interface...
2008-08-05 Michael Beck- removed C99 stdbool.h from the "official" interface...
2008-08-05 Christoph MallonUpdate the liveness of the *operands* when fixing flags...
2008-08-05 Moritz KrollFor COFF those .type and .size are not required and...
2008-08-05 Christoph MallonEmit .type and .size directives for non-common global...
2008-08-05 Moritz Krollfehler128: Crashes in Belady when compiled with -march...
2008-08-05 Moritz KrollFixed visibility of non-globals in GAS output for COFF
2008-08-04 Christoph MallonRemove unnecessary return; at end of void functions.
2008-08-03 Christoph MallonDo not materialise the "strict"-part of strictConv...
2008-08-03 Michael Beck- More restructureation:
2008-08-02 Michael Beck- add support for ASM includes, needed for fehler125.c
2008-08-02 Michael Beck- removed useless strlen()
2008-08-01 Moritz Krollfehler127: WTF - autobreak expects this to compile.
2008-08-01 Moritz Krollfehler126: edg fe crashes.
2008-08-01 Moritz Krollfehler125: Missing support for global asm statements.
2008-08-01 Moritz KrollReroute End-keep edges when creating critical edges...
2008-08-01 Moritz KrollFix fehler123 and fehler124.
2008-08-01 Moritz KrollIncorrect final value due to skipping too many float...
2008-08-01 Moritz Krollfehler123: ia32 transformer skips too many convs when...
next