- 02 Jul, 2013 2 commits
-
-
Matthias Braun authored
We do not model them as a type anymore, but simply annotate compound_member entities with a bit offset and bit size.
-
Matthias Braun authored
-
- 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.
-
- 13 Mar, 2013 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
- Semantic was strange: shallow checking for pointers, deep checking for structs (because no real solution in case of cycles was implemented) - Implementation was incomplete/buggy - Nobody was using it anyway
-
- 12 Mar, 2013 1 commit
-
-
Matthias Braun authored
-
- 11 Mar, 2013 1 commit
-
-
yb9976 authored
-
- 29 Jan, 2013 1 commit
-
-
Matthias Braun authored
-
- 24 Jan, 2013 1 commit
-
-
Andreas Zwinkau authored
Makes static analysis (LLVM's scan-build) happy.
-
- 18 Jan, 2013 1 commit
-
-
Matthias Braun authored
-
- 05 Jan, 2013 2 commits
-
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 21 Dec, 2012 1 commit
-
-
Christoph Mallon authored
-
- 12 Dec, 2012 6 commits
-
-
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.
-
Christoph Mallon authored
The global type is final, so the next test bails out.
-
Christoph Mallon authored
-
Christoph Mallon authored
Accordingly remove repr_class from entities.
-
Christoph Mallon authored
-
Christoph Mallon authored
In particular this ensures that the backend has segments for the PIC symbols and trampolines.
-
- 04 Dec, 2012 2 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
- 03 Dec, 2012 1 commit
-
-
Christoph Mallon authored
cleanup: Remove pointless assert(is_${NODE}(x)) just before get_${NODE}_${FOO}(x), which do the same assert.
-
- 26 Nov, 2012 2 commits
-
-
Matthias Braun authored
We get a clean SIGSEGV anyway, if they're not fulfilled
-
Matthias Braun authored
So all files in libFirm do this consistently
-
- 24 Nov, 2012 1 commit
-
-
Christoph Mallon authored
Now we get a nice crash.
-
- 24 Oct, 2012 2 commits
-
-
Matthias Braun authored
- do not record properties on irgs anymore, always do it on the irgs entity; entity properties have to be a superset of the entities method type properties. - Remove special irg_inline_property and use mtp_additional_properties instead
-
Matthias Braun authored
-
- 19 Jul, 2012 1 commit
-
-
Christoph Mallon authored
Remove now redundant (and sometimes wrong) location info from the panic messages.
-
- 13 Jul, 2012 4 commits
-
-
Christoph Mallon authored
Add wrapper macros for pset_first() and pset_next(), which have the return type as additional parameter.
-
Christoph Mallon authored
-
Christoph Mallon authored
-
Christoph Mallon authored
-
- 14 Jun, 2012 1 commit
-
-
Christoph Mallon authored
-
- 04 May, 2012 4 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
This is used to implement C99 "inline"/GNU89 "extern inline" ie. an entity which is externally defined but where we know an inlineable definition anyway.
-
Matthias Braun authored
This commit removes the strange differentiation between ir_visibility_external and ir_visibility_default. We now only have ir_visibility_external for all symbols visible across compilation units. You may or may not attach graphs/initializers to them.
-
Matthias Braun authored
-
- 26 Apr, 2012 1 commit
-
-
Matthias Braun authored
-
- 21 Apr, 2012 1 commit
-
-
Christoph Mallon authored
-