User Details
- User Since
- Aug 9 2017, 1:55 PM (294 w, 1 d)
Nov 18 2019
LGTM, thanks.
Nov 15 2019
Thanks for patch! It will be great to have this setup available.
Jul 8 2019
Jun 17 2019
I moved the logic for library functions to inferLibFuncAttributes, added a note to TargetLibraryInfo.def and updated the tests
@uenoku Sure. I'm working on moving the logic for library functions to inferLibFuncAttributes, but I can add that in later.
Jun 12 2019
Rebased
Going to rebase this.
Jun 10 2019
May 13 2019
Hi. I'm seeing a cmake failure now, it looks like the last parenthesis was dropped. LIBDIR})"), LIBDIR})"
Apr 4 2019
Apr 3 2019
Jan 28 2019
Dec 21 2018
Dec 18 2018
Dec 15 2018
Thanks for the review!
Dec 14 2018
Nov 14 2018
I would definitely like to be able to specify a specific subset of the test-suite, however I'd try to avoid an additional control macro if we can extend the current ones.
Oct 17 2018
Sep 13 2018
Sep 12 2018
Added additional tests and addressed the inline comments
Sep 5 2018
@xbolva00
I ended up not adding a helper function after looking at the existing ones because it won't simplify the code. To follow the current pattern for the helper functions:
Fixed indentation, added a test and expanded the summary to explain the difference between early-cse and early-cse-memssa.
Aug 31 2018
Aug 30 2018
Thanks for working on this! LGTM
Aug 29 2018
Rebased and updated to use new name for WriteOnly attribute.
Rebased. Updated wording in documentation
Aug 23 2018
Aug 21 2018
LGTM. Thanks for fixing this
Aug 1 2018
I've added some additional test including semantic tests.
Jul 30 2018
Jul 27 2018
Jul 26 2018
Jul 25 2018
Unified the blocks that add WriteOnly and Const attributes
Updated documentation
Fixed typos and added assertion
Avoiding two dyn_cast.
Jun 26 2018
Jun 25 2018
Jun 20 2018
Sorry about the slow turn around. I've updated the documentation to be clearer about this attribute's use.
Jun 18 2018
Jun 6 2018
Jun 1 2018
We can't rely on the stdlib rand() when verifying. You can include an implementation to use (eg MultiSource/Benchmarks/DOE-ProxyApps-C/miniAMR/glibc_compat_rand) so the output can be verified.
May 31 2018
I had removed the periods after getting a FP Comparison failed, not a numeric difference between '.' and '.' " error. They were not the issue and I have added them back in.
May 29 2018
Added a definition that will prevent the benchmark library from building cxx03_test which will fail when using c++11.