Mercurial
Mercurial
>
icculus
>
mojoshader
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
Throw away our dummy usertypes from the parse phase.
2011-01-11, by Ryan C. Gordon
Added a FIXME.
2011-01-11, by Ryan C. Gordon
Rewrote variable declaration semantic analysis to handle comma-separated vars.
2011-01-11, by Ryan C. Gordon
Fixed incorrect fall-through between case blocks.
2011-01-11, by Ryan C. Gordon
Fixed incorrect variable reference.
2011-01-11, by Ryan C. Gordon
Semantic analysis now tries to assign a unique id to every variable.
2010-12-12, by Ryan C. Gordon
Added hash_iter() function, for iterating all matching entries in a hashtable.
2010-12-12, by Ryan C. Gordon
Reworked datatype processing in the compiler.
2010-12-06, by Ryan C. Gordon
Removed return statement from void function.
2010-12-06, by Ryan C. Gordon
Technically, a typecast is a unary operator.
2010-12-06, by Ryan C. Gordon
Added unit test for half-float suffix.
2010-11-22, by Ryan C. Gordon
Updated re2c-generated lexer code.
2010-11-22, by Ryan C. Gordon
HLSL uses h or H as a float literal suffix, meaning "half".
2010-11-22, by Ryan C. Gordon
Fixed some AST operations to be integer-only.
2010-11-22, by Ryan C. Gordon
More Visual Studio fixes for Lemon.
2010-11-18, by Ryan C. Gordon
Patched to compile on Windows.
2010-11-18, by Ryan C. Gordon
Cleaned up MOJOSHADER_preprocessor().
2010-11-17, by Ryan C. Gordon
Unit tests for previous bugfix.
2010-11-16, by Ryan C. Gordon
Preprocessor: Fixed macro arguments prepended with > 1 char of whitespace.
2010-11-16, by Ryan C. Gordon
Preprocessor: fixed logic bug introduced when migrating to Buffer.
2010-11-15, by Ryan C. Gordon
Preprocessor: Moved pushing of predefined macros over to Buffer.
2010-11-15, by Ryan C. Gordon
Preprocessor: Don't push predefined macro null terminator to the include stack.
2010-11-15, by Ryan C. Gordon
Hook up preprocessor string cache to MallocBridge().
2010-11-11, by Ryan C. Gordon
Minor FIXME cleanup.
2010-11-11, by Ryan C. Gordon
Cleaned up error position reporting.
2010-11-11, by Ryan C. Gordon
Technical debt: cleaned up things in the assembler that should've used Buffer.
2010-11-10, by Ryan C. Gordon
Made ErrorList struct opaque to callers.
2010-11-09, by Ryan C. Gordon
Paying off more technical debt: unified growable buffers into one place.
2010-11-09, by Ryan C. Gordon
Removed the Big Scratch Buffer. Saves 4 kilobytes of heap per bytecode parse.
2010-11-08, by Ryan C. Gordon
Unit tests for previous fix.
2010-11-04, by Ryan C. Gordon
Preprocessor: fix include stack when there's an identifier in an expression.
2010-11-04, by Ryan C. Gordon
Added a bunch of FIXMEs to accurately portray current technical debt.
2010-11-04, by Ryan C. Gordon
Cut-and-paste cleanup: unified the ErrorList functionality.
2010-11-03, by Ryan C. Gordon
Fixed spacing for binary operators in print_ast().
2010-11-02, by Ryan C. Gordon
Workaround for failing parse for now.
2010-11-02, by Ryan C. Gordon
Don't free the string cache in MOJOSHADER_parseAst()...the AST itself needs it!
2010-11-02, by Ryan C. Gordon
More filling in of API details. Framework is mostly complete now.
2010-11-02, by Ryan C. Gordon
Whoops, forgot to free return value when finished with it.
2010-11-01, by Ryan C. Gordon
Finished cleaning up AST tools and moving them into application level.
2010-11-01, by Ryan C. Gordon
Filled in some stubs to flesh out the AST API.
2010-11-01, by Ryan C. Gordon
Heavy rework of the AST code.
2010-10-28, by Ryan C. Gordon
Added a FIXME.
2010-10-26, by Ryan C. Gordon
First shot at semantic analysis (take the AST and type check, make sane, etc).
2010-10-26, by Ryan C. Gordon
Made struct dereference a separate expression type, not a binary expression.
2010-10-26, by Ryan C. Gordon
Reworked AST to not use AST_OP_COMMA for function/constructor argument lists.
2010-10-25, by Ryan C. Gordon
Renamed function "arguments" to function "parameters" in the AST.
2010-10-25, by Ryan C. Gordon
Added some more basic datatype strings to the initial string cache.
2010-10-20, by Ryan C. Gordon
Added boolean literals to parser.
2010-10-20, by Ryan C. Gordon
Fill in some default strings in the cache, so we can always compare by pointer.
2010-10-19, by Ryan C. Gordon
Cleaned up UserTypeMap into a generic symbol tracker.
2010-10-19, by Ryan C. Gordon
Added a FIXME.
2010-10-19, by Ryan C. Gordon
More output fixes for print_ast().
2010-10-19, by Ryan C. Gordon
Fixed constructor syntax parsing.
2010-10-14, by Ryan C. Gordon
Clean up AST debug output.
2010-10-13, by Ryan C. Gordon
Make statement blocks explicit in the AST.
2010-10-13, by Ryan C. Gordon
Added a FIXME.
2010-10-13, by Ryan C. Gordon
Print out "void" instead of "(null)" when printing out AST.
2010-09-21, by Ryan C. Gordon
Closing obsolete calculator-experiment branch.
calculator-experiment
2010-06-04, by Ryan C. Gordon
Fixed crash when pushing an empty string on the include_stack.
2010-05-31, by Ryan C. Gordon
Added unit test for crash bug.
2010-05-31, by Ryan C. Gordon
less
more
|
(0)
-300
-100
-60
+60
+100
+300
tip