2005-04-08 |
Linus Torvalds | Save off the asm parameter name too.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Show asm inputs/outputs as bugus instructions as opposed...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Start looking at asms in code generation.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make asm linearization not drop the constraints.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Do some kind of signed cast too.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Do slightly better on casts.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Teach code generator about commutative operations.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Oops. Didn't remember about BINCMP ops when doing the...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Teach simplification about associative operators.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make commutative operations use a canonical order.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Mark the backing store storage dead when marking a...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make "find_pseudo_storage()" return the storage hash...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Split up the code that finds the underlying storage...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add storage usage verification phase.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add support for various arch-specific storage allocation
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add the argument pseudos to the "enter" instruction
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Expose lookup_storage/add_storage to code generator.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Sort switch target list
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Kill off dead pseudos before doing target allocation...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Keep dead pseudos in the register "busy" count, add...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add comment on where incoming pseudos come from.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Generate pseudo-code for OP_SEL.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make target register allocation prefer empty registers.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Generate cheesy "cast" instructions.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add fake OP_CALL code generation.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Be a bit more forgiving about impossible output register...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Output unimplemented instructions as such, rather
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Clean up final register flushing, and allow flushing...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add comment about input storage selection.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | When fulfilling the output register requirements, don't
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't kill the same pseudo twice.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove pseudos from liveness list when they are defined.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Track phi uses in a separate pass from the liveness...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Clean up linearizer output that got uglified by the...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add tons more comments about register state changes...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make "remove_pseudo()" return whether it removed a...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | When removing/replacing pointer list entries, return...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | PHI pseudos aren't supposed to show up on the liveness
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove old pseudos from register list when we redefine one
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make pretty helper functions for showing individual...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't re-use registers for several different output...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Use the ptr-list tagging for marking pseudos dirty.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Support tagged add_ptr_list
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Be smarter about when we need to flush a pseudo.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Now that we can have multiple pseudos per reg, we should
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Generate some kind of code for OP_RET
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove stale assertion.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make the hardreg pseudo pointer be a _list_ of pseudos...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add macros to set/read the pointer list tags.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Beginning infrastructure for tagged lists.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Move remove_pseudo() to linearize.h
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Teach register "allocator" about preferred register...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add "stream_name()" helper function, and use it.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove stat-based file identity tests.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make "last_reg" be entry-point global rather than bb...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove some stale (and very confusing) register instantiation.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add a few more hard registers, and let things live...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Oops. When updatign the liveness calculation, I forgot to
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix liveness analysis.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove phi source merging.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix up example storage usage details.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make storage tracking easier with a debugging "name...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Generate code for conditional branches.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove unreachable phi-node storage entries.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | If we don't have any pre-defined incoming storage,...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove OP_SETVAL after symbol-pseudo simplification.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make our pitiful code generation a bit less pitiful.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Generate "code" for binops.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Do some initial totally ridiculous "code generation" in
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Expose storage allocators to users of the storage code.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix undefined symbol linearization case
|
commit | commitdiff | tree |
2005-04-08 |
Sam Ravnborg | [PATCH] missing dependency for storage.o
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Slowly, slowly, make the output of "example" slightly...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Expose "show_instruction()" for debugging.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make "storage" be part of the sparse library, and split out
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Start splitting out generic "storage" handling from...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Small cleanups for example storage handling.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Expose "show_bb()" for debugging, and make it do more...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Allow -vv as shorthand for "-v -v" aka "very verbose".
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | CSE may have caused more unreachable bb's, so do a...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Remove unreachable bb's from the list of bb's when...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Add silly storage handling example.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Be more aggressive on PHI-node CSE.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Make OP_PHISOURCE track the OP_PHI instructions that...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't output code for static/toplevel symbols.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Linearize anonymous symbol initializers when we encounter...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Don't set the base type for __attribute__((__mode__...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Simplify constant unops
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix inlining of STMT_ASM.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | When we simplify branches-to-branches, assert that...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Clean up debug output from warning.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Mark asms as having side effects, so that we don't
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix list_ptr split operation.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Fix silly asm input pseudo linearization.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Teach liveness analysis about asm pseudo usage.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Linearize inline asm statements
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Evaluate asm statement inputs/outputs and verify them.
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Now that we actually save off asm info, that showed...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Save away (most) of the asm information when parsing...
|
commit | commitdiff | tree |
2005-04-08 |
Linus Torvalds | Yet another missed "entry" change point.
|
commit | commitdiff | tree |