aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
AgeCommit message (Expand)AuthorFilesLines
2005-04-07[PATCH] #if expression handling cleanupsAlexander Viro1-0/+1
2005-04-07This file uses NULL, so include stdlib.hwelinder@anemone.rentec.com1-0/+3
2005-04-07Add system-specific compatibility functions to makeLinus Torvalds1-0/+2
2005-04-07Add sort_list() function that kind of works like qsort, butLinus Torvalds1-0/+1
2005-04-07Add "-Wtypesign" command line option.Linus Torvalds1-0/+1
2005-04-07Many files:welinder@darter.rentec.com1-3/+10
2005-04-07Poison deleted ptr-list entries.Linus Torvalds1-0/+1
2005-04-07[PATCH] Use more simple/fast iteratorsChristopher Li1-3/+3
2005-04-07Add DELETE_CURRENT_PTR and REPLACE_CURRENT_PTR.Linus Torvalds1-0/+16
2005-04-07Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.Linus Torvalds1-7/+7
2005-04-07Re-organize list access macros for easier expansion.Linus Torvalds1-40/+62
2005-04-07Fix silly "first_basic_block()" typoLinus Torvalds1-1/+1
2005-04-07[PATCH] __attribute__((bitwise))Alexander Viro1-0/+1
2005-04-07Introduce -Wdefault-bitfield-sign and only warn when asked for.welinder@troll.com1-0/+1
2005-04-07Cset exclude: welinder@troll.com|ChangeSet|20040812190944|57264welinder@troll.com1-4/+0
2005-04-07lib.c, lib.h:welinder@troll.com1-0/+4
2005-04-07Shrink "struct token" by moving "noexpand" into the position flags.Linus Torvalds1-1/+2
2005-04-07Add "info()" for informational messages, to go together with aLinus Torvalds1-0/+1
2005-04-07[PATCH] Fix "return" target handlingChristopher Li1-0/+12
2005-04-07[PATCH] linearize conditional expressionsChristopher Li1-1/+1
2005-04-07[PATCH] More linearizion funChristopher Li1-1/+1
2005-04-07[PATCH] pack basic blocksChristopher Li1-9/+43
2005-04-07[PATCH] condition branch simplificationChristopher Li1-0/+110
2005-04-07[PATCH] PATCH: remove dead while loopChristopher Li1-0/+6
2005-04-07Add new IL for expression linearization.Linus Torvalds1-0/+2
2005-04-07Add helper function to test for ptr list empty.Linus Torvalds1-0/+3
2005-04-07Oops. Fix name clash by renaming the new "copy_ptr_list" to beLinus Torvalds1-3/+3
2005-04-07This add a linearization phase. It's not even close to doneLinus Torvalds1-0/+11
2005-04-07[PATCH] free_ptr_list() lib functionJeff Garzik1-0/+1
2005-04-07o create create_builtin_streamArnaldo Carvalho de Melo1-0/+2
2005-04-07o move add_pre_buffer, handle_switch and friends to lib.cArnaldo Carvalho de Melo1-0/+8
2005-04-07Update copyright notices to reflect the fact that TransmetaLinus Torvalds1-0/+1
2005-04-07Fix RESET_PTR_LIST() implementation: we forgot to actuallyLinus Torvalds1-0/+1
2005-04-07Do a proper scope allocator, don't use the "bytes" allocator that doesn'tLinus Torvalds1-0/+1
2005-04-07Make functions degenerate to function pointers, and fix theLinus Torvalds1-2/+4
2005-04-07Start updating the copyright license comments to the OSL,Linus Torvalds1-1/+3
2005-04-07Evaluate structure and union initializers, including namedLinus Torvalds1-1/+7
2005-04-07Add macros to walk a list in parallel with another walker.Linus Torvalds1-1/+51
2005-04-07Add nicer iterator for pointer lists - it's a complex macro,Linus Torvalds1-0/+21
2005-04-07Change the copyright to Transmeta Corp, that's likely to beLinus Torvalds1-1/+1
2005-04-07Introduce a "struct position", and have the different types referLinus Torvalds1-2/+11
2005-04-07Make a function call point an expression type of its own, andLinus Torvalds1-0/+17
2005-04-07Add copyright statements and file comments. Add a FAQ, README, andLinus Torvalds1-2/+7
2005-04-07Make iterators take a helper datum, and tell the callback whetherLinus Torvalds1-5/+7
2005-04-07Make listop functions keep the lists in chronological orderLinus Torvalds1-2/+3
2005-04-07Create function to clear out the existing allocations. TheLinus Torvalds1-1/+2
2005-04-07Move some common parsing routines to "lib", so thattheLinus Torvalds1-0/+4
2005-04-07Do much more pre-processing work: support #ifdef/#else/#endifLinus Torvalds1-5/+10
2005-04-07Implement space-efficient allocator for small data structures. WeLinus Torvalds1-3/+5
2005-04-07Add allocators for statisticsLinus Torvalds1-0/+51