- 28 Jan, 2013 2 commits
-
-
Christoph Mallon authored
-
Tobias Rapp authored
-
- 24 Jan, 2013 8 commits
-
-
Manuel Mohr authored
-
Manuel Mohr authored
We called get_block_execfreq_int() with the int factors struct completely filled with zeroes, so we always got an int execfreq of 0. co_get_costs_exec_freq() therefore always returned 1, making it equivalent to co_get_costs_all_one().
-
Manuel Mohr authored
-
Manuel Mohr authored
-
Manuel Mohr authored
-
Andreas Zwinkau authored
And remove a dead assignment to and1
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
Makes static analysis (LLVM's scan-build) happy.
-
- 23 Jan, 2013 12 commits
-
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
-
Christoph Mallon authored
-
yb9976 authored
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
The pattern was common over all the transformers
-
Andreas Zwinkau authored
-
Andreas Zwinkau authored
Use a fresh variable in the following code, so it does not hide the "unusedness".
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
yb9976 authored
-
- 22 Jan, 2013 1 commit
-
-
yb9976 authored
-
- 21 Jan, 2013 2 commits
-
-
Andreas Zwinkau authored
Inline optimization can now handle compound arguments and return values. This includes the new array types.
-
yb9976 authored
-
- 18 Jan, 2013 8 commits
-
-
Matthias Braun authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
The only user is unreachable (ignore_runtime is false).
-
Matthias Braun authored
now the frontend is only responsible to mangle the ld_name, entity creation is left to libfirm which now also caches the entities.
-
Matthias Braun authored
-
Matthias Braun authored
-
Andreas Zwinkau authored
In general, handle array types like compound types. Since we skip the if-condition for compound types, we also need to do it for array types in this case.
-
- 17 Jan, 2013 6 commits
-
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
Tobias Rapp authored
-
yb9976 authored
-
- 15 Jan, 2013 1 commit
-
-
Matthias Braun authored
-