| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Recover some overzealously removed includes. | Michael Zolotukhin | 2017-12-13 | 1 | -0/+1 |
| | | | | | llvm-svn: 320648 | ||||
| * | Remove redundant includes from lib/Target/ARM. | Michael Zolotukhin | 2017-12-13 | 1 | -1/+0 |
| | | | | | llvm-svn: 320635 | ||||
| * | Target/TargetInstrInfo.h -> CodeGen/TargetInstrInfo.h to match layering | David Blaikie | 2017-11-08 | 1 | -1/+1 |
| | | | | | | | | | This header includes CodeGen headers, and is not, itself, included by any Target headers, so move it into CodeGen to match the layering of its implementation. llvm-svn: 317647 | ||||
| * | Untabify. | NAKAMURA Takumi | 2017-10-18 | 1 | -1/+1 |
| | | | | | llvm-svn: 316079 | ||||
| * | [ARM] Add macro fusion for AES instructions. | Florian Hahn | 2017-06-22 | 1 | -0/+57 |
| Summary: This patch adds a macro fusion using CodeGen/MacroFusion.cpp to pair AES instructions back to back and adds FeatureFuseAES to enable the feature. Reviewers: evandro, javed.absar, rengolin, t.p.northover Reviewed By: javed.absar Subscribers: aemerson, mgorny, kristof.beyls, llvm-commits Differential Revision: https://reviews.llvm.org/D34142 llvm-svn: 305988 | |||||

