- 12 Nov, 2013 1 commit
-
-
Matthias Braun authored
The new design simply lets you specify hex or not in tarval_snprintf. This is way simpler than the previous machinery and enough for all users in libfirm.
-
- 13 Sep, 2013 1 commit
-
-
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.
-
- 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.
-
- 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.
-
- 24 Oct, 2012 1 commit
-
-
Matthias Braun authored
-
- 13 Jul, 2012 1 commit
-
-
Christoph Mallon authored
-
- 10 Jul, 2012 1 commit
-
-
Matthias Braun authored
-
- 14 Jun, 2012 1 commit
-
-
Christoph Mallon authored
-
- 13 Jun, 2012 1 commit
-
-
Matthias Braun authored
First it is unclear what is a good way to deconstruct a program into extended basic blocks, also none of our optimizations works on extended basic blocks.
-
- 26 Apr, 2012 1 commit
-
-
Matthias Braun authored
(This happens when you break on a Sel creation and the firm debugger tries to tell you about the created node)
-
- 06 Dec, 2011 1 commit
-
-
Christoph Mallon authored
-
- 10 Nov, 2011 1 commit
-
-
Matthias Braun authored
-
- 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]
-