GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
proj/sparse.git
v0.4.3-gentoo
sys-devel/sparse backports and Gentoo-specific patches
Diego E. Pettenò <flameeyes@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Who says you can't do type-safe function-overloading in C?
Linus Torvalds
2005-04-07
1
-5
/
+18
*
Add some type-safety features to the list pointer operations.
Linus Torvalds
2005-04-07
1
-7
/
+15
*
Make the CSE "repeat" logic be more fine-grained than just
Linus Torvalds
2005-04-07
1
-0
/
+1
*
helper function cleanup: separate delete/replace list entries.
Linus Torvalds
2005-04-07
1
-6
/
+2
*
Add "optimize" flag, and collect the flags into lib.c.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Remove "struct phi", replace with instruction that generates a pseudo.
Linus Torvalds
2005-04-07
1
-4
/
+3
*
Move all of the setup code to one single "sparse()" helper function.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add pack_ptr_list() helper function.
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Move flow analysis out of "linearize.c" and into new "flow.c"
Linus Torvalds
2005-04-07
1
-0
/
+4
*
Remove the horrid iterators.
Linus Torvalds
2005-04-07
1
-58
/
+0
*
Move "pos.pos" to be the top bits of the word.
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Add support for freeing constant-sized allocations.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
When adding a list entry, we sometimes want the
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Show usage notes for symbols.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Add "linearize_ptr_list()" to turn a pointer list into an array.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make context count warning be controllable with "-Wcontext" flag.
Linus Torvalds
2005-04-07
1
-2
/
+1
*
Get rid of the old "iterate()" interfaces.
Linus Torvalds
2005-04-07
1
-19
/
+0
*
test-linearize.c:
welinder@troll.com
2005-04-07
1
-0
/
+1
*
[PATCH] #if expression handling cleanups
Alexander Viro
2005-04-07
1
-0
/
+1
*
This file uses NULL, so include stdlib.h
welinder@anemone.rentec.com
2005-04-07
1
-0
/
+3
*
Add system-specific compatibility functions to make
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Add sort_list() function that kind of works like qsort, but
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "-Wtypesign" command line option.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-3
/
+10
*
Poison deleted ptr-list entries.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Use more simple/fast iterators
Christopher Li
2005-04-07
1
-3
/
+3
*
Add DELETE_CURRENT_PTR and REPLACE_CURRENT_PTR.
Linus Torvalds
2005-04-07
1
-0
/
+16
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-7
/
+7
*
Re-organize list access macros for easier expansion.
Linus Torvalds
2005-04-07
1
-40
/
+62
*
Fix silly "first_basic_block()" typo
Linus Torvalds
2005-04-07
1
-1
/
+1
*
[PATCH] __attribute__((bitwise))
Alexander Viro
2005-04-07
1
-0
/
+1
*
Introduce -Wdefault-bitfield-sign and only warn when asked for.
welinder@troll.com
2005-04-07
1
-0
/
+1
*
Cset exclude: welinder@troll.com|ChangeSet|20040812190944|57264
welinder@troll.com
2005-04-07
1
-4
/
+0
*
lib.c, lib.h:
welinder@troll.com
2005-04-07
1
-0
/
+4
*
Shrink "struct token" by moving "noexpand" into the position flags.
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Add "info()" for informational messages, to go together with a
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] Fix "return" target handling
Christopher Li
2005-04-07
1
-0
/
+12
*
[PATCH] linearize conditional expressions
Christopher Li
2005-04-07
1
-1
/
+1
*
[PATCH] More linearizion fun
Christopher Li
2005-04-07
1
-1
/
+1
*
[PATCH] pack basic blocks
Christopher Li
2005-04-07
1
-9
/
+43
*
[PATCH] condition branch simplification
Christopher Li
2005-04-07
1
-0
/
+110
*
[PATCH] PATCH: remove dead while loop
Christopher Li
2005-04-07
1
-0
/
+6
*
Add new IL for expression linearization.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Add helper function to test for ptr list empty.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Oops. Fix name clash by renaming the new "copy_ptr_list" to be
Linus Torvalds
2005-04-07
1
-3
/
+3
*
This add a linearization phase. It's not even close to done
Linus Torvalds
2005-04-07
1
-0
/
+11
*
[PATCH] free_ptr_list() lib function
Jeff Garzik
2005-04-07
1
-0
/
+1
*
o create create_builtin_stream
Arnaldo Carvalho de Melo
2005-04-07
1
-0
/
+2
*
o move add_pre_buffer, handle_switch and friends to lib.c
Arnaldo Carvalho de Melo
2005-04-07
1
-0
/
+8
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
[next]