- 13 Mar, 2013 10 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
-
Matthias Braun authored
-
Matthias Braun authored
This is the conservative and fast solution. We would get better results if we would follow all Sync predecessors and ensure there is a store on all of them (or after a join point).
-
Matthias Braun authored
-
Matthias Braun authored
- use c99 features - no unexpected and unnecessary tuple removing/graph modifying - translate some comments from german to english
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
This should fix testsuite/opt/switch_ll.c
-
- 12 Mar, 2013 13 commits
-
-
yb9976 authored
-
Matthias Braun authored
-
Matthias Braun authored
They weren't used in a sensible way and their semantic for non-arithmetic ops was unclear. Also implicitely fixes a bunch of bugs where these where set but no op_index was set at the same time.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
oparity_unary, oparity_binary require opindex to be set, which wasn't always the case. Also people seem to expect certain semantics from unops/binops, like being arithmetic operations. So we shouldn't automatically set oparity_XXX.
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
-
- 11 Mar, 2013 2 commits
- 08 Mar, 2013 1 commit
-
-
yb9976 authored
-
- 07 Mar, 2013 2 commits
- 01 Mar, 2013 1 commit
-
-
Andreas Zwinkau authored
-
- 26 Feb, 2013 3 commits
-
-
Manuel Mohr authored
-
Manuel Mohr authored
-
Manuel Mohr authored
Set magic parameters according to http://stackoverflow.com/questions/1711631/how-do-i-improve-the-performance-of-sqlite.
-
- 22 Feb, 2013 2 commits
- 21 Feb, 2013 1 commit
-
-
Matthias Braun authored
-
- 20 Feb, 2013 3 commits
-
-
Matthias Braun authored
-
Matthias Braun authored
-
Matthias Braun authored
Also simplified the code.
-
- 19 Feb, 2013 1 commit
-
-
Matthias Braun authored
Remove some unnecessary/unused functions. Simplify the implementation to pass around const char* (which is a little bit faster and also nicer in gdb)
-
- 15 Feb, 2013 1 commit
-
-
yb9976 authored
-