User Details
- User Since
- Feb 9 2017, 5:19 AM (319 w, 3 d)
Apr 8 2019
Understood, glad to see it finally resolved.
Nov 5 2018
Nov 2 2018
Nov 1 2018
Oct 26 2018
Oct 12 2018
Oct 11 2018
In that case I'll commit this patch, the issue with float routine names being kept in the MIPS backend can be deferred to a separate patch since it does not pertain to fmaxl only.
Oct 10 2018
My only goal was to correct the return value of fmaxl to be interpreted as a 128bit float.
As it stands the return value is being interpreted as an i128 and fetched from the wrong registers.
Oct 8 2018
Sep 28 2018
Sep 24 2018
Sep 5 2018
Sep 3 2018
LGTM
Aug 31 2018
It seems that I cannot apply this patch without applying D51482 first, because that patch introduces the test file.
They should be either decoupled or made dependent on phabricator to indicate the relation.
LGTM
Aug 24 2018
LGTM
Aug 22 2018
Aug 21 2018
Expanded a piece of code using switch cases as suggested.
Update test file to cover all of the patterns included in the change.
Aug 17 2018
Added test cases.
Aug 16 2018
@joerg Would it be okay to commit this?
The LIBUNWIND_HAS_GCC_S_LIB although declared, did not have its value used anywhere unlike LIBUNWIND_HAS_C_LIB and LIBUNWIND_HAS_DL_LIB which had been declared/used similarly.
The added line is only executed if the following block is (cmake/config-ix.cmake):
if (NOT LIBUNWIND_USE_COMPILER_RT) check_library_exists(gcc_s __gcc_personality_v0 "" LIBUNWIND_HAS_GCC_S_LIB) endif()
in which case compiler-rt is not being used anyway, if that's what you were referring to.
Aug 15 2018
Add test file.
Aug 10 2018
Aug 5 2018
Aug 3 2018
Jul 30 2018
Jul 26 2018
Jul 24 2018
Not anymore, I'd like to have it reviewed.
I rolled it back to the version similar to the one you reviewed initially.
Jul 20 2018
Revert patch back to the previous version.
Jul 19 2018
Jul 18 2018
Jul 16 2018
Looks good, no failures this time.
Jul 13 2018
Added target hooks to replace the sign_extend with the sign_extend_inreg node which will get pattern matched with the SLL64_64 thus providing the needed sign extension.
The second target hook is introduced to keep the sign_extend_inreg node from being combined away.
Jul 9 2018
Jul 4 2018
Forgot to mark this explicitly as still being WIP, since we are missing sign extensions at some places.
Jun 20 2018
LGTM.
There appear to be a couple of test failures for this patch, at least on my end.
I am at r335143.
Jun 19 2018
Looks okay, one small remark
Jun 15 2018
Jun 11 2018
@sdardis I hadn't checked myself before posting but as you say that is indeed what clang-format outputs.
Jun 6 2018
In that case LGTM.
Jun 5 2018
Looks okay, you could add a test case if you feel the change requires it.
Looks okay, you could add a test case if you feel the change requires it.
Jun 1 2018
LGTM.
LGTM.
Mostly comment fix suggestions
May 30 2018
LGTM.
May 29 2018
LGTM
LGTM
LGTM
May 8 2018
Apr 18 2018
This looks fine, regarding the instructions introduced instead of their matching itinerary classes.
Apr 16 2018
Apr 5 2018
LGTM