| | 3 | |
| | 4 | == Tool Development == |
| | 5 | - [wiki:"Be a CIVL developer"] |
| | 6 | - Analysis |
| | 7 | * [wiki:Overview] |
| | 8 | * [wiki:MemoryAnalysis] |
| | 9 | * [wiki:PointsToAnalysis] |
| | 10 | * [wiki:AliasAnalysis] |
| | 11 | - Performance |
| | 12 | * [wiki:IdeasForPerformance] |
| | 13 | * [wiki:HeapCanonicalization] |
| | 14 | * [wiki:PolynomialExpansion] |
| | 15 | - Coding standards |
| | 16 | * [wiki:"Coding Standards"] |
| | 17 | * [wiki:"Coding Standards for CIVL models"] |
| | 18 | - Comparison |
| | 19 | * [wiki:Comparison] |
| | 20 | - Fortran Translation |
| | 21 | * [wiki:FortranTranslationIssues] |
| | 22 | - Transformers |
| | 23 | * [wiki:GeneralTransformation]: translates away arguments of main. |
| | 24 | * [wiki:IOTransformation]: translates stdio.h-related code to fit CIVL's stdio implementation. |
| | 25 | * [wiki:MPITransformation]: translates MPI to CIVL. |
| | 26 | * [wiki:PthreadTransformation]: translates Pthread code to CIVL code. |
| | 27 | * [wiki:OpenMPTransformation]: translates OpenMP to CIVL. |
| | 28 | * [wiki:CudaTransformation]: translates Cuda to CIVL. |
| | 29 | * [wiki:OpenCLTransformation]: translates OpenCL to CIVL. |
| | 30 | - CIVL pragma: [wiki:CIVLPragmas] |
| | 31 | - GUI |
| | 32 | * [wiki:GUIRequirements] |
| | 33 | * [wiki:GUIDesign] |
| | 34 | * [wiki:TraceViewer] |
| | 35 | |
| | 36 | == Proposals & Plans == |
| | 37 | |
| | 38 | These are proposed plans for enhancing CIVL or related tools |
| | 39 | * [wiki:IntDivOperations] |
| | 40 | |
| | 41 | == Weekly Presentation Schedule == |
| | 42 | |
| | 43 | This is the schedule list of weekly presentations |
| | 44 | * [wiki:2018_06_28] Control Flow Graph |
| | 45 | * [wiki:2018_07_05] C Implementation of Naive Decision Tree |