- implemented get_irg_value_param_type()
[libfirm] / ir /
2009-01-19 Michael Beck- implemented get_irg_value_param_type()
2009-01-19 Michael Beck- do not kick inner functions from the frame type
2009-01-19 Matthias Braunassert that edges are enabled before using them
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-18 Michael Beck- fixed typos
2009-01-16 Michael Beck- really remove Min/Max, fix r25220
2009-01-16 Michael Beck- BugFix: do NOT dump loop info IF it is not valid
2009-01-16 Michael Beck- add missing \n
2009-01-16 Matthias Braunmin and max are no more
2009-01-16 Matthias Braunfix warning
2009-01-15 Sebastian BuchwaldPBQP transformer doesn't support Mux nodes with constan...
2009-01-14 Michael Beck- add support for statistics and merge debug info
2009-01-14 Michael Beck- add support for cond_eval statistics
2009-01-14 Michael Beck- fixed signed/unsigned warning
2009-01-14 Michael Beck- recode r25185 "the Firm way"
2009-01-14 Moritz KrollConv(X) & all_one(mode(X)) = Conv(X)
2009-01-13 Christoph MallonResolve warning.
2009-01-13 Matthias Braunfix warnings
2009-01-13 Matthias Braunmake get_entity_irg return NULL for non methods as...
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-05 Moritz KrollFixed debug info for defaultProj
2009-01-03 Michael Beck- add intrinsic lowerer for strcpy(), mempcpy(), memmov...
2009-01-03 Michael Beck- BugFix: not all users of the frame are Sel nodes...
2009-01-02 Michael Beck- BugFix: not all users of the frame are Sel nodes
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- implement the same value parameter type lowering...
2009-01-02 Michael Beck- add some early assert() debugging helper
2009-01-02 Michael Beck- correct lowering of the the value parameter type...
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.
2008-12-29 Michael Beck- implemented ia32 inport, outport for ir_bk_(in|out...
2008-12-29 Michael Beck- add ir_bk_outport and ir_bk_inport
2008-12-26 Michael BeckReimplement the "fp result returned in st0 code":
2008-12-26 Michael Beck- only use immediate mode_E if x87 unit is used
2008-12-25 Moritz KrollMake get_idx_irn(irg, idx) public (useful for debugging...
2008-12-25 Michael Beck- removed strange add_irn_dep(get_irg_end(cg->irg)...
2008-12-25 Michael Beck- add missing ir_bk_debugbreak case
2008-12-24 Christoph MallonUse the global nomem instead of building a new one.
2008-12-24 Christoph MallonRemove unused variable.
2008-12-24 Michael Beck- put the nomem and noreg_GP nodes into global variables:
2008-12-24 Michael Beck- gcc uses UD2 for __builtin_trap()
2008-12-24 Michael Beck- removed unused variable
2008-12-23 Michael Beck- add builtin_(trap|bswap)
2008-12-23 Christoph MallonRemove unused local variable.
2008-12-23 Christoph MallonUse the register mode when transforming ASM projs.
2008-12-23 Christoph MallonSimplify generating the extend suffix for ia32_Load.
2008-12-23 Christoph Mallon- BSF/BSR cannot do 16 bit AM in our model, because...
2008-12-23 Christoph MallonLet the emitter generator generate fewer calls.
2008-12-23 Christoph MallonMake generated code for ia32 %ME a bit more pretty.
2008-12-23 Michael Beck- Lea does not like x, const so replaced by Add
2008-12-23 Michael Beck- implemented __builtin_(ffs|ctz|clz|popcount|parity)
2008-12-23 Christoph MallonLet the backend generator scripts emit \t instead of...
2008-12-21 Michael Beck- corrected SSE prefetch instructions
2008-12-21 Christoph MallonFix emit_ia32_ClimbFrame(): Source is left, destination...
2008-12-21 Michael Beck- forgot to remove the early check
2008-12-21 Michael Beck- gcc ignores RW==1 for non 3DNow!
2008-12-21 Michael Beck- implemented __builtin_prefetch in ia32 BE
2008-12-19 Michael Beck- implemented ia32_ClimbFrame() pseudo-instruction
2008-12-19 Michael Beck- fixed CSE and Combo for Builtin nodes
2008-12-18 Michael Beck- implemented __builtin_return_address(0)
2008-12-18 Michael Beck- more simplification in skip_Tuple
2008-12-18 Michael Beck- always skip tuple, its useless to prevent that
2008-12-18 Michael Beck- implemented Builtin node to represent builtins ...
2008-12-17 Michael Beck- removed useless end -> node dependency
2008-12-15 Michael Beck- renamed cons_flags to ir_cons_flags
2008-12-15 Michael Beck- fixed warning
2008-12-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-13 Christoph MallonFix generating bit representation of INF modes with...
2008-12-13 Michael Beck- BugFix: the mode of a Load must be its load_mode...
2008-12-13 Christoph MallonFix tarval_mod() for negative dividend.
2008-12-13 Matthias Braunoops set_entity_align did not what it appeared to do
2008-12-13 Michael Beck- C99 feature removed
2008-12-13 Sebastian BuchwaldIgnore End keeps.
2008-12-13 Matthias Braunalign mode_E konstants at 16 bytes
2008-12-13 Matthias Braunredefine mode_E to 96 bits
2008-12-13 Matthias Braunsome adjustment to float convs (skip some strictconvs...
2008-12-13 Matthias Braunfix new_Block users
2008-12-13 Matthias Braunnew_Block should not set curr_block too
2008-12-13 Matthias Braunintroduce fp_no_float_fold flag for frontends which...
2008-12-13 Matthias Braunbackend can report back float point arithmetic mode
2008-12-13 Christoph MallonNext attempt in fixing tarval float->int conversion.
2008-12-13 Christoph MallonIgnore End keeps.
2008-12-13 Matthias Braunfix fc_can_lossless_conv_to (I hope this is correct)
next