- 19 Jun, 2012 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 15 Jun, 2012 1 commit
-
-
Matthias Braun authored
-
- 08 Dec, 2011 1 commit
-
-
Matthias Braun authored
-
- 07 Dec, 2011 2 commits
-
-
Matthias Braun authored
memops are nodes that have memory inputs, you can generically query them for their memory input. We can also get rid of get_fragile_op_mem in favor of get_memop_mem.
-
Christoph Mallon authored
-
- 18 Nov, 2011 1 commit
-
-
Matthias Braun authored
We simply always assume that Sel can only return a null pointer if its input is a null pointer.
-
- 17 Nov, 2011 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This should fix all known bugs, make the code easier to read and more robust.
-
Matthias Braun authored
-
Matthias Braun authored
-
- 14 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 02 Nov, 2011 2 commits
-
-
Matthias Braun authored
This is the new way of handling switch-jumps. The node contains a table which maps (ranges of) input values to proj numbers. Compared to a Cond-node this results in a clean consecutive sequence of Proj numbers (no searching for a free number for the default_pn anymore) and allows factoring multiple cases jumping to the same block in a single Proj (though we still need the optimisation in cfopt for that).
-
Matthias Braun authored
-
- 06 Sep, 2011 1 commit
-
-
Matthias Braun authored
-
- 01 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 31 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
-
- 06 May, 2011 1 commit
-
-
Matthias Braun authored
-
- 28 Apr, 2011 1 commit
-
-
Matthias Braun authored
add unknown_jump opflag for the special case of a jump where we can't directly influence the destination and can't predict/change them
-
- 30 Mar, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 25 Mar, 2011 1 commit
-
-
Michael Beck authored
-
- 09 Mar, 2011 1 commit
-
-
Christoph Mallon authored
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 26 Feb, 2011 1 commit
-
-
Michael Beck authored
[r28457]
-
- 09 Feb, 2011 2 commits
-
-
Matthias Braun authored
[r28346]
-
Matthias Braun authored
[r28345]
-
- 08 Jan, 2011 7 commits
-
-
Matthias Braun authored
[r28237]
-
Matthias Braun authored
[r28236]
-
Matthias Braun authored
[r28235]
-
Matthias Braun authored
[r28234]
-
Matthias Braun authored
remove the 'special-constructor' feature. This removes a bunch of strange exceptions in the node generation scripts [r28233]
-
Matthias Braun authored
[r28232]
-
Matthias Braun authored
[r28231]
-
- 06 Jan, 2011 1 commit
-
-
Matthias Braun authored
you can specify in the spec now for which nodes no standard import/export code is generated; fix bug with Proj nodes block [r28215]
-
- 13 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28116]
-