source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @658f3179   10 months ajbeach Moved massive function log2_u32_32 out of header.
(edit) @d84f2ae   10 months mlbrooks Fix transpiler-induced unused parameter on layoutof.
(edit) @190a833   10 months ajbeach Returning to exceptions after a long time and added the ability to …
(edit) @10b5970   10 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @70670e7   10 months Michael Brooks <Michael Brooks> Try to fix full build by regenerating botched .arm64.expect file on …
(edit) @7d30a1e   10 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1f6623c   10 months mlbrooks Try to fix full build by removing missed x86-debug-specific workaround …
(edit) @66e7cc1   10 months ajbeach Added some tests for recent changes to the resolver.
(edit) @58eb9250   10 months mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type …
(edit) @8893ad4   10 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6b95feb   10 months f37yu implement return cast for other types of expressions
(edit) @2e63915   10 months mlbrooks Remove warnings from remaining array-collections tests.
(edit) @2a32118   10 months mlbrooks Fix a warning missed in 2853d6fb0.
(edit) @656c8ac   10 months mlbrooks Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
(edit) @2853d6f   10 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
(edit) @a6b48f6   10 months pabuhr formatting, comment out unused parameter names to remove warnings
(edit) @4f4ae60   10 months ajbeach Added prelude-inline.cfa to the standard library. This should now have …
(edit) @43299af   10 months ajbeach Isolated the removal of -fgnu89-inline. With the recent static/static …
(edit) @a5e2786f   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5a02308   10 months pabuhr respond to Andrew's comments about intro chapter
(edit) @28c2c9d5   10 months mlbrooks Try to fix full build by suppressing known warning's -W code under gcc …
(edit) @0cd168f   10 months mlbrooks Remove test-code-induced warnings from Array RAII. (Depends on …
(edit) @0bf03ba2   10 months mlbrooks Remove warnings due to unused parameters in generated code for …
(edit) @3df3a8f   10 months mlbrooks Add back overnight build's benchmark compile attribute data point
(edit) @50cad32   10 months pabuhr update architecture expect file for x64
(edit) @d1566d4   10 months pabuhr update architecture expect file for x86
(edit) @9dc05782   10 months pabuhr update architecture expect file for ARM
(edit) @d9f6d80   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @77148b0   10 months pabuhr fix build problem by fixing unsupported C23 attribute in test
(edit) @5251c6b   10 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @b12b1ba   10 months mlbrooks Add completion of work in progress mistakenly included in 584612d. …
(edit) @584612d   10 months mlbrooks Add file missed in d9162ec9
(edit) @d9162ec   10 months mlbrooks Fix test-classification commands to detect more strict-capable tests. …
(edit) @b05d79d   10 months mlbrooks Try to get full build completing by disabling a data-collection …
(edit) @d3cf623   10 months ajbeach Solved the requested warning with exceptions. Also went through the …
(edit) @df91e15   10 months pabuhr change wflags-orig.txt to wflags-lax.txt
(edit) @956ad355   10 months pabuhr remove fixed tests from WFLGAS_OPT_LAX
(edit) @a65cd5e   10 months pabuhr put back parameter names in comments
(edit) @e0f3bd2   10 months pabuhr remove warnings from alloc_internal$ in stdlib.hfa
(edit) @e0330d2c   10 months mlbrooks Remove unnecessary special case for zero_t in code gen that caused …
(edit) @faf9e19   10 months mlbrooks Explicate the present state for test-suite programs being free of …
(edit) @5780d0d   10 months ajbeach Removed increment and decrement operators for enumerations from …
(edit) @94aa202   10 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2980ccb8   10 months pabuhr more proofreading of introduction chapter
(edit) @4ff7ea3   10 months pabuhr update expected for attribute test x86
(edit) @9b55aa3   10 months pabuhr update expected for attribute test aarch64
(edit) @262a864   10 months pabuhr merge
(edit) @9a01745   10 months pabuhr add another attribute test
(edit) @f9a0dd0   10 months pabuhr fix length for juxtaposed strings: "ABC" "DEF"
(edit) @80018f5   10 months ajbeach Attempted to inject some examples (and some other pieces I had missed) …
(edit) @4167afa   10 months pabuhr remove superflous calls to std::move
(edit) @15cb790   10 months ajbeach Added a check in operatorLookup so bad operators give a proper error …
(edit) @50e04cc   10 months pabuhr update expected output of atribute test for arm64
(edit) @d344a63   10 months pabuhr update expected output of atribute test for x86
(edit) @0497b6ba   10 months pabuhr update tests for attribute and semantic warnings
(edit) @a16f2b6   10 months pabuhr update SuperfluousDecl warning, update field_declaring rules, comment …
(edit) @5786403   10 months pabuhr update semantic warnings
(edit) @d30c229   11 months mlbrooks Add test for milestone: String is warning-free
(edit) @96ef156   11 months mlbrooks Fix IO stream to be warning-free.
(edit) @fb0f04d   11 months mlbrooks Fix exceptions to be warning-free.
(edit) @9b01ed1   11 months mlbrooks End the meta-test of warning detection. Reverse 135197188ba. This …
(edit) @13519718   11 months mlbrooks Begin an exploratory meta-test of warning detection. This change will …
(edit) @5db913f   11 months mlbrooks Work around #269 in array bound-check printing, to avoid …
(edit) @63b32f9d   11 months pabuhr temporarily add citations to background chapter
(edit) @13887ac2   11 months pabuhr add citation
(edit) @ad8b6df   11 months pabuhr formatting
(edit) @8ee211d   11 months mlbrooks Make array and list headers free of warnings upon include and as used …
(edit) @35cc6d4   11 months mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @f979f0ba   11 months f37yu suppress reference conversion warning
(edit) @532c0cd   11 months ajbeach Small bit of clean-up on the enum functions in builtins. Mostly …
(edit) @bad15f7   11 months mlbrooks Take test-expect change missed in last commit.
(edit) @36dfdac   11 months mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @5d3d281   11 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @e797179   11 months mlbrooks Accept meta-test, expecting the buid to fail. The fix is forthcoming. …
(edit) @64f3b9f   11 months mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @ec22220   11 months pabuhr formatting
(edit) @6e6e372   11 months pabuhr harmonize comments in test program
(edit) @8e4f34e   11 months mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type …
(edit) @fd0a1799   11 months mlbrooks Resurrect test of zero_t/one_t and capture present state of ++
(edit) @283fbdd   11 months ajbeach Removed some unused (commented) code from the builtins.
(edit) @50be6444   11 months ajbeach Follow up reformatting to builtins. Just a few extra and missing spaces.
(edit) @18a7dcf1   11 months pabuhr found some initial material for section Polymorphism
(edit) @fbb5bdd   11 months pabuhr add some initial background material
(edit) @bc999b7   11 months pabuhr more proofreading of intro chapter
(edit) @9f7285e   11 months pabuhr formatting, temporarily remove quasi_void
(edit) @6503ef4   11 months pabuhr formatting
(edit) @0b98381   11 months pabuhr remove line numbering
(edit) @b4c6e10   11 months pabuhr thesis proofreading
(edit) @9861ef2   11 months f37yu add description of closed trait types
(edit) @5b66938   11 months pabuhr update .expect files for x86 architecture
(edit) @b38d24a   11 months j82liang update test expect
(edit) @fc276f3   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @eae8b37   11 months j82liang Move enum.hfa/enum.cfa to prelude
(edit) @4175659   11 months pabuhr remove BadQualifiersZeroOne warning message
(edit) @509ec82   11 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1c0a3a4   11 months pabuhr fix problem with future seperate compilation
(edit) @718601e   11 months mlbrooks Try 2 to fix arch-specific test failure from my last commit
(edit) @730992a   11 months mlbrooks Try to fix arch-specific test failure from my last commit
(edit) @46c4dea   11 months ajbeach Update the enumeration proposal with some updates now that the rework …
(edit) @81e768d   11 months mlbrooks Fix #276; add support for c-array parameters using dependent lengths. …
Note: See TracRevisionLog for help on using the revision log.