summaryrefslogtreecommitdiffhomepage
path: root/ir/be/bera.h
Commit message (Expand)AuthorAge
* move perform_memory_operand callbcack from arch_irn_ops to regalloc_ifMatthias Braun2015-06-19
* break arch_isa_if_t furhter apart by moving spilling related callbacks into a...Matthias Braun2015-06-19
* merge be_add_missing_keeps() with be_spill_preapre_for_constraints()Matthias Braun2014-10-18
* merge assure_constraints() and be_add_missing_copies() into be_spill_prepare_...Matthias Braun2014-10-18
* move beabihelper to betranshlp/beraMatthias Braun2014-10-18
* be: change pre spill prepare phase to work on all register classes at onceMatthias Braun2014-07-07
* remove license stuff from filesMatthias Braun2012-12-12
* cleanup: Remove unnecessary #include "beirg.h".Christoph Mallon2012-11-25
* remove $Id$, it doesn't work with git anywayMatthias Braun2011-11-10
* change register allocator and related interfaces to use ir_graph* instead of ...Matthias Braun2010-07-02
* cleanup backend: make pre_spill_prepare_constraint independent of chordal all...Matthias Braun2009-07-31
* use libfirm timing facilitiesMatthias Braun2008-02-13
* refactor time measurementMatthias Braun2008-01-11
* spillslot timer is removedMatthias Braun2008-01-10
* update copyright messageMichael Beck2008-01-02
* * Added a new file: beintlive_t.h which subsumes all interferene/liveness checksSebastian Hack2007-05-10
* unified mein file commentsChristian Würdig2007-04-30
* added new licence headerChristian Würdig2007-04-27
* - Implement all the state switching stuff needed for efficient fpu modeMatthias Braun2007-04-02
* rewritten be_ssa_constr which isn't using sets anymore, started working on a ...Matthias Braun2007-03-26
* - No #ifdef WITH_LIBCORE anymore in backend, compilation without libcore was ...Matthias Braun2007-03-02
* put timers in a global var for now, until this is solved cleanerMatthias Braun2007-02-21
* - All backend modules use module constructors for registering their options nowMatthias Braun2006-12-21
* moved beirg.h include from be.h to files which use itChristian Würdig2006-12-15
* - New belady variant (see my diploma thesis + presentation)Matthias Braun2006-12-10
* Fixed be_ra_t structure if libcore is deactivatedMichael Beck2006-09-15
* les with WITH_LIBCORE disabled againMichael Beck2006-08-30
* - new spillslot verifier (doesn't catch all errors at the moment, because lif...Matthias Braun2006-08-04
* Adapted to new livenessSebastian Hack2006-07-31
* added additional timerChristian Würdig2006-07-03
* added backend timing facilityChristian Würdig2006-06-23
* removed dependencyMichael Beck2006-03-15
* Adapted to API changesSebastian Hack2006-02-23
* Adapted to new benode.cSebastian Hack2006-01-18
* Made everything really kaputtSebastian Hack2005-12-08
* New implementation of values_interfere(). Should work now.Sebastian Hack2005-07-15
* Added interference test functionSebastian Hack2005-01-13