libfirm
2008-09-11 Christoph Mallons/Block_not_block_visited(x)/!Block_block_visited(x)/.
2008-09-11 Christoph Mallons/get_irn_op(x) == op_Block/is_Block(x)/.
2008-09-11 Christoph MallonTypo in comment.
2008-09-10 Michael Beckremove assert in keepalive()
2008-09-10 Matthias Braunfix testcases, yet another endless loop test
2008-09-10 Matthias Braunmore tricky endless loop stuff
2008-09-10 Michael Beck- Changed keep logic: all nodes can be keeped yet,...
2008-09-10 Michael Beckanother strange endless loop failure
2008-09-10 Michael Beckwrong endless loop handling
2008-09-10 Christoph MallonUse Block-specific functions instead of generic get_irn...
2008-09-10 Christoph MallonFix typo in comment.
2008-09-10 Michael Beckfixed warning
2008-09-10 Michael Beck- use unsigned instead of int where appropriate
2008-09-10 Michael Becksimplified more
2008-09-10 Michael Becktypo fixed
2008-09-10 Michael Beck- fixed comment: bs cannot be NULL anymore (and was...
2008-09-10 Michael Beckarch_register_class_put() is only used locally
2008-09-10 Michael Beck- if 0'ed unused function
2008-09-10 Michael Beckuse panic instead of assert(0 & "...")
2008-09-10 Michael Beck- fixed typo, indentation
2008-09-10 Michael Beck- made the be_stack_layout part of be_abi_irg_t to...
2008-09-09 Matthias Braunfix
2008-09-09 Matthias Braunmatch immediate for SubSP and AddSP
2008-09-09 Matthias Brauntest without alignment
2008-09-09 Matthias Braunintialize initial_bias
2008-09-09 Michael Beck- Allowing an initial stack_bias to be transmitted...
2008-09-09 Michael Beckchecked in "too much"
2008-09-09 Michael Beckfixed r21771
2008-09-09 Christoph MallonTypo in comment.
2008-09-09 Christoph MallonAdd should_be_same constraint on second input to second...
2008-09-09 Michael Beck- finally kicked size_t, both calls return unsigned
2008-09-09 Michael Beck- even more restrictive: we only know that twos-complem...
2008-09-09 Michael Beck- currently we support IEEE 754 only, so change the...
2008-09-09 Michael Beck- give enums tags so MSVC debugger is happy
2008-09-09 Michael Becktarval_ieee754_get_mantissa_size() implemented
2008-09-09 Michael Beck- C99 features removed
2008-09-09 Christoph Mallon80bit floats have no implicit 1. Remove unnecessary...
2008-09-09 Christoph MallonSlightly reduce code duplication.
2008-09-09 Matthias Braunpush unused livethroughs through loops in belady3
2008-09-09 Matthias Braunimproved PIC support
2008-09-09 Christoph MallonDo not warn about wrong register for a Phi input if...
2008-09-09 Christoph MallonMake warning about registers assigned to Phi inputs...
2008-09-08 Christoph MallonCorrectly transform memory for dest AM when Syncs are...
2008-09-08 Michael Becktestcase for failing gvn-pre
2008-09-07 Matthias Braunfix warnings
2008-09-07 Matthias Braunold_bp should not be part of the between type, this...
2008-09-05 Sebastian Buchwaldtypo
2008-09-05 Matthias Braundon't compare attributes but their addresses
2008-09-05 Matthias Braunvf regs are not virtual (well not for our definition)
2008-09-05 Matthias Braunnew and improved regalloc verifier
2008-09-05 Matthias Braunreset chunk ids for new funtions
2008-09-05 Andreas ZwinkauRemoved -after_pbqp_transform, because it is the same...
2008-09-04 Christoph MallonFix typo in BE_REGISTER_MODULE_CONSTRUCTOR() user.
2008-09-04 Matthias Braunsimplified and improved
2008-09-04 Michael Beckdifferent cparser / eccp code
2008-09-04 Matthias Braunremove a wrong and some unnecessary comments
2008-09-04 Michael Beckstrange difference between eccp and cparser
2008-09-04 Christoph MallonRename -fluffig to -fsync, perform opt_sync() (formerly...
2008-09-04 Christoph MallonIndentation.
2008-09-04 Matthias Braunfix the reload folding mode stuff in a more correct way
2008-09-04 Matthias Braunrevert last change
2008-09-04 Matthias Braundon't extend load_mode when folding reloads
2008-09-03 Andreas ZwinkauUse march=pentium3 to use if-conv
2008-09-03 Christoph MallonFix conv skip in gen_lowered_64bit_shifts() (still...
2008-09-03 Christoph MallonOnly skip Convs within the same register class when...
2008-09-03 Christoph MallonFix fehler147: Do not deconv floats.
2008-09-03 Matthias Braunsimplify
2008-09-03 Matthias Braunfehler147 (produces invisible lightning gun in quake3)
2008-09-02 Sebastian BuchwaldAdded test case for Load-Add-Load conflict, that also...
2008-09-02 Christoph MallonUse backtracking in find_original_value() for the flags...
2008-09-02 Michael Beckremoved C99 feature
2008-09-02 Michael Beckextending r21638: check sign when classifying float...
2008-09-02 Christoph MallonFix printing tarvals into long double.
2008-09-02 Christoph MallonStyle fix.
2008-09-02 Andreas ZwinkauDump ins_permuted and cmp_unsigned attributes to vcg
2008-09-02 Michael Beckremoved C99 features
2008-09-02 Michael Beckdemonstartes a bug in the tarval module
2008-09-02 Matthias Braunoverspilling testcase by mallon
2008-09-02 Matthias Braunfix too conservative delay taking step
2008-09-02 Andreas ZwinkauNew test cases for Mux and ia32_Test
2008-09-02 Christoph MallonBe nice: Use the async-signal safe _exit() instead...
2008-09-02 Christoph Mallonfehler143: eccp makes the __assert_fail() call in an...
2008-09-02 Matthias Braundon't forget to check the sign of a float number, this...
2008-09-02 Matthias Brauneccp optimized the assert away!?!, anyway I wanna fix...
2008-09-02 Matthias Braunfehler142 (probably the quake3 client problem)
2008-09-02 Christoph MallonPartially undo r20786: Emit ret $0 especially when...
2008-09-01 Matthias Braunimproved belady3
2008-08-29 Michael Becktestcase for currently broken GVN-PRE
2008-08-29 Michael Becktestcase for currently broken GVN-PRE
2008-08-28 Christoph Mallon80bit floats have no implicit leading 1.
2008-08-28 Christoph MallonOnly warn about Sub with constant in the backend, if...
2008-08-28 Christoph MallonFix typos in fehler139.
2008-08-28 Michael BeckFix fehler139: Pass eflags input of Adc/Sbb to AM matcher.
2008-08-28 Michael Beckfixed the bad programm
2008-08-28 Michael Beckwrong 64bit lowering
2008-08-28 Michael BeckArg: add a missing inc_irg_visited, who has deleted it?
2008-08-26 Michael Beckmore DBG_OPT cases
2008-08-26 Michael Beckfixed meanings of optimizations
2008-08-26 Michael Beckdo NOT allocate an entry for Constants if they are...
2008-08-26 Michael BeckDo NOT call DBG_OPT_CSE() in identify remember, as...
next