summaryrefslogtreecommitdiff
path: root/gcc/ipa-str-reorg-instance-interleave.c
AgeCommit message (Expand)Author
2021-02-04Final bit of cleanup for a while.common/ipa-str-reorg-v4Gary Oblock
2021-02-04More cleanup.Gary Oblock
2021-02-04Some cleanup.Gary Oblock
2021-02-04This is now correctly compiling Mcf with the instance interleavingGary Oblock
2021-01-29Mcf compiling to completion (it crashes at run time.)Gary Oblock
2021-01-28Some changes to deal with the regression of test_09_23.Gary Oblock
2021-01-27Some fixes (though test_09_24 regressed.)Gary Oblock
2021-01-21Added a type related transformation for conditions.Gary Oblock
2021-01-20One more bug fix. This leaves the dangling modified type issueGary Oblock
2021-01-20More minor fixes for Mcf.Gary Oblock
2021-01-12Another type modification related bug fix.Gary Oblock
2020-12-31The unit tests except for mcf all pass and I'm gettingGary Oblock
2020-12-12Need to save things in stable but still slightly broken stateGary Oblock
2020-12-07Unit test 10_30 now works... this brings things a lot closerGary Oblock
2020-11-30Changes to determine what types need to be modified and what theGary Oblock
2020-11-08Changes so my code works corretly with Erick's escape analysis.Gary Oblock
2020-11-05This is the const_tree to const transformation.Gary Oblock
2020-11-04The changes to my files for Erick's escape analysis.Gary Oblock
2020-11-03Last changes form v3.Gary Oblock
2020-10-27Added realloc transformation.Gary Oblock
2020-10-27Added calloc transformation.Gary Oblock
2020-10-27The free transformation.Gary Oblock
2020-10-26Two minor fixes.Gary Oblock
2020-10-25Added structure assignment transformation.Gary Oblock
2020-10-23Created make_transformed_ref out of code the the transformationGary Oblock
2020-10-22The last real unit test bug was fixed. One unit test requires a newGary Oblock
2020-10-20Almost every unit test is working now. Added changesGary Oblock
2020-10-12Minor fixes for old unit test failures. Note, multilevel indirectionGary Oblock
2020-10-09The changes fro v1. They were to performance qualificationGary Oblock
2020-10-08Updating everythingErick Ochoa