Add a virtual clone() method to ir_instruction.
[mesa.git] / glcpp /
2010-06-23 Kenneth Graunkeglcpp: Support line continuations within preprocessor...
2010-06-23 Kenneth Graunkeglcpp: Make standalone binary use preprocess().
2010-06-23 Kenneth Graunkeglcpp: Fix "dangerous trailing context" warning.
2010-06-23 Kenneth Graunkeglcpp: Recognize plain "//" as a comment.
2010-06-22 Ian RomanickAdd missing build products to gitignore
2010-06-21 Kenneth Graunkeglcpp: Initialize error state.
2010-06-21 Kenneth Graunkeglcpp: Accept #elif without an expression if the expres...
2010-06-21 Kenneth Graunkeglcpp: Print to the main compiler's infolog, not stdout.
2010-06-21 Kenneth GraunkeUse yy_scan_string and stop caring about shader->SourceLen.
2010-06-21 Kenneth Graunkeglcpp: Rework handling of "defined" operator.
2010-06-21 Kenneth Graunkeglcpp/tests: Add a test for #if defined (identifier)
2010-06-21 Kenneth Graunkeglcpp: Ignore junk tokens at end of #ifdef/#ifndef...
2010-06-21 Kenneth Graunkeglcpp: Add glcpp_warning for printing warnings to the...
2010-06-21 Kenneth Graunkeglcpp: Add boolean 'error' flag.
2010-06-21 Kenneth Graunkeglcpp: Rename "errors" to "info_log."
2010-06-21 Kenneth Graunkeglcpp: Don't include newlines as part of #version-passt...
2010-06-21 Kenneth Graunkeglcpp/tests: Add a test for #version followed by #define.
2010-06-21 Kenneth Graunkeglcpp: Fix line and column numbering.
2010-06-21 Kenneth Graunkeglcpp: Remove calls to exit().
2010-06-21 Kenneth Graunkeglcpp: Add line locations to "Unterminated #if" error...
2010-06-21 Kenneth Graunkeglcpp: Add line locations to various mismatched #if...
2010-06-21 Kenneth Graunkeglcpp: Add line locations to "reserved name" error...
2010-06-21 Kenneth Graunkeglcpp: Print locations in error messages where possible.
2010-06-21 Kenneth Graunkeglcpp: Introduce new glcpp_error function.
2010-06-21 Kenneth Graunkeglcpp: Set locations on tokens.
2010-06-21 Kenneth Graunkeglcpp: Set line locations in the lexer.
2010-06-21 Kenneth Graunkeglcpp: Add plumbing to support line locations.
2010-06-21 Kenneth Graunkeglcpp: Add %error-verbose.
2010-06-21 Kenneth Graunkeglcpp: Actually support #ifdef and #ifndef.
2010-06-21 Kenneth Graunkeglcpp: Build a reentrant parser.
2010-06-21 Kenneth Graunkeglcpp: Print errors on stdout instead of stderr (non...
2010-06-21 Kenneth Graunkeglcpp/tests: Add extra newline at the end of expected...
2010-06-21 Kenneth Graunkeglcpp: Handle missing newline at EOF.
2010-06-21 Kenneth Graunkeglcpp: Complain about unrecognized directives.
2010-06-21 Kenneth Graunkeglcpp: Pass #version, #extension, and #pragma directive...
2010-06-21 Kenneth GraunkeMake the main compiler call the preprocessor.
2010-06-21 Kenneth Graunkeglcpp: Add support for lexing from a string.
2010-06-21 Kenneth Graunkeglcpp: Output to a buffer and error log rather than...
2010-06-21 Kenneth Graunkeglcpp: Fix a case of == where = probably ought to be.
2010-06-21 Kenneth GraunkeAdd glcpp to the build.
2010-06-21 Kenneth GraunkeSpecify %option prefix="glcpp_" in the source code...
2010-06-21 Kenneth GraunkeMerge Carl's preprocessor into the glcpp subdirectory.