- 05 Aug, 2009 1 commit
-
-
Matthias Braun authored
[r26317]
-
- 31 Jul, 2009 1 commit
-
-
Matthias Braun authored
cleanup backend: make pre_spill_prepare_constraint independent of chordal allocator structures (and rework it a bit in the process) [r26304]
-
- 05 Jul, 2009 1 commit
-
-
Michael Beck authored
- SymConst's are now ALWAYS placed in the start block [r26236]
-
- 23 Oct, 2008 1 commit
-
-
Matthias Braun authored
Node flags and node registers are stored in a generic backend_info struct now instead of every part of the backend doing custom (and slow) stuff [r23142]
-
- 15 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22894]
-
- 12 Oct, 2008 1 commit
-
-
Christoph Mallon authored
[r22794]
-
- 11 Oct, 2008 6 commits
-
-
Matthias Braun authored
[r22754]
-
Christoph Mallon authored
[r22727]
-
Christoph Mallon authored
Remove the unused parameter const arch_env_t *env from arch_irn_get_flags(), arch_irn_is() and arch_irn_consider_in_reg_alloc(). [r22706]
-
Christoph Mallon authored
[r22699]
-
Christoph Mallon authored
[r22697]
-
Christoph Mallon authored
Remove the unused parameter const arch_env_t *env from arch_get_irn_reg_class() and arch_irn_has_reg_class(). [r22692]
-
- 05 Oct, 2008 1 commit
-
-
Christoph Mallon authored
Good day and welcome to the FIRM XMALLOC*() macros. These macros are provided for the type safety and convenience of the IPD research facility personnel. The time is 15:32. Check xmalloc.h for details. [r22494]
-
- 23 May, 2008 1 commit
-
-
Matthias Braun authored
[r19740]
-
- 13 Apr, 2008 1 commit
-
-
Michael Beck authored
- removed obstack from be_main_env_t, it was only used to allocate one arch_env, which is now part of the environment itself - removed unused static variable - add (yet unfunctional) -b gprof switch - renamed printev into more logical filtev - some docu added [r19264]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 03 Nov, 2007 1 commit
-
-
Matthias Braun authored
[r16417]
-
- 10 Sep, 2007 1 commit
-
-
Sebastian Hack authored
[r15733]
-
- 11 Jul, 2007 1 commit
-
-
Michael Beck authored
[r15032]
-
- 21 Jun, 2007 3 commits
-
-
Sebastian Hack authored
Fixed a bug in liveness [r14701]
-
Christoph Mallon authored
[r14698]
-
Michael Beck authored
[r14693]
-
- 17 Jun, 2007 1 commit
-
-
Matthias Braun authored
[r14557]
-
- 14 Jun, 2007 1 commit
-
-
Sebastian Hack authored
- The liveness in the birg stays always the same - Invalidation is done with be_liveness_invalidate() - Each algo has to specify if it needs only liveness checks be_liveness_assure_chk() or the complete liveness sets for use with be_lv_foreach, etc. be_liveness_assure_sets() * Adapted all the files to these changes * made bessadestr.c liveness updating [r14506]
-
- 10 May, 2007 1 commit
-
-
Sebastian Hack authored
- it uses the new liveness checking algos in ana/irlivechk.h - value_dominates, etc. was erased from bera.h because it does not belong there * bechordal.c features an experimental coloring (by defualt disabled by macro) which can color the routine in a single pass without building the "borders". A long term goal is to disable borders completely but they are used in other places, too. * The 1st parameter of values_interfere is now a birg and not a be_lv_t. There is now a special routine lv_values_interfere() for those who want to use the computed liveness explicitly. changing the parameter makes it more easy to switch to other liveness implementations. All other files were modified to respect the changes [r13762]
-
- 30 Apr, 2007 1 commit
-
-
Christian Würdig authored
unified .h #ifndef ... #define ... changed some indenting removed some unused code removed beuses_t.h as unused header [r13559]
-
- 27 Apr, 2007 2 commits
-
-
Christian Würdig authored
fixed include structure (files should include all needed headers - not more and not less) [r13523]
-
Christian Würdig authored
[r13508]
-
- 18 Apr, 2007 1 commit
-
-
Matthias Braun authored
- Started working on flags [r12716]
-
- 11 Jan, 2007 1 commit
-
-
Matthias Braun authored
-
- 10 Dec, 2006 1 commit
-
-
Matthias Braun authored
- refactored backend to store some analysis info about the irg in the be_irg structure, added assure_ and invalidate_ functions for this
-
- 09 Sep, 2006 1 commit
-
-
Sebastian Hack authored
-
- 03 Sep, 2006 1 commit
-
-
Sebastian Hack authored
-
- 31 Aug, 2006 1 commit
-
-
Matthias Braun authored
walking occurs before finish phase now - changed ia32 to do some things transforms from finish phase in after_ra phase already but do peephole optimization in finish phase. - Added a peephole optimisation that transform IncSP,Store cascades to Pushs - Replaced several HASH_PTR with nodeset_hash to make compiler more deterministic.
-
- 11 Aug, 2006 1 commit
-
-
Christian Würdig authored
added convienience macro for checking against a certain irn class
-
- 04 Aug, 2006 1 commit
-
-
Matthias Braun authored
-
- 31 Jul, 2006 1 commit
-
-
Sebastian Hack authored
Added becopyheur3 (need to compile firm with --enable-jvm)
-
- 28 Jun, 2006 1 commit
-
-
Christian Würdig authored
-
- 23 Jun, 2006 1 commit
-
-
Christian Würdig authored
-
- 01 Jun, 2006 1 commit
-
-
Johannes Spallek authored
-