| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The clang driver has a fairly fancy support for executing gcc instead of | Rafael Espindola | 2012-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | clang itself. This dates back to clang's early days and while it looks like some of it is still used (for kext for example), other parts are probably dead. Remove the -ccc-clang-archs option and associated code. I don't think there is any remaining setup where clang doesn't support an architecture but it can expect an working gcc cross compiler to be available. A nice side effect is that tests no longer need to differentiate architectures that are included in production builds of clang and those that are not. llvm-svn: 165545 | ||||
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 148582 | ||||
| * | Revert r148138; it's causing test failures. | Eli Friedman | 2012-01-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 148141 | ||||
| * | rename -ccc-host-triple into -target | Sebastian Pop | 2012-01-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 148138 | ||||
| * | Fix test case committed in r147986. | Akira Hatanaka | 2012-01-12 | 1 | -3/+3 |
| | | | | | llvm-svn: 147993 | ||||
| * | Take into account the pointer to an aggregate that is passed as a hidden | Akira Hatanaka | 2012-01-12 | 1 | -0/+12 |
| | | | | | | | argument when Offset is initialized. llvm-svn: 147986 | ||||
| * | Insert padding before unaligned long double arguments. | Akira Hatanaka | 2012-01-09 | 1 | -1/+13 |
| | | | | | llvm-svn: 147791 | ||||
| * | Add field PaddingType to ABIArgInfo which specifies the type of padding that | Akira Hatanaka | 2012-01-07 | 1 | -0/+19 |
| is inserted before the real argument. Padding is needed to ensure the backend reads from or writes to the correct argument slots when the original alignment of a byval structure is unavailable due to flattening. llvm-svn: 147699 | |||||

