Fixed initialization of option tables
[libfirm] / ir / be /
2007-06-18 Michael BeckFixed initialization of option tables
2007-06-17 Matthias Braunbespillnaive is an old copy of bespilldaemel...
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfixed warnings
2007-06-17 Matthias Braunfix warnings
2007-06-17 Matthias Braunavoid warnings in autoenerated code
2007-06-17 Matthias Braunfixed a bunch of warnings (and some bugs)
2007-06-17 Matthias Braunremove unused/old firm backend
2007-06-17 Matthias Braunfixed warnings and some potential bugs
2007-06-17 Michael Beckfixed mode or arm_SymConst
2007-06-17 Michael Beckfixed mode of integer instructions
2007-06-17 Michael BeckfpaStf is now Proj less
2007-06-17 Michael BeckBugFixes:
2007-06-17 Michael Beckremoved unused debug handle
2007-06-16 Sebastian HackAdded a first version of a Perm mover.
2007-06-16 Michael BeckVarious fixes
2007-06-16 Michael BeckStore have no memory proj
2007-06-15 Michael BeckChanged transformer to be like ia32: do a transform...
2007-06-15 Michael BeckMoved the transform functions for Block and End nodes...
2007-06-15 Michael BeckFixed two typos resulting in uninitialised variable...
2007-06-15 Michael Beckbe_get_FrameAddr_frame() added
2007-06-15 Michael Beckall die messages are now prefixed by "Fatal error:"
2007-06-15 Matthias Braunnegated, not inversed
2007-06-15 Matthias Braunpsi transform and emit logical rewritten from scratch
2007-06-15 Matthias Braunindent init_attr
2007-06-15 Matthias Braunimprove and enhanve ifconversion test
2007-06-15 Sebastian HackForgot to adapt return value
2007-06-14 Sebastian Hack* Changed the liveness API:
2007-06-14 Michael Becktypo fixed
2007-06-14 Michael Beckused new betranshlp.c framework
2007-06-14 Michael Beckextracted transform framework from the ia32 backend
2007-06-14 Matthias Braunalways return 0 at end of tests
2007-06-14 Michael Beckdoxygen comment added
2007-06-14 Michael Beckreplaced assert(0) by panic()
2007-06-14 Michael BeckRenamed some variables to better reflect their usage
2007-06-14 Michael BeckFixed calculation of register parameters: A register...
2007-06-14 Matthias Braunfix fehler19
2007-06-14 Matthias Braunfix wrong parameter for be_emit_char
2007-06-14 Michael Beck__fastcall error
2007-06-14 Michael Beckfpa constants implemented
2007-06-14 Michael Beckfpa constants implemented
2007-06-14 Michael Beckfixed spill alignment
2007-06-14 Michael Beckchanged register names
2007-06-14 Michael Becktypo fixed
2007-06-13 Matthias Braunmake function static to make sure we don't fail on...
2007-06-13 Matthias Braunimprove display of verifier
2007-06-13 Matthias Braundon't fail if type mode can't be determine (which can...
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-13 Matthias BraunProjMs should not be scheduled
2007-06-13 Matthias Brauncorrected keep verifier
2007-06-13 Matthias Braunavoid creation of unnecessary keeps
2007-06-13 Matthias Braunextended schedule verifier to look at the positions...
2007-06-13 Matthias Braunsimulate Keeps to make sure unused results are popped...
2007-06-13 Matthias Brauntest volatile operations and make sure loads without...
2007-06-13 Michael Beckreplaced inline by __inline to allow to be compiled...
2007-06-13 Michael Beckreplaced inline by __inline to allow it to be compiled...
2007-06-13 Matthias Braunfehler18
2007-06-12 Matthias Brauncbtw does NOT upcast 8 to 32 bits
2007-06-12 Matthias Braunfix some llvm tests not return 0 on successfull runs
2007-06-12 Matthias Braunfix totally broken code for doubling memory of block...
2007-06-11 Matthias Braunfix bad proj optimisation, fix loads missing the result...
2007-06-11 Matthias Braunfehler 17
2007-06-11 Matthias Braunfix wrong flavors
2007-06-11 Christoph MallonDo not generate a Copy node for an operand if the is...
2007-06-11 Michael BeckFixed generation of attr = get_*_attr()
2007-06-11 Michael Beckfixed signed/unsigned type mismatch
2007-06-11 Matthias Braundon't cound backwards with size_t variables
2007-06-11 Michael BeckC99 features removed
2007-06-10 Michael Beck"docu" enhanced
2007-06-10 Michael BeckFixed some ugly "const" code
2007-06-10 Michael Beckrenamed inline into INLINE
2007-06-09 Matthias Braundaemel spiller seems to work now (tests, gzip and bzip2...
2007-06-09 Matthias Braunwe can use const
2007-06-09 Matthias Brauncleanup regparam code even more
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-09 Matthias Braundon't use xmm register in calling conventions when...
2007-06-08 Matthias Braunfix wrong panic
2007-06-08 Matthias Braunwe temporarily need registers for reloaded values
2007-06-08 Matthias Brauncorrectly? handle phi spilling in daemelspiller
2007-06-08 Matthias Braunremove unnecessary function
2007-06-08 Matthias Braunsome new testcases from llvm
2007-06-08 Matthias Braunoptimize next_use calculation (quadratic in number...
2007-06-08 Matthias Braunno need to call update_liveness for initial live in...
2007-06-06 Michael BeckBugFix: when register parameter are used the mode must...
2007-06-06 Michael Beckadded cast to suppress warning
2007-06-06 Michael Beckfixed signed/unsigned warning
2007-06-06 Michael BeckAdded some casts to remove warnings
2007-06-06 Michael Beckremoved be_init_arch_TEMPLATE() and add a comment so...
2007-06-06 Michael Beckbe_params initialization updated
2007-06-06 Michael Beckadded prefer_fastcall
2007-06-06 Michael Beckadd prefer_fastcall
2007-06-06 Michael Beckremoved mips_register_from_name() callback
2007-06-06 Michael Beckremoved ppc32_register_from_name() callback
2007-06-06 Michael Beckremoved arm_register_from_name() callback
2007-06-06 Michael Beckremoved ia32_register_from_name() callback
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Matthias Braunfinish support for custom backend node attributes,...
2007-06-04 Matthias Braun- Allocate register slots array separately on obstack
next