1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-mirror/include/llvm/Target
Matthias Braun 6d04c8c1dc TargetMachine: Indicate whether machine verifier passes.
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
2017-05-31 18:41:23 +00:00
..
GlobalISel Revert r303259 - [globalisel][tablegen] Import rules containing intrinsic_wo_chain. 2017-05-22 10:14:33 +00:00
CostTable.h
GenericOpcodes.td
Target.td [TableGen] Add EncoderMethod to RegisterOperand 2017-05-15 10:13:07 +00:00
TargetCallingConv.h
TargetCallingConv.td
TargetFrameLowering.h
TargetInstrInfo.h Add extra operand to CALLSEQ_START to keep frame part set up previously 2017-05-09 13:35:13 +00:00
TargetIntrinsicInfo.h
TargetItinerary.td
TargetLowering.h [PPC] Inline expansion of memcmp 2017-05-31 17:12:38 +00:00
TargetLoweringObjectFile.h
TargetMachine.h TargetMachine: Indicate whether machine verifier passes. 2017-05-31 18:41:23 +00:00
TargetOpcodes.def [XRay] Custom event logging intrinsic 2017-05-08 05:45:21 +00:00
TargetOpcodes.h
TargetOptions.h
TargetRegisterInfo.h Move value type list from TargetRegisterClass to TargetRegisterInfo 2017-04-24 19:51:12 +00:00
TargetSchedule.td Fix comment typos. 2017-05-08 15:33:08 +00:00
TargetSelectionDAG.td Add extra operand to CALLSEQ_START to keep frame part set up previously 2017-05-09 13:35:13 +00:00
TargetSubtargetInfo.h