| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-11-13 | Merge branch 'dump-ir' into tip | Luc Van Oostenryck | 11 | -76/+257 |
| 2017-11-13 | dump-ir: activate -fdump-ir=mem2reg | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-11-13 | dump-ir: make it more flexible | Luc Van Oostenryck | 8 | -19/+78 |
| 2017-11-13 | dump-ir: rename -fdump-linearize to -fdump-ir | Luc Van Oostenryck | 8 | -11/+11 |
| 2017-11-13 | dump-ir: saner use of fdump_linearize | Luc Van Oostenryck | 3 | -4/+5 |
| 2017-11-13 | dump-ir: allow to skip the optimization pass(es) | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-11-12 | dump-ir: activate/deactive pass 'mem2reg' | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-11-12 | dump-ir: allow to specify the passes to execute via cli's options | Luc Van Oostenryck | 4 | -0/+54 |
| 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 | 30 | -193/+552 |
| 2017-11-11 | fix: volatile stores must not be simplified | Luc Van Oostenryck | 2 | -2/+5 |
| 2017-11-11 | add test case for bogus volatile simplification | Luc Van Oostenryck | 1 | -10/+6 |
| 2017-11-11 | flush stdout when warning | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-11 | fix description setval & symaddr | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-11 | Merge branches 'constexpr-shorter-name', 'testsuite-clean', 'make-cleanup', '... | Luc Van Oostenryck | 33 | -347/+445 |
| 2017-11-11 | fix 'simplification' of float-to-int casts | Luc Van Oostenryck | 3 | -4/+42 |
| 2017-11-11 | define MOD_ACCESS for (MOD_ASSIGNED | MOD_ADDRESSABLE) | Luc Van Oostenryck | 3 | -4/+4 |
| 2017-11-10 | volatile loads are side-effects too | Luc Van Oostenryck | 2 | -0/+20 |
| 2017-11-10 | Makefile: use locally built sparse in the selfcheck target | Ramsay Jones | 1 | -1/+1 |
| 2017-11-10 | build: let -fno-strict-aliasing be a mandatory flag | Luc Van Oostenryck | 1 | -1/+6 |
| 2017-11-10 | build: add rule to run a single test | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-11-10 | build: use a single space before assignments | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-10 | build: reorg & add comment | Luc Van Oostenryck | 1 | -8/+9 |
| 2017-11-10 | build: avoid foreach | Luc Van Oostenryck | 1 | -9/+11 |
| 2017-11-10 | build: add *.o to clean-check pattern | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-11-10 | build: simplify clean pattern | Luc Van Oostenryck | 1 | -7/+3 |
| 2017-11-10 | build: simplify quiet commands | Luc Van Oostenryck | 1 | -13/+12 |
| 2017-11-10 | build: let quiet commands use less indentation | Luc Van Oostenryck | 1 | -8/+8 |
| 2017-11-10 | build: remove unused QUIET_INST_SH | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-11-10 | build: use standard rules for install | Luc Van Oostenryck | 1 | -21/+14 |
| 2017-11-10 | build: allow the name 'local.mk' to be configurable via the environment | Luc Van Oostenryck | 2 | -1/+3 |
| 2017-11-10 | build: use one line per item | Luc Van Oostenryck | 1 | -8/+43 |
| 2017-11-10 | build: remove the dist rule since unused | Luc Van Oostenryck | 1 | -7/+0 |
| 2017-11-10 | build: normalize rules | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-10 | build: remove rule for shared lib, it's unused | Luc Van Oostenryck | 1 | -15/+3 |
| 2017-11-10 | build: make clean targets quieter | Luc Van Oostenryck | 1 | -2/+3 |
| 2017-11-10 | build: move clean & clean-check together | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-11-10 | build: remove references to unexisting pre-process.h | Luc Van Oostenryck | 2 | -2/+1 |
| 2017-11-10 | build: add note about overwritable vars | Luc Van Oostenryck | 1 | -0/+3 |
| 2017-11-10 | build: only generate version.h when needed | Uwe Kleine-König | 1 | -8/+14 |
| 2017-11-10 | build: move tests near their use | Luc Van Oostenryck | 1 | -38/+41 |
| 2017-11-10 | build: CHECKER_FLAGS=-Wno-vla for all targets | Luc Van Oostenryck | 1 | -3/+1 |
| 2017-11-10 | build: reuse rule for ALL_OBJS | Luc Van Oostenryck | 1 | -3/+2 |
| 2017-11-10 | build: no need to use wildcards for generated dependencies | Luc Van Oostenryck | 1 | -4/+3 |
| 2017-11-10 | build: use $LIBS directly in the dependency list | Luc Van Oostenryck | 1 | -2/+2 |
| 2017-11-10 | build: avoid rule-specific CFLAGS | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-10 | build: allow CFLAGS & friends from command line | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-11-10 | build: allow target-specific CFLAGS, CPPFLAGS, LDFLAGS & LDLIBS | Luc Van Oostenryck | 1 | -8/+11 |
| 2017-11-10 | build: use '-ldlibs' instead of '_EXTRA_OBJS' | Luc Van Oostenryck | 1 | -4/+4 |
| 2017-11-10 | build: use '-objs' instead of '_EXTRA_DEPS' | Luc Van Oostenryck | 1 | -6/+6 |
| 2017-11-08 | add support for C11's _Atomic as type qualifier | Luc Van Oostenryck | 7 | -2/+127 |
| 2017-11-08 | associate MOD_RESTRICT with restrict-qualified variables | Luc Van Oostenryck | 8 | -6/+238 |
| 2017-11-08 | define MOD_QUALIFIER for (MOD_CONST | MOD_VOLATILE) | Luc Van Oostenryck | 4 | -5/+6 |
| 2017-11-08 | remove redundancy in MOD_STORAGE | Luc Van Oostenryck | 2 | -2/+2 |
| 2017-11-08 | reorganize the definition of the modifiers | Luc Van Oostenryck | 1 | -33/+32 |
| 2017-11-08 | MOD_ACCESSED is not a type modifier ... | Luc Van Oostenryck | 5 | -9/+5 |
| 2017-11-08 | remove never-used MOD_TYPEDEF | Luc Van Oostenryck | 3 | -6/+0 |
| 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 | 2 | -0/+23 |
| 2017-11-08 | testsuite: simplify documentation | Luc Van Oostenryck | 1 | -13/+13 |
| 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-07 | cgcc: teach cgcc about freebsd & netbsd | Luc Van Oostenryck | 1 | -0/+6 |
| 2017-11-06 | Merge branches 'cleanup-prototype', 'cleanup-cclass' and 'testcases-return-ty... | Luc Van Oostenryck | 5 | -22/+50 |
| 2017-11-06 | build: remove unused support for pkgconfig | Luc Van Oostenryck | 3 | -34/+3 |
| 2017-11-06 | build: fix effectiveness of generated dependencies | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-11-06 | build: pass CPPFLAGS to compiler | Uwe Kleine-König | 1 | -2/+2 |
| 2017-11-06 | build: drop -g from LDFLAGS | Uwe Kleine-König | 1 | -1/+0 |
| 2017-11-06 | build: drop BASIC_CFLAGS and ALL_CFLAGS | Uwe Kleine-König | 1 | -9/+7 |
| 2017-11-06 | build: put comment about local.mk to the place where it is included | Uwe Kleine-König | 1 | -5/+4 |
| 2017-11-05 | Merge branch 'fix-include-eval' of worktree | Luc Van Oostenryck | 3 | -0/+32 |
| 2017-11-05 | build: make PREFIX overwritable from the environment | Uwe Kleine-König | 1 | -1/+1 |
| 2017-10-19 | sparse: document that -Wbitwise is default | Jacob Keller | 1 | -2/+2 |
| 2017-10-03 | fix cgcc ELF version for ppc64/pcc64le | Luc Van Oostenryck | 1 | -3/+2 |
| 2017-10-03 | cgcc: provide __ARM_PCS_VFP for armhf | Uwe Kleine-König | 1 | -2/+9 |
| 2017-10-02 | compile-i386: Use SPARSE_VERSION instead of __DATE__ | Uwe Kleine-König | 1 | -1/+2 |
| 2017-10-02 | cgcc: teach cgcc about GNU/kFreeBSD | Uwe Kleine-König | 1 | -0/+3 |
| 2017-10-02 | build: remove version.h in clean target | Uwe Kleine-König | 1 | -1/+1 |
| 2017-09-19 | compile-i386: make use of expression_list_size() | Martin Kepplinger | 1 | -5/+1 |
| 2017-09-19 | graph: do not scan removed instructions | Luc Van Oostenryck | 1 | -0/+2 |
| 2017-09-19 | remove prototype for unexistant examine_simple_symbol_type() | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-09-19 | remove prototype extern int is_ptr_type() | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-09-19 | cclass: cleanup | Luc Van Oostenryck | 1 | -18/+6 |
| 2017-09-19 | cclass: char is wide enough | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-09-19 | diet: remove unused struct symbol::value | Luc Van Oostenryck | 3 | -3/+2 |
| 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 | 2 | -1/+14 |
| 2017-09-17 | fix: missing evaluate with '-include' : add testcase | Luc Van Oostenryck | 2 | -0/+19 |
| 2017-09-17 | use a specific struct for asm operands | Luc Van Oostenryck | 7 | -107/+63 |
| 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 | 2 | -9/+5 |
| 2017-09-16 | testsuite: new eq/min/max syntax for pattern checking | Luc Van Oostenryck | 2 | -0/+56 |
| 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-09-14 | dump-ir: add defines for the compilation passes | Luc Van Oostenryck | 1 | -0/+16 |
| 2017-09-14 | option: handle switches by table | Luc Van Oostenryck | 1 | -43/+48 |
| 2017-09-14 | option: constify match_option() | Luc Van Oostenryck | 1 | -7/+7 |
| 2017-09-14 | option: use OPTION_NUMERIC() for handle_switch_fmemcpy_max_count() | Luc Van Oostenryck | 2 | -18/+6 |
| 2017-09-14 | option: add support for '-<some-option>=unlimited' | Luc Van Oostenryck | 1 | -0/+4 |
| 2017-09-14 | option: add support for options with 'zero is infinity' | Luc Van Oostenryck | 1 | -1/+6 |
| 2017-09-14 | option: extract OPTION_NUMERIC() from handle_switch_fmemcpy_max_count() | Luc Van Oostenryck | 1 | -0/+19 |
| 2017-09-14 | option: let handle_simple_switch() handle an array of flags | Luc Van Oostenryck | 1 | -9/+18 |
| 2017-09-14 | option: rename 'struct warning' to 'struct flag' | Luc Van Oostenryck | 1 | -5/+5 |
| 2017-09-14 | option: add helper to parse/match command line options | Luc Van Oostenryck | 1 | -14/+20 |
| 2017-09-12 | build: disable sparse-llvm on non-x86 | Luc Van Oostenryck | 1 | -0/+4 |
| 2017-09-12 | compile-i386.c: fix a memory leak in sort_array() | Martin Kepplinger | 1 | -0/+1 |
| 2017-08-31 | Sparse preprocessing bug with zero-arg variadic macros | Al Viro | 2 | -1/+7 |
| 2017-08-28 | Merge remote-tracking branch 'luc/constexpr-v4' into master | Christopher Li | 23 | -93/+649 |
| 2017-08-20 | gcc attr: add nonstring warn_if_not_aligned | Christopher Li | 1 | -0/+2 |
| 2017-08-17 | Merge remote-tracking branch 'luc/master'v0.5.1 | Christopher Li | 0 | -0/+0 |
| 2017-08-17 | Sparse v0.5.1 | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-08-17 | Sparse 0.5.1 | Christopher Li | 1 | -1/+1 |
| 2017-08-11 | Bump sparse's version to -rc5v0.5.1-rc5 | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-08-11 | Merge remote-tracking branch 'luc/remove-singlestore-shortcut' | Christopher Li | 4 | -37/+24 |
| 2017-08-11 | Remove single-store shortcut | Luc Van Oostenryck | 2 | -38/+2 |
| 2017-08-10 | documentation: update email reference link | Randy Dunlap | 1 | -1/+1 |
| 2017-08-10 | test-inspect: Detect gtk3 then gtk2 package | Christopher Li | 1 | -7/+14 |
| 2017-08-10 | test-inspect: handle special case iter==NULL | Christopher Li | 1 | -1/+2 |
| 2017-08-10 | Documents: project ideas | Christopher Li | 1 | -0/+52 |
| 2017-08-10 | Adding document for sparse patch submit process | Christopher Li | 1 | -0/+21 |
| 2017-08-09 | Adding gcc attribute noipa etc | Christopher Li | 1 | -0/+2 |
| 2017-08-09 | Makefile: pass -Wno-vla to sparse while checking pre-process.c | Ramsay Jones | 1 | -1/+4 |
| 2017-08-09 | lib: workaround the 'redeclared with different type' errors | Ramsay Jones | 2 | -2/+9 |
| 2017-08-09 | fix warnings report by selfcheck | Christopher Li | 3 | -2/+4 |
| 2017-08-09 | Adding _Pragma() | Christopher Li | 1 | -0/+1 |
| 2017-08-09 | Makefile: add selfcheck target | Christopher Li | 1 | -2/+12 |
| 2017-08-09 | Makefile: clean up and simplify | Christopher Li | 1 | -10/+8 |
| 2017-08-09 | Add test case for the wine dead loop bug | Christopher Li | 1 | -0/+27 |
| 2017-08-09 | Merge remote-tracking branch 'luc/fix-type-bad-cond-expr-v2' | Christopher Li | 4 | -0/+70 |
| 2017-08-09 | Merge remote-tracking branch 'luc/fix-nested-pseudo-users-deletion-v5' | Christopher Li | 3 | -4/+18 |
| 2017-08-09 | Merge remote-tracking branch 'luc/fix-fuzzy-crashes-v3' | Christopher Li | 13 | -26/+178 |
| 2017-08-09 | testsuite: add support for commands with timeout | Luc Van Oostenryck | 3 | -0/+23 |
| 2017-08-08 | mark pseudo users as deleted instead of removing them | Luc Van Oostenryck | 1 | -2/+3 |
| 2017-08-08 | ptrlist: avoid iteration on NULL entries | Luc Van Oostenryck | 1 | -0/+4 |
| 2017-08-04 | ptrlist: add MARK_CURRENT_DELETED | Luc Van Oostenryck | 1 | -0/+8 |
| 2017-08-04 | ptrlist: adjust ptr_list_size for the new ->rm field | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-08-04 | ptrlist: add a counter for the number of removed elemnets | Luc Van Oostenryck | 1 | -1/+2 |
| 2017-08-04 | fix: give a type to bad cond expr with known condition | Luc Van Oostenryck | 2 | -0/+39 |
| 2017-08-04 | take comma expr in account for constant value | Luc Van Oostenryck | 2 | -0/+31 |
| 2017-07-31 | fix crash with sym->bb_target == NULL | Luc Van Oostenryck | 2 | -1/+14 |
| 2017-07-31 | fix some crashes in add_dominators() | Luc Van Oostenryck | 2 | -0/+24 |
| 2017-07-31 | fix crash in rewrite_branch() | Luc Van Oostenryck | 2 | -1/+25 |
| 2017-07-31 | fix crash when ep->active is NULL | Luc Van Oostenryck | 2 | -2/+19 |
| 2017-07-31 | fix BB dependencies on phi-nodes | Luc Van Oostenryck | 1 | -16/+15 |
| 2017-07-31 | fix infinite simplification loops | Luc Van Oostenryck | 3 | -1/+29 |
| 2017-07-31 | fix ptrlist corruption while killing unreachable BBs | Luc Van Oostenryck | 6 | -5/+52 |
| 2017-07-13 | Adding gcc attribute no_gccisr | Christopher Li | 1 | -0/+1 |
| 2017-07-04 | bump sparse's version to 0.5.1-rc4v0.5.1-rc4 | Christopher Li | 1 | -1/+1 |
| 2017-07-04 | Add full list of gcc attribute | Christopher Li | 2 | -104/+214 |
| 2017-07-04 | Let create_symbol check for previous same symbol | Christopher Li | 4 | -8/+19 |
| 2017-06-29 | diet: remove unused struct symbol::arg_count | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-06-29 | diet: remove unused struct scope::token | Luc Van Oostenryck | 1 | -1/+0 |
| 2017-06-29 | diet: use smaller LIST_NODE_NR (29 -> 13) | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-29 | use long for all mem stats | Luc Van Oostenryck | 2 | -2/+3 |
| 2017-06-23 | Adding ignored attribute optimizev0.5.1-rc3 | Christopher Li | 2 | -2/+20 |
| 2017-06-21 | bump sparse's version to -rc3 | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-21 | cgcc: teach cgcc about arm | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-06-21 | cgcc: teach cgcc about ppc64[le] | Luc Van Oostenryck | 1 | -0/+10 |
| 2017-06-21 | cgcc: teach cgcc about arm64 | Luc Van Oostenryck | 1 | -0/+5 |
| 2017-06-21 | teach sparse about __BYTE_ORDER__ & __ORDER_{BIG,LITTLE}_ENDIAN__ | Luc Van Oostenryck | 3 | -0/+12 |
| 2017-06-21 | teach sparse about __{BIG,LITTLE}_ENDIAN__ | Luc Van Oostenryck | 3 | -0/+25 |
| 2017-06-21 | teach sparse about -m{big,little}-endian | Luc Van Oostenryck | 2 | -1/+15 |
| 2017-06-21 | dissect: use built_in_ident() instead of MK_IDENT() | Luc Van Oostenryck | 2 | -14/+3 |
| 2017-06-21 | fix: __builtin_bswap{16,32,64}() constantness | Luc Van Oostenryck | 2 | -1/+9 |
| 2017-06-21 | add fallback for missing __builtin_bswapXX() | Luc Van Oostenryck | 2 | -3/+58 |
| 2017-06-21 | fix: try_to_simplify_bb eargerness | Luc Van Oostenryck | 2 | -0/+60 |
| 2017-06-21 | fix OP_PHI usage in try_to_simplify_bb() only when non-bogus | Luc Van Oostenryck | 1 | -29/+9 |
| 2017-06-15 | fix: add missing examine in evaluate_dereference() | Luc Van Oostenryck | 3 | -0/+39 |
| 2017-06-15 | add support for -fmemcpy-max-count | Luc Van Oostenryck | 5 | -3/+30 |
| 2017-06-15 | add support for -Wmemcpy-max-count | Luc Van Oostenryck | 5 | -2/+14 |
| 2017-06-15 | memcpy()'s byte count is unsigned | Luc Van Oostenryck | 1 | -3/+3 |
| 2017-06-15 | cgcc: filter-out '-fdump-linearize[=...]' | Luc Van Oostenryck | 1 | -0/+1 |
| 2017-06-15 | cgcc: add missing warning names to check_only_option() | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-15 | cgcc: alphasort warning names in check_only_option() | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-15 | keep the warnings table alphabetically sorted | Luc Van Oostenryck | 1 | -1/+1 |
| 2017-06-14 | Merge branches 'quiets-bool-cast-restricted-v3', 'error-vs-warnings-v2', 'imp... | Luc Van Oostenryck | 70 | -224/+1228 |
| 2017-06-13 | Add more declarations for more builtin functions | Luc Van Oostenryck | 1 | -0/+44 |