search for: river707

Displaying 9 results from an estimated 9 matches for "river707".

2020 Mar 30
2
Chrome extension for tracking LLVM code review
...to others. I'm also happy to move this directly upstream if the community is interested. (disclaimer: I have limited experience in javascript so some things could definitely be improved). The code can be found here(along with an example screenshot of my own review status): https://github.com/River707/llvm-review-monitor Thanks -- River -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20200330/09ddd1a0/attachment-0001.html>
2020 Apr 01
2
Chrome extension for tracking LLVM code review
...upstream if the community is interested. >> >> (disclaimer: I have limited experience in javascript so some things could >> definitely be improved). >> >> The code can be found here(along with an example screenshot of my own >> review status): https://github.com/River707/llvm-review-monitor >> >> Thanks >> -- River >> > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev -------------- next part -------------- A...
2017 Sep 27
0
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...sting, but they are also solvable. Sharing (big) parts of the source base among the outliners reduces maintenance overhead. This is easier to achieve when tackled from the start. > > Thanks, > River Riddle > > >> >> -- Implementation -- >> https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp <https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp> >> All feedback/comments/discussion welcome and appreciated! >> >> Thanks, >> River Riddle >> >> ________...
2017 Sep 22
2
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...imization for when we don't have exact equivalence. It's better to start from here because these are the real problems that are going to have to be solved if an outliner is to exist anywhere other than post RA. Thanks, River Riddle > > -- Implementation -- > https://github.com/River707/llvm/blob/outliner/lib/Transform > s/IPO/CodeSizeOutliner.cpp > > All feedback/comments/discussion welcome and appreciated! > > Thanks, > River Riddle > > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org >...
2017 Sep 22
0
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...ld only have to define the MIR specific portions: Congruency detection, cost analysis, parameter/output optimizations, and the outlining of beneficial candidates. That should apply the other way around too: take the MO outliner and adapt. No? > > -- Implementation -- > https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp <https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp> > All feedback/comments/discussion welcome and appreciated! > > Thanks, > River Riddle > > ________________________________...
2017 Jul 20
8
[RFC] Add IR level interprocedural outliner for code size.
...compile time but should remain less than the baseline. * Non Exact Functions: The outliner currently ignores functions that do not have an exact definition. -- -- * CSiBE(Code Size Benchmark): www.csibe.org * More detailed performance data: goo.gl/5k6wsP * Implementation: https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170720/8733497e/attachment.html>
2017 Jul 21
2
[RFC] Add IR level interprocedural outliner for code size.
...Functions: The outliner currently ignores functions that do > not have an exact definition. > > -- -- > > * CSiBE(Code Size Benchmark): > > www.csibe.org > > * More detailed performance data: > > goo.gl/5k6wsP > > * Implementation: > > https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/ > CodeSizeOutliner.cpp > > -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170721/e82cbbc5/attachment-0001.html>
2017 Sep 05
5
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...ncy vector for instructions and their inputs/outputs. This would mean that a preRA outliner would only have to define the MIR specific portions: Congruency detection, cost analysis, parameter/output optimizations, and the outlining of beneficial candidates. -- Implementation -- https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp All feedback/comments/discussion welcome and appreciated! Thanks, River Riddle -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170905/c09eae6c/at...
2017 Sep 27
3
[RFC] PT.2 Add IR level interprocedural outliner for code size.
...e. Sharing (big) parts of the source base among the outliners reduces maintenance overhead. This is easier to achieve when tackled from the start. >> >> Thanks, >> River Riddle >> >> >>> >>> -- Implementation -- >>> https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp <https://github.com/River707/llvm/blob/outliner/lib/Transforms/IPO/CodeSizeOutliner.cpp> >>> All feedback/comments/discussion welcome and appreciated! >>> >>> Thanks, >>> River Riddle >>&gt...