source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5a79dae3   8 weeks pabuhr expected output for arithmeticConversions test on x64
(edit) @689d057   8 weeks pabuhr unsure if these files should be committed because they have generated code
(edit) @445b281   8 weeks pabuhr rename test ArithmeticConversions? to arithmeticConversions
(edit) @522f71c   8 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b0708ea   8 weeks pabuhr add test for gcc arithmetic conversions
(edit) @44acc72   8 weeks pabuhr update conversion graph to correct and complete all relationships …
(edit) @cdd287b9   8 weeks pabuhr update prelude basicTypes with _Float128 and _Float128 _Complex needed …
(edit) @f886608   8 weeks pabuhr remove temp files generated by xfig
(edit) @d60a4c2   8 weeks pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7d65715f   8 weeks pabuhr add thesis pictures
(edit) @eb42db4   8 weeks pabuhr more thesis proofreading
(edit) @5db580e   8 weeks pabuhr adjust formatting of second-level enumeration
(edit) @32a119e9   8 weeks pabuhr make AST/BasicKind.hpp .PRECIOUS so it is not deleted if …
(edit) @c309af1   8 weeks pabuhr update complex float conversion cost
(edit) @c44f1f9   8 weeks f37yu attempt to fix complex float conversion cost
(edit) @299bd989   8 weeks ajbeach Looking over some virtual cast related code to reduce the forall list …
(edit) @d6c59bce   8 weeks mlbrooks Starter for developer roll-on instructions.
(edit) @329c62f   2 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @454aab2   2 months pabuhr update io_uring casts to prevent 32-bit warning messages about wrong …
(edit) @5a894e12   2 months ajbeach Added more custom constructors into the new exceptions test to avoid …
(edit) @550446f   2 months ajbeach Added some code to the code generator for printing try statements in …
(edit) @f32448e   2 months ajbeach Fixed white-space. Woops.
(edit) @658f3179   2 months ajbeach Moved massive function log2_u32_32 out of header.
(edit) @d84f2ae   2 months mlbrooks Fix transpiler-induced unused parameter on layoutof.
(edit) @190a833   2 months ajbeach Returning to exceptions after a long time and added the ability to …
(edit) @10b5970   2 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @70670e7   2 months Michael Brooks <Michael Brooks> Try to fix full build by regenerating botched .arm64.expect file on …
(edit) @7d30a1e   2 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1f6623c   2 months mlbrooks Try to fix full build by removing missed x86-debug-specific workaround …
(edit) @66e7cc1   2 months ajbeach Added some tests for recent changes to the resolver.
(edit) @58eb9250   2 months mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type …
(edit) @8893ad4   2 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6b95feb   2 months f37yu implement return cast for other types of expressions
(edit) @2e63915   2 months mlbrooks Remove warnings from remaining array-collections tests.
(edit) @2a32118   2 months mlbrooks Fix a warning missed in 2853d6fb0.
(edit) @656c8ac   2 months mlbrooks Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
(edit) @2853d6f   2 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
(edit) @a6b48f6   2 months pabuhr formatting, comment out unused parameter names to remove warnings
(edit) @4f4ae60   2 months ajbeach Added prelude-inline.cfa to the standard library. This should now have …
(edit) @43299af   2 months ajbeach Isolated the removal of -fgnu89-inline. With the recent static/static …
(edit) @a5e2786f   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @5a02308   3 months pabuhr respond to Andrew's comments about intro chapter
(edit) @28c2c9d5   3 months mlbrooks Try to fix full build by suppressing known warning's -W code under gcc …
(edit) @0cd168f   3 months mlbrooks Remove test-code-induced warnings from Array RAII. (Depends on …
(edit) @0bf03ba2   3 months mlbrooks Remove warnings due to unused parameters in generated code for …
(edit) @3df3a8f   3 months mlbrooks Add back overnight build's benchmark compile attribute data point
(edit) @50cad32   3 months pabuhr update architecture expect file for x64
(edit) @d1566d4   3 months pabuhr update architecture expect file for x86
(edit) @9dc05782   3 months pabuhr update architecture expect file for ARM
(edit) @d9f6d80   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @77148b0   3 months pabuhr fix build problem by fixing unsupported C23 attribute in test
(edit) @5251c6b   3 months ajbeach Changed some inline declarations to static or static inline (which are …
(edit) @b12b1ba   3 months mlbrooks Add completion of work in progress mistakenly included in 584612d. …
(edit) @584612d   3 months mlbrooks Add file missed in d9162ec9
(edit) @d9162ec   3 months mlbrooks Fix test-classification commands to detect more strict-capable tests. …
(edit) @b05d79d   3 months mlbrooks Try to get full build completing by disabling a data-collection …
(edit) @d3cf623   3 months ajbeach Solved the requested warning with exceptions. Also went through the …
(edit) @df91e15   3 months pabuhr change wflags-orig.txt to wflags-lax.txt
(edit) @956ad355   3 months pabuhr remove fixed tests from WFLGAS_OPT_LAX
(edit) @a65cd5e   3 months pabuhr put back parameter names in comments
(edit) @e0f3bd2   3 months pabuhr remove warnings from alloc_internal$ in stdlib.hfa
(edit) @e0330d2c   3 months mlbrooks Remove unnecessary special case for zero_t in code gen that caused …
(edit) @faf9e19   3 months mlbrooks Explicate the present state for test-suite programs being free of …
(edit) @5780d0d   3 months ajbeach Removed increment and decrement operators for enumerations from …
(edit) @94aa202   3 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @2980ccb8   3 months pabuhr more proofreading of introduction chapter
(edit) @4ff7ea3   3 months pabuhr update expected for attribute test x86
(edit) @9b55aa3   3 months pabuhr update expected for attribute test aarch64
(edit) @262a864   3 months pabuhr merge
(edit) @9a01745   3 months pabuhr add another attribute test
(edit) @f9a0dd0   3 months pabuhr fix length for juxtaposed strings: "ABC" "DEF"
(edit) @80018f5   3 months ajbeach Attempted to inject some examples (and some other pieces I had missed) …
(edit) @4167afa   3 months pabuhr remove superflous calls to std::move
(edit) @15cb790   3 months ajbeach Added a check in operatorLookup so bad operators give a proper error …
(edit) @50e04cc   3 months pabuhr update expected output of atribute test for arm64
(edit) @d344a63   3 months pabuhr update expected output of atribute test for x86
(edit) @0497b6ba   3 months pabuhr update tests for attribute and semantic warnings
(edit) @a16f2b6   3 months pabuhr update SuperfluousDecl? warning, update field_declaring rules, comment …
(edit) @5786403   3 months pabuhr update semantic warnings
(edit) @d30c229   3 months mlbrooks Add test for milestone: String is warning-free
(edit) @96ef156   3 months mlbrooks Fix IO stream to be warning-free.
(edit) @fb0f04d   3 months mlbrooks Fix exceptions to be warning-free.
(edit) @9b01ed1   3 months mlbrooks End the meta-test of warning detection. Reverse 135197188ba. This …
(edit) @13519718   3 months mlbrooks Begin an exploratory meta-test of warning detection. This change will …
(edit) @5db913f   3 months mlbrooks Work around #269 in array bound-check printing, to avoid …
(edit) @63b32f9d   3 months pabuhr temporarily add citations to background chapter
(edit) @13887ac2   3 months pabuhr add citation
(edit) @ad8b6df   3 months pabuhr formatting
(edit) @8ee211d   3 months mlbrooks Make array and list headers free of warnings upon include and as used …
(edit) @35cc6d4   3 months mlbrooks Mitigate several unused-declaration warnings in generated code. See …
(edit) @f979f0ba   3 months f37yu suppress reference conversion warning
(edit) @532c0cd   3 months ajbeach Small bit of clean-up on the enum functions in builtins. Mostly …
(edit) @bad15f7   3 months mlbrooks Take test-expect change missed in last commit.
(edit) @36dfdac   3 months mlbrooks Enable partial autogen for types declared inside functions. Done by …
(edit) @5d3d281   3 months mlbrooks Remove autogen forward declarations, which are never needed, and cause …
(edit) @e797179   3 months mlbrooks Accept meta-test, expecting the buid to fail. The fix is forthcoming. …
(edit) @64f3b9f   3 months mlbrooks Fix support for partial autogen. Partial autogen means that some …
(edit) @ec22220   3 months pabuhr formatting
(edit) @6e6e372   3 months pabuhr harmonize comments in test program
(edit) @8e4f34e   3 months mlbrooks Allow builtin ++ from += overloads, and similar, to work on a type …
Note: See TracRevisionLog for help on using the revision log.