- 20 Oct, 2011 1 commit
-
-
Matthias Braun authored
-
- 17 Oct, 2011 1 commit
-
-
yb9976 authored
This fixes backend/builtin_parityl.c and backend/builtin_parityll.c.
-
- 27 Sep, 2011 1 commit
-
-
Matthias Braun authored
This was an odd convention from the past, there's no need for it anymore.
-
- 22 Sep, 2011 1 commit
-
-
Matthias Braun authored
backends can use this to allow all mux nodes which get optimized away by the middleend anyway. This fixes abs handling on sparc.
-
- 15 Sep, 2011 2 commits
-
-
yb9976 authored
-
Matthias Braun authored
- Make API private as it should only be called by backends - Let ia32 backend create special ia32_Set nodes instead of relying on muxes which must not be touched anymore - Does not create ConvB nodes anymore but instead produces the Cmp directly. (All backends did this anyway during code-selection so I was able to leave this case out code-selection) - First collect nodes to lower, then lower them. This avoids robustness problems when transforming the graph while at the same time walking it.
-
- 13 Sep, 2011 1 commit
-
-
yb9976 authored
This fixes backend/float_ret_sse.c with -O1.
-
- 12 Sep, 2011 1 commit
-
-
Matthias Braun authored
-
- 15 Aug, 2011 1 commit
-
-
Matthias Braun authored
This tries to get the names in a consistent format. We basically have 2 views on register allocation/constraints now: 1) Register Requirements and Assigments are per-instruction. Each instruction has requirements on its inputs and outputs, register get assigned for outputs of an instruction (assignment is an attribute of an instruction, not of the Proj-nodes). The internal datastructures model this form! The functions here have the form: arch_get_irn_register_req_in(node, input_nr) arch_get_irn_register_in(node, input_nr) arch_get_irn_register_req_out(node, output_nr) arch_set_irn_register_out(node, output_nr, register) 2) Register Requirements and Assignments are on firm-values. This view allows to query/assign requirements and registers at the Proj nodes instead of the repsective predecessors. This is a convenience interface modeled on top of the other! The functions have the form: arch_get_irn_register_req(node) arch_get_irn_register(node) arch_set_irn_register(node, register)
-
- 10 Aug, 2011 1 commit
-
-
Matthias Braun authored
-
- 19 Jul, 2011 1 commit
-
-
yb9976 authored
-
- 17 Jun, 2011 1 commit
-
-
Christoph Mallon authored
This seems wrong. GCC uses PIC for switch on OS X.
-
- 16 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 11 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 01 Jun, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 31 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 26 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 25 May, 2011 2 commits
-
-
Matthias Braun authored
- The pns of X_regular and X_except are annotated in the opcode now. - The memory input is annotated in the opcode now - only nodes with X_regular, X_except are marked fragile
-
Matthias Braun authored
-
- 23 May, 2011 1 commit
-
-
Matthias Braun authored
We can still use ia32 ShlD, ShrD functions by matching Or(Shl,Shr) patterns in the ia32 transformer.
-
- 13 Apr, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 11 Apr, 2011 1 commit
-
-
yb9976 authored
This fixes opt/fehler183.c.
-
- 08 Apr, 2011 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 03 Apr, 2011 1 commit
-
-
Michael Beck authored
-
- 30 Mar, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 17 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 04 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 28 Feb, 2011 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 24 Feb, 2011 2 commits
-
-
Matthias Braun authored
-
Christoph Mallon authored
[r28454]
-