Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [AARCH64] Enable AARCH64 lit tests on windows dev machines | Simon Pilgrim | 2016-07-19 | 1 | -1/+1 |
| | | | | | | | | | | As discussed on PR27654, this patch fixes the triples of a lot of aarch64 tests and enables lit tests on windows This will hopefully help stop cases where windows developers break the aarch64 target Differential Revision: https://reviews.llvm.org/D22191 llvm-svn: 275973 | ||||
* | [AArch64] Do not lower scalar sdiv/udiv to a shifts + mul sequence when ↵ | Haicheng Wu | 2016-03-28 | 1 | -0/+45 |
optimizing for minsize Mimic what x86 does when optimizing sdiv/udiv for minsize. llvm-svn: 264606 |