Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TargetMachine: Indicate whether machine verifier passes. | Matthias Braun | 2017-05-31 | 1 | -0/+4 |
| | | | | | | | | | | | | | This adds a callback to the LLVMTargetMachine that lets target indicate that they do not pass the machine verifier checks in all cases yet. This is intended to be a temporary measure while the targets are fixed allowing us to enable the machine verifier by default with EXPENSIVE_CHECKS enabled! Differential Revision: https://reviews.llvm.org/D33696 llvm-svn: 304320 | ||||
* | [lanai] Small cleanup: remove/comment out unused args | Jacques Pienaar | 2016-07-15 | 1 | -1/+1 |
| | | | | llvm-svn: 275636 | ||||
* | [lanai] Use Optional<Reloc> in LanaiTargetMachine. | Jacques Pienaar | 2016-05-20 | 1 | -1/+2 |
| | | | | | | Follow r269988 and use Optional<Reloc>. llvm-svn: 270176 | ||||
* | [lanai] Add Lanai backend. | Jacques Pienaar | 2016-03-28 | 1 | -0/+54 |
Add the Lanai backend to lib/Target. General Lanai backend discussion on llvm-dev thread "[RFC] Lanai backend" (http://lists.llvm.org/pipermail/llvm-dev/2016-February/095118.html). Differential Revision: http://reviews.llvm.org/D17011 llvm-svn: 264578 |