- 15 Jun, 2012 2 commits
-
-
Matthias Braun authored
The opt_manage framework didn't really do much except assuring that some analysis info is computed before a pass starts. We can achieve this simpler by providing an assure_irg_properties function. This commit also fixes some places where analysis info was potentially not invalidated before.
-
Matthias Braun authored
graph_properties are things that a transformation may destroy but which can be easily recalculated. graph_constraints are set after lowering phases have been running and forbid certain constructs that no (later) transformation is allowed to construct
-
- 14 Jun, 2012 1 commit
-
-
Christoph Mallon authored
-
- 19 Dec, 2011 1 commit
-
-
Christoph Mallon authored
-
- 14 Dec, 2011 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
public functions are already documented in their headers, no need to repeat the comment at the definition site.
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 27 Oct, 2011 2 commits
-
-
Matthias Braun authored
The main change here is splitting new_ir_mode into new_int_mode, new_reference_mode and new_float_mode. You can now specify mantissa+exponent size in new_float_mode. This also changes: - x86 80bit-FP mode is NOT a ieee754 don't put "ieee754" into functions names that can also handle x86 80bit fps - Move ieee_descriptor_t from tarval module into ir_mode struct (and rename to float_descriptor_t) - Introduce mode_Q which represents binary128 from ieee754 - You can ask float modes for mantissa/exponent sizes now - Fix endianess when emitting big float values in begnuas - A bunch of long double fixes in ia32: the mode there has 10bytes (80bit) but the variables typically are 12 or 16 byte big - This fixes some problems of sparc binary128 handling
-
Matthias Braun authored
They're adding more noise than they provide gain in readability. They also make extra work to keep up to date.
-
- 20 Oct, 2011 1 commit
-
-
Matthias Braun authored
They have been unnecessary aliases for is_SymConst_addr_ent() and get_SymConst_entity().
-
- 14 Sep, 2011 1 commit
-
-
Andreas Zwinkau authored
-
- 21 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 17 Jun, 2011 1 commit
-
-
Matthias Braun authored
-
- 30 Mar, 2011 1 commit
-
-
Matthias Braun authored
-
- 09 Mar, 2011 1 commit
-
-
Christoph Mallon authored
-
- 02 Mar, 2011 1 commit
-
-
Michael Beck authored
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 11 Feb, 2011 1 commit
-
-
Michael Beck authored
[r28369]
-
- 09 Feb, 2011 1 commit
-
-
Michael Beck authored
[r28338]
-
- 18 Nov, 2010 1 commit
-
-
Michael Beck authored
Put definition of get_base_sc() into .c file to remove the (non-standard) inline specifier from official header. Most users of this function are inside teh same c file, so the performance hit is small. [r28144]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28062]
-
- 06 Oct, 2010 2 commits
-
-
Matthias Braun authored
[r28041]
-
Matthias Braun authored
[r28030]
-
- 10 Mar, 2010 1 commit
-
-
Matthias Braun authored
- rework ir_phase API (sorry for mixing these 2 things into 1 commit) [r27285]
-
- 20 Feb, 2010 2 commits
-
-
Christoph Mallon authored
[r27191]
-
Christoph Mallon authored
[r27189]
-
- 13 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27145]
-
- 04 Feb, 2010 1 commit
-
-
Matthias Braun authored
clumsy. Bring back get_entity_visibility and set_entity_visibility [r27039]
-
- 03 Feb, 2010 1 commit
-
-
Matthias Braun authored
- Merge stickyness, visibility and variability into ir_linkage - Add proper support for common symbols, weak symbols and C++ COMDAT stuff - Mark OO-features type_visibility, peculiarity and allocation as deprecated OO feature will be separated from firm core into higher levels in the long run - Rework, simplify and fix bugs in begnuas.c [r27030]
-
- 13 Jan, 2010 1 commit
-
-
Matthias Braun authored
[r26956]
-
- 05 Jan, 2010 1 commit
-
-
Matthias Braun authored
- There's a new type_dbg_info* that allows you to attach debug names to types - get_type_name and get_type_ident are now more. The new ir_print_type and the usual ir_printf("%+F", type) help in most usage cases. But you should be aware that names are not guaranteed to be unique anymore (or positively said: You don't have no trouble anymore building unique names in code that creates types) - No need to specify mode for new pointer types anymore (you can still do it with set_type_mode) [r26909]
-
- 20 Aug, 2009 1 commit
-
-
Michael Beck authored
[r26387]
-
- 05 Jul, 2009 1 commit
-
-
Michael Beck authored
- SymConst's are now ALWAYS placed in the start block [r26236]
-
- 07 Apr, 2009 1 commit
-
-
Michael Beck authored
[r25805]
-
- 06 Apr, 2009 1 commit
-
-
Michael Beck authored
- BugFix: put access mode into the analysis cache (cache not used yet) [r25793]
-
- 31 Mar, 2009 1 commit
-
-
Matthias Braun authored
[r25755]
-
- 30 Mar, 2009 1 commit
-
-
Michael Beck authored
- add aa_opt_no_alias_args and aa_opt_no_alias_args_global flags [r25754]
-
- 08 Mar, 2009 1 commit
-
-
Matthias Braun authored
[r25641]
-