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