- 14 Feb, 2016 1 commit
-
-
Matthias Braun authored
-
- 18 Oct, 2015 1 commit
-
-
Matthias Braun authored
Also choose a signed integer type which is more typical for offsets.
-
- 05 May, 2015 1 commit
-
-
Andreas Zwinkau authored
This reverts commit 5165321c. lower_highlevel() is used by x10i. Also, I'd argue we should rather deprecate lower_highlevel_graph instead.
-
- 31 Dec, 2014 1 commit
-
-
Matthias Braun authored
-
- 29 Dec, 2014 1 commit
-
-
Christoph Mallon authored
-
- 28 May, 2014 1 commit
-
-
Matthias Braun authored
-
- 15 Apr, 2014 1 commit
-
-
Matthias Braun authored
- Compound type selection is performed with Member - Array indexing is performed with Sel - Instead of the simpleSel constructor functions you can use the normal Member constructors now - The concept of array element entities has been removed, Sel nodes just contain a pointer to the array type now.
-
- 18 Mar, 2014 1 commit
-
-
Christoph Mallon authored
-
- 17 Mar, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 07 Mar, 2014 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 29 Jan, 2014 1 commit
-
-
Christoph Mallon authored
-
- 28 Jan, 2014 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 27 Jan, 2014 1 commit
-
-
Christoph Mallon authored
This removes the strange entity/type duality and we get rid of union symconst_symbol.
-
- 29 Oct, 2013 1 commit
-
-
Matthias Braun authored
-
- 08 Aug, 2013 1 commit
-
-
Matthias Braun authored
It is not usefull for optimization in most languages: - In C/C++ you can't really change the value of enum constants as casting from/to integer has to produce the expected results. - In Java (and other OO languages) enum members are objects so the libfirm enumeration type can't be used there anyway
-
- 24 Jul, 2013 1 commit
-
-
Christoph Mallon authored
-
- 03 Jul, 2013 1 commit
-
-
Matthias Braun authored
also move copy_const_value from typerep/entity to irgmod.
-
- 15 May, 2013 1 commit
-
-
Matthias Braun authored
Nobody uses it currently, and it is a burden for everyone writing a new pass.
-
- 04 May, 2013 1 commit
-
-
Matthias Braun authored
It has been empty for nearly all systems. People who used to put stuff in config.h can still create a config.h on their own and inject -include (gcc) or /FI (msvc) into their CPPFLAGS.
-
- 21 Dec, 2012 1 commit
-
-
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.
-
- 04 Dec, 2012 1 commit
-
-
Matthias Braun authored
-
- 25 Nov, 2012 1 commit
-
-
Christoph Mallon authored
-
- 13 Jun, 2012 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 14 Dec, 2011 1 commit
-
-
Matthias Braun authored
-
- 17 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 16 Aug, 2011 1 commit
-
-
Andreas Zwinkau authored
The lowering phase had a lower_bitfield parameter. Instead of passing "true", the (e.g. EDG) frontends now must set_irg_state(irg, IR_GRAPH_STATE_IMPLICIT_BITFIELD_MASKING). This is necessary, because not only the lowering phase is affected. Additionally, the load store optimisation should handle Sels differently.
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 09 May, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 28 Apr, 2011 1 commit
-
-
Matthias Braun authored
-
- 24 Apr, 2011 1 commit
-
-
Michael Beck authored
-
- 30 Mar, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 16 Mar, 2011 1 commit
-
-
Matthias Braun authored
-