generalize bittest pattern
[libfirm] / ir / be / ia32 / bearch_ia32.c
2010-12-01 Matthias Braunbe_lower_for_target is now a simple function in the...
2010-12-01 Matthias Braunuse a 'low-tech' solution for emitting 8- and 16-bit...
2010-11-23 Matthias Braunremove strange init_once/inited checks from arch_init...
2010-11-19 Michael BeckReplaced pmaps used for 16 and 8bit register names...
2010-11-14 Michael BeckPrefix global entities from the ia32 backend with ia32_...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Michael BeckExperimental support for double word irarch.
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-10-06 Matthias Braunchange backends to produce 1 big array with all registers
2010-10-06 Matthias Braunforbid calls of new_XXX and new_d_XXX when not in phase...
2010-10-06 Matthias Braunfix trailing whitespaces and tabulators in the middle...
2010-09-22 Matthias Braunrefactor mode_b lowerer to have a create_set callback
2010-09-22 Matthias Braunremove ilp scheduler; simplify listsched interface
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunextend switch lowerer to produce the out-of-bounds...
2010-09-10 Matthias Brauninvoke switch lowerer in target specific lowering pass
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-06 Matthias Braunallow backend to specify endianess, rewrite bitfield...
2010-09-06 Matthias Braunremove Abs node, backends can match the abs patterns...
2010-08-19 Matthias Braunonly construct Rotl if backend supports it
2010-08-18 Matthias Braunbackend is responsible for defining what lowering opera...
2010-08-18 Matthias Braunmake if-conversion and archdep optimisations get their...
2010-08-18 Matthias Braundoz pattern matcher missed some cases
2010-07-27 Matthias Braunbeflags: transform modifies_flags property into a callb...
2010-07-16 Matthias Braunavoid code duplication: use be_add_missing_keeps in...
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-15 Matthias Braunremove the unused/strange concept of a pseudo-irg
2010-07-14 Matthias Braunrefactoring: set_frame_entity is a special callbacks...
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-06 Matthias Braunremove these largish/noisy headers
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-06-25 Matthias Brauncleanup and rewrite dumper interface
2010-04-30 Matthias Braunmodernize TEMPLATE backend and simplify some backend...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-15 Matthias Braunkill the concept of an unknown register - it just heavi...
2010-03-10 Matthias Braun- fix most of the -Wunreachable-code and -Wlogical...
2010-03-09 Matthias Braunmake firm (mostly) -Wmissing-prototypes clean
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-13 Christoph MallonPut a space after if/for/switch/while.
2010-02-13 Christoph MallonOutput proper local lables (starting with .L/L) for...
2010-02-05 Michael BeckNew setcc framework can handle all mux_is_abs(...,...
2010-02-04 Matthias Braunuse more IR_RESOURCE_TYPE_VISITED, remove pointless...
2010-02-04 Matthias Braunfix buf: we can't handle floating point muxes
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Michael BeckC99 feature removed.
2010-02-03 Matthias Braunbackend_marked was a buggy/wrong concept, removed it
2010-02-03 Matthias BraunRework linkage types in firm.
2010-02-01 Matthias Braunfix wrong mux_is_set test
2010-01-19 Matthias Braun- allow_ifconv interface was totally braindamaged....
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-18 Matthias Braun- Reworked backends to put out register_requirements...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Sebastian BuchwaldMoved some ia32 independent code to bemain.
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
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-07-05 Michael Beck- fixed warnings regarding unused irg's
2009-07-05 Michael Beck- remove all irg parameter from node constructors havin...
2009-04-08 Michael Beck- use FASTCALL, not only regparam on private functions
2009-04-01 Michael Beck- use regparam for private functions, instead of fastcall
2009-03-02 Matthias Braunfix some cases of PIC emitting
2009-02-11 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
2009-01-19 Michael Beckcorectly handle this_call
2009-01-15 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-02 Michael Beck- add alignment of stack parameter to be parameters set
2008-12-26 Michael Beck- only use immediate mode_E if x87 unit is used
2008-12-25 Michael Beck- removed strange add_irn_dep(get_irg_end(cg->irg)...
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-18 Michael Beck- implemented __builtin_return_address(0)
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-10 Matthias Braunit's called mux now, not Psi
2008-12-08 Michael Beck- removed unused immediate fp mode
2008-12-05 Michael Beck- add missing else
2008-12-04 Michael Beck- simplified code
2008-12-01 Matthias Braunwe can't guarantee that there won't be dead blocks...
2008-11-28 Matthias Braunremove archop stuff which wasn't really used anyway
2008-11-27 Michael Beck- 64bit Abs is allowed for if-conversion
2008-11-26 Michael Beck-removed unused entities from the intrinsic environment
2008-11-08 Christoph MallonGenerate new_bd_* instead of new_rd_* functions in...
2008-11-08 Christoph MallonJust use new_NoMem(), it is always the current irg.
2008-11-06 Christoph MallonMake using SET_IA32_ORIG_NODE() a bit simpler.
2008-11-06 Michael Beck- Corrected Abs/Nabs check
2008-11-06 Michael Beck- allow fabs to be constructed
2008-11-06 Michael Beck- moved declarations to appropriate header files
2008-10-23 Matthias Braun- Part1 of backend reorganisation:
2008-10-23 Christoph MallonRemove the unused regs_saved_by_me hook.
2008-10-18 Christoph MallonAdd ALLOCAN() and ALLOCANZ().
2008-10-15 Christoph MallonRemove the unused before_sched callback.
2008-10-15 Christoph MallonRemove dumping the -am graph. It is exactly the same...
2008-10-14 Christoph Mallons/\<\(LC_\)\?INLINE\>/inline/.
2008-10-14 Michael Beck- let the compiler optimize the transformer selection...
2008-10-13 Christoph MallonFix bug in r22822.
2008-10-12 Christoph MallonSwitchify ia32_collect_frame_entity_nodes().
2008-10-12 Christoph MallonNobody is interested in what a arch_irn_class_load...
2008-10-12 Christoph MallonNobody cares what a "normal" node is, so do not try...
2008-10-11 Christoph MallonRemove the attribute const arch_env_t *arch_env from...
next