| Age | Commit message (Expand) | Author | Files | Lines |
| 2012-06-08 | sparse, llvm: Add _Bool to cast validation test | Pekka Enberg | 1 | -0/+3 |
| 2012-05-19 | I have updated the sparse.1 man page including the __bitwise | Shakthi Kannan | 2 | -1/+58 |
| 2012-05-10 | simplify: conservative handling of casts with pointers | Jan Pokorný | 1 | -0/+6 |
| 2012-05-04 | unssa: track use of newly added pseudo | Jan Pokorný | 1 | -1/+1 |
| 2012-03-23 | Adding default for m64/m32 handle | Christopher Li | 1 | -2/+41 |
| 2012-03-23 | Add __builtin_stpcpy, __sync_synchronize, __sync_bool_compare_and_swap to dec... | Frederic Crozat | 1 | -0/+3 |
| 2012-02-04 | sparse, llvm: Fix varargs functions | Benjamin Herrenschmidt | 1 | -2/+2 |
| 2012-02-04 | sparse, llvm: Make function declaration accessible to backend | Linus Torvalds | 2 | -0/+9 |
| 2012-01-18 | sparse: Add 'leaf' to ignored attributes. | Ethan Jackson | 2 | -0/+4 |
| 2012-01-02 | Merge branch 'sparse-llvm' of git://github.com/penberg/sparse-llvm.git | Christopher Li | 18 | -1/+1734 |
| 2011-12-21 | Revert "sparse: Bump up sizeof(_Bool) to 8 bits" | Pekka Enberg | 2 | -2/+6 |
| 2011-12-21 | sparse, llvm: Add test case for <stdbool.h> type | Pekka Enberg | 1 | -0/+9 |
| 2011-12-21 | sparse, llvm: Use LLVMInt1Type() in sym_basetype_type() | Pekka Enberg | 1 | -0/+3 |
| 2011-11-25 | sparse, llvm: Don't fail the build if LLVM is too old | Pekka Enberg | 1 | -3/+10 |
| 2011-11-23 | Merge pull request #6 from jgarzik/hacks | Pekka Enberg | 1 | -0/+21 |
| 2011-11-23 | sparse, llvm: add loop testcase | Jeff Garzik | 1 | -0/+21 |
| 2011-11-23 | sparse, llvm: Fix loops, by properly handling OP_PHI forward references | Jeff Garzik | 1 | -7/+77 |
| 2011-11-22 | sparse, llvm: FP comparison op code generation | Pekka Enberg | 2 | -2/+57 |
| 2011-11-22 | sparse, llvm: Simplify comparison op code generation | Pekka Enberg | 1 | -33/+23 |
| 2011-11-22 | sparse, llvm: More comparison ops code generation | Pekka Enberg | 2 | -4/+24 |
| 2011-11-22 | sparse, llvm: OP_SET_B and OP_SET_A code generation | Pekka Enberg | 2 | -2/+12 |
| 2011-11-22 | sparse, llvm: Pointer cast code generation | Pekka Enberg | 2 | -1/+28 |
| 2011-11-21 | sparse, llvm: Make llc output to stdout in sparsec | Pekka Enberg | 1 | -1/+1 |
| 2011-11-21 | sparse, llvm: Fix 'extern' symbol code generation | Pekka Enberg | 1 | -1/+2 |
| 2011-11-21 | sparse, llvm: Fix symbol initializer code generation | Pekka Enberg | 1 | -2/+4 |
| 2011-11-21 | sparse 0.4.4v0.4.4 | Christopher Li | 1 | -1/+1 |
| 2011-11-21 | recognize binary constants | Dan Carpenter | 1 | -1/+8 |
| 2011-11-21 | Add test case for binary constants | Christopher Li | 1 | -0/+7 |
| 2011-11-19 | sparse, llvm: Function pointer code generation | Pekka Enberg | 2 | -2/+63 |
| 2011-11-19 | sparse, llvm: Make 'sparsec' error handling more robust | Pekka Enberg | 1 | -1/+8 |
| 2011-10-28 | sparse, llvm: Add support for union types | Pekka Enberg | 2 | -0/+32 |
| 2011-10-25 | sparse, llvm: Add support for array types | Pekka Enberg | 2 | -0/+23 |
| 2011-10-25 | sparse, llvm: Fix symbol_type() for bitfields and enums | Pekka Enberg | 1 | -0/+2 |
| 2011-10-24 | sparse, llvm: Fix struct code generation | Pekka Enberg | 2 | -23/+28 |
| 2011-10-24 | sparse, llvm: Use new LLVM type system API for structs | Pekka Enberg | 1 | -2/+13 |
| 2011-10-24 | sparse, llvm: Fix 'void *' pointer code generation | Pekka Enberg | 1 | -3/+1 |
| 2011-09-28 | sparse, llvm: Add support for logical ops | Pekka Enberg | 2 | -6/+19 |
| 2011-09-28 | sparse: Bump up sizeof(_Bool) to 8 bits | Pekka Enberg | 2 | -6/+2 |
| 2011-09-09 | sparse, llvm: Add support for symbol initializers | Pekka Enberg | 2 | -2/+12 |
| 2011-09-07 | sparse, llvm: Add support for struct types | Pekka Enberg | 2 | -2/+70 |
| 2011-08-31 | sparse, llvm: Fix code generation for 'long double' data type | Pekka Enberg | 1 | -0/+3 |
| 2011-08-30 | Merge pull request #4 from jgarzik/hacks | Pekka Enberg | 1 | -14/+70 |
| 2011-08-31 | sparse, llvm: support OP_STORE | Jeff Garzik | 1 | -1/+31 |
| 2011-08-30 | sparse, llvm: move OP_COPY support to separate function. Add FP support. | Jeff Garzik | 1 | -12/+30 |
| 2011-08-30 | sparse, llvm: store module-local functions on function reference list | Jeff Garzik | 1 | -1/+9 |
| 2011-08-30 | llvm, sparse: Fix symbol_is_fp_type() goof | Pekka Enberg | 1 | -1/+2 |
| 2011-08-30 | Merge branch 'master' of github.com:penberg/sparse-llvm | Pekka Enberg | 1 | -7/+27 |
| 2011-08-30 | Merge pull request #3 from jgarzik/hacks | Pekka Enberg | 1 | -7/+27 |
| 2011-08-30 | sparse, llvm: Fix pseudo_type() for PSEUDO_ARG | Pekka Enberg | 1 | -4/+4 |
| 2011-08-30 | sparse, llvm: create helper for obtaining instruction's type | Jeff Garzik | 1 | -7/+27 |
| 2011-08-30 | sparse, llvm: Fix code generation for casts | Pekka Enberg | 2 | -6/+57 |
| 2011-08-30 | Revert "sparse, llvm: Don't redefine module local functions" | Pekka Enberg | 1 | -5/+0 |
| 2011-08-30 | sparse, llvm: Don't redefine module local functions | Pekka Enberg | 1 | -0/+5 |
| 2011-08-30 | sparse, llvm: Fix PSEUDO_OP code generation | Pekka Enberg | 1 | -21/+21 |
| 2011-08-30 | sparse, llvm: Improve sparsec front-end | Pekka Enberg | 1 | -8/+21 |
| 2011-08-29 | sparse, llvm: Fix OP_CAST to use zero-extend | Pekka Enberg | 1 | -1/+1 |
| 2011-08-29 | sparse, llvm: Cleanup output_data() | Pekka Enberg | 1 | -3/+5 |
| 2011-08-29 | sparse, llvm: Code generation for string constants | Pekka Enberg | 2 | -6/+61 |
| 2011-08-29 | sparse, llvm: Warn the user when we fall back to GCC | Pekka Enberg | 1 | -0/+1 |
| 2011-08-29 | Sparse 0.4.4-rc2v0.4.4-rc2 | Christopher Li | 1 | -1/+1 |
| 2011-08-28 | Limit usage of g++ to llvm related programs. | Christopher Li | 1 | -2/+3 |
| 2011-08-28 | Merge pull request #2 from jgarzik/hacks | Pekka Enberg | 1 | -12/+20 |
| 2011-08-28 | sparse, llvm: move OP_CAST code to separate func. support FP casts. | Jeff Garzik | 1 | -12/+20 |
| 2011-08-27 | Make 'linearize_return()' helper function | Linus Torvalds | 1 | -22/+26 |
| 2011-08-27 | Make 'linearize_switch()' helper function | Linus Torvalds | 1 | -61/+65 |
| 2011-08-27 | Make 'linearize_iterator()' helper function | Linus Torvalds | 1 | -40/+45 |
| 2011-08-28 | cse: update PHI users when throwing away an instruction | Kamil Dudka | 1 | -0/+13 |
| 2011-08-28 | cse: treat PHI-nodes as other instructions | Kamil Dudka | 1 | -7/+0 |
| 2011-08-27 | cse: update PHI users when throwing away an instruction | Kamil Dudka | 1 | -0/+13 |
| 2011-08-27 | cse: treat PHI-nodes as other instructions | Kamil Dudka | 1 | -7/+0 |
| 2011-08-27 | Merge pull request #1 from jgarzik/hacks | Pekka Enberg | 1 | -46/+197 |
| 2011-08-27 | sparse, llvm: move OP_PHI code from switch statement to separate function | Jeff Garzik | 1 | -31/+35 |
| 2011-08-27 | sparse, llvm: implement OP_CALL | Jeff Garzik | 1 | -1/+157 |
| 2011-08-27 | sparse, llvm: replace FIXME comment with assert(), following existing style | Jeff Garzik | 1 | -2/+2 |
| 2011-08-27 | sparse-llvm OP_PHISOURCE: replace copy with target=src pointer operation | Jeff Garzik | 1 | -12/+3 |
| 2011-08-27 | sparse, llvm: Kill debugging code | Pekka Enberg | 1 | -4/+0 |
| 2011-08-27 | sparse, llvm: Kill ifdef'd unssa() call | Pekka Enberg | 1 | -4/+0 |
| 2011-08-27 | sparse, llvm: Bitwise not operator codegen | Pekka Enberg | 2 | -1/+24 |
| 2011-08-27 | sparse, llvm: Reorganize code generation tests | Pekka Enberg | 5 | -186/+198 |
| 2011-08-27 | sparse, llvm: Floating point support for binops | Pekka Enberg | 2 | -24/+110 |
| 2011-08-27 | sparse-llvm: OP_LOAD | Jeff Garzik | 1 | -1/+29 |
| 2011-08-27 | sparse-llvm: OP_SWITCH | Jeff Garzik | 1 | -5/+47 |
| 2011-08-27 | sparse-llvm: OP_SEL | Jeff Garzik | 1 | -1/+14 |
| 2011-08-27 | sparse, llvm: if-else code generation | Jeff Garzik | 2 | -12/+87 |
| 2011-08-25 | sparse: Fix __builtin_safe_p for pure and const functions | Pekka Enberg | 5 | -6/+10 |
| 2011-08-25 | sparse, llvm: Implement OP_CAST | Pekka Enberg | 2 | -4/+13 |
| 2011-08-25 | sparse, llvm: Move binop tests to validation/backend | Pekka Enberg | 2 | -141/+146 |
| 2011-08-25 | sparse, llvm: Implement some binary comparison ops | Pekka Enberg | 2 | -4/+50 |
| 2011-08-25 | sparse, llvm: Add support for more binary ops | Pekka Enberg | 2 | -13/+136 |
| 2011-08-25 | sparse, llvm: Implement OP_ADD | Pekka Enberg | 2 | -22/+70 |
| 2011-08-25 | sparse, llvm: Add output_op_binary() stub | Pekka Enberg | 1 | -0/+91 |
| 2011-08-25 | sparse, llvm: Introduce 'struct function' to clean up code | Pekka Enberg | 1 | -18/+23 |
| 2011-08-25 | sparse, llvm: Add support for OP_RET/PSEUDO_ARG | Pekka Enberg | 1 | -10/+15 |
| 2011-08-24 | Show expected vs. actual output on test failure | Pekka Enberg | 1 | -0/+1 |
| 2011-08-24 | sparse: Enable unhandled validation tests | Pekka Enberg | 13 | -0/+99 |
| 2011-08-23 | Fix parsing empty asm clobber | Christopher Li | 2 | -2/+3 |
| 2011-08-23 | Add test case for empty asm clobbers | Christopher Li | 1 | -0/+28 |
| 2011-08-23 | Ignore the ms_hook_prologue attribute. | Michael Stefaniuc | 1 | -0/+2 |
| 2011-08-23 | sparse, llvm: OP_RET/PSEUDO_VAL code generation | Pekka Enberg | 1 | -20/+39 |
| 2011-08-23 | sparse, llvm: Add switch statement to output_insn() | Pekka Enberg | 1 | -8/+62 |
| 2011-08-23 | llvm, sparse: Separate entry and exit basic blocks | Pekka Enberg | 1 | -6/+14 |
| 2011-08-23 | sparse, llvm: Fix 'sparsec' when it's not in PATH | Pekka Enberg | 2 | -2/+2 |
| 2011-08-23 | sparse, llvm: Fix global variable initialization | Pekka Enberg | 1 | -2/+11 |
| 2011-08-23 | sparse, llvm: Fix assert() in sparse code | Pekka Enberg | 1 | -1/+1 |
| 2011-08-23 | sparse, llvm: Initial commit | Pekka Enberg | 4 | -1/+234 |
| 2011-08-20 | fix common misspellings with codespell | Jonathan Neuschäfer | 4 | -4/+4 |
| 2011-08-20 | FAQ: fix a typo ("because or") | Jonathan Neuschäfer | 1 | -1/+1 |
| 2011-08-20 | Sparse 0.4.4-rc1v0.4.4-rc1 | Christopher Li | 1 | -1/+1 |
| 2011-08-14 | Fix inlining switch statement. | Christopher Li | 1 | -0/+1 |
| 2011-08-14 | validation: inline switch statement | Christopher Li | 1 | -0/+25 |
| 2011-08-12 | inspect: Add switch statement and more | Christopher Li | 3 | -6/+21 |
| 2011-08-10 | fix a memory leak in compile-i386.c | Jonathan Neuschäfer | 1 | -1/+0 |
| 2011-06-28 | sparse: Add 'artifical' to ignore attributes | Pekka Enberg | 2 | -0/+3 |
| 2011-05-31 | Remove set but not used variable | Christopher Li | 6 | -22/+6 |
| 2011-05-31 | Ignore attribute vector_size | Christopher Li | 2 | -0/+8 |
| 2011-05-07 | evaluate: Allow sizeof(_Bool) to succeed. | Ben Pfaff | 3 | -0/+24 |
| 2011-04-26 | parse.c: "if(" -> "if (" adjustment | Jan Pokorný | 1 | -3/+3 |
| 2011-04-26 | use ARRAY_SIZE() when possible (continued) | Jan Pokorný | 4 | -5/+5 |
| 2011-04-25 | Allow overwrite CFLAGS from command line | Christopher Li | 1 | -6/+7 |
| 2011-04-19 | Teach 'already_tokenized()' to use the stream name hash table | Linus Torvalds | 1 | -3/+5 |
| 2011-04-19 | Add new streams to a hash-list based on their names | Linus Torvalds | 2 | -2/+26 |
| 2011-04-18 | Fix build with GCC 4.6 series. | Diego Elio Pettenò | 1 | -4/+0 |
| 2011-04-18 | build: add an all-installable target that builds the targets to install. | Diego Elio Pettenò | 1 | -1/+3 |
| 2011-04-18 | build: allow easy override of GCC_BASE | Diego Elio Pettenò | 1 | -1/+2 |
| 2011-04-13 | flow.c: make comment for `dominates' reflect code | Jan Pokorný | 1 | -2/+2 |
| 2011-04-13 | remove unused "container" macro | Jan Pokorný | 1 | -3/+0 |
| 2011-03-11 | Makefile: warn user when libxml and/or libgtk2 are not available | Florian Fainelli | 1 | -0/+4 |
| 2011-01-03 | Update the validation check for escape sequences | Namhyung Kim | 1 | -2/+17 |
| 2011-01-03 | Fix tokenizer for octal escape sequences | Namhyung Kim | 1 | -1/+1 |
| 2011-01-03 | use ARRAY_SIZE() when possible | Namhyung Kim | 3 | -8/+8 |
| 2011-01-03 | memops.c: always true expression | Nicolas Kaiser | 1 | -1/+1 |
| 2010-11-08 | inspect: adding function arugument list | Christopher Li | 1 | -0/+1 |
| 2010-09-02 | sparse 0.4.3 finialv0.4.3 | Christopher Li | 1 | -1/+1 |
| 2010-10-08 | parser: add Blackfin gcc info | Mike Frysinger | 2 | -0/+15 |
| 2010-09-15 | Fixup and cleanup modifier_string() function. | Christopher Li | 1 | -19/+45 |
| 2010-09-01 | add test-inspect to .gitignore | Dan Carpenter | 1 | -0/+1 |
| 2010-09-01 | Fix a typo - "typdef" is neither C nor plain English | Bernd Petrovitsch | 1 | -1/+1 |
| 2010-07-22 | inspect: cast expression | Christopher Li | 1 | -1/+19 |
| 2010-07-19 | skip may_alias and declare builtin_fabs | Morten Welinder | 2 | -0/+3 |
| 2010-07-13 | inspect: add some expression inspection | Christopher | 2 | -1/+81 |
| 2010-07-13 | inspect: Add test-inspect program | Christopher Li | 2 | -3/+57 |
| 2010-07-13 | inspect: add some example inspect for symbol and statement | Christopher Li | 2 | -0/+127 |
| 2010-07-13 | inspect: add custom ast treeview model | Christopher Li | 4 | -0/+611 |
| 2010-07-13 | parser: define __builtin_unreachable | Jiri Slaby | 1 | -0/+1 |
| 2010-07-13 | Add test case for builtin_unreachable() | Christopher | 1 | -0/+15 |
| 2010-07-13 | parser: fix and simplify support of asm goto | Jiri Slaby | 1 | -1/+2 |
| 2010-06-17 | parser: add support for asm goto | Jiri Slaby | 3 | -0/+32 |
| 2010-06-17 | Adding asm goto label test case | Christopher Li | 1 | -0/+22 |
| 2010-06-17 | Ignore the may_alias GCC attribute | Damien Lespiau | 1 | -0/+2 |
| 2010-06-17 | Parsing wide char string | Christopher Li | 5 | -15/+28 |
| 2010-04-08 | Allow parsing L'\0' | Christopher Li | 5 | -5/+15 |
| 2010-03-29 | evaluate: check for NULL type inside typeof | Christopher | 1 | -1/+3 |
| 2010-03-28 | Pointer don't inherent the alignment from base type | Christopher Li | 1 | -0/+1 |
| 2010-03-28 | possible fix to cgcc issue in sparse 0.4.2: | Joel Soete | 1 | -1/+1 |
| 2010-03-28 | Ignore "naked" attribute | Michael Buesch | 1 | -0/+2 |
| 2010-03-28 | ignore attributes "externally_visible" and "signal" | Michael Buesch | 1 | -0/+4 |
| 2010-03-28 | Adding test case for "x && y && z" . | Christopher Li | 1 | -0/+17 |
| 2010-03-28 | Fix incorrect linearization of "x && y && z" | Daniel De Graaf | 1 | -1/+3 |
| 2010-03-28 | Makefile: fix permissions mixup on install | Dan McGee | 1 | -7/+12 |
| 2010-03-28 | New attribute designated_init: mark a struct as requiring designated init | Josh Triplett | 8 | -2/+250 |
| 2010-03-28 | Rename -Wall to Wsparse-all, so it doesn't get turned on unintentionally | Josh Triplett | 4 | -17/+8 |
| 2010-03-28 | Handle __builtin_ms_va_list. | Michael Stefaniuc | 2 | -0/+3 |
| 2010-03-28 | Simplify Makefile using static pattern rules | Christopher Li | 1 | -8/+3 |
| 2010-03-28 | Ignore the alloc_size attribute. | Michael Stefaniuc | 1 | -0/+2 |
| 2010-03-28 | Ignore the ms_abi/sysv_abi attributes. | Michael Stefaniuc | 1 | -0/+4 |
| 2010-03-28 | Declare ignored attributres into a list of string. | Christopher Li | 2 | -71/+86 |
| 2010-03-28 | Move noreturn attribute out of ignore attr area | Christopher Li | 1 | -2/+2 |
| 2009-10-16 | Make MOD_NORETURN fits into 32 bit | Christopher Li | 1 | -1/+1 |
| 2009-10-16 | do not ignore attribute 'noreturn'... | Kamil Dudka | 2 | -3/+5 |
| 2009-10-11 | Sparse 0.4.2v0.4.2 | Christopher Li | 1 | -2/+2 |
| 2009-08-21 | sparse: Add GCC pre-defined macros for user-spacev0.4.2-rc1 | Pekka Enberg | 2 | -0/+11 |
| 2009-08-11 | make sparse headers self-compilable... | Kamil Dudka | 5 | -0/+14 |
| 2009-08-11 | show_token: handle TOKEN_UNTAINT and TOKEN_ARG_COUNT types | Reinhard Tartler | 1 | -2/+11 |
| 2009-08-02 | unssa: track uses when replacing a phi node | Kamil Dudka | 3 | -1/+4 |
| 2009-08-01 | Define __LP64__ for x86_64 unless in 32 bit mode | Blue Swirl | 1 | -1/+1 |
| 2009-08-01 | Add support for TImode type (__int128_t) | Blue Swirl | 10 | -13/+51 |
| 2009-07-29 | linearize.h: sanitize header | Kamil Dudka | 2 | -4/+4 |
| 2009-08-03 | Add c{l,t}z{,l,ll}, ffsl{,l}, popcountll and floating point comparison builtins. | Blue Swirl | 1 | -3/+22 |
| 2009-08-03 | Ignore attribute __bounded__, used by OpenBSD headers. | Blue Swirl | 1 | -0/+2 |
| 2009-07-27 | test-suite: integrate unhandled proprocessor tests | Hannes Eder | 9 | -0/+142 |
| 2009-07-22 | compile-i386: do not generate an infinite loop | Kamil Dudka | 1 | -4/+4 |
| 2009-07-20 | Makefile: suppress error message from pkg-config | Ramsay Jones | 1 | -1/+1 |
| 2009-07-19 | test-suite: be more verbose on 'unhandled' and 'known to fail' tests | Hannes Eder | 1 | -1/+5 |
| 2009-07-19 | move extern inline function to file scope | Christopher Li | 4 | -6/+40 |
| 2009-07-18 | Add validation for restrict and attribute warning | Christopher Li | 2 | -0/+20 |
| 2009-07-18 | Avoid "attribute 'warning': unknown attribute" warning | Linus Torvalds | 1 | -0/+2 |
| 2009-07-18 | Turn off '-Wtransparent-union' by default | Linus Torvalds | 1 | -1/+1 |
| 2009-07-18 | Allow array declarators to have 'restrict' in them | Linus Torvalds | 2 | -0/+3 |
| 2009-07-18 | Have Makefile import local.mk if it exists. | Samuel Bronson | 2 | -2/+12 |
| 2009-07-18 | Support the __thread storage class | Alberto Bertogli | 2 | -4/+33 |
| 2009-07-18 | Print an error if typeof() lacks an argument | Martin Nagy | 2 | -1/+19 |
| 2009-07-18 | Add missing checks for Waddress-space | Martin Nagy | 2 | -5/+5 |
| 2009-07-18 | .gitignore: Ignore dependencies and Vim swap files | Martin Nagy | 1 | -0/+2 |
| 2009-07-18 | warn directive in argument list | Al Viro | 1 | -2/+26 |
| 2009-07-18 | Segfault at evaluate.c:341 | Al Viro | 1 | -0/+1 |
| 2009-07-18 | Sanitize pointer() | Al Viro | 1 | -15/+5 |
| 2009-07-18 | Don't mix storage class bits with ctype->modifiers while parsing type | Al Viro | 5 | -43/+86 |
| 2009-07-18 | Simplify get_number_value() and ctype_integer() | Al Viro | 3 | -32/+23 |
| 2009-07-18 | Fix __label__ handling | Al Viro | 5 | -32/+40 |
| 2009-07-18 | Fix declaration_specifiers() handling of typedef name shadowed by NS_SYMBOL | Al Viro | 3 | -3/+16 |