libfirm
2007-06-06 Michael Beckremoved the get_register_from_name() callback
2007-06-05 Michael Beckinitial version of calling convention optimization
2007-06-05 Michael Beckcalculates now the address_taken flag for methods,...
2007-06-05 Michael Beckopt_change_calling_conventions() added
2007-06-05 Sebastian HackSlimified the bitset implementation a little bit
2007-06-05 Matthias Braunmake it possible to have different compare functions...
2007-06-04 Sebastian HackAdded compiler.h for compiler hints, etc.
2007-06-04 Matthias Braunnew ia32_asm_attr attribute, beware: attribute comparis...
2007-06-04 Sebastian HackChanged the implementation of nlz in bitfiddle.
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 Becksome doxygen comments added
2007-06-03 Michael BeckBugFix: Cmp is NOT pinned :-(
2007-06-03 Michael Beckindentation changed
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckhonor new Confirm exception region attributes
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckadded constructors for bounded Confirms
2007-06-03 Michael Beckused new ir_exc_region_t type
2007-06-03 Michael Beckadded constructors for bounded Confirms
2007-06-03 Michael Beckadd explicit types for the visited flag and the excepti...
2007-06-03 Michael BeckConfirm optimizations honor the exception region attribute.
2007-06-03 Michael BeckAdded next_region_nr attribute to the ir_prog.
2007-06-03 Michael BeckAdded next_region_nr attribute to the ir_prog.
2007-06-03 Michael BeckAdded exception region attribute to blocks and confirm...
2007-06-03 Michael BeckAdded exception region attribute to blocks and confirm...
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 Braunadd is_Minus
2007-06-02 Matthias Braunfix pnc dumper for SwitchJmp
2007-06-02 Matthias Braunassert pnc
2007-06-02 Matthias Braunmore work on ia32 assembler nodes
2007-06-02 Matthias Braunreturn ident in get_ASM_text
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 Christoph MallonConstify.
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 Beckmoved all lower_* header into new lowering.h
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 Michael Becktypo fixed
2007-06-01 Michael Beckremoved wrongly placed
2007-06-01 Matthias Braunmove pseudo irg
2007-06-01 Matthias Braunmove adt headers
2007-06-01 Matthias Braunforgto to add that
2007-06-01 Matthias Braunmoved external headers into include dir
2007-05-31 Christoph MallonConstify.
2007-05-31 Michael BeckInitialization fixed
2007-05-31 Michael Beckbedaemelspill.c added
2007-05-31 Michael BeckAdd constraints to the ASM node
2007-05-31 Matthias Braunmore work on daemel spiller
2007-05-31 Michael Beckadded constraints to ASM nodes
2007-05-31 Michael BeckAdded changes for inline assembler
2007-05-31 Matthias Braunfix assembler nodes
2007-05-31 Michael Beckfixed partBlock construction
2007-05-30 Michael BeckAdded test for inline assembler
2007-05-30 Michael Beckis_ASM() added
2007-05-30 Michael Beckpreliminary emitter for ASM nodes
2007-05-30 Michael Beckschedule ASM nodes
2007-05-30 Michael Beckplaced the call the _get_irn_intra_arity() again into...
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 Michael BeckIA32-Backend expects that the irg has a iro_* to opcode...
2007-05-30 Michael Beckreorder opcode registration to match iro_* order
2007-05-30 Christian Würdigchanged attribute name from asm to assem as asm is...
2007-05-30 Andreas Schösservproj nodes
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 Michael Beckrenamed reserved word asm :-)
2007-05-30 Michael BeckAdded preliminary ASM node.
2007-05-30 Matthias Braunkeep alive bugfixes for x87
2007-05-30 Michael BeckAdd missing keep bits to fld* instructions
2007-05-30 Michael BeckAdd constructors for PartBlock
2007-05-30 Matthias Braunfix xStoreSimple and SetST0
2007-05-30 Michael Beckget_divop_resmod() added
2007-05-30 Matthias Braunmake x87 float mode default
2007-05-30 Matthias Braunplace spills after keeps
2007-05-29 Michael Beckfixed turn_into_tuple()
2007-05-29 Michael Beckcopy 'n' paste error fixed
2007-05-29 Michael Beckconvopt.[ch] added
next