Author: Jason Liu
Date: 2021-08-27T13:39:41-04:00
New Revision: fe177a1773e4f88dde1aa37d34a0d3f8cb582f14
URL:
https://github.com/llvm/llvm-project/commit/fe177a1773e4f88dde1aa37d34a0d3f8cb582f14
DIFF:
https://github.com/llvm/llvm-project/commit/fe177a1773e4f88dde1aa37d34a0d3f8cb582f14.diff
LOG
Author: jasonliu
Date: Thu Mar 14 14:54:30 2019
New Revision: 356208
URL: http://llvm.org/viewvc/llvm-project?rev=356208&view=rev
Log:
Reland the rest of "Add AIX Target Info"
llvm-svn 356197 relanded previously failing test case max_align.c.
This commit will reland the rest of llvm-svn 356060 co
Author: jasonliu
Date: Thu Mar 14 13:27:39 2019
New Revision: 356197
URL: http://llvm.org/viewvc/llvm-project?rev=356197&view=rev
Log:
Reland part of "Add AIX Target Info"
This patch reland the test case max_align.c which is failing at
Windows and PS4 platform in the previous commit.
Differentia
Author: jasonliu
Date: Wed Mar 13 10:57:23 2019
New Revision: 356070
URL: http://llvm.org/viewvc/llvm-project?rev=356070&view=rev
Log:
Revert "Add AIX Target Info"
This reverts commit 4e192d0e1e72ce32fabf1bccc06ac31ab5385e78.
The newly added test case max_align.c do not work on all platforms.
or
Author: jasonliu
Date: Wed Mar 13 09:02:26 2019
New Revision: 356060
URL: http://llvm.org/viewvc/llvm-project?rev=356060&view=rev
Log:
Add AIX Target Info
Summary:
A first pass over platform-specific properties of the C API/ABI
on AIX for both 32-bit and 64-bit modes.
This is a continuation of D1
Author: jasonliu
Date: Tue Mar 12 15:01:10 2019
New Revision: 355989
URL: http://llvm.org/viewvc/llvm-project?rev=355989&view=rev
Log:
Add XCOFF triple object format type for AIX
This patch adds an XCOFF triple object format type into LLVM.
This XCOFF triple object file type will be used later by
jasonliu added a comment.
Ping.
Any review for this patch? It would be great if we can get this issue fixed.
https://reviews.llvm.org/D13289
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-c
jasonliu marked an inline comment as done.
jasonliu added a comment.
Gentle ping?
https://reviews.llvm.org/D22702
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
jasonliu marked an inline comment as done.
Comment at: test/std/re/re.regex/re.regex.construct/ptr_size.pass.cpp:31
@@ +30,3 @@
+test("\\(a\\)", 5, 0);
+test("\\(a[bc]\\)", 9, 0);
+test("\\(a\\([bc]\\)\\)", 13, 0);
Comment addressed in the new patch. T
jasonliu updated this revision to Diff 66153.
jasonliu added a comment.
Address @hubert.reinterpretcast 's comment about the test case. Added more
cases to test "size" parameter in the constructor.
https://reviews.llvm.org/D22702
Files:
include/regex
test/std/re/re.regex/re.regex.construct
jasonliu added a comment.
Ping?
https://reviews.llvm.org/D22698
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
jasonliu created this revision.
jasonliu added reviewers: mclow.lists, rsmith, hubert.reinterpretcast.
jasonliu added a subscriber: cfe-commits.
Standard 28.8 p3 indicates the 3-argument constructor have a default argument
for flag_type parameter:
basic_regex(const charT* p, size_t len, flag_type
jasonliu created this revision.
jasonliu added reviewers: mclow.lists, rsmith, hubert.reinterpretcast.
jasonliu added a subscriber: cfe-commits.
In standard 28.8 p3, class basic_regex is supposed to have 'traits_type' and
'string_type' as its member types. However, they are missing from the libra
13 matches
Mail list logo