get_Call_n_params: use int for consistency
[libfirm] / ir / be / beabi.c
2012-07-23 Matthias Braunget_Call_n_params: use int for consistency
2012-07-16 Sebastian BuchwaldFixed warnings.
2012-07-13 Christoph MallonLet foreach_out_edge_kind() and foreach_out_edge_kind_s...
2012-07-13 Christoph MallonAdd the return type as parameter to the macros set_find...
2012-07-13 Christoph MallonAdd a wrapper macro for pmap_get(), which has the retur...
2012-06-15 Matthias Braunrename edges_assure to assure_edges
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-05-05 Christoph MallonChange tests for ir_visibility_external, which should...
2012-04-25 Matthias Braundwarf: initial support for callframe and params
2012-03-06 Matthias Braunbeabi: remove a bunch of unused/deprecated flags
2011-12-15 Matthias Braunmake unique types/entities part of irprog
2011-11-14 Matthias Braunremove irbitset.h
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-09-13 Matthias Braunbeabi: no special treatment of returns_twice
2011-09-06 Matthias Braunrename Free argument from size to count to be consisten...
2011-08-22 Matthias Braunadd special constant to represent VA_START-address...
2011-08-17 Christoph MallonAllow selecting one past the last parameter to get...
2011-08-17 Christoph MallonRemove unnecessary assignment, which at worst hides...
2011-08-17 Christoph MallonCorrect typos in comments.
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-05 Matthias Braunfactor out code for address of register param taken
2011-08-05 Matthias Braunrework taking of parameter addresses
2011-08-04 Matthias Braunremove (broken+unused) support for right_to_left parame...
2011-08-04 Matthias Braunsplit irg and irp resources, add IRP_RESOURCE_TYPE_LINK
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-08 Michael BeckRemoved the callee/caller saved flag from register...
2011-06-01 Matthias Braunrework fragile ops to have a throws_exception attribute
2011-05-27 Matthias Braunmerge start-block successor with start-block in backend...
2011-05-25 Andreas ZwinkauRemove equivalent_node_Block
2011-05-06 Andreas Zwinkaubeabi requires out edges
2011-05-06 Matthias Braungive Bad nodes a mode
2011-04-15 Matthias Braunfix cparser warnings
2011-04-13 Michael BeckBugFix: fixed access to free'ed pointer.
2011-04-13 Matthias Braunavoid new_NoMem in favor or get_irg_no_mem
2011-04-13 Matthias Braunfix some warnings by removing the strange abi_get_ignor...
2011-04-13 Matthias Braunmove private API into .c file
2011-04-08 Andreas ZwinkauMerge branch 'kaps-included' into master
2011-04-08 Matthias BraunAnother rewrite of prolog/epilog handling: Delay their...
2011-04-08 Andreas Zwinkaumerge kaps
2011-04-08 Matthias Braunall backends have decreasing stack
2011-04-08 Matthias Braunchange get_ignore_irn API to take irg instead of abi
2011-04-08 Matthias Braunrename be_pos_XXX to n_be_XXX to be consistent with...
2011-04-08 Matthias Brauncleanup iredges API a bit
2011-03-16 Matthias Braunreplace and kill survive_dce stuff
2011-03-04 Matthias Braunremove be_Barrier and lots of hacks for maintaining it
2011-03-04 Matthias Braunbeabi: simplify fix_start_block, avoid links to replace...
2011-02-22 Andreas ZwinkauFix beabi call sorting
2011-02-09 Matthias Braunfurther spread size_t (all warnings on linux/gcc fixed)
2011-02-08 Matthias Braunfurther spread size_t
2011-01-24 Michael BeckFixed a lot of size_t related warnings, most of them...
2011-01-18 Michael BeckFixed some size_t related warnings.
2010-12-28 Michael BeckAdd and fix some comments.
2010-12-22 Michael BeckFixed some 64bit warnings by using size_t and fixing...
2010-12-06 Michael BeckRemoved the arch_register_type_is() macro.
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: put ignore regs into beirg
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-10-08 Matthias Braunrename tarval to ir_tarval
2010-10-06 Matthias Braunremove irsimpletype stuff (unused/broken)
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
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 Braunbackend: remove unused omitleaffp option
2010-09-22 Matthias Brauneliminate the unnecessary and especially confusing...
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-09-06 Matthias Braunrename heights_t to ir_heights_t, improve docu a bit...
2010-08-12 Matthias Braunidentifiers starting with _ are reserved; remove this...
2010-08-09 Matthias Braunfix beabi not setting width in register constraint
2010-07-27 Matthias Braunreplace psets with arrays to make the compiler more...
2010-07-26 Matthias Braunautomatically generated pn_ numbers from the spec file
2010-07-23 Matthias Braunsparc: fix MemPerm emitter as far as possible
2010-07-15 Matthias Braunavoid unnecessary passing around of arch_env_t* in...
2010-07-10 Matthias Braunreorganize beabi - save wether we are using omit_fp...
2010-07-09 Matthias Braunhandle arm ABI in arm transform phase
2010-07-09 Matthias Braunallow backend to do its own custom abi handling and...
2010-07-06 Matthias Braunfix a few warnings/bugs in optimized mode
2010-07-06 Matthias Braunremove unnecessary members from be_abi_irg_t structure...
2010-07-05 Matthias Braunput stack_layout into beirg instead of be_abi datastruc...
2010-07-05 Matthias Braunconvert a few more place that mention birg into generic...
2010-07-02 Matthias Braunconvert remaining APIs from be_irg_t* to ir_graph*
2010-07-02 Matthias Braunchange spiller and related interface to use ir_graph...
2010-07-02 Matthias Braun- change various be_get_birg_XXX functions to be_get_ir...
2010-06-23 Matthias Braunremove the (mis-)feature of arch_get_irn_reg_req_out...
2010-05-21 Matthias Braunsimplify confusing entity/owner interfaces. There is...
2010-05-19 Matthias Braunmove util.h to private API, harmonize SIZ(array) vs...
2010-04-13 Hannes Rapp- various updates to sparc backend
2010-03-15 Matthias Braunfix various warnings reported by cparser
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-07 Matthias Braunmerge common graph copying code; move dead code elimina...
2010-03-03 Matthias Braunalloc has a count not a size argument, reflect this...
2010-03-01 Matthias Braun- remove block parameter from new_r_Proj and new_rd_Proj
2010-02-14 Christoph MallonSome more cleanup: Put the return type and other specif...
2010-02-13 Matthias Braunuse begnuas to emit block labels so we use the correct...
2010-02-13 Christoph MallonPut opening curly brace of functions on a separate...
2010-02-05 Matthias Brauntry to fix PIC commons
2010-02-04 Matthias Braun- representing the 3-state visibility (default,local...
2010-02-03 Matthias BraunRework linkage types in firm.
2010-01-28 Christoph MallonUse a real Dummy node instead of misusing an Unknown...
next