- 20 Oct, 2011 1 commit
-
-
Matthias Braun authored
From the manpage: If c is not an unsigned char value, or EOF, the behavior of these functions is undefined. (So putting char into them directly is wrong)
-
- 28 Feb, 2011 1 commit
-
-
Matthias Braun authored
-
- 11 Feb, 2011 1 commit
-
-
Michael Beck authored
[r28375]
-
- 08 Feb, 2011 1 commit
-
-
Matthias Braun authored
[r28337]
-
- 27 Dec, 2010 1 commit
-
-
Michael Beck authored
Note that this is an ugly change because ALL index variables used inside bitset_foreach() MUST be switched to size_t now, or the magical elm != (size_t) -1; will fail :-( [r28199]
-
- 04 Nov, 2010 1 commit
-
-
Matthias Braun authored
[r28127]
-
- 08 Oct, 2010 1 commit
-
-
Matthias Braun authored
[r28062]
-
- 28 Jul, 2010 1 commit
-
-
Matthias Braun authored
[r27833]
-
- 15 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27300]
-
- 12 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27293]
-
- 09 Mar, 2010 1 commit
-
-
Matthias Braun authored
[r27277]
-
- 13 Feb, 2010 1 commit
-
-
Christoph Mallon authored
[r27145]
-
- 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]
-
- 02 Jan, 2010 1 commit
-
-
Matthias Braun authored
(there is retrieve_dbginfo stuff already there! And don't tell me about possible future extensions where sets of locations are merged and someone generates usefull debug info from that. Noone uses this currently!) [r26878]
-
- 01 Dec, 2009 1 commit
-
-
Matthias Braun authored
change debug printing of firm nodes: add a space between opcode and mode - so beginners catch that it is 2 things [r26762]
-
- 17 May, 2009 1 commit
-
-
Matthias Braun authored
unintuitive as it writes up to n+1 bytes, so you have to do: strncat(buf, X, sizeof(buf)-1); - fixed a bunch of other warnings in release mode [r25996]
-
- 20 Mar, 2009 1 commit
-
-
Michael Beck authored
[r25713]
-
- 11 Oct, 2008 2 commits
-
-
Matthias Braun authored
[r22754]
-
Matthias Braun authored
[r22725]
-
- 22 Sep, 2008 1 commit
-
-
Michael Beck authored
[r22160]
-
- 14 Feb, 2008 1 commit
-
-
Matthias Braun authored
- copy obstack into libfirm - simplify configure/autoconf stuff [r17714]
-
- 02 Jan, 2008 1 commit
-
-
Michael Beck authored
[r17143]
-
- 17 Aug, 2007 1 commit
-
-
Sebastian Hack authored
[r15562]
-
- 20 Jul, 2007 1 commit
-
-
Matthias Braun authored
[r15281]
-
- 17 Jun, 2007 1 commit
-
-
Matthias Braun authored
fixed warnings (some of them were actual bugs), leave 1 apparent bug in irgmod.c as I have no idea how the correct line looks like [r14556]
-
- 27 Apr, 2007 2 commits
-
-
Matthias Braun authored
[r13522]
-
Christian Würdig authored
[r13510]
-
- 13 Dec, 2006 1 commit
-
-
Michael Beck authored
[r8454]
-
- 02 Jun, 2006 3 commits
-
-
Michael Beck authored
[r7860]
-
Michael Beck authored
[r7859]
-
Michael Beck authored
[r7858]
-
- 18 May, 2006 1 commit
-
-
Michael Beck authored
[r7751]
-
- 16 May, 2006 1 commit
-
-
Sebastian Hack authored
[r7741]
-
- 10 May, 2006 1 commit
-
-
Sebastian Hack authored
[r7718]
-
- 28 Apr, 2006 1 commit
-
-
Sebastian Hack authored
[r7666]
-
- 27 Apr, 2006 2 commits
-
-
Michael Beck authored
[r7665]
-
Sebastian Hack authored
%N can now be equipped with a width giving a multiplier [r7663]
-
- 20 Mar, 2006 1 commit
-
-
Michael Beck authored
[r7483]
-
- 25 Feb, 2006 1 commit
-
-
Sebastian Hack authored
[r7381]
-
- 08 Nov, 2005 1 commit
-
-
Michael Beck authored
a default name is generated [r6876]
-