| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-12-16 | add test case for space within command line | Luc Van Oostenryck | 1 | -0/+11 |
| 2017-12-16 | Merge branch 'testsuite-fix-quotes-cmdline' into cli-macro | Luc Van Oostenryck | 2 | -5/+14 |
| 2017-12-16 | testsuite: respect command line's quotes & whitespaces | Luc Van Oostenryck | 2 | -6/+7 |
| 2017-12-13 | testsuite: add test case for quoting of command's arguments | Luc Van Oostenryck | 1 | -0/+8 |
| 2017-12-13 | fix: accept 'sparse -D M...' | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-12-13 | add testcase for 'sparse -D M...' | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-12-10 | Merge remote-tracking branch 'worktree/testsuite-next' | Luc Van Oostenryck | 13 | -90/+91 |
| 2017-12-08 | testsuite: add support for 'format -a' | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-12-08 | testsuite: default to shift in the getopt loop | Luc Van Oostenryck | 1 | -9/+1 |
| 2017-12-08 | testsuite: allow to test only a subdir | Luc Van Oostenryck | 1 | -5/+17 |
| 2017-12-08 | testsuite: change do_usage text | Luc Van Oostenryck | 1 | -7/+7 |
| 2017-12-08 | testsuite: move no-arg out of the getopt loop | Luc Van Oostenryck | 1 | -6/+5 |
| 2017-12-08 | testsuite: move do_test_suite out of the getopt loop | Luc Van Oostenryck | 1 | -2/+1 |
| 2017-12-08 | testsuite: early return in getopt loop | Luc Van Oostenryck | 1 | -0/+4 |
| 2017-12-08 | testsuite: validate the 'check-...' tags | Luc Van Oostenryck | 1 | -0/+12 |
| 2017-12-08 | testsuite: fix invalid 'check-...' tags | Luc Van Oostenryck | 8 | -12/+12 |
| 2017-12-08 | testsuite: reset 'quiet' at the start of each testcase | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-12-08 | testsuite: add & use warning() | Luc Van Oostenryck | 1 | -1/+9 |
| 2017-12-08 | testsuite: move verbose/error() before get_tag_value() | Luc Van Oostenryck | 1 | -17/+19 |
| 2017-12-08 | testsuite: remove old ugly pattern syntax | Luc Van Oostenryck | 1 | -32/+0 |
| 2017-12-08 | testsuite: convert to the new pattern syntax | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-12-08 | testsuite: fix a few more incorrect check-commands | Luc Van Oostenryck | 3 | -3/+3 |
| 2017-12-08 | fix: add missing degenerate() for logical not | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-12-07 | add testcases linearization of degenerated arrays/functions | Luc Van Oostenryck | 3 | -0/+110 |
| 2017-12-07 | add more testcases for using addresses in conditionals | Luc Van Oostenryck | 6 | -44/+177 |
| 2017-11-20 | testsuite: fix: remove unneeded './' before commands | Luc Van Oostenryck | 13 | -13/+13 |
| 2017-11-18 | add support of floating-point specific arithmetic ops | Luc Van Oostenryck | 2 | -0/+77 |
| 2017-11-18 | fix support of floating-point compare | Luc Van Oostenryck | 1 | -0/+123 |
| 2017-11-18 | add test case for boolean negation on float | Luc Van Oostenryck | 1 | -0/+9 |
| 2017-11-18 | fix linearize_inc_dec() with floats | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-11-17 | llvm: give names easier to debug | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-11-17 | llvm: add support for cast from floats | Luc Van Oostenryck | 1 | -2/+0 |
| 2017-11-17 | llvm: add support for OP_FPCAST | Luc Van Oostenryck | 1 | -2/+3 |
| 2017-11-17 | llvm: fix get value from non-anonymous symbol | Luc Van Oostenryck | 2 | -0/+42 |
| 2017-11-17 | llvm: fix mutating function pointer | Luc Van Oostenryck | 1 | -0/+37 |
| 2017-11-17 | llvm: take care of degenerated rvalues | Luc Van Oostenryck | 4 | -4/+0 |
| 2017-11-17 | llvm: fix variadic calls with constants | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-11-17 | llvm: add testcase for calling variadic functions | Luc Van Oostenryck | 1 | -0/+28 |
| 2017-11-17 | llvm: add small script to test LLVM generated bytecode | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-17 | llvm: add test case pointer compare with cast | Luc Van Oostenryck | 1 | -0/+3 |
| 2017-11-17 | llvm: make value_to_ivalue() more flexible | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-11-17 | llvm: fix OP_SWITCH has no target | Luc Van Oostenryck | 1 | -0/+248 |
| 2017-11-17 | llvm: adjust OP_RET's type | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-11-17 | llvm: give correct type to binops | Luc Van Oostenryck | 3 | -0/+80 |
| 2017-11-17 | llvm: fix type in comparison with an address constant | Luc Van Oostenryck | 1 | -0/+12 |
| 2017-11-17 | llvm: fix pointer/float mixup in comparisons | Luc Van Oostenryck | 1 | -0/+9 |
| 2017-11-17 | llvm: add support for OP_SETVAL with labels | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-11-17 | llvm: add support for OP_SETVAL with floats | Luc Van Oostenryck | 1 | -0/+7 |
| 2017-11-17 | llvm: add test cases for degenerated pointers | Luc Van Oostenryck | 1 | -0/+73 |
| 2017-11-17 | llvm: add test cases for arrays passed as argument | Luc Van Oostenryck | 1 | -3/+146 |
| 2017-11-17 | llvm: add test cases for pointers passed as argument | Luc Van Oostenryck | 1 | -0/+43 |
| 2017-11-17 | llvm: add test cases for symbol's address | Luc Van Oostenryck | 1 | -0/+63 |
| 2017-11-17 | llvm: fix output_op_store() which modify its operand | Luc Van Oostenryck | 1 | -0/+16 |
| 2017-11-17 | llvm: fix translation of PSEUDO_VALs into a ValueRefs | Luc Van Oostenryck | 2 | -0/+47 |
| 2017-11-17 | add support for wider type in switch-case | Luc Van Oostenryck | 1 | -0/+47 |
| 2017-11-16 | give a type to all function arguments | Luc Van Oostenryck | 1 | -0/+23 |
| 2017-11-16 | inlined calls should not block BB packing | Luc Van Oostenryck | 2 | -5/+31 |
| 2017-11-16 | fix usage of inlined calls | Luc Van Oostenryck | 1 | -0/+58 |
| 2017-11-16 | canonicalize compare instructions | Luc Van Oostenryck | 1 | -0/+124 |
| 2017-11-13 | Merge branches 'testcases-bugs', 'testcases-bugs-optim' and 'testcases-mem2re... | Luc Van Oostenryck | 35 | -0/+799 |
| 2017-11-13 | add test case for missing conversion to select | Luc Van Oostenryck | 1 | -0/+24 |
| 2017-11-13 | add test cases for canonicalization of boolean expressions | Luc Van Oostenryck | 1 | -0/+12 |
| 2017-11-13 | add testcase for mem2reg/SSA conversion | Luc Van Oostenryck | 28 | -0/+629 |
| 2017-11-13 | add test case for superfluous cast with volatiles | Luc Van Oostenryck | 1 | -0/+14 |
| 2017-11-13 | add test cases for simplification of equivalent to 'x == 0' or 'x != 0' | Luc Van Oostenryck | 2 | -0/+24 |
| 2017-11-13 | add testcase for return & inline | Luc Van Oostenryck | 1 | -0/+24 |
| 2017-11-13 | add test case for pre-processor extra tokens warning | Luc Van Oostenryck | 1 | -0/+15 |
| 2017-11-13 | add test cases for canonicalization of mul chains | Luc Van Oostenryck | 1 | -0/+24 |
| 2017-11-13 | add testcase for __builtin_unreachable() | Luc Van Oostenryck | 1 | -0/+31 |
| 2017-11-13 | add test case for compound literals | Luc Van Oostenryck | 2 | -0/+45 |
| 2017-11-13 | add test cases for canonicalization of add/sub chains | Luc Van Oostenryck | 1 | -0/+55 |
| 2017-11-13 | add test case for missed overflow detection | Luc Van Oostenryck | 1 | -0/+19 |
| 2017-11-13 | add test case for bad layout of bool in bitfields | Luc Van Oostenryck | 1 | -0/+26 |
| 2017-11-13 | add test case using sizeof on incomplete type | Luc Van Oostenryck | 1 | -0/+27 |
| 2017-11-13 | add test case storage specifier in struct member | Luc Van Oostenryck | 1 | -0/+20 |
| 2017-11-13 | add test case bitfields in K&R decl | Luc Van Oostenryck | 1 | -0/+14 |
| 2017-11-13 | add test case for incomplete type | Luc Van Oostenryck | 1 | -0/+20 |
| 2017-11-13 | add test case for conditionally undefined var | Luc Van Oostenryck | 1 | -0/+21 |
| 2017-11-13 | add test case for memory to register problem | Luc Van Oostenryck | 1 | -0/+25 |
| 2017-11-13 | add test case for VLA sizeof | Luc Van Oostenryck | 1 | -0/+37 |
| 2017-11-13 | add test case for using multiple input files | Luc Van Oostenryck | 1 | -0/+11 |
| 2017-11-13 | Merge branch 'dump-ir' into tip | Luc Van Oostenryck | 3 | -1/+11 |
| 2017-11-13 | dump-ir: make it more flexible | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-13 | dump-ir: rename -fdump-linearize to -fdump-ir | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-12 | dump-ir: add testcase for option parsing corner case | Luc Van Oostenryck | 2 | -0/+10 |
| 2017-11-11 | Merge branches 'volatile-loads-are-side-effects', 'fix-volatile-simplificatio... | Luc Van Oostenryck | 9 | -14/+384 |
| 2017-11-11 | fix: volatile stores must not be simplified | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-11-11 | add test case for bogus volatile simplification | Luc Van Oostenryck | 1 | -10/+6 |
| 2017-11-11 | Merge branches 'constexpr-shorter-name', 'testsuite-clean', 'make-cleanup', '... | Luc Van Oostenryck | 27 | -162/+253 |
| 2017-11-11 | fix 'simplification' of float-to-int casts | Luc Van Oostenryck | 2 | -4/+38 |
| 2017-11-10 | volatile loads are side-effects too | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-11-08 | add support for C11's _Atomic as type qualifier | Luc Van Oostenryck | 2 | -0/+107 |
| 2017-11-08 | associate MOD_RESTRICT with restrict-qualified variables | Luc Van Oostenryck | 4 | -0/+221 |
| 2017-11-08 | testsuite: add support for 'format -l' | Luc Van Oostenryck | 1 | -1/+13 |
| 2017-11-08 | testsuite: add support for 'format -f' | Luc Van Oostenryck | 1 | -2/+12 |
| 2017-11-08 | testsuite: format: strip .c from default name | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-08 | testsuite: format: saner defaults handling | Luc Van Oostenryck | 1 | -10/+5 |
| 2017-11-08 | testsuite: make do_format() more self-contained | Luc Van Oostenryck | 1 | -3/+27 |
| 2017-11-08 | testsuite: move up arg_file() | Luc Van Oostenryck | 1 | -15/+17 |
| 2017-11-08 | testsuite: 'quiet' must be initialized earlier | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-08 | testsuite: add a blank line before format | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-08 | testsuite: save screen real estate | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-08 | testsuite: allow arch-specific tests | Luc Van Oostenryck | 1 | -0/+18 |
| 2017-11-08 | testsuite: extract disable() | Luc Van Oostenryck | 1 | -2/+9 |
| 2017-11-08 | testsuite: remove useless test-be.c | Luc Van Oostenryck | 1 | -46/+0 |
| 2017-11-08 | testsuite: remove useless selftest | Luc Van Oostenryck | 3 | -30/+0 |
| 2017-11-08 | testsuite: allow --format & --single | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-08 | testsuite: get options from env too | Luc Van Oostenryck | 1 | -0/+7 |
| 2017-11-08 | testsuite: add support for -a|--abort | Luc Van Oostenryck | 1 | -0/+8 |
| 2017-11-08 | testsuite: add support for -q|--quiet | Luc Van Oostenryck | 1 | -2/+15 |
| 2017-11-08 | testsuite: allow to parse several options | Luc Van Oostenryck | 1 | -2/+5 |
| 2017-11-08 | testsuite: saner handling of 'must_fail' | Luc Van Oostenryck | 1 | -3/+5 |
| 2017-11-08 | testsuite: check error messages first | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-08 | testsuite: clearer result summary | Luc Van Oostenryck | 1 | -4/+9 |
| 2017-11-06 | Merge branches 'cleanup-prototype', 'cleanup-cclass' and 'testcases-return-ty... | Luc Van Oostenryck | 3 | -1/+43 |
| 2017-09-18 | add test case for bad return type | Luc Van Oostenryck | 1 | -0/+19 |
| 2017-09-18 | add test case for incomplete type | Luc Van Oostenryck | 1 | -0/+23 |
| 2017-09-18 | fix test case kill-phi-ttsb | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-09-18 | fix: missing evaluate with '-include' | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-09-17 | fix: missing evaluate with '-include' : add testcase | Luc Van Oostenryck | 2 | -0/+19 |
| 2017-09-16 | testsuite: convert to the new patern syntax | Luc Van Oostenryck | 8 | -10/+10 |
| 2017-09-16 | testsuite: obsolete old pattern checking syntax | Luc Van Oostenryck | 1 | -5/+5 |
| 2017-09-16 | testsuite: new eq/min/max syntax for pattern checking | Luc Van Oostenryck | 1 | -0/+50 |
| 2017-09-16 | use shorter name for constexpr tests | Luc Van Oostenryck | 14 | -14/+14 |
| 2017-09-16 | testsuite: better message for pattern absence/presence | Luc Van Oostenryck | 1 | -6/+7 |
| 2017-09-16 | testsuite: better message for pattern nbr checking | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-09-16 | testsuite: move verbose() & error() | Luc Van Oostenryck | 1 | -17/+17 |
| 2017-09-16 | testsuite: allow to test a few cases at once | Luc Van Oostenryck | 1 | -1/+8 |
| 2017-09-16 | testsuite: 'echo -n' may not be interpreted as '-n' | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-08-31 | Sparse preprocessing bug with zero-arg variadic macros | Al Viro | 1 | -0/+4 |
| 2017-08-28 | Merge remote-tracking branch 'luc/constexpr-v4' into master | Christopher Li | 15 | -0/+378 |
| 2017-08-11 | Merge remote-tracking branch 'luc/remove-singlestore-shortcut' | Christopher Li | 2 | -0/+18 |
| 2017-08-11 | Remove single-store shortcut | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-08-09 | Add test case for the wine dead loop bug | Christopher Li | 1 | -0/+27 |
| 2017-08-09 | testsuite: add support for commands with timeout | Luc Van Oostenryck | 2 | -0/+19 |
| 2017-08-04 | fix: give a type to bad cond expr with known condition | Luc Van Oostenryck | 1 | -0/+27 |
| 2017-07-31 | fix crash with sym->bb_target == NULL | Luc Van Oostenryck | 1 | -0/+10 |
| 2017-07-31 | fix some crashes in add_dominators() | Luc Van Oostenryck | 1 | -0/+22 |
| 2017-07-31 | fix crash in rewrite_branch() | Luc Van Oostenryck | 1 | -0/+24 |
| 2017-07-31 | fix crash when ep->active is NULL | Luc Van Oostenryck | 1 | -0/+12 |
| 2017-07-31 | fix infinite simplification loops | Luc Van Oostenryck | 2 | -0/+27 |
| 2017-07-31 | fix ptrlist corruption while killing unreachable BBs | Luc Van Oostenryck | 2 | -0/+41 |
| 2017-06-23 | Adding ignored attribute optimizev0.5.1-rc3 | Christopher Li | 1 | -0/+16 |
| 2017-06-21 | teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__ | Luc Van Oostenryck | 2 | -0/+6 |
| 2017-06-21 | teach sparse about __{BIG,LITTLE}_ENDIAN__ | Luc Van Oostenryck | 2 | -0/+22 |
| 2017-06-21 | fix: __builtin_bswap{16,32,64}() constantness | Luc Van Oostenryck | 1 | -0/+6 |
| 2017-06-21 | fix: try_to_simplify_bb eargerness | Luc Van Oostenryck | 1 | -0/+33 |
| 2017-06-15 | fix: add missing examine in evaluate_dereference() | Luc Van Oostenryck | 2 | -0/+37 |
| 2017-06-14 | Merge branches 'quiets-bool-cast-restricted-v3', 'error-vs-warnings-v2', 'imp... | Luc Van Oostenryck | 47 | -116/+729 |
| 2017-06-10 | use NULL instead of 0 in testcases. | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-06-08 | ret-void: warn for implicit type | Luc Van Oostenryck | 5 | -1/+32 |
| 2017-06-08 | ret-void: add test case for toplevel asm | Luc Van Oostenryck | 1 | -0/+7 |
| 2017-05-28 | testsuite: avoid fork+execing basename | Luc Van Oostenryck | 1 | -3/+4 |
| 2017-05-28 | testsuite: remove unneeded './' before commands | Luc Van Oostenryck | 22 | -22/+22 |
| 2017-05-28 | testsuite: use shell arithmetic instead of fork-execing expr | Luc Van Oostenryck | 1 | -6/+6 |
| 2017-05-28 | testsuite: grep the output patterns only when needed | Luc Van Oostenryck | 1 | -14/+19 |
| 2017-05-28 | testsuite: grep the expected output only when needed | Luc Van Oostenryck | 1 | -6/+4 |
| 2017-05-28 | testsuite: get all tags in once | Luc Van Oostenryck | 1 | -34/+43 |
| 2017-05-19 | Merge branches 'dump-macros-v2', 'fix-predefined-size', 'fix-bool-context', '...v0.5.1-rc1 | Luc Van Oostenryck | 15 | -2/+335 |
| 2017-05-19 | let -dD report macro definitions | Luc Van Oostenryck | 4 | -0/+32 |
| 2017-05-19 | avoid warning on explicit 'bool <- restricted' casts | Luc Van Oostenryck | 3 | -7/+11 |
| 2017-05-19 | more tests for implicit 'bool <- restricted' casts | Luc Van Oostenryck | 1 | -1/+10 |
| 2017-05-19 | fix implicit zero initializer. | Luc Van Oostenryck | 3 | -0/+171 |
| 2017-05-19 | add test case for linearize_initializer() of bitfields | Luc Van Oostenryck | 1 | -0/+27 |
| 2017-05-19 | fix: kill old branch in insert_branch() | Luc Van Oostenryck | 1 | -0/+22 |
| 2017-05-15 | testsuite: cleanup result files | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-05-12 | Merge branches 'quiets-bool-cast-restricted-v2', 'keyword-cleanup-v2', 'not-s... | Luc Van Oostenryck | 4 | -27/+256 |
| 2017-05-12 | keyword: add more reserved keywords to the test case | Luc Van Oostenryck | 1 | -39/+135 |
| 2017-05-12 | keyword: explicitly add C99 & C11 keywords | Luc Van Oostenryck | 1 | -1/+20 |
| 2017-05-12 | keyword: add test case for reserved '_Static_assert' | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-05-12 | sparse: add support for _Static_assert | Lance Richardson | 1 | -0/+71 |
| 2017-05-12 | fix missing reload | Luc Van Oostenryck | 3 | -0/+64 |
| 2017-05-12 | fix boolean context for OP_AND_BOOL & OP_OR_BOOL | Luc Van Oostenryck | 2 | -2/+18 |
| 2017-05-12 | ignore VOID when trying to if-convert phi-nodes | Luc Van Oostenryck | 1 | -0/+19 |
| 2017-05-12 | fix: kill unreachable BBs after killing a child | Luc Van Oostenryck | 1 | -0/+22 |
| 2017-05-11 | avoid useless warning for 'bool <- restricted type' conversion | Luc Van Oostenryck | 3 | -6/+25 |
| 2017-04-30 | Merge branches 'sent/float-expand-v2', 'sent/fix-kill-ttsb-v2', 'sent/fix-con... | Luc Van Oostenryck | 4 | -0/+98 |
| 2017-04-01 | fix OP_PHI usage in try_to_simplify_bb(), correctly | Luc Van Oostenryck | 1 | -0/+40 |
| 2017-03-31 | constexpr: flag __builtin_bswap() as constexpr | Luc Van Oostenryck | 1 | -0/+23 |
| 2017-03-31 | constexpr: treat comparisons between types as integer constexpr | Nicolai Stange | 1 | -0/+8 |
| 2017-03-31 | constexpr: support compound literals as address constants | Nicolai Stange | 1 | -0/+19 |
| 2017-03-31 | constexpr: examine constness of __builtin_offsetof at evaluation only | Nicolai Stange | 1 | -0/+21 |
| 2017-03-31 | constexpr: recognize references to labels as address constants | Nicolai Stange | 1 | -0/+14 |
| 2017-03-31 | constexpr: recognize string literals as address constants | Nicolai Stange | 1 | -0/+9 |
| 2017-03-31 | constexpr: recognize members of static compound objects as address constants | Nicolai Stange | 1 | -0/+26 |
| 2017-03-31 | constexpr: recognize address constants created through pointer arithmetic | Nicolai Stange | 1 | -0/+28 |
| 2017-03-31 | constexpr: recognize address constants created through casts | Nicolai Stange | 1 | -0/+13 |
| 2017-03-31 | constexpr: recognize static objects as address constants | Nicolai Stange | 1 | -0/+36 |
| 2017-03-31 | constexpr: check static storage duration objects' intializers' constness | Nicolai Stange | 1 | -0/+60 |
| 2017-03-31 | constexpr: examine constness of conditionals at evaluation only | Nicolai Stange | 1 | -0/+34 |
| 2017-03-31 | constexpr: examine constness of preops at evaluation only | Nicolai Stange | 1 | -0/+29 |
| 2017-03-31 | constexpr: examine constness of binops and alike at evaluation only | Nicolai Stange | 1 | -0/+33 |
| 2017-03-31 | constexpr: examine constness of casts at evaluation only | Nicolai Stange | 1 | -0/+25 |
| 2017-03-27 | fix expansion of integers to floats | Luc Van Oostenryck | 2 | -0/+392 |
| 2017-03-27 | do not depends on limits.h to test __CHAR_BIT__ | Luc Van Oostenryck | 2 | -7/+16 |
| 2017-03-27 | fix cast to pointer to floating-point | Luc Van Oostenryck | 1 | -0/+13 |
| 2017-03-27 | fix test validation/div.c | Luc Van Oostenryck | 1 | -10/+12 |
| 2017-03-27 | predefine __SIZEOF_INT__ & friends | Luc Van Oostenryck | 1 | -0/+25 |
| 2017-03-27 | predefine __INT_MAX__ and friends | Luc Van Oostenryck | 1 | -0/+18 |
| 2017-03-27 | fix test for cast to bool on 32bit machines | Luc Van Oostenryck | 2 | -2/+2 |