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
/
inline.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make local declarations be statements of their own
Linus Torvalds
2005-12-31
1
-10
/
+22
*
[PATCH] fix of compound literals on inlining
Al Viro
2005-11-22
1
-0
/
+9
*
Re-name "error()" function to "sparse_error()"
Linus Torvalds
2005-11-16
1
-1
/
+1
*
[PATCH] replaced warnings with errors.
Mitesh Shah
2005-09-22
1
-1
/
+1
*
[PATCH] static declear
Christopher Li
2005-04-07
1
-2
/
+2
*
[PATCH] bogus initializer offsets
Alexander Viro
2005-04-07
1
-4
/
+0
*
Add compile-time "range-check" infrastructure to sparse
Linus Torvalds
2005-04-07
1
-1
/
+9
*
inlining: don't copy an initializer expression for a symbol that
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Save off the asm parameter name too.
Linus Torvalds
2005-04-07
1
-4
/
+15
*
Fix inlining of STMT_ASM.
Linus Torvalds
2005-04-07
1
-1
/
+15
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Update copyright notices a bit.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Breep! Fix one millionth inlining bug
Linus Torvalds
2005-04-07
1
-2
/
+2
*
Show usage notes for symbols.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Separate explicit and implied casts.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Fix inlining: we didn't copy the switch case symbol list.
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Copy STMT_INTERNAL properly when inlining
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add __sizeof_ptr__ that looks at a pointer expression and
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Totally re-do how we build up the initializer tree: make the
Linus Torvalds
2005-04-07
1
-4
/
+16
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-5
/
+5
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-9
/
+9
*
[PATCH] uninlining inline functions
Alexander Viro
2005-04-07
1
-5
/
+19
*
[PATCH] inline declaration getting clobbered by expansion
Alexander Viro
2005-04-07
1
-4
/
+12
*
[PATCH] handling of non-lvalue compound objects
Alexander Viro
2005-04-07
1
-0
/
+7
*
[PATCH] Avoid recursive inline function expansion
Christopher Li
2005-04-07
1
-0
/
+5
*
Add "select" expression.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Copy the whole symbol when creating a copy for inlining.
Linus Torvalds
2005-04-07
1
-6
/
+2
*
Fix symbol copy on inlining.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Keep track of computed target label lists per-function.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[PATCH] FP handling
Alexander Viro
2005-04-07
1
-0
/
+1
*
[PATCH] teach sparse about __alignof__
Stephen Hemminger
2005-04-07
1
-2
/
+3
*
Handle EXPR_INDEX when copying expressions.
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Warn about unhandled expression and statement types in inlining.
Linus Torvalds
2005-04-07
1
-5
/
+28
*
Update copyright notices to reflect the fact that Transmeta
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Oops. The argument symbol initializers got lost on inlining,
Linus Torvalds
2005-04-07
1
-0
/
+1
*
This makes function inlining largely work correctly. In order
Linus Torvalds
2005-04-07
1
-50
/
+75
*
Fix case statement inlining. At least partly.
Linus Torvalds
2005-04-07
1
-8
/
+4
*
Flesh out inlining some more.
Linus Torvalds
2005-04-07
1
-19
/
+72
*
Clean up function inlining some, and fix the type of the
Linus Torvalds
2005-04-07
1
-4
/
+71
*
Make the statement copying slightly more complete, to get more coverage.
Linus Torvalds
2005-04-07
1
-9
/
+105
*
Add "-v" flag for verbose mode.
Linus Torvalds
2005-04-07
1
-1
/
+2
*
Add cheesy C++-like "const variable" evaluation. It's not C, but
Linus Torvalds
2005-04-07
1
-2
/
+30
*
Start doing real expression copying for the inliner. We need to
Linus Torvalds
2005-04-07
1
-2
/
+108
*
Create "inline.c", which contains the function "copy_statement()",
Linus Torvalds
2005-04-07
1
-0
/
+43