Changes between Version 1 and Version 2 of DeveloperPage


Ignore:
Timestamp:
07/06/18 10:09:47 (8 years ago)
Author:
wuwenhao
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperPage

    v1 v2  
    11= CIVL: The Concurrency Intermediate Verification Language =
    22[[Image(wiki:WikiStart:logo.png)]]
     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
     38These are proposed plans for enhancing CIVL or related tools
     39  * [wiki:IntDivOperations]
     40
     41== Weekly Presentation Schedule ==
     42
     43This 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
    346
    447== Related Tools ==
     
    1356- Frama-C (https://frama-c.com/)
    1457
    15 == Proposals & Plans ==
    16 
    17 These are proposed plans for enhancing CIVL or related tools
    18 
    19 == Weekly Presentation Schedule ==
    20 
    21 This is the schedule list of weekly presentations
    22 * [wiki:2018_06_28] Control Flow Graph
    23 * [wiki:2018_07_05] C Implementation of Naive Decision Tree
    24 
    2558== Other Links ==
    2659* Paper reading: