| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix handling if "-I" switch. | Linus Torvalds | 2005-04-07 | 1 | -7/+23 |
* | Make blob_alloc and blob_free functions in order to hide caddr_t | welinder@troll.com | 2005-04-07 | 1 | -2/+16 |
* | Add "-Wtypesign" command line option. | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Many files: | welinder@darter.rentec.com | 2005-04-07 | 1 | -3/+22 |
* | [PATCH] Use more simple/fast iterators | Christopher Li | 2005-04-07 | 1 | -7/+5 |
* | Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | [PATCH] __attribute__((bitwise)) | Alexander Viro | 2005-04-07 | 1 | -1/+3 |
* | Make "-nostdinc" command line flag actually work. | Linus Torvalds | 2005-04-07 | 1 | -4/+28 |
* | Handle __func__ correctly as a variable and not a #define. | welinder@troll.com | 2005-04-07 | 1 | -1/+0 |
* | Introduce -Wdefault-bitfield-sign and only warn when asked for. | welinder@troll.com | 2005-04-07 | 1 | -0/+35 |
* | Cset exclude: welinder@troll.com|ChangeSet|20040812190944|57264 | welinder@troll.com | 2005-04-07 | 1 | -67/+6 |
* | lib.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+9 |
* | lib.c: | welinder@troll.com | 2005-04-07 | 1 | -5/+26 |
* | check.c: | welinder@troll.com | 2005-04-07 | 1 | -0/+5 |
* | lib.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+4 |
* | lib.c, lib.h: | welinder@troll.com | 2005-04-07 | 1 | -0/+32 |
* | pre-process.c, lib.c: | welinder@troll.com | 2005-04-07 | 1 | -1/+1 |
* | lib.c: | welinder@troll.com | 2005-04-07 | 1 | -0/+11 |
* | Teach linearizer about computed goto's. | Linus Torvalds | 2005-04-07 | 1 | -0/+3 |
* | [PATCH] "-o foo" and "-I foo" | terra@gnome.org | 2005-04-07 | 1 | -2/+17 |
* | The value of a token that gets defined on the command line | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Use "-O" to compile sparse, to make the compiler warn more. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Make sure data allocations are properly aligned. | Linus Torvalds | 2005-04-07 | 1 | -2/+1 |
* | Remove __i386__ define, since people (including me) are using | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Remove empty definition of "cond_syscall()". | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |
* | Add "info()" for informational messages, to go together with a | Linus Torvalds | 2005-04-07 | 1 | -4/+12 |
* | Make sparse sources themselves be sparse-clean. | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | [PATCH] more fun with sparse | Alexander Viro | 2005-04-07 | 1 | -0/+1 |
* | Now that BITS_IN_XXXX aren't defined contstants any more, | Linus Torvalds | 2005-04-07 | 1 | -4/+4 |
* | Add handling for "-m64" to tell us to use 64-bit mode. | Linus Torvalds | 2005-04-07 | 1 | -0/+13 |
* | [PATCH] linearization bug fix and bitfield handling | Christopher Li | 2005-04-07 | 1 | -4/+6 |
* | [PATCH] More linearizion fun | Christopher Li | 2005-04-07 | 1 | -0/+2 |
* | [PATCH] condition branch simplification | Christopher Li | 2005-04-07 | 1 | -0/+204 |
* | Add new IL for expression linearization. | Linus Torvalds | 2005-04-07 | 1 | -0/+2 |
* | Fix "add_list_pointer()" to keep things in proper order. | Linus Torvalds | 2005-04-07 | 1 | -6/+7 |
* | Oops. Fix name clash by renaming the new "copy_ptr_list" to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | This add a linearization phase. It's not even close to done | Linus Torvalds | 2005-04-07 | 1 | -0/+12 |
* | o move the definition of __CHECKER__ only to check.c | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -1/+0 |
* | o split handle_switch, to make it more lib friendly | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -39/+61 |
* | o remove extern __builtin declarations from create_builtin_stream | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -2/+0 |
* | [PATCH] free_ptr_list() lib function | Jeff Garzik | 2005-04-07 | 1 | -0/+17 |
* | o create create_builtin_stream | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -0/+20 |
* | o move add_pre_buffer, handle_switch and friends to lib.c | Arnaldo Carvalho de Melo | 2005-04-07 | 1 | -1/+73 |
* | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 2005-04-07 | 1 | -0/+1 |
* | Do a proper scope allocator, don't use the "bytes" allocator that doesn't | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Don't bother with memset() on allocations, the chunking | Linus Torvalds | 2005-04-07 | 1 | -7/+4 |
* | Start updating the copyright license comments to the OSL, | Linus Torvalds | 2005-04-07 | 1 | -1/+3 |
* | Oops. Move type definition to top of function, instead of | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 2005-04-07 | 1 | -1/+1 |
* | Drop debugging message. | Linus Torvalds | 2005-04-07 | 1 | -1/+0 |