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
/
compile-i386.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Unhardcode byte size being 8 bits.
David Given
2008-12-17
1
-1
/
+1
*
fix handling of address_space in casts and assignments
Al Viro
2007-07-10
1
-0
/
+1
*
Fix most -Wshadow warnings in Sparse.
Josh Triplett
2007-05-01
1
-2
/
+0
*
compile-i386.c: Declare regs_in_use static
Josh Triplett
2007-04-20
1
-1
/
+1
*
Use GCC format and sentinel attributes on appropriate functions
Josh Triplett
2007-03-09
1
-1
/
+1
*
Make local declarations be statements of their own
Linus Torvalds
2005-12-31
1
-1
/
+3
*
Update the calling interface to "sparse()".
Linus Torvalds
2005-08-03
1
-0
/
+4
*
[PATCH] makes some needlessly global code static
Luc Van Oostenryck
2005-06-27
1
-7
/
+7
*
Add "stream_name()" helper function, and use it.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Split out the blob allocator from lib.c into allocate.c.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Make compile-i386.c get with the program. We don't just use
Linus Torvalds
2005-04-07
1
-3
/
+9
*
Remove EXPR_BITFIELD entirely.
Linus Torvalds
2005-04-07
1
-10
/
+0
*
Separate explicit and implied casts.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Remove "fieldwidth" member of struct symbol
Linus Torvalds
2005-04-07
1
-3
/
+1
*
Remove remnants of two-expression x ? : y handling..
Linus Torvalds
2005-04-07
1
-10
/
+3
*
Get rid of the old "iterate()" interfaces.
Linus Torvalds
2005-04-07
1
-13
/
+12
*
Totally re-do how we build up the initializer tree: make the
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Janitorial trivialities.
welinder@darter.rentec.com
2005-04-07
1
-5
/
+5
*
Many files:
welinder@darter.rentec.com
2005-04-07
1
-10
/
+10
*
Make END_FOR_EACH_PTR[_REVERSE] take the ptr name as an argument.
Linus Torvalds
2005-04-07
1
-15
/
+15
*
Fix "compile-i386.c" incestuous list internal knowledge.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
Fix up the worst regcache thinko's.
Linus Torvalds
2005-04-07
1
-28
/
+31
*
Add the proper accessor functions to turn a 32-bit reg
Linus Torvalds
2005-04-07
1
-0
/
+2
*
Make "emit_conditional_test()" use register caches.
Linus Torvalds
2005-04-07
1
-2
/
+5
*
Improve "emit_move()" handling.
Linus Torvalds
2005-04-07
1
-6
/
+34
*
Make binops use the new register tracking in compile-i386.c
Linus Torvalds
2005-04-07
1
-33
/
+13
*
Do some rudimentary register content tracking.
Linus Torvalds
2005-04-07
1
-34
/
+116
*
Start infrastructure for more dynamic register allocation.
Linus Torvalds
2005-04-07
1
-14
/
+112
*
Let compile-i386 know about more registers.
Linus Torvalds
2005-04-07
1
-56
/
+54
*
Simplify the interface between compile.c and the actual
Linus Torvalds
2005-04-07
1
-11
/
+4
*
Make compile-i386.c create pseudo-code for the logical binops.
Linus Torvalds
2005-04-07
1
-0
/
+8
*
Teach compile-i386.c to emit select instructions.
Linus Torvalds
2005-04-07
1
-1
/
+31
*
EXPR_SAFELOGICAL is unnecessary. It ends up being the same as EXPR_BINOP.
Linus Torvalds
2005-04-07
1
-1
/
+0
*
Make expression expansion calculate the "cost" of the
Linus Torvalds
2005-04-07
1
-0
/
+1
*
Add "select" expression.
Linus Torvalds
2005-04-07
1
-0
/
+1
*
[be] fix amazingly stupid conditional expression handling
Jeff Garzik
2005-04-07
1
-61
/
+69
*
[be] minor fixes
Jeff Garzik
2005-04-07
1
-1
/
+13
*
[be] fix some of the brokenness related to non-32-bit variables
Jeff Garzik
2005-04-07
1
-23
/
+37
*
[PATCH] Generate correct push* instruction.
Alexey Dobriyan
2005-04-07
1
-2
/
+1
*
[PATCH] Simplify mnemonic generation for mov* instructions.
Alexey Dobriyan
2005-04-07
1
-23
/
+7
*
[PATCH] Print instruction's suffix in a human-readable form.
Alexey Dobriyan
2005-04-07
1
-1
/
+1
*
Make "compile" assert more readable.
Linus Torvalds
2005-04-07
1
-1
/
+1
*
[PATCH] comparison operations fix
Alexander Viro
2005-04-07
1
-17
/
+12
*
[PATCH] teach sparse about __alignof__
Stephen Hemminger
2005-04-07
1
-0
/
+1
*
Fix integer/pointer errors in sparse.
Linus Torvalds
2005-04-07
1
-9
/
+9
*
Make sparse sources themselves be sparse-clean.
Linus Torvalds
2005-04-07
1
-1
/
+3
*
Now that BITS_IN_XXXX aren't defined contstants any more,
Linus Torvalds
2005-04-07
1
-4
/
+4
*
Support C types as first-class citizens, allowing type
Linus Torvalds
2005-04-07
1
-0
/
+3
*
Remove now-obsolete temporary statement types.
Linus Torvalds
2005-04-07
1
-16
/
+0
*
Add proper linearization of switch statements.
Linus Torvalds
2005-04-07
1
-0
/
+8
[next]