Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| | | | | | | | | | | | | | | | | | to reflect the new license. We understand that people may be surprised that we're moving the header entirely to discuss the new license. We checked this carefully with the Foundation's lawyer and we believe this is the correct approach. Essentially, all code in the project is now made available by the LLVM project under our new license, so you will see that the license headers include that license only. Some of our contributors have contributed code under our old license, and accordingly, we have retained a copy of our old license notice in the top-level files in each project and repository. llvm-svn: 351636 | ||||
* | [AArch64][Kryo] Add missing write latency for LDAXP, LDXP second destination. | Geoff Berry | 2017-06-19 | 1 | -2/+4 |
| | | | | | | Fixes PR33491 and PR33512. llvm-svn: 305751 | ||||
* | [AArch64] Refine Kryo Machine Model | Balaram Makam | 2017-01-26 | 1 | -22/+40 |
| | | | | | | | | | | | | Summary: Refine floating point SQRT and DIV with accurate latency information. Reviewers: mcrosier Subscribers: aemerson, rengolin, llvm-commits Differential Revision: https://reviews.llvm.org/D29191 llvm-svn: 293204 | ||||
* | [AArch64] Add support for Qualcomm Kryo CPU. | Chad Rosier | 2016-02-12 | 1 | -0/+2358 |
Machine model description by Dave Estes <cestes@codeaurora.org>. llvm-svn: 260686 |