- 29 Jul, 2016 1 commit
-
-
Christoph Mallon authored
This fixes opt/fehler070.c on ARM.
-
- 26 Jul, 2016 1 commit
-
-
Christoph Mallon authored
They just use a 12 bit offset, not an immediate shifter operand. This fixes the regression in ack/str.c.
-
- 16 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 05 Jan, 2013 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 12 Dec, 2012 1 commit
-
-
Matthias Braun authored
Just state the copyright and the project the files belong to. You can then find the COPYING file for the whole project.
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 22 Sep, 2010 1 commit
-
-
Matthias Braun authored
eliminate the unnecessary and especially confusing concept of a 'code_generator' an isa-interface is enough [r28009]
-
- 10 Jul, 2010 1 commit
-
-
Michael Beck authored
[r27730]
-
- 01 Oct, 2009 1 commit
-
-
Matthias Braun authored
(with different arguments and register constraints for the same node now) - Lots of cleanups/changes in the arm backend. We can represent all "shifter operands" now (but the code selection isn't optimal yet) - More fixes all over the place - arm backend handles 164.gzip now [r26673]
-
- 29 May, 2008 1 commit
-
-
Michael Beck authored
[r19823]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 15 Oct, 2007 1 commit
-
-
Matthias Braun authored
[r16212]
-
- 03 Oct, 2007 1 commit
-
-
Michael Beck authored
rename peephole optimisation function [r16057]
-
- 04 May, 2007 1 commit
-
-
Matthias Braun authored
[r13629]
-
- 30 Apr, 2007 1 commit
-
-
Christian Würdig authored
unified .h include guards fixed include structure (every files includes needed headers) [r13560]
-
- 27 Apr, 2007 1 commit
-
-
Christian Würdig authored
[r13508]
-
- 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.
-
- 16 Jul, 2006 1 commit
-
-
Christian Würdig authored
- separated constant placement and reference mode changes - place constants now in "optimal" block (smallest user dominator) removed some unused variables
-
- 11 May, 2006 1 commit
-
-
Christian Würdig authored
-
- 21 Apr, 2006 1 commit
-
-
Christian Würdig authored
-
- 23 Mar, 2006 1 commit
-
-
Christian Würdig authored
-
- 13 Mar, 2006 1 commit
-
-
Christian Würdig authored
extended dumper adapted to bearch interface changes
-
- 23 Feb, 2006 1 commit
-
-
Christian Würdig authored
-
- 25 Jan, 2006 2 commits
-
-
Christian Würdig authored
removed some unused variables added optimization to move Const's from start block into the block where they are used
-
Christian Würdig authored
-