search for: system__tasking__accept_alternative

Displaying 5 results from an estimated 5 matches for "system__tasking__accept_alternative".

2009 Sep 03
2
[LLVMdev] Non-local DSE optimization
...t.system__standard_library__exception_data = type { i8, i8, > i32, i32, %struct.system__standard_library__exception_data*, i32, > void ()* } > %struct.system__task_primitives__private_data = type { i32, i32, [48 > x i8], %struct.system__os_interface__pthread_mutex_t } > %struct.system__tasking__accept_alternative = type { i8, i32 } > %struct.system__tasking__accept_list_access = type { [0 x > %struct.system__tasking__accept_alternative]*, %struct.RETURN* } > %struct.system__tasking__ada_task_control_block = type { i32, > %struct.system__tasking__common_atcb, [19 x > %struct.system__task...
2009 Sep 06
0
[LLVMdev] Non-local DSE optimization
...ibrary__exception_data = type { i8, i8, >> i32, i32, %struct.system__standard_library__exception_data*, i32, >> void ()* } >> %struct.system__task_primitives__private_data = type { i32, i32, [48 >> x i8], %struct.system__os_interface__pthread_mutex_t } >> %struct.system__tasking__accept_alternative = type { i8, i32 } >> %struct.system__tasking__accept_list_access = type { [0 x >> %struct.system__tasking__accept_alternative]*, %struct.RETURN* } >> %struct.system__tasking__ada_task_control_block = type { i32, >> %struct.system__tasking__common_atcb, [19 x >>...
2009 Sep 08
2
[LLVMdev] Non-local DSE optimization
...= type { i8, i8, >>> i32, i32, %struct.system__standard_library__exception_data*, i32, >>> void ()* } >>> %struct.system__task_primitives__private_data = type { i32, i32, >>> [48 x i8], %struct.system__os_interface__pthread_mutex_t } >>> %struct.system__tasking__accept_alternative = type { i8, i32 } >>> %struct.system__tasking__accept_list_access = type { [0 x >>> %struct.system__tasking__accept_alternative]*, %struct.RETURN* } >>> %struct.system__tasking__ada_task_control_block = type { i32, >>> %struct.system__tasking__common_atcb,...
2009 Sep 03
0
[LLVMdev] Non-local DSE optimization
Hi Jakub, interesting patch. I ran it over the Ada testsuite and this picked up some problems even without enabling dse-ssu. For example, "opt -inline -dse -domtree" crashes on the attached testcase. Ciao, Duncan. -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: dom_crash.ll URL:
2009 Aug 31
2
[LLVMdev] Non-local DSE optimization
Hello, This patch adds non-local DSE optimization. It uses Static Single Use representation. This is my first "big" patch, please be tolerant :-) Please note that optimization is disabled by default. -Jakub -------------- next part -------------- A non-text attachment was scrubbed... Name: dse_ssu.patch Type: application/octet-stream Size: 17352 bytes Desc: not available URL: