source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5db580e   8 months pabuhr adjust formatting of second-level enumeration
(edit) @a6b48f6   9 months pabuhr formatting, comment out unused parameter names to remove warnings
(edit) @4f4ae60   9 months ajbeach Added prelude-inline.cfa to the standard library. This should now have …
(edit) @43299af   9 months ajbeach Isolated the removal of -fgnu89-inline. With the recent static/static …
(edit) @a5e2786f   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5a02308   9 months pabuhr respond to Andrew's comments about intro chapter
(edit) @28c2c9d5   9 months mlbrooks Try to fix full build by suppressing known warning's -W code under gcc …
(edit) @0cd168f   9 months mlbrooks Remove test-code-induced warnings from Array RAII. (Depends on …
(edit) @0bf03ba2   9 months mlbrooks Remove warnings due to unused parameters in generated code for …
(edit) @3df3a8f   9 months mlbrooks Add back overnight build's benchmark compile attribute data point
(edit) @50cad32   9 months pabuhr update architecture expect file for x64
(edit) @d1566d4   9 months pabuhr update architecture expect file for x86
(edit) @9dc05782   9 months pabuhr update architecture expect file for ARM
(edit) @d9f6d80   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @77148b0   9 months pabuhr fix build problem by fixing unsupported C23 attribute in test
(edit) @5251c6b   9 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @b12b1ba   9 months mlbrooks Add completion of work in progress mistakenly included in 584612d. …
(edit) @584612d   9 months mlbrooks Add file missed in d9162ec9
(edit) @d9162ec   9 months mlbrooks Fix test-classification commands to detect more strict-capable tests. …
(edit) @b05d79d   9 months mlbrooks Try to get full build completing by disabling a data-collection …
(edit) @d3cf623   9 months ajbeach Solved the requested warning with exceptions. Also went through the …
(edit) @df91e15   9 months pabuhr change wflags-orig.txt to wflags-lax.txt
(edit) @956ad355   9 months pabuhr remove fixed tests from WFLGAS_OPT_LAX
(edit) @a65cd5e   9 months pabuhr put back parameter names in comments
(edit) @e0f3bd2   9 months pabuhr remove warnings from alloc_internal$ in stdlib.hfa
(edit) @e0330d2c   9 months mlbrooks Remove unnecessary special case for zero_t in code gen that caused …
(edit) @faf9e19   9 months mlbrooks Explicate the present state for test-suite programs being free of …
(edit) @5780d0d   9 months ajbeach Removed increment and decrement operators for enumerations from …
(edit) @94aa202   9 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2980ccb8   9 months pabuhr more proofreading of introduction chapter
(edit) @4ff7ea3   9 months pabuhr update expected for attribute test x86
(edit) @9b55aa3   9 months pabuhr update expected for attribute test aarch64
(edit) @262a864   9 months pabuhr merge
(edit) @9a01745   9 months pabuhr add another attribute test
(edit) @f9a0dd0   9 months pabuhr fix length for juxtaposed strings: "ABC" "DEF"
(edit) @80018f5   9 months ajbeach Attempted to inject some examples (and some other pieces I had missed) …
(edit) @4167afa   9 months pabuhr remove superflous calls to std::move
(edit) @15cb790   9 months ajbeach Added a check in operatorLookup so bad operators give a proper error …
(edit) @50e04cc   9 months pabuhr update expected output of atribute test for arm64
(edit) @d344a63   9 months pabuhr update expected output of atribute test for x86
(edit) @0497b6ba   9 months pabuhr update tests for attribute and semantic warnings
(edit) @a16f2b6   9 months pabuhr update SuperfluousDecl warning, update field_declaring rules, comment …
(edit) @5786403   9 months pabuhr update semantic warnings
(edit) @d30c229   9 months mlbrooks Add test for milestone: String is warning-free
(edit) @96ef156   9 months mlbrooks Fix IO stream to be warning-free.
(edit) @fb0f04d   9 months mlbrooks Fix exceptions to be warning-free.
(edit) @9b01ed1   9 months mlbrooks End the meta-test of warning detection. Reverse 135197188ba. This …
(edit) @13519718   9 months mlbrooks Begin an exploratory meta-test of warning detection. This change will …
(edit) @5db913f   9 months mlbrooks Work around #269 in array bound-check printing, to avoid …
(edit) @63b32f9d   9 months pabuhr temporarily add citations to background chapter
(edit) @13887ac2   9 months pabuhr add citation
(edit) @ad8b6df   9 months pabuhr formatting
(edit) @8ee211d   9 months mlbrooks Make array and list headers free of warnings upon include and as used …
(edit) @35cc6d4   9 months mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @f979f0ba   9 months f37yu suppress reference conversion warning
(edit) @532c0cd   9 months ajbeach Small bit of clean-up on the enum functions in builtins. Mostly …
(edit) @bad15f7   9 months mlbrooks Take test-expect change missed in last commit.
(edit) @36dfdac   9 months mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @5d3d281   9 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @e797179   9 months mlbrooks Accept meta-test, expecting the buid to fail. The fix is forthcoming. …
(edit) @64f3b9f   9 months mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @ec22220   9 months pabuhr formatting
(edit) @6e6e372   9 months pabuhr harmonize comments in test program
(edit) @8e4f34e   9 months mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type …
(edit) @fd0a1799   9 months mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
(edit) @283fbdd   9 months ajbeach Removed some unused (commented) code from the builtins.
(edit) @50be6444   9 months ajbeach Follow up reformatting to builtins. Just a few extra and missing spaces.
(edit) @18a7dcf1   9 months pabuhr found some initial material for section Polymorphism
(edit) @fbb5bdd   9 months pabuhr add some initial background material
(edit) @bc999b7   9 months pabuhr more proofreading of intro chapter
(edit) @9f7285e   9 months pabuhr formatting, temporarily remove quasi_void
(edit) @6503ef4   9 months pabuhr formatting
(edit) @0b98381   9 months pabuhr remove line numbering
(edit) @b4c6e10   9 months pabuhr thesis proofreading
(edit) @9861ef2   9 months f37yu add description of closed trait types
(edit) @5b66938   9 months pabuhr update .expect files for x86 architecture
(edit) @b38d24a   9 months j82liang update test expect
(edit) @fc276f3   9 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eae8b37   9 months j82liang Move enum.hfa/enum.cfa to prelude
(edit) @4175659   9 months pabuhr remove BadQualifiersZeroOne warning message
(edit) @509ec82   10 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1c0a3a4   10 months pabuhr fix problem with future seperate compilation
(edit) @718601e   10 months mlbrooks Try 2 to fix arch-specific test failure from my last commit
(edit) @730992a   10 months mlbrooks Try to fix arch-specific test failure from my last commit
(edit) @46c4dea   10 months ajbeach Update the enumeration proposal with some updates now that the rework …
(edit) @81e768d   10 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
(edit) @3e2e9b2   10 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @f5e37a4   10 months pabuhr small changes to rational
(edit) @71f3d45   10 months mlbrooks Remove unnecessary assertion: printing a rational doesn't require the …
(edit) @108b2c7   10 months ajbeach Moved the non-trivial bodies of the power (exponental) functions out …
(edit) @e25ef8c   10 months pabuhr formatting, first attempt to add priority order to waitfor selection, …
(edit) @956b389   10 months j82liang add isMember to DeclWithType
(edit) @10a9479d   10 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @de7b7a5   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1cd2839   10 months pabuhr test patch for respecting lexical priority in waitfor statement
(edit) @bdf40650   10 months ajbeach Address-of is now moved under casts of any type and is done so …
(edit) @d945be9   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7c80a86   10 months pabuhr proofread chapter 3
(edit) @ecf3812   10 months ajbeach CastExpr reorganization and clean-up in Lvalue. I kept these from a …
(edit) @29075d1   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
Note: See TracRevisionLog for help on using the revision log.