Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XFAIL clang/test/Headers/max_align.c on i686 | Andus Yu | 2019-07-09 | 1 | -1/+1 |
| | | | | llvm-svn: 365558 | ||||
* | Reland part of "Add AIX Target Info" | Jason Liu | 2019-03-14 | 1 | -0/+12 |
| | | | | | | | | | | | This patch reland the test case max_align.c which is failing at Windows and PS4 platform in the previous commit. Differential Revision: https://reviews.llvm.org/D59048 original llvm-svn: 356060 llvm-svn: 356197 | ||||
* | Revert "Add AIX Target Info" | Jason Liu | 2019-03-13 | 1 | -10/+0 |
| | | | | | | | | | This reverts commit 4e192d0e1e72ce32fabf1bccc06ac31ab5385e78. The newly added test case max_align.c do not work on all platforms. original llvm-svn: 356060 llvm-svn: 356070 | ||||
* | Add AIX Target Info | Jason Liu | 2019-03-13 | 1 | -0/+10 |
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 D18360 by Andrew Paprocki and further work by Wu Zhao. Patch by Andus Yu Reviewers: apaprocki, chandlerc, hubert.reinterpretcast, jasonliu, xingxue, sfertile Reviewed by: hubert.reinterpretcast, apaprocki, sfertile Differential Revision: https://reviews.llvm.org/D59048 llvm-svn: 356060 |