aboutsummaryrefslogtreecommitdiffstats
path: root/ssa.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-18Merge branches 'fix-phisrc' and 'insert-last-insn' into memops-prepLuc Van Oostenryck1-3/+3
2021-03-21let ssa_rename_phi() use insert_last_instruction()Luc Van Oostenryck1-3/+3
2021-03-09ssa: remove single store optimizationLuc Van Oostenryck1-64/+0
2021-03-09ssa: fix conversion with mismatched size or offsetLuc Van Oostenryck1-18/+79
2021-03-09ssa: avoid SSA conversion of packed bitfieldsLuc Van Oostenryck1-0/+3
2021-03-09ssa: the sparse set is not neededLuc Van Oostenryck1-7/+4
2021-03-08phi-sources can only have a single user (or none)Luc Van Oostenryck1-1/+1
2020-12-27shrink struct BBLuc Van Oostenryck1-0/+1
2020-11-28replace convert_load_instruction() by replace_with_pseudo()Luc Van Oostenryck1-4/+5
2018-09-10ssa: relax what can be promotedLuc Van Oostenryck1-2/+2
2018-08-30fix missing declarationsLuc Van Oostenryck1-0/+1
2018-07-01ssa: phi worklistLuc Van Oostenryck1-9/+34
2018-07-01ssa: phase 3: rename phi-nodesLuc Van Oostenryck1-0/+36
2018-07-01ssa: phase 2: rename load & storesLuc Van Oostenryck1-0/+63
2018-07-01ssa: phase 1: phi-nodes placementLuc Van Oostenryck1-0/+277