Implement binary emitter for Store8Bit.
[libfirm] / ir / be /
2009-08-17 Matthias Braunbenewalloc: fix assert hitting when dying value was...
2009-08-17 Matthias Braungenerally rewire inputs before enforce_constraints...
2009-08-16 Matthias Braunbenewalloc: fix enforce_constraints sometimes looking...
2009-08-16 Matthias Braunfix output constraints not always being respected
2009-08-16 Matthias Brauncleanup and fix permutate_values (3-cycles and values...
2009-08-16 Michael Beck- removed C99 features
2009-08-14 Matthias Braunfree values again if we know we don't need them anymore
2009-08-14 Matthias Braunbenewalloc: fix live-in values without phis not getting...
2009-08-14 Matthias Braunfix more bugs in new allocator
2009-08-14 Matthias Braunfix block message in register allocator verifier
2009-08-14 Christoph MallonDo not allocate backend info for Projs. Their tuple...
2009-08-14 Christoph MallonSkip projs before getting backend flags.
2009-08-14 Matthias Braunfix a bug in constraint enforcement; improve phi handli...
2009-08-14 Matthias Braunbenewalloc: cleanups; dump intermediate results; rework...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
2009-08-12 Christoph MallonMinor corrections.
2009-08-12 Christoph MallonRemove unnecessary #include "phiclass.h".
2009-08-11 Matthias Braun- implement output constraint enforcement for new regis...
2009-08-11 Matthias BraunSwitchJmp doesn't have 1 'none' output
2009-08-06 Matthias Braun- Rewrite internal backend logic for querying register...
2009-08-05 Matthias Braunreorganize backend headers (kill some _t variants in...
2009-08-04 Matthias Braunfix register allocation verifier not checking output...
2009-08-03 Matthias Brauninitial work for phi-nodes (ifs should work, loops...
2009-08-03 Matthias Braunmore work on permutate values (not finished yet)
2009-08-02 Matthias Braunfix a few bugs in benewalloc, split codegen timer in 2
2009-07-31 Matthias Brauncleanup backend: make pre_spill_prepare_constraint...
2009-07-15 Sebastian Buchwaldcondeval is called jump threading now
2009-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-06-29 Matthias BraunCleanup: remove firm_common_t.h (and the PRECISE_EXC_CO...
2009-06-24 Michael Beck- add some doxygen comments laying around
2009-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-03 Matthias Braun- remove modecode concept which is pointless nowadays
2009-06-02 Michael Beck- svn properties added
2009-06-01 Matthias Braunfix a bunch of bugs in my last commit (no idea why...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-28 Matthias Braunhacky workaround for some builtin_return_address defici...
2009-05-17 Matthias Braunfix my last commit
2009-05-17 Matthias Braun- newer gcc warned me about errors in our strncat usage...
2009-05-15 Matthias Braunimprove sched_info datastructure, saving space and...
2009-05-15 Matthias Braunfix mode querying for mode_T div nodes
2009-05-14 Matthias Braunadd some hacks that fixes register pressure faithfullne...
2009-05-14 Michael Beck- cleaned up irp functions a bit
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-05-08 Michael Beck- turn while into do-while
2009-05-07 Matthias Braun- Fix some more stuff in ir_spec.py
2009-04-08 Michael Beck- use FASTCALL, not only regparam on private functions
2009-04-07 Michael Beck- BugFix: we exchange the value param entities, so...
2009-04-06 Michael Beck- replace costly bitset_popcount() ==/!=/> 0 by bitset_...
2009-04-01 Michael Beck- use regparam for private functions, instead of fastcall
2009-03-10 Matthias BraunPIC fixes for global vars
2009-03-09 Michael Beck- C99 feature removed
2009-03-09 Matthias Braunnew register allocator
2009-03-02 Moritz KrollFix .ctors and .dtors section declaration in MinGW...
2009-03-02 Matthias Braunpartially revert alignment changes, ELF/GAS seem to...
2009-03-02 Moritz KrollReverted changes from 25529
2009-03-02 Matthias Braunfix some cases of PIC emitting
2009-03-02 Matthias Braunfix alignment for .comm variables
2009-03-02 Matthias Braunremove old files
2009-03-02 Matthias Braunuse DB instead of DBG
2009-03-02 Matthias Braunsimplify hungarian interface
2009-02-27 Michael Beck- IR nodes now have node numbers in RELEASE mode, this...
2009-02-27 Michael Beck- add doxygen comment
2009-02-22 Christoph MallonWhen sorting calls enforce a total order, because qsort...
2009-02-21 Moritz KrollRenamed get_Cond_defaultProj() to get_Cond_default_proj...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-02-18 Matthias Braunsmall changes to make unionfind a tiny bit more efficie...
2009-02-11 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-27 Matthias Brauninitialize backend opcode right after frontend opcodes
2009-01-20 Matthias Braunfix warnings
2009-01-20 Matthias Braunsimply kill the pins in besched phase, everything is...
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
2009-01-19 Michael Beck- Fixed ir_bk_inner_trampoline
2009-01-19 Michael Beckcorectly handle this_call
2009-01-19 Michael Beck- added ir_bk_inner_trampoline: this allows to defer...
2009-01-19 Michael BeckGet rid of pn_Start_value_param:
2009-01-18 Michael Beck- preliminary steps to remove the value_param Proj
2009-01-16 Michael Beck- really remove Min/Max, fix r25220
2009-01-15 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-13 Matthias Braunfix warnings
2009-01-10 Michael Beck- do cheap tests first
2009-01-10 Michael Beck- removed useless be_req_t which was a wrapper around...
2009-01-09 Matthias Braunfix alignment for float constants
2009-01-09 Matthias Braunmore verbose panis
2009-01-09 Matthias Braunbring arm back to a working state
2009-01-09 Christoph MallonRemove unused variable.
2009-01-09 Michael Beck- propagate r23142 changes to all backends
2009-01-09 Michael Beckrename create_Immediate() into ia32_create_Immediate()
2009-01-08 Michael Beck- small cleanup
2009-01-08 Michael Beck-small cleanup
2009-01-08 Michael Beck- removed orphan declarations
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
2009-01-02 Michael BeckHopefully the last fix to the value type stuff:
2009-01-02 Michael Beck- add some early assert() debugging helper
2008-12-30 Christoph MallonRemove ununsed variable.
2008-12-30 Michael Beck- BugFix: do NOT destroy the value_param type, cparser...
2008-12-29 Christoph MallonRemove write-only bitset.
2008-12-29 Christoph MallonPut braces at function start on new line.
next