source: src/CodeGen/CodeGenerator.cpp

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @e48aca8   11 months ajbeach Added support for code generation of the CountofExpr. This doesn't do … stuck-waitfor-destruct
(edit) @9506c70   11 months ajbeach Stricter BranchStmt code generation that should prevent some of the … stuck-waitfor-destruct
(edit) @7959e56   12 months mlbrooks Eliminate libcfa-build warnings of missing int-to-pointer casts. … stuck-waitfor-destruct
(edit) @f070ea8   12 months ajbeach Improved code generation for intermediate steps. Now generates using … stuck-waitfor-destruct
(edit) @d96f7c4   13 months pabuhr expunge fallthru keyword and replace its usages with fallthrough stuck-waitfor-destruct
(edit) @550446f   13 months ajbeach Added some code to the code generator for printing try statements in … stuck-waitfor-destruct
(edit) @e0330d2c   14 months mlbrooks Remove unnecessary special case for zero_t in code gen that caused … stuck-waitfor-destruct
(edit) @ecf3812   15 months ajbeach CastExpr reorganization and clean-up in Lvalue. I kept these from a … stuck-waitfor-destruct
(edit) @b6f2e7ab   17 months ajbeach Removed SizeofExpr::expr and AlignofExpr::expr, expressions that would … stuck-waitfor-destruct
(edit) @db19e1d   17 months ajbeach Changed the interpritation of () to be no parameters instead of any … stuck-waitfor-destruct
(edit) @661e7b0   18 months ajbeach After a years (or at least half a year) the CodeLocation optimization … stuck-waitfor-destruct
(edit) @88bc876   19 months ajbeach Breaks (and some other control flow) in a loop else clause now work. I … stuck-waitfor-destruct
(edit) @c92bdcc   21 months ajbeach Updated the rest of the names in src/ (except for the generated files). stuck-waitfor-destruct
(edit) @a1fbad0   21 months ajbeach Fix in code generation. forall clauses are now printed before return … stuck-waitfor-destruct
(edit) @0139351   23 months ajbeach Add support for printing multiple returns. Mostly useful for early … stuck-waitfor-destruct
(edit) @9ddcee1   2 years j82liang Remove EnumPosExpr, an early design that no longer used. The … stuck-waitfor-destruct
(edit) @c75b30a   2 years j82liang Introduce posE, valueE, labelE pseudo language to the language. Rework … stuck-waitfor-destruct
(edit) @61e362f   2 years ajbeach Changed notZeroExpr so that expressions with conditional contexts are … stuck-waitfor-destruct
(edit) @59c8dff   2 years j82liang Draft Implementation for enum position pesudo function (posE). … stuck-waitfor-destruct
(edit) @c7ebbec   2 years ajbeach Reorganization of Linkage::Spec. is_mangled represented two properties … stuck-waitfor-destruct
(edit) @69ab896   2 years ajbeach Small fix in code generation. The first case in a switch is formatted … stuck-waitfor-destruct
(add) @83fd57d   2 years ajbeach Removed 'New' suffixes, they are no longer needed for disambiguation. stuck-waitfor-destruct
Note: See TracRevisionLog for help on using the revision log.