summaryrefslogtreecommitdiff
path: root/gcc/ipa-hello-world.c
AgeCommit message (Expand)Author
2020-04-29Fixes bugErick Ochoa
2020-04-29Recurses down component refErick Ochoa
2020-04-29Fixes bug #2 found by creduceErick Ochoa
2020-04-28blacklisting memsetErick Ochoa
2020-04-28memset blacklisting about to beginErick Ochoa
2020-04-28wipErick Ochoa
2020-04-28Looks at GIMPLE_CALL for field accessesErick Ochoa
2020-04-28First prototype for escape analysisErick Ochoa
2020-04-28wipErick Ochoa
2020-04-28Determines which fields can be deletedErick Ochoa
2020-04-28Counts simple writes to fieldsErick Ochoa
2020-04-28Succeeds in passing simple read testErick Ochoa
2020-04-28Adds test to count field readErick Ochoa
2020-04-28Initial commit of new passErick Ochoa
2020-04-28Renamed hello-world to type-escape-analysisErick Ochoa
2020-04-28Changes pass name to type-escape-analysisErick Ochoa
2020-04-28escape analysis workingErick Ochoa
2020-04-28Fixes escaping parametersErick Ochoa
2020-04-28Dealing with malloc and friendsErick Ochoa
2020-04-28Fixes typedefsErick Ochoa
2020-04-28wipErick Ochoa
2020-04-28Propagating escape information to all reachable typesErick Ochoa
2020-04-28Finding out castsErick Ochoa
2020-04-28collecting some typesErick Ochoa
2020-04-28Find if return type escapesErick Ochoa
2020-04-28Finds escaping parametersErick Ochoa
2020-04-28Find out if function escapesErick Ochoa
2020-04-28Prints out if type of global variable escapesErick Ochoa
2020-04-28WIPErick Ochoa
2020-04-28collect parameter typesErick Ochoa
2020-04-28wipErick Ochoa
2020-04-28collects arraysErick Ochoa
2020-04-28collects pointersErick Ochoa
2020-04-28Migrating to common APIErick Ochoa
2020-04-28multiple structs and fieldsErick Ochoa
2020-04-28memref testcaseErick Ochoa
2020-04-28deref test caseErick Ochoa
2020-04-28Allows to specify which field to deleteErick Ochoa
2020-04-28Allows to specify which struct to modify via CLIErick Ochoa
2020-04-28return valuesErick Ochoa
2020-04-28Collect parameter declarationsErick Ochoa
2020-04-28Rewriting argument typesErick Ochoa
2020-04-28Adds pass by value testErick Ochoa
2020-04-28Fixes pointer indirection level testErick Ochoa
2020-04-28Redoing testsErick Ochoa
2020-04-28All test passErick Ochoa
2020-04-28relayout_declErick Ochoa
2020-04-28commentsErick Ochoa
2020-04-28Fixes type_mode issueErick Ochoa
2020-04-28Fixes pointer namesErick Ochoa