Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add address space mangling to lifetime intrinsics | Matt Arsenault | 2017-04-10 | 1 | -6/+6 |
| | | | | | | In preparation for allowing allocas to have non-0 addrspace. llvm-svn: 299876 | ||||
* | Adding -verify-machineinstrs option to PowerPC tests | Ehsan Amiri | 2016-08-03 | 1 | -1/+1 |
| | | | | | | | | | | | Currently we have a number of tests that fail with -verify-machineinstrs. To detect this cases earlier we add the option to the testcases with the exception of tests that will currently fail with this option. PR 27456 keeps track of this failures. No code review, as discussed with Hal Finkel. llvm-svn: 277624 | ||||
* | Fix the PPC CTR Loop pass to look for calls to the intrinsics that | Eric Christopher | 2015-09-08 | 1 | -0/+349 |
read CTR and count them as reading the CTR. llvm-svn: 247083 |