- moved the imul mem,imm32 splitting into peephole optimizations
[libfirm] / ir / be /
2008-04-20 Michael Beck- moved the imul mem,imm32 splitting into peephole...
2008-04-20 Michael Becktypo fixed
2008-04-20 Michael Beckmore SSE constants handled without float_entity
2008-04-19 Michael Beck- add optimisation for size
2008-04-19 Michael Beck- don't dump alignment 0
2008-04-19 Michael Beck- added alignment_label_max_skip
2008-04-19 Michael Beckfix r19298: offsets must be fixed for PopMem
2008-04-19 Michael Beckalways align blocks if there is no fall-through
2008-04-19 Michael Beckreorganized cpu's, architectures, and features, hopeful...
2008-04-19 Michael Beckdo not pad return after a fall-through Jmp
2008-04-18 Michael Beckload store opt fail with partially overwritten data
2008-04-16 Christoph MallonFix typos in comments.
2008-04-16 Christoph MallonRemove redudant set_ia32_am_support() call.
2008-04-16 Christoph MallonRemove the now unused function ia32_emit_am_or_dest_reg...
2008-04-16 Christoph MallonRemove ia32_am_Dest.
2008-04-16 Christoph MallonRemove ia32_am_Full.
2008-04-16 Christoph MallonSplit ia32_Pop into ia32_Pop and ia32_PopMem.
2008-04-15 Michael Beck- add barcelona and generic32 targets
2008-04-15 Michael Beck- do not use imul mem, imm32 on newer AMD cpu's
2008-04-15 Michael Beck- added add esp,8 -> pop reg, pop reg
2008-04-15 Michael Beck- fixed costs for Opteron and K10
2008-04-14 Michael BeckLinux gprof need base pointer
2008-04-14 Michael Beckadd Linux grof support
2008-04-14 Michael Beckremoved incomplete code
2008-04-14 Michael Beck- get_irg_initial_exec()/set_irg_initial_exec() added
2008-04-13 Michael Beck- removed obstack from be_main_env_t, it was only used...
2008-04-13 Michael BeckC99 features removed
2008-04-12 Michael Beckrevert to old cost model, seems to work better
2008-04-12 Michael Becktypo fixed
2008-04-12 Michael Beckgcc has same costs for prescott and nocona
2008-04-12 Michael Beckupdated timings
2008-04-11 Michael Beckupdated cost model from gcc 4.3.0
2008-04-11 Michael Becknocona is a Pentium 4 variant
2008-04-09 Matthias Braun- add support for stack alignment on calls
2008-04-09 Matthias Brauncore2s are called nocona in gcc
2008-04-04 Michael Beckfixed indentation, deleted useless comment
2008-04-04 Andreas Zwinkauadd missing include <config.h>
2008-04-04 Matthias Braunadd missing else for data in data section
2008-04-04 Michael BeckC99 features removed
2008-04-04 Michael Becksome cosmetic
2008-04-03 Matthias Braunstarted implementing Mac Style PIC
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunshouldn't be here anymore
2008-04-03 Matthias Braunremove img_section stuff and create a new constructors_type
2008-04-02 Christoph MallonSkip Projs in cost calculation.
2008-04-02 Christoph MallonRemove dead code.
2008-04-02 Michael BeckC99 features removed
2008-04-01 Matthias BraunMove grgen stuff to seprarate directory (will adapt...
2008-04-01 Andreas Zwinkauinserted pbqp transformation step
2008-04-01 Andreas Zwinkaumoved firmext code into the backend dir
2008-03-31 Christoph MallonMove Syncs out of the way before removing a block.
2008-03-30 Matthias Braunsome mach-o related fixes
2008-03-30 Matthias Braunmore elegant solution for tls dumping
2008-03-30 Matthias Braunsimplify begnuas.c by not sorting entities into sections
2008-03-30 Matthias Braun- cleanup and rewrite some of the dbgout stuff (no...
2008-03-30 Matthias Braunimprove debug message
2008-03-30 Matthias Braunreference are integermode too for the backend
2008-03-30 Matthias Brauncleanup/fix arm callflags
2008-03-30 Matthias Braunsimplify testcase
2008-03-20 Michael Becktestcase for new Confirm code
2008-03-19 Matthias Braunsetjump test
2008-03-16 Sebastian HackBelady2 fixes
2008-03-12 Michael Beckuse .word instead of .value, older gas don't support it
2008-03-12 Michael Beckneed suffixes for mvf, mnf
2008-03-11 Michael Beckset the isa right
2008-03-11 Michael Beckinstructions with immediates are not commutative
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckrefactored immediates:
2008-03-11 Michael Beckfixed CondJmp attributes
2008-03-11 Michael Beckset the global isa object
2008-03-11 Matthias Braunfix out flags for mode_T nodes
2008-03-11 Michael Beckupdated be_AddSP semantics
2008-03-11 Matthias Braunwe do need stack:I|S...
2008-03-11 Matthias Braunstack:S is enough no need to specify I (explicitely)
2008-03-11 Michael Beckreset the layout to undefined before new members are...
2008-03-08 Matthias Braunfehler 110
2008-03-08 Matthias Braun- fix parity label emitting using local assembler labels
2008-03-07 Michael Beckremoved C99 features
2008-03-07 Matthias Braunenable more long long tests
2008-03-07 Matthias Brauna bit of code cleanup and reformating
2008-03-07 Matthias Braunimplement float to long long conversion
2008-03-06 Matthias Braunsome belady3 fixes
2008-03-06 Michael Beckallow empty initializers
2008-03-05 Matthias Braunonly emit labels that are needed
2008-03-04 Michael Beckset deleted attributes to NULL
2008-03-04 Michael Beck- beware of useless code: when searching the left argum...
2008-03-04 Michael Becktest for new tail recursion eliminaton
2008-02-29 Michael Beck- fixed typos
2008-02-29 Michael Beckuse waitq_empty() instead of pdeq_empty()
2008-02-28 Michael Beckuse new set_Block_MacroBlock() instead of set_irn_n...
2008-02-28 Michael Beckenable -restrict; use -m32 gcc option
2008-02-22 Christoph MallonSeveral fixes for normal scheduler.
2008-02-16 Matthias Braunadd lower_const_code, make begnuas skip Id nodes
2008-02-16 Matthias Braunimplement bitfield dumping for new initializer style
2008-02-16 Matthias Braunfix compile error in bespillremat
2008-02-15 Matthias Braunfehler109
2008-02-14 Matthias Braunneed to include obstack
2008-02-14 Matthias Braun- copy libcore into libfirm
2008-02-13 Matthias Braunuse libfirm timing facilities
2008-02-13 Matthias Braunmore work on belady3 (still not ready yet)
next