search for: szakinnis

Displaying 3 results from an estimated 3 matches for "szakinnis".

2020 Jan 09
2
Adding a clang commandline option to change backend behaviour
...way LLVM middle end optimization passes behave, that may require a different channel (might find some options on the LLVMContext? Maybe, but maybe not - perhaps those sort of parameters get passed straight to the passes in some way) > >> > >> On Mon, Jan 6, 2020 at 12:20 PM Oskar Szakinnis via llvm-dev <llvm-dev at lists.llvm.org> wrote: > >>> > >>> Hello everyone, > >>> > >>> I'm currently working on a project that required me to fundamentally modify certain mechanisms of the x86 backend, as well as certain functions within P...
2020 Jan 06
2
Adding a clang commandline option to change backend behaviour
...the way LLVM middle end optimization passes behave, > that may require a different channel (might find some options on the > LLVMContext? Maybe, but maybe not - perhaps those sort of parameters get > passed straight to the passes in some way) > > On Mon, Jan 6, 2020 at 12:20 PM Oskar Szakinnis via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hello everyone, >> >> I'm currently working on a project that required me to fundamentally >> modify certain mechanisms of the x86 backend, as well as certain functions >> within PrologEpilogInser...
2020 Jan 06
2
Adding a clang commandline option to change backend behaviour
Hello everyone, I'm currently working on a project that required me to fundamentally modify certain mechanisms of the x86 backend, as well as certain functions within PrologEpilogInserter (so my changes are not confined to a single pass - e.g. they include changes to the x86RegisterInfo constructor). In my current solution, I have added an option within