summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-28Simplify calling conventions of functions under expand_token_list_onto.Carl Worth
2010-05-28Stop interrupting the test suite at the first failure.Carl Worth
2010-05-28Revert "Add support for an object-to-function chain with the parens in the co...Carl Worth
2010-05-27Remove blank lines from output files before comparing.Carl Worth
2010-05-27Add test for token-pasting of integers.Carl Worth
2010-05-27Implement token pasting of integers.Carl Worth
2010-05-27Add placeholder tokens to support pasting with empty arguments.Carl Worth
2010-05-27Add test for macro invocations with empty arguments.Carl Worth
2010-05-27Provide support for empty arguments in macro invocations.Carl Worth
2010-05-27Make two list-processing functions do nothing with an empty list.Carl Worth
2010-05-27Add test 56 for a comma within the expansion of an argument.Carl Worth
2010-05-27Avoid treating an expanded comma as an argument separator.Carl Worth
2010-05-26Reimplement ir_function_inlining_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Reimplement ir_copy_propagation_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Add support (and test) for an object-to-function chain with the parens in the...Carl Worth
2010-05-26Add two tests developed on the take-2 branch.Carl Worth
2010-05-26Reimplement ir_expression_flattening_visitor using ir_hierarchical_vistorIan Romanick
2010-05-26Treat newlines as space when invoking a function-like macro invocation.Carl Worth
2010-05-26All macro lookups should be of type macro_t, not string_list_t.Carl Worth
2010-05-26ir_reader: Read record_refs.Kenneth Graunke
2010-05-26ir_reader: Fix reading of array deferences and correct error messages.Kenneth Graunke
2010-05-26Fix setting the maximum accessed array elementIan Romanick
2010-05-26ir_dereference::mode is no longer used, kill with fireIan Romanick
2010-05-26Refactor whole-variable assigment checking into member functionIan Romanick
2010-05-26Refactor ir_dereference data fields to subclassesIan Romanick
2010-05-26Replace open coded deref navigation with hierarchical visitorsIan Romanick
2010-05-26Refactor ir_dereference support for ir_visitorIan Romanick
2010-05-26Refactor ir_dereference support for ir_hierarchical_visitorIan Romanick
2010-05-26Begin refactoring ir_dereferenceIan Romanick
2010-05-26Implement (and test) support for macro expansion within conditional expressions.Carl Worth
2010-05-26Fix lexing of "defined" as an operator, not an identifier.Carl Worth
2010-05-26Implement #if and friends.Carl Worth
2010-05-26stashCarl Worth
2010-05-26Implement token pasting.Carl Worth
2010-05-26Rename identifier from 'i' to 'node'.Carl Worth
2010-05-26Remove some stale token types.Carl Worth
2010-05-26Prevent unexpanded macros from being expanded again in the future.Carl Worth
2010-05-26README: Document some known limitations.Carl Worth
2010-05-26Fix a typo in a comment.Carl Worth
2010-05-26Expand macro arguments before performing argument substitution.Carl Worth
2010-05-26Change macro expansion to append onto token lists rather than printing directly.Carl Worth
2010-05-26Check active expansions before expanding a function-like macro invocation.Carl Worth
2010-05-26Defer test 26 until much later (to test 55).Carl Worth
2010-05-25Avoid getting extra trailing whitespace from macros.Carl Worth
2010-05-25Remove a bunch of old code and give the static treatment to what's left.Carl Worth
2010-05-25Avoid swallowing initial left parenthesis from nested macro invocation.Carl Worth
2010-05-25Ignore separating whitespace at the beginning of a macro argument.Carl Worth
2010-05-25Implement substitution of function parameters in macro calls.Carl Worth
2010-05-25Collapse multiple spaces in input down to a single space.Carl Worth
2010-05-25Add a test #0 to ensure that we don't do any inadvertent token pasting.Carl Worth