| Age | Commit message (Expand) | Author | Files | Lines |
| 2005-04-07 | [PATCH] #if expression handling cleanups | Alexander Viro | 1 | -0/+1 |
| 2005-04-07 | This file uses NULL, so include stdlib.h | welinder@anemone.rentec.com | 1 | -0/+3 |
| 2005-04-07 | Add system-specific compatibility functions to make | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Add sort_list() function that kind of works like qsort, but | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Add "-Wtypesign" command line option. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Many files: | welinder@darter.rentec.com | 1 | -3/+10 |
| 2005-04-07 | Poison deleted ptr-list entries. | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] Use more simple/fast iterators | Christopher Li | 1 | -3/+3 |
| 2005-04-07 | Add DELETE_CURRENT_PTR and REPLACE_CURRENT_PTR. | Linus Torvalds | 1 | -0/+16 |
| 2005-04-07 | Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument. | Linus Torvalds | 1 | -7/+7 |
| 2005-04-07 | Re-organize list access macros for easier expansion. | Linus Torvalds | 1 | -40/+62 |
| 2005-04-07 | Fix silly "first_basic_block()" typo | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | [PATCH] __attribute__((bitwise)) | Alexander Viro | 1 | -0/+1 |
| 2005-04-07 | Introduce -Wdefault-bitfield-sign and only warn when asked for. | welinder@troll.com | 1 | -0/+1 |
| 2005-04-07 | Cset exclude: welinder@troll.com|ChangeSet|20040812190944|57264 | welinder@troll.com | 1 | -4/+0 |
| 2005-04-07 | lib.c, lib.h: | welinder@troll.com | 1 | -0/+4 |
| 2005-04-07 | Shrink "struct token" by moving "noexpand" into the position flags. | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Add "info()" for informational messages, to go together with a | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | [PATCH] Fix "return" target handling | Christopher Li | 1 | -0/+12 |
| 2005-04-07 | [PATCH] linearize conditional expressions | Christopher Li | 1 | -1/+1 |
| 2005-04-07 | [PATCH] More linearizion fun | Christopher Li | 1 | -1/+1 |
| 2005-04-07 | [PATCH] pack basic blocks | Christopher Li | 1 | -9/+43 |
| 2005-04-07 | [PATCH] condition branch simplification | Christopher Li | 1 | -0/+110 |
| 2005-04-07 | [PATCH] PATCH: remove dead while loop | Christopher Li | 1 | -0/+6 |
| 2005-04-07 | Add new IL for expression linearization. | Linus Torvalds | 1 | -0/+2 |
| 2005-04-07 | Add helper function to test for ptr list empty. | Linus Torvalds | 1 | -0/+3 |
| 2005-04-07 | Oops. Fix name clash by renaming the new "copy_ptr_list" to be | Linus Torvalds | 1 | -3/+3 |
| 2005-04-07 | This add a linearization phase. It's not even close to done | Linus Torvalds | 1 | -0/+11 |
| 2005-04-07 | [PATCH] free_ptr_list() lib function | Jeff Garzik | 1 | -0/+1 |
| 2005-04-07 | o create create_builtin_stream | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2005-04-07 | o move add_pre_buffer, handle_switch and friends to lib.c | Arnaldo Carvalho de Melo | 1 | -0/+8 |
| 2005-04-07 | Update copyright notices to reflect the fact that Transmeta | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Fix RESET_PTR_LIST() implementation: we forgot to actually | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Do a proper scope allocator, don't use the "bytes" allocator that doesn't | Linus Torvalds | 1 | -0/+1 |
| 2005-04-07 | Make functions degenerate to function pointers, and fix the | Linus Torvalds | 1 | -2/+4 |
| 2005-04-07 | Start updating the copyright license comments to the OSL, | Linus Torvalds | 1 | -1/+3 |
| 2005-04-07 | Evaluate structure and union initializers, including named | Linus Torvalds | 1 | -1/+7 |
| 2005-04-07 | Add macros to walk a list in parallel with another walker. | Linus Torvalds | 1 | -1/+51 |
| 2005-04-07 | Add nicer iterator for pointer lists - it's a complex macro, | Linus Torvalds | 1 | -0/+21 |
| 2005-04-07 | Change the copyright to Transmeta Corp, that's likely to be | Linus Torvalds | 1 | -1/+1 |
| 2005-04-07 | Introduce a "struct position", and have the different types refer | Linus Torvalds | 1 | -2/+11 |
| 2005-04-07 | Make a function call point an expression type of its own, and | Linus Torvalds | 1 | -0/+17 |
| 2005-04-07 | Add copyright statements and file comments. Add a FAQ, README, and | Linus Torvalds | 1 | -2/+7 |
| 2005-04-07 | Make iterators take a helper datum, and tell the callback whether | Linus Torvalds | 1 | -5/+7 |
| 2005-04-07 | Make listop functions keep the lists in chronological order | Linus Torvalds | 1 | -2/+3 |
| 2005-04-07 | Create function to clear out the existing allocations. The | Linus Torvalds | 1 | -1/+2 |
| 2005-04-07 | Move some common parsing routines to "lib", so thatthe | Linus Torvalds | 1 | -0/+4 |
| 2005-04-07 | Do much more pre-processing work: support #ifdef/#else/#endif | Linus Torvalds | 1 | -5/+10 |
| 2005-04-07 | Implement space-efficient allocator for small data structures. We | Linus Torvalds | 1 | -3/+5 |
| 2005-04-07 | Add allocators for statistics | Linus Torvalds | 1 | -0/+51 |