replaced inline by __inline to allow to be compiled in gcc and msvc modes
[libfirm] / ir / be /
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
2007-06-03 Michael BeckSet the exc_label for Load and Store nodes.
2007-06-03 Matthias Braunadd comment about strange regalloc behaviour
2007-06-03 Matthias Braunmore missing constraints
2007-06-03 Matthias Braunsame_as constraints in assembler nodes work now
2007-06-03 Christoph MallonTurn the ia32_transform_env_t transformation environmen...
2007-06-02 Matthias Braunmore dependency edges needed
2007-06-02 Matthias Braunfix immediate emitting
2007-06-02 Matthias Braunattempt to fix Leas being placed before barrier
2007-06-02 Matthias Braunwe can parse lots of assembler constraints now (but...
2007-06-02 Matthias Braunfix wrong initialisation for ARITY_DYNAMIC
2007-06-02 Matthias Braunfix pnc dumper for SwitchJmp
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Matthias Brauncleanup and improve generate_opcode script, you can...
2007-06-02 Matthias Braunfix typo
2007-06-02 Matthias Braunfix float/pinned flags of be nodes
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckremoved unused offs_sign attribute, added exc_label...
2007-06-02 Michael Beckinitial support for exception handling
2007-06-02 Michael Beckcreate is_$arch_op() function
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckmoved all lower_* header into new lowering.h
2007-06-01 Michael Beckrenamed daemel into naive :-)
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael Beckbedaemelspill.c added
2007-05-31 Matthias Braunmore work on daemel spiller
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-30 Michael BeckAdded test for inline assembler
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Michael Beckenabled non-ia32 backends again: undo change 14191
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Michael BeckDo not waste an opcode number. This ensures the 1:1...
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Andreas Schösserfixed bug: Wrong opcode range was requested in be
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-05-30 Michael BeckAdd missing keep bits to fld* instructions
2007-05-30 Matthias Braunfix xStoreSimple and SetST0
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-30 Matthias Braunplace spills after keeps
2007-05-29 Matthias Braunspill phis in daemel spiller
2007-05-29 Matthias Braunadded the daemel spiller(tm) :-), it should be similar...
2007-05-29 Matthias Brauncleanups in spill helper code
2007-05-29 Matthias Braunia32 was missing spill cost estimates
2007-05-25 Michael Beckint instruction added
2007-05-25 Michael BeckUse new result mode and updated X_regular for the runti...
2007-05-24 Christoph MallonAdd missing break in a switch which caused an incorrect...
2007-05-23 Michael Beckremoved impossible address modes
2007-05-23 Michael Becksome doxygen comments added
2007-05-23 Matthias Braunemit .skip if a string initializer is shorter than...
2007-05-23 Matthias Braunfehler 16, found in 255.vortex
2007-05-23 Michael BeckAdded new Proj_X_regular for all nodes producing a...
next