search for: d47159

Displaying 8 results from an estimated 8 matches for "d47159".

2018 May 22
4
Rewriting calls to varargs functions
...erged into the format string) and number of args when calling printf/fprintf/sprintf, etc.. 2018-05-22 16:22 GMT+02:00 Hal Finkel <hfinkel at anl.gov>: > > On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: > > Hello, > > A new patch: > https://reviews.llvm.org/D47159 > > proposes transformations like: > printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") > > > To clarify, the real question here comes up when you can only substitute > some of the arguments? If you can substitute all of the argu...
2018 May 22
2
Rewriting calls to varargs functions
Hello, A new patch: https://reviews.llvm.org/D47159 proposes transformations like: printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") As Eli noted: "I'm not sure we can rewrite calls to varargs functions safely in general given the current state of the C ABI rules in LLVM. Sometimes clang...
2018 May 22
0
Rewriting calls to varargs functions
...ns)?  -Hal > > 2018-05-22 16:22 GMT+02:00 Hal Finkel <hfinkel at anl.gov > <mailto:hfinkel at anl.gov>>: > > > On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: >> Hello, >> >> A new patch: >> https://reviews.llvm.org/D47159 <https://reviews.llvm.org/D47159> >> >> proposes transformations like: >> printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") > > To clarify, the real question here comes up when you can only > substitu...
2018 May 22
4
Rewriting calls to varargs functions
...the extra instructions)? > > -Hal > > > > 2018-05-22 16:22 GMT+02:00 Hal Finkel <hfinkel at anl.gov>: > >> >> On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: >> >> Hello, >> >> A new patch: >> https://reviews.llvm.org/D47159 >> >> proposes transformations like: >> printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") >> >> >> To clarify, the real question here comes up when you can only substitute >> some of the arguments? If you ca...
2018 May 22
0
Rewriting calls to varargs functions
...l Finkel <hfinkel at anl.gov >> <mailto:hfinkel at anl.gov>>: >> >> >> On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: >>> Hello, >>> >>> A new patch: >>> https://reviews.llvm.org/D47159 >>> <https://reviews.llvm.org/D47159> >>> >>> proposes transformations like: >>> printf("Hello, %s %d", "world", 123) - > printf("Hello world >>> 123") >> >> To cl...
2018 May 22
0
Rewriting calls to varargs functions
On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: > Hello, > > A new patch: > https://reviews.llvm.org/D47159 > > proposes transformations like: > printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") To clarify, the real question here comes up when you can only substitute some of the arguments? If you can substitute all of the arguments, then you can...
2018 May 22
0
Rewriting calls to varargs functions
...; >> >> >> 2018-05-22 16:22 GMT+02:00 Hal Finkel <hfinkel at anl.gov>: >> >>> >>> On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: >>> >>> Hello, >>> >>> A new patch: >>> https://reviews.llvm.org/D47159 >>> >>> proposes transformations like: >>> printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") >>> >>> >>> To clarify, the real question here comes up when you can only substitute >>> some...
2018 May 23
1
Rewriting calls to varargs functions
...8-05-22 16:22 GMT+02:00 Hal Finkel <hfinkel at anl.gov>: >>> >>>> >>>> On 05/22/2018 04:32 AM, Dávid Bolvanský via llvm-dev wrote: >>>> >>>> Hello, >>>> >>>> A new patch: >>>> https://reviews.llvm.org/D47159 >>>> >>>> proposes transformations like: >>>> printf("Hello, %s %d", "world", 123) - > printf("Hello world 123") >>>> >>>> >>>> To clarify, the real question here comes up when you can only >...