- 07 Oct, 2013 6 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 04 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 03 Oct, 2013 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 02 Oct, 2013 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 18 Sep, 2013 2 commits
-
-
Matthias Braun authored
-
Andreas Zwinkau authored
-
- 17 Sep, 2013 1 commit
-
-
Andreas Seltenreich authored
-
- 13 Sep, 2013 6 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This also fixes the return value of snprintf variants in case of full buffer: The number of bytes that would have been written with an infinite buffer is returned.
-
Martin Haaß authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
start with some unittests for raw bitsets.
-
- 09 Sep, 2013 4 commits
- 05 Sep, 2013 1 commit
-
-
yb9976 authored
Due to the bug, the opcode name of phi nodes are never printed in the first dump of the backend (...-begin.vcg).
-
- 04 Sep, 2013 4 commits
-
-
This covers two cases (assuming no aliasing operations in between the nodes): Firstly, a Store node whose destination lies completely within the CopyB's destination can be deleted. Secondly, if a previous CopyB (A) writes to the source of CopyB to be optimized (B), we can use A's source pointer for further optimizations. If A's source is constant, we can change B to read from A's source. Cases with offsets are not handled.
-
When following the Memory chain for a Store, a CopyB node may be skipped, if both its destination and source do not alias with the Store's destination.
-
yb9976 authored
-
yb9976 authored
-
- 27 Aug, 2013 4 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 22 Aug, 2013 6 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This is a major Makefile refactoring: differentiate between: - source files in $(srcdir) - generated files in $(top_builddir)/gen - object files in $(top_builddir)/$(variant)/ aka $(builddir) - documentation in $(top_builddir)/doc
-
Matthias Braun authored
-