source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @1fb0a883   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1cc5c6a   8 months pabuhr update C arithmetic conversions and add ARM conversion testing
(edit) @f070ea8   8 months ajbeach Improved code generation for intermediate steps. Now generates using …
(edit) @9e72bae3   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a750c71b   8 months pabuhr update input file names for eofType test
(edit) @857b5f9   8 months ajbeach CountExpr -> CountofExpr. Actually the main fix was making countof use …
(edit) @829821c   8 months mlbrooks Fix test suite to run with no warnings on gcc 12, 13, 14
(edit) @a9e327a   8 months pabuhr formatting
(edit) @e051c8e   8 months pabuhr remove spurious include file
(edit) @373f098   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @04138cc   8 months pabuhr more updates for eof of file checking
(edit) @5db17077   8 months pabuhr test for end-of-file with and without a terminating newline across …
(edit) @5dad25df   8 months j82liang Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @e6491ca   8 months j82liang resolve enum dimension as size of enum
(edit) @fd5d251   8 months pabuhr update eof of file checking
(edit) @df56e25   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @d96f7c4   8 months pabuhr expunge fallthru keyword and replace its usages with fallthrough
(edit) @3b340d68   8 months pabuhr remove spurious file my_tests/floating.cfa
(edit) @4ac0949   8 months f37yu add contributions section
(edit) @5cc53b2   8 months ajbeach Updated documenation in VariableExpr::get_lvalue. This accounts for …
(edit) @9c65169   8 months pabuhr reduce yields in test but still get deterministic results
(edit) @f6f7b52   8 months lseo fixed a parser bug to generate correct ast for waitfor. added a test …
(edit) @3b21c96   8 months pabuhr update comparison of C++ and Cforall I/O
(edit) @7aa246cb   8 months pabuhr add information about sources for providing permissions
(edit) @c086c6e   8 months pabuhr move code out of #ifdef
(edit) @6a6e205   8 months mlbrooks Clean some warnings from unused variables and pointer-to-int casts.
(edit) @267b543   8 months mlbrooks Add basic gdb navigation.
(edit) @9b9d3f9   8 months mlbrooks Offer CodeGen::generate overloads that simplify calling from gdb.
(edit) @37c3db8   8 months mlbrooks Improve pointer's debug print format to include array-like detail when …
(edit) @86cccd5   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @a595ab7   8 months pabuhr update arithmeticConversions test to work on ARM
(edit) @3ea1d93   8 months pabuhr move optional code out of #ifdef
(edit) @5a79dae3   8 months pabuhr expected output for arithmeticConversions test on x64
(edit) @689d057   8 months pabuhr unsure if these files should be committed because they have generated code
(edit) @445b281   8 months pabuhr rename test ArithmeticConversions to arithmeticConversions
(edit) @522f71c   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @b0708ea   8 months pabuhr add test for gcc arithmetic conversions
(edit) @44acc72   8 months pabuhr update conversion graph to correct and complete all relationships …
(edit) @cdd287b9   8 months pabuhr update prelude basicTypes with _Float128 and _Float128 _Complex needed …
(edit) @f886608   8 months pabuhr remove temp files generated by xfig
(edit) @d60a4c2   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @7d65715f   8 months pabuhr add thesis pictures
(edit) @eb42db4   8 months pabuhr more thesis proofreading
(edit) @5db580e   8 months pabuhr adjust formatting of second-level enumeration
(edit) @32a119e9   8 months pabuhr make AST/BasicKind.hpp .PRECIOUS so it is not deleted if …
(edit) @c309af1   8 months pabuhr update complex float conversion cost
(edit) @c44f1f9   8 months f37yu attempt to fix complex float conversion cost
(edit) @299bd989   8 months ajbeach Looking over some virtual cast related code to reduce the forall list …
(edit) @d6c59bce   8 months mlbrooks Starter for developer roll-on instructions.
(edit) @329c62f   8 months pabuhr Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @454aab2   8 months pabuhr update io_uring casts to prevent 32-bit warning messages about wrong …
(edit) @5a894e12   8 months ajbeach Added more custom constructors into the new exceptions test to avoid …
(edit) @550446f   8 months ajbeach Added some code to the code generator for printing try statements in …
(edit) @f32448e   8 months ajbeach Fixed white-space. Woops.
(edit) @658f3179   8 months ajbeach Moved massive function log2_u32_32 out of header.
(edit) @d84f2ae   8 months mlbrooks Fix transpiler-induced unused parameter on layoutof.
(edit) @190a833   8 months ajbeach Returning to exceptions after a long time and added the ability to …
(edit) @10b5970   8 months mlbrooks Fix many test-suite- and libcfa-caused unused variable warnings. In …
(edit) @70670e7   8 months Michael Brooks <Michael Brooks> Try to fix full build by regenerating botched .arm64.expect file on …
(edit) @7d30a1e   8 months mlbrooks Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @1f6623c   8 months mlbrooks Try to fix full build by removing missed x86-debug-specific workaround …
(edit) @66e7cc1   8 months ajbeach Added some tests for recent changes to the resolver.
(edit) @58eb9250   8 months mlbrooks Partly fix #269 and try to fix nightly build. Switch to correct type …
(edit) @8893ad4   8 months f37yu Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc
(edit) @6b95feb   8 months f37yu implement return cast for other types of expressions
(edit) @2e63915   8 months mlbrooks Remove warnings from remaining array-collections tests.
(edit) @2a32118   8 months mlbrooks Fix a warning missed in 2853d6fb0.
(edit) @656c8ac   8 months mlbrooks Restore full sense of wflag strictness, mistakenly reduced in 2853d6fb0.
(edit) @2853d6f   8 months mlbrooks Remove uses of warnings to show test success. Eliminate simple causes …
(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
Note: See TracRevisionLog for help on using the revision log.