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