rename be_pos_XXX to n_be_XXX to be consistent with the architecture specific constants
[libfirm] / ir / be / beabi.c
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...
2010-01-28 Christoph MallonRemove write-only local variable.
2010-01-22 Matthias Braunadd a default_layout_compound_type; the backend layouts...
2010-01-05 Matthias BraunPrimitive, Pointer, Array and Method types are anonymou...
2009-12-16 Matthias Braunfix compilation of endless loops which don't use memory
2009-12-02 Michael BeckBugFix: Fixed off-by-one error introduced by r26724.
2009-11-09 Matthias Brauncleanup beabi so it doesn't need its own obstack anymore
2009-11-06 Matthias Brauncleanup beabi a bit and use module constructor/global...
2009-11-06 Matthias Braunmore robust detection of start nodes in listsched;...
2009-10-01 Matthias Braun- refactoring of backend generator scripts: You can...
2009-09-18 Matthias Braun- further refactoring and finally eliminated the callba...
2009-09-17 Matthias Braun- Bigger refactoring and cleanup in backend:
2009-09-17 Matthias Braunrename benode_t.h to benode.h, remove some unused code
2009-09-03 Matthias Braunalign stackframe to 4 bytes to avoid bad esp alignments
2009-09-02 Christoph MallonAdd OALLOC*() to make allocating from obstacks a bit...
2009-08-13 Matthias Braun- rework backend node dumping; add a dumper for Phi...
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-06-19 Matthias Braunverify that Projs are in the same Block as their predec...
2009-06-01 Matthias BraunRework Block labels: They are entities now so we don...
2009-05-28 Matthias Braunhacky workaround for some builtin_return_address defici...
2009-05-11 Matthias Braun- generate more stuff from ir_spec.py
2009-04-07 Michael Beck- BugFix: we exchange the value param entities, so...
2009-03-10 Matthias BraunPIC fixes for global vars
2009-03-02 Moritz KrollReverted changes from 25529
2009-02-22 Christoph MallonWhen sorting calls enforce a total order, because qsort...
2009-02-19 Moritz KrollAdded strict_flag to new_r/rd_Conv(). Fixed strict...
2009-01-20 Matthias Braunfix warnings
2009-01-20 Michael Beck- check for peculiarity_description for inner functions
2009-01-20 Michael Beck- fixed handling of outer frame access
2009-01-19 Michael Beck- mostly implemented access to outer frame variables...
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-09 Matthias Braunmore verbose panis
2009-01-02 Michael BeckHopefully the last fix to the value type stuff:
2009-01-02 Michael Beck- add some early assert() debugging helper
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-14 Moritz KrollAdded cons_flags parameter to new_Load and new_Store...
2008-12-12 Michael Beck- Changed wrong (and slow) implementation of fix_atsrt_...
next