Remove new_{,r}d_{Bad,NoMem}(), which are just pointless wrappers for new_r_{Bad...
[libfirm] / ir / be /
2008-11-08 Christoph MallonRemove new_{,r}d_{Bad,NoMem}(), which are just pointles...
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-11-08 Christoph MallonSimplify emitting SSE float/int convs.
2008-11-08 Christoph Mallon- Fix dangling % in format string, ironically in a...
2008-11-08 Christoph MallonFix subtle error in r22602, which never triggers, becau...
2008-11-08 Christoph MallonFactorise common code to negate pnc.
2008-11-08 Christoph MallonRemove pointless assert, (x & 7) == (int){0,1,2,3,4...
2008-11-08 Christoph MallonTypos.
2008-11-07 Michael Beck- change the modified flags of ASM instruction from...
2008-11-07 Michael Beck- BugFix: ia32_Call modifies flags!
2008-11-06 Michael Beck- C99 features removed
2008-11-06 Michael Beck- BugFix: transmit a block, not a node (fixes r23473)
2008-11-06 Christoph MallonSet the orig node for 32 to 64 bit sign extensions.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-11-06 Christoph MallonThe K6 does not like cltd and cwtl.
2008-11-06 Christoph MallonFix comments.
2008-11-06 Christoph MallonMake a few lines a bit more readable by using a local...
2008-11-06 Christoph MallonFix typo in comment.
2008-11-06 Christoph MallonVIA C3-2 supports all P6 instructions.
2008-11-06 Christoph MallonFix typos in comments, reformat.
2008-11-06 Michael Beck- Corrected Abs/Nabs check
2008-11-06 Michael Beck- allow fabs to be constructed
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-11-06 Michael Beck- fixed comments
2008-11-03 Michael Beck- add some comments
2008-11-01 Matthias Braunremove test dir
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunremove strange tests which does not link/run
2008-11-01 Matthias Braunmove tests around
2008-11-01 Matthias Braunswitch is still broken, copying over cparser testcase...
2008-10-31 Andreas ZwinkauPreserving a test case, which would brake with pbqp...
2008-10-31 Michael Beck- BugFix: use remove_irp_irg() instead of free_ir_graph...
2008-10-28 Michael Beckimproved example
2008-10-28 Michael Beck- removed const from function definitions (causes warni...
2008-10-28 Michael Beck- example for the new block optimization
2008-10-27 Michael Beck- used new global resource allocator
2008-10-25 Matthias Braundon't ask mode_T node for output register
2008-10-25 Matthias Braunmark ebp output of leave as ignore
2008-10-25 Matthias Braunfix fehler161 to link correctly
2008-10-25 Michael Beckdemonstrates \!chunk->deleted assertion
2008-10-24 Sebastian BuchwaldKill Perm after pushing all operands through it.
2008-10-24 Michael Beck- replaced the linear search with quadratic runtime...
2008-10-24 Michael Beck- fixed all memory leaks
2008-10-24 Michael Beck- fixed some memory leaks
2008-10-24 Michael Beck- small cleanup
2008-10-24 Michael Beck- reserve the visited resource
2008-10-24 Michael Beck- use xmalloc instead of malloc
2008-10-24 Michael Beck- C99 features removed
2008-10-23 Christoph MallonSimplify dump_node_req().
2008-10-23 Matthias Braunforgot 2 files
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-23 Michael Beck- example for the Unknown problem
2008-10-22 Michael Beckexample for the new commutative combo
2008-10-21 Michael BeckExample for optimizing non-strict programs using combo.
2008-10-21 Christoph MallonLet testcase return 0.
2008-10-19 Sebastian BuchwaldFixed bug in conv-conv optimization: We have to assure...
2008-10-19 Moritz KrollAdded trivial test case where optimize_reassociation...
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-18 Christoph MallonRemove unused variable.
2008-10-18 Christoph MallonTurn alloca() with fixed size into array.
2008-10-18 Christoph MallonRemove unused variables.
2008-10-18 Christoph MallonRemove unused variable.
2008-10-17 Sebastian BuchwaldZero initialize allocation to avoid using uninitialized...
2008-10-17 Sebastian Buchwaldtypo
2008-10-16 Sebastian BuchwaldIt's also necessary to add one rule.
2008-10-16 Christoph MallonRemove unused attribute const arch_env_t* arch_env...
2008-10-16 Christoph MallonRemove unnecessary global variable.
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonFollow-up to r22928: Remove arch_register_class_put().
2008-10-15 Christoph MallonRemove dumping the -am graph. It is exactly the same...
2008-10-15 Sebastian BuchwaldAdded documentation: we can construct a PBQP instance...
2008-10-15 Christoph MallonRemove arch_get_allocatable_regs().
2008-10-15 Sebastian BuchwaldSimplify test case.
2008-10-15 Christoph MallonRemove wrong comment.
2008-10-15 Christoph MallonAdd arch_reg_out_is_allocatable().
2008-10-15 Sebastian BuchwaldAdded users to shift.
2008-10-15 Sebastian BuchwaldSimplify example.
2008-10-15 Sebastian BuchwaldContinued example.
2008-10-15 Christoph MallonAdd arch_get_irn_reg_class_out().
2008-10-15 Sebastian BuchwaldContinued example.
2008-10-15 Sebastian BuchwaldNext try to get a wrong infinity result when using...
2008-10-15 Christoph MallonDirectly call arch_get_register_req_out() instead of...
2008-10-15 Christoph MallonAdd arch_get_register_req_out().
2008-10-15 Christoph MallonIt is not sensible to query any other than the first...
2008-10-15 Christoph MallonMarginally reduce the number of calls to arch_get_irn_r...
2008-10-15 Christoph MallonUse arch_get_register_req() instead of duplicating...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Christoph MallonRemove unused void* from arch_register_t.
2008-10-14 Matthias Braunonly check register_allocation when verify is enabled
2008-10-14 Matthias Braunname the option 'verify' because I can never remember...
2008-10-14 Matthias BraunPhasenkopplung Spiller/Copymin
2008-10-14 Matthias Braunno HAVE_CONFIG_H needed anymore
2008-10-14 Michael Beck- switch -b help to "command line format", not .firmrc...
2008-10-14 Michael Beck- let the compiler optimize the transformer selection...
2008-10-14 Michael Beck- call be_init_modules() last, so the option order...
2008-10-14 Michael Beck- removed useless prototype
2008-10-14 Michael Beck- warn if a config file could not be opened
2008-10-14 Michael Beck- removed useless cast
next