aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | Makefile for profilingDavid Monniaux2020-04-091-0/+21
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge remote-tracking branch 'origin/mppa-expect3' into mppa-workDavid Monniaux2020-04-091-0/+7
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | test file for expectDavid Monniaux2020-04-081-0/+7
| |/ / / / / / / / /
* | | | | | | | | | Merge remote-tracking branch 'origin/mppa-thread' into mppa-workDavid Monniaux2020-04-094-2/+33
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | an example with two threadsDavid Monniaux2020-04-091-0/+18
| | | | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-threadDavid Monniaux2020-04-0813-108/+1062
| |\| | | | | | | | |
| * | | | | | | | | | Merge branch 'mppa-work' into mppa-threadCyril SIX2020-02-254-2/+25
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'mppa-work' of ↵Cyril SIX2020-02-252-2/+2
| | |\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa-work
| | | * | | | | | | | | | Only one job for hardcheck.sh and hardtest.shCyril SIX2020-02-252-2/+2
| | | | | | | | | | | | |
| | * | | | | | | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-work-upstream-mergeDavid Monniaux2020-02-243-0/+19
| | |\| | | | | | | | | |
| | * | | | | | | | | | | Merge branch 'master' of https://github.com/AbsInt/CompCert into ↵David Monniaux2020-02-242-0/+23
| | |\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mppa-work-upstream-merge
| * | | | | | | | | | | | | thread local declarations now workDavid Monniaux2020-02-241-1/+8
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | it now works, no more ugly hack to access thread local dataDavid Monniaux2020-02-241-0/+4
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | seems to process _Thread_local but not till backendDavid Monniaux2020-02-241-0/+1
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | parse _Thread_localDavid Monniaux2020-02-241-0/+1
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-04-014-54/+853
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / / / | |/| | | / / / / / / / / | |_|_|_|/ / / / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | Fixing packedstruct issuev3.7_mppa_2020-04-01Cyril SIX2020-04-012-15/+15
| | | | | | | | | | | |
| * | | | | | | | | | | Merge remote-tracking branch 'origin/master' into attempt-fix-mppa-workCyril SIX2020-04-012-39/+838
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | Add a test for int64 -> float32 conversionXavier Leroy2020-03-302-39/+838
| | | |_|/ / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a special value that causes double rounding with the naive conversion schema int64 -> float64 -> float32.
* | | | | | | | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse3David Monniaux2020-03-315-49/+147
|\| | | | | | | | | | |
| * | | | | | | | | | | remove host .s generationDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | remove tests wrt hostDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | fixup for armDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | run yarpgen correctly on armDavid Monniaux2020-03-281-3/+11
| | | | | | | | | | | |
| * | | | | | | | | | | limit due to stack overflowsDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | more fixes for CIDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | fix inconsistencyDavid Monniaux2020-03-281-8/+7
| | | | | | | | | | | |
| * | | | | | | | | | | better assemble with gccDavid Monniaux2020-03-281-2/+3
| | | | | | | | | | | |
| * | | | | | | | | | | fix limitxyDavid Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | stdlib pathDavid Monniaux2020-03-281-3/+5
| | | | | | | | | | | |
| * | | | | | | | | | | some more Makefile fixes (disable cse2 it's too slow)David Monniaux2020-03-281-1/+1
| | | | | | | | | | | |
| * | | | | | | | | | | fix targets for proper generationDavid Monniaux2020-03-281-2/+5
| | | | | | | | | | | |
| * | | | | | | | | | | fix Makefile (again)David Monniaux2020-03-281-9/+10
| | | | | | | | | | | |
| * | | | | | | | | | | fix Makefile for not remaking the generatorDavid Monniaux2020-03-281-13/+13
| | | | | | | | | | | |
| * | | | | | | | | | | set up for autogeneration of yarpgenDavid Monniaux2020-03-281-7/+22
| | | | | | | | | | | |
| * | | | | | | | | | | Makefile for CIDavid Monniaux2020-03-282-24/+93
| | | | | | | | | | | |
| * | | | | | | | | | | disable some testsDavid Monniaux2020-03-271-4/+4
| | | | | | | | | | | |
| * | | | | | | | | | | fix issues in Mandelbrot due to modifications in the source codeDavid Monniaux2020-03-271-2/+0
| | | | | | | | | | | |
| * | | | | | | | | | | fix broken test MakefileDavid Monniaux2020-03-271-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fix math.h so that it does special things only on K1C
* | | | | | | | | | | | test for CSE3 alias analysisDavid Monniaux2020-03-141-1/+2
| | | | | | | | | | | |
* | | | | | | | | | | | storeload exampleDavid Monniaux2020-03-121-0/+4
|/ / / / / / / / / / /
* | | | | | | | | | | more portable cycles.hDavid Monniaux2020-03-093-11/+31
| | | | | | | | | | |
* | | | | | | | | | | cycles for aarch64David Monniaux2020-03-091-0/+16
| | | | | | | | | | |
* | | | | | | | | | | cycles.h for ARMv7David Monniaux2020-03-091-0/+7
| | | | | | | | | | |
* | | | | | | | | | | fixed CSE2 for mppa_k1cDavid Monniaux2020-03-032-0/+14
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'dm-cse2-naive' of https://github.com/monniaux/CompCert into mppa-cse2
| * | | | | | | | | | | globals alias analysis for x86David Monniaux2020-03-031-0/+8
| | | | | | | | | | | |
| * | | | | | | | | | | with indexed/indexed alias analysis for x86David Monniaux2020-03-031-0/+6
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'mppa-cse2' of ↵David Monniaux2020-03-031926-58/+555574
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| / / / / / / / / / | |/ / / / / / / / / gricad-gitlab.univ-grenoble-alpes.fr:sixcy/CompCert into mppa-work
| * | | | | | | | | Merge remote-tracking branch 'origin/mppa-work' into mppa-cse2David Monniaux2020-02-067-42/+187
| |\| | | | | | | |
| | * | | | | | | | Updated scripts to run the tests on test/mppaCyril SIX2020-01-275-7/+19
| | | | | | | | | |