bescripts: Remove unused execution unit specification.
[libfirm] / ir / be / beprefalloc.c
2012-12-01 Christoph Mallonbeprefalloc: Fix a c&p-o in the change to use arch_regi...
2012-11-28 Christoph Mallonbearch: Use be_foreach_use() in more places.
2012-11-28 Christoph Mallonbearch: Make the register requirements an output parame...
2012-11-27 Christoph Mallonbeprefalloc: Correct typo in comment.
2012-11-27 Christoph Mallonbearch: Use arch_register_req_is().
2012-11-26 Christoph Malloncleanup: Remove unnecessary #include from belive_t.h.
2012-11-25 Christoph Mallonrbitset: Let rbitset_alloca() return the new raw bitset.
2012-11-25 Christoph Mallonbearch: remove arch_register_type_joker.
2012-11-13 Christoph MallonLet be_foreach_definition() declare the value variable.
2012-11-13 Christoph MallonRemove the very thin wrapper function arch_register_get...
2012-10-29 Matthias Braunremove unnecessary options from beprefalloc
2012-10-29 Matthias Braunfix some memory leaks in beprefalloc
2012-10-24 Matthias Braunfix a bunch of warnings reported by clang analyzer
2012-08-09 Matthias Braunbeprefalloc: fix assignment of big values
2012-08-09 Matthias Braunbeprefalloc: simplify by using C99
2012-07-30 Matthias Braunsimplify and cleanup execfreq API
2012-07-19 Christoph MallonLet foreach_ir_nodeset() declare its iterator variables.
2012-07-16 Matthias Braunfix prefalloc after sched_foreach changes
2012-07-16 Matthias Braunsimplify + optimize be_lv_foreach
2012-07-13 Christoph MallonLet sched_foreach_from() and sched_foreach_reverse_from...
2012-07-13 Matthias Braunadapt to -std=c99
2012-06-06 Matthias Braunbe: expose be_options variable globally
2012-02-09 Matthias Braunbe: fix phi constraints double width values
2011-12-22 Matthias Braunbelive: cleanup livness assure/invalidate API
2011-12-07 Matthias Braunavoid macros in irdump interface
2011-11-10 Matthias Braunremove $Id$, it doesn't work with git anyway
2011-10-20 Matthias Braunconsolidate utility macros in util.h
2011-10-20 Matthias Braunbelive: use sparse hashmap for block->data mapping
2011-08-17 Matthias Braunsimplify copy interface and respect double/aligned...
2011-08-15 Matthias Braunbig refactoring of arch_XXX functions
2011-08-15 Matthias Braunfix names of some dumped vcg files
2011-08-15 Matthias BraunImplement double-register support for prefalloc with...
2011-08-12 Matthias Braunlpp: call the constraint types lpp_{less|greater}_equal...
2011-08-12 Matthias Braunfix cparser warnings in beprefalloc
2011-08-12 Matthias Braunprefalloc will respect alignment when initially assigni...
2011-06-24 Andreas ZwinkauMerge Fix: Spills have ProjMs now
2011-06-07 Matthias Braunfix a few comment typos
2011-04-15 Matthias Braunfix cparser warnings
2011-04-08 Andreas Zwinkaumerge kaps
2011-03-24 Michael BeckFix typos in comments: s/wether/whether/ and related...
2011-03-06 Michael BeckFixed size_t related warnings.
2011-01-06 Michael BeckFixed some 64bit warnings because of mixing size_t...
2010-11-04 Matthias Braunmake firm compilable with a c++ compiler
2010-10-08 Matthias Braunbackend: cleanup queries for ignore regs
2010-10-06 Matthias Braunput register classes into arch_env struct, no need...
2010-09-10 Matthias Braunsave input requirements in be_info without complicated...
2010-09-10 Matthias Braunrefactoring: split stackframe handling completely from...
2010-08-09 Matthias Braunallow ignore registers as inputs of Phis; cleanup bessa...
2010-08-09 Matthias Brauncleanup spill code; assert that no wide values are...
2010-08-05 Matthias Braunbackend: created a (not so nice) macro to iterate over...
2010-07-29 Matthias Braunallow nodes with more inputs in prefallocator (some...
2010-07-28 Matthias Braunno unnecessary and cryptic abreviations: rename vrfy...
2010-07-26 Matthias Brauncleanup/refactor bipartite matching with hungarian...
2010-07-14 Matthias Braunarm: implement calling conventions for float and double...
2010-07-06 Matthias Braunremove unnecessary members from be_abi_irg_t structure...
2010-07-02 Matthias Braunchange register allocator and related interfaces to...
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-25 Matthias Brauncleanup and rewrite dumper interface
2010-04-26 Christoph Mallons/full\>/ful/.
2010-03-12 Matthias Braunrename popcnt to popcount; avoid inline assembly in...
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-01-03 Michael BeckI was annoyed by the compiler warnings about implicit...
2009-12-21 Matthias Braunkeep timer interface simple - no names and descriptions...
2009-12-18 Matthias Braunrename straight alloc to pref alloc to match the name...